Custom Slider Image URL
-
I have an unresolved issue with image upload to gallery with my Linux server. Therefore, I FTPd post thumbnail image to this directory: /uploads/2011/02/ directory. I then tried to use the “Custom Slider Image URL” setting in Graphene Options –> Slider Options with absolute URL of the thumbnail image. But the slider does not show any image. Any fix? Thanks.
Admin
Website URL?
I solved slider image problem, by putting the thumbnail image in theme’s images folder & then linking to it in the excerpts section of post.
But I have an issue with header image. My website is under dev, but you can look at it:
You will see the “techno” header image, right now, as I have selected it in the WP Custom Header section. But, I want a modified image as header. I have tried placing this image in 2 folders & adding one of the following two codes, in turn, to “style.css” for “#header”:
(i) background-image: url(http://www.webvidya.net/wp-content/uploads/2011/03/technomod.jpg) no-repeat;
(ii)background-image: url(http://www.webvidya.net/wp-content/themes/graphene_modified/images/headers/technomod.jpg) no-repeat;
But, image does not change.
By the way,thanks for giving us all a great theme and equally great support. I will definitely make a contribution shortly.
Admin
Use the WordPress custom header function at Appearance > Header.
I explained the basic problem in the first post- due (possibly) to shared hosting server issues, I am unable to upload any new image in Custom Header area or elsewhere in WP. Therefore I placed a custom header image in “images” folder thro’ FTP & then tried to use CSS style to define background-image for header. Does not work.
Admin
I think you would need to modify the theme’s code to do this. Or manually add an image using the
graphene_header
action hook, and then position is using CSS absolute positioning. The latter is the better way.
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.