- This topic has 6 replies, 5 voices, and was last updated 9 years, 10 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › Lightbox Ultimate Plugin – Inline text link doesn't work in an Unordered List?
I am trying to get a text link in the middle of an Unordered List item and I am having trouble. I found the reference to using Display: Inline, but it seems not to work in a list. My list item now is
Downloading & inline style div [wp_lightbox_anchor_text_display_external_page link=”example.com/my-test-page” width=”640″ height=”480″ title=”title goes here” text=”Unpacking”] Resources
and I still get three lines with the link in the middle one.
Please post a link to a test page with that shortcode.
You can see my attempts in the Unordered List on this page [http://www.pragmaticpraxis.com/scrapbook/]
I have added this to the custom CSS as well.
.lightbox_ultimate_text_anchor {
display: inline;
}
Thanks!
Gordon
Add the following to your custom CSS:
.lightbox_ultimate_anchor{
display: inline;
}
That did it! Thank you.
Are there any side effects to these settings that I should be aware of? If not, it almost seems like this should be the default, or am I missing something?
@PragmaticPraxis, “lightbox_ultimate_anchor” CSS applies to all the shortcodes. So I don’t think it’s a good idea to set it by default (unless you plan to use that particular shortcode).
Thanks for that tip ADMIN I was having problems as well , but the css fixed it…..