Elektra3
Forum Replies Created
-
Forum: Plugins
In reply to: [Super Zoom Gallery] transparency of zoomed imagefurther to my issue:
because I couldn’t get text to wrap around the gallery, I set the szgallery size to 50% (which in effect makes the content that is located to the right of the image show up through the zoomed image (which floats right, on top of the text).
I think the problem may be that my sz gallery size is too big- my featured image is 360px X 510px, however the actual gallery seems to be 840px X 677px!
For the life of me I cannot find anywhere to change this!
Is there a way to change the sz gallery size to that it is confined to 360px by 510px without affecting the way it functions?Forum: Plugins
In reply to: [Super Zoom Gallery] transparency of zoomed imagetoday I tried it again, and now the superzoom gallery has stopped working altogether when I add text!
I don’t know what else to try….
how is it possible for text to wrap around image with superzoom gallery??Forum: Plugins
In reply to: [Super Zoom Gallery] thumbnail columns not workingThanks for the tip, Niels! ??
Forum: Plugins
In reply to: [Super Zoom Gallery] thumbnail columns not workingnot to worry, I’ve figured it out, it was actually a theme issue…
in case anyone has the same problem, here is what I did:
In style.css go to:
img {
display: block;
height: auto;
border: 0;
margin: 0;
padding: 3px 0 5px 0;
and change “display: block;” value to ‘0’ so it looks like this:
img {
display: 0;
height: auto;
border: 0;
margin: 0;
padding: 3px 0 5px 0;..and voila! fixed! ??
Forum: Plugins
In reply to: [Super Zoom Gallery] image size with superzoomI do have one more problem that I was hoping you’d be able to help me with (thanks so much for your prompt reply, by the way!)
When I insert a gallery, my thumbnails are displaying in a row vertically down the page, instead of in one simple row horizontally…
Is there a simple fix for this, am I missing something?
(sorry, I’m quite new to WP)Forum: Plugins
In reply to: [Super Zoom Gallery] image size with superzoominstalling the “simple image sizes” plugin has fixed my problem ?? yay!
Forum: Plugins
In reply to: [Super Zoom Gallery] image size with superzoomThanks, Neils!
The settings under “Media” still do not seem to be working, but I guess this isn’t a plugin issue.
I noticed there is also a “post-thumbnail” size in szg – could you tell me where those image size parameters are set?Also – is there a way to specify SZG without shortcode? (when you don’t want to create a gallery, but use separate images in pages/posts).
Thanks for your help and looove the look of this plugin! :))
Forum: Plugins
In reply to: [Super Zoom Gallery] image size with superzoomjust in case – here is an example of what I’m trying to achieve:
Forum: Plugins
In reply to: [Super Zoom Gallery] image size with superzoomI guess what I’m trying to ask is if it’s possible to specify the size of the image:
I’m trying to use a 350×510 image as the “thumbnail” and on the zoom for it to be a 700×1024 res.
Just can’t seem to get my head around how to do this!