Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › Anchor Image Layout options?
- This topic has 12 replies, 4 voices, and was last updated 13 years, 1 month ago by vitaly.
-
AuthorPosts
-
June 14, 2011 at 5:51 pm #626cflyrunMember
Lightbox sure makes things look prettier, thanks! One question, though – is it possible to change the alignment of the anchor image so that text wraps around it like when I insert an image the regular old fashioned way?
Thanks,
Daisy
June 15, 2011 at 1:11 am #33350amin007ParticipantYou can wrap the shortcode in your own CSS then customize it however you want it. For example I can do the following:
<div id="my_custom_css">
[wp_lightbox_shortcode_goes_here]
</div>Then in the CSS file all I have to do is add:
#my_custom_css{
float: left;
}You can customize “my_custom_css” to however you want to.
September 28, 2011 at 8:41 pm #33351vitalyMemberI tried this exactly as shown but for some reason the text is still bellow the image, can you please take a look? Here is a test page: http://www.lifepixel.com/lightboxtest
Thanks!
Vitaly
September 29, 2011 at 1:54 am #33352wpCommerceModeratorYou have an error on this page – http://www.lifepixel.com/lightboxtest
404 Not Found - http://www.lifepixel.com/non
anyway, are you talking about the page content area or the sidebar? What are you trying to get out of it?
September 29, 2011 at 5:03 am #33353vitalyMemberStrange, the link works fine for me: http://www.lifepixel.com/lightboxtest I am trying to have the text apear to the right of the video image, instead of bellow. But even after adding the code as shown in this post the text still appears bellow the image.
September 29, 2011 at 5:12 am #33354vitalyMemberThis is interesting, I just checked again and it is working but the text is too close to the image.
September 29, 2011 at 1:24 pm #33355wpCommerceModeratorYou didn’t tell me if you are talking about the sidebar or the content area. I’m guessing you are referring to the sidebar. I think the image took all of the sidebar that there is no space for the text to appear. So your code might not be wrong.
September 29, 2011 at 4:27 pm #33356vitalyMemberHi, It’s the main body, not a sidebar as is shown in the link I provided. I got it to work, I think my browser cache kept showing the old one.
I do have another question though, instead of having to add this DIV each time isn’t there a way to make this change permanent for all instances of the video image link? Perhaps by inserting some code into the lightbox plugin?
September 29, 2011 at 11:06 pm #33357vitalyMemberOr Maybe I can pay for this feature to be added to this plugin, perhaps as an option via checkbox in settings. This, I am sure would be beneficial for others as well.
September 30, 2011 at 5:53 am #33358wpCommerceModeratorYes, I was confused because in my browser the text was on the right of the image already. So I thought probably it’s the sidebar.
It’s not a good idea to add a checkbox for this because someone might want to customize it in a different way.
Anyway, we have added a new custom stylesheet “wp_lightbox_ultimate_custom.css” in the root directory of the plugin. Now you will be able to add your own css styling to a shortcode anchor easily.
Please get recent build of the plugin from here –
After you update the plugin open the “wp_lightbox_ultimate_custom.css” file and read the comment and you should be set.
October 3, 2011 at 5:51 pm #33359vitalyMemberThank you! That’s very kind of you to do, now we can have more control directly from a master css file.
I wanted to quickly ask if there is a link were I can easily see the revision history on your products? This would be very helpful to see what updates/changes were made, surely you have such a page but can’t seem to locate it.
Thanks again!
October 4, 2011 at 11:02 am #33360wpCommerceModeratorWe will put that up soon
October 7, 2011 at 4:49 pm #33361vitalyMemberThank you! I think this would be very helpful to all customers of all your products.
-
AuthorPosts
- You must be logged in to reply to this topic.