Tagged Questions
0
votes
1answer
54 views
How to use Facebox in WordPress theme?
I am trying to add Facebox (a lightbox type image viewer) to my WordPress theme at but presently the images are not loading. I have tried hard coding this and also using the Facebox WP Gallery plugin ...
0
votes
1answer
69 views
Fancybox just loading small white square
I've tried what I could, but cannot get my image to load with the fancybox plugin. The plugin is there, and seems to load, but without the image. Instead I get a small white square on the top left of ...
0
votes
0answers
24 views
Image screen not working [closed]
I'm getting white screen when I go edit in Wordpress admin edit page for any images.
So when I insert an image to Tinymce under edit page/post then click on image icon (on top left of the inserted ...
-1
votes
1answer
468 views
Theme using masonry layout script rendering overlaped images in Google Chrome [closed]
I have a WordPress theme built with Masonry script , I added a new template file for list gallery, is working ok in FF and IE but in Google Chrome gallery images (inside containers) are overlapped.
...
0
votes
1answer
50 views
Slider stops loading pictures on a different page [closed]
I am building this site - http://www.bellated.us.lt/.
The problem is that the slider stops loading pictures for all other pages except for the main one. To see the problem you just have to press on ...
0
votes
1answer
536 views
How to change background image from Wordpress Gallery
I am building a custom theme for a client in Wordpress:
She wants the background to change when you click on a gallery thumbnail in a post. It must be a solution, that doesn't involve any coding on ...
0
votes
1answer
585 views
Lightbox type effect to support a HTML/jQuery image map
I haven't used WP extensively before but I'm more experienced in HTML/jQuery and I'm helping a friend with their existing WP blog.
I have designed an interactive map menu using the technique ...
0
votes
1answer
309 views
Image Title for Post Images - Fullscreen Gallery [closed]
1) I can't figure out how to display the image title for every image that is attached to a post.
When I use the following code $img_title = $all_photo_arr[0]->post_title; every image attached has ...
0
votes
1answer
581 views
Absolute path to stylesheet_dir/images/my_img.jpg does not work?
I am manipulating an img element in functions.php using jQuery by changing the src attr on hover. How do I make so the absolute path works? Currently, when I view the image directly in the browser it ...
1
vote
1answer
277 views
Using Fullscreenr with a wordpress blog - weird bug
I'm wondering if anyone here has used the jquery plugin 'fullscreenr' with a wordpress theme before. I've noticed a weird bug that I'm sure anyone who has used this before for a wordpress build would ...
0
votes
2answers
2k views
Wordpress Rotating Background Images
I would like to be able to create a rotating background image that resizes with the browser window. I would like to also be able to set a certain amount of images to rotate per page or at the least ...
0
votes
2answers
449 views
Wordpress: Preload next post images
As the title says, i would like a nice bit of coding to stick in my functions that pre-loads any images that are attached to the next post.
This means that whilst my users are browsing, they page ...
0
votes
3answers
3k views
How to get the image-URL from Media-Upload in a post?
I generated a new MetaBox for all standard posts in WordPress 3.1. There I generate a input:text field with the ID _meta_fotos[pic], which should hould the image url generated by the standard ...