- This topic has 17 replies, 2 voices, and was last updated 7 years, 6 months ago by .
- 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 › Lighbox Ultimate – Getting a loading icon in the middle of all of my web pages
If you want to apply this to all the lightbox ultimate text links on your site you can use the “lightbox_ultimate_text_anchor” CSS class for it. If you want to apply different CSS on individual shortcode you can specify a class in the shortcode.
[wp_lightbox_ultimate_inline_content_embed div_id=”map1″ anchor_type=”text” text=” (See Map)” source=”” auto_popup=”false” class=”my_custom_css”]
Once you have a class in the shortcode you can use the CSS file to target it and apply your own custom styling. For example:
.my_custom_css
{
display:inline;
}
For more information please check this post:
Okay thanks for that information.
I just noticed another issue. It appears that I get a linefeed after the shortcode. You can see it here on [https://westviewdance.ca/test/] is you scroll down to the Oct 21. Dance. There shouldn’t be a space between Location and Time.
Okay, I just added style=”display: inline;” which corrected the problem. Sorry for the bother.