|
#1
Feb 17, 2009, 06:25 PM
|
|
On many posts with images they are only displayed as a thumbnail, when the image is clicked I would like the whole image to be displayed. In the past I used Lighbox or Shadowbox, currently with this theme neither of them work.
Is there a way to get them to work, can't seem to find the solution in these forums and I am stunned no one else has had this problem.
Or is there an option in the theme options to do this automatically that I have missed?
Thanks for your hopeful help.
|
#2
Feb 17, 2009, 07:19 PM
|
|
|
|
3,768 posts · Oct 2008
Munich, Germany
|
|
Are you running the latest version 3.2? There used to be problems in earlier versions. Both NextGen and WPG2 should work, I have not tried Lightbox/Shadowbox yet. Post an URL if you are running 3.2 and you're still seeing errors
|
#4
Feb 17, 2009, 08:13 PM
|
|
|
|
3,768 posts · Oct 2008
Munich, Germany
|
|
I would have to see the error in action though. I cannot see any thumbnails or lightbox
|
#5
Feb 17, 2009, 09:01 PM
|
|
Hi Flynn.. I am not getting an error, it just is not working. When I insert an image I am not displaying the full image in the post. When the image is clicked the image should appear in a new "window" in its full size.
In this when the image is clicked nothing happens. Does this make sense?
|
#7
Feb 18, 2009, 07:37 AM
|
|
|
5 posts · Feb 2009
Tilburg, Netherlands
|
|
I use Shadowbox JS 2.0.3.3, WP 27.1 and the theme without any problems, mabye you schould deactivate the plugin, upload it again and activate again.
Make sure you use the correct rel="shadowbox;" at the right place in your post, there is good support at : http://sivel.net/2008/02/shadowbox-js/
|
#8
Jun 3, 2009, 08:10 PM
|
|
|
|
15 posts · Jun 2009
Right now, Hoboken, NJ
|
|
I have just installed Shadowbox JS and am unable to get it to work also. when I click on an image in a post nothing happens and in addition the website becomes inactive (nothing works) and I have to refresh the page. Any suggestions?
http://www.twobackpackers.com/blogs/
|
#9
Jun 4, 2009, 06:54 PM
|
|
|
|
3,768 posts · Oct 2008
Munich, Germany
|
|
Does it work with the "Default" theme?
|
#10
Dec 5, 2009, 11:55 AM
|
|
Has anyone been able to get lightbox or shadowbox to work with this theme? I've tried everything and all of the LB and SB stuff seems to be ignored.
|
#11
Dec 5, 2009, 01:24 PM
|
|
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
Quote:
Originally Posted by Jcasteli
I have just installed Shadowbox JS and am unable to get it to work also. when I click on an image in a post nothing happens and in addition the website becomes inactive (nothing works) and I have to refresh the page. Any suggestions?
http://www.twobackpackers.com/blogs/
|
The picture I clicked on was 2.8 Mb which is way too big for web stuff. It did open for me but the lighbox had to resize it from it's 4272px x 2402px size. Most pictures should be under 100k. I generally size mine to no more than 1000px at the widest at 72dpi.
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#12
Feb 14, 2010, 08:21 PM
|
|
Hi Larry,
Does the same apply to SWFs, do you think? They seem to load 1 out of 10 times in ie8, but in Firefox they work ok.
Jimmy
|
#13
Feb 14, 2010, 09:57 PM
|
|
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
swf files are a different animal and I find IE to be "problematic". Can you post a url to an example?
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#14
Jan 7, 2011, 06:07 PM
|
|
Hey mintami,
I was having the same issue of the thumbnail links not showing in my post using Shadowbox-js. I have actually used this plugin on other wordpress sites in conjuction with the Atahualpa theme and have had no issues until now. It was driving me nuts that the little thumbnail image links were not showing and I finally figured out why! It's the class param in the <img> tag of the thumbnail that causes the break in plugin functionality. I realized, all the other times I used the shadowbox plugin feature, I manually typed in the smaller size. Not sure if that makes sense but check out the example below...
this is the linked image html copied from a post on my blog that is having the issues (from the hmtl view mode)...
<a href=".../MikaelyPatrick_04.jpg"><img class="alignnone size-thumbnail wp-image-393" title="Mikaely and Patrick's Wedding" src=".../MikaelyPatrick_04-70x47.jpg" alt="" width="70" height="47" /></a>
Do you see the class param?
class="alignnone size-thumbnail wp-image-393"
If you delete it, your thumbnail should be visable. That did the trick for me... let me know if that works for you!
|
#15
Jan 7, 2011, 07:41 PM
|
|
Ok, I just double checked, and the class param is not the problem, it's the title param. Delete that instead of the class and all is weel in the universe (for real this time :P)
|
|