wolfdoom
Forum Replies Created
-
Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] tab nav each to have a custom colorYou can try using a CSS selector like this
.su-tabs-nav span:nth-of-type(1) {background-color:pink;}
.su-tabs-nav span:nth-of-type(2) {background-color:red;}
.su-tabs-nav span:nth-of-type(3) {background-color:blue;}You should be able to apply a hover to that as well…I think it’s
.su-tabs-nav span:hover:nth-of-type(whatever number)Forum: Plugins
In reply to: [WP Gallery Lightbox] Two galleries on a pageGreat that worked. Thank you!
Forum: Everything else WordPress
In reply to: IE11 Can't Add LinksA client of ours just had the same issue as Vames. When they go to add the link it doesnt add the link and scrolls back to the top. Works fine in other browsers. You’re not alone Vames!
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Lost all my subscribersA client just called and said the same thing happened to him today. Something going on with Jetpack?
Forum: Plugins
In reply to: Jetpack Carousel – How can I DISABLE it?Go to the JetPack settings, then hit ‘Learn More’ on the Carousel. A Deactivate Button appears next to the Learn More Button