First of all, thanks for creating this easy to use plugin for FA.
I have the plugin working and sending events to my FA dashboard, specifically the fluent form.
However, the CSS class is not registering.
On https://nfuontario.ca, you see a green announcement bar with a “Learn More” link. That link has a span class id=”announcement-bar-link”. It shows in the page inspector. And in the plugin’s settings page, I have the following information: https://imgur.com/a/SIKlbsU
Does it look like I’ve set this up correctly? Do you have any advice for troubleshooting?
Thanks!
]]>I’d like to use your plugin in different locations in my site, but for that I’d need to be able to style them differently, and right now any CSS changes are applied uniformly to all carousels or sliders of the same design.
I suppose there’s no way to specify a CSS class directly in the shortcode, or did I miss that ? It would be nice for a future release!
Thanks,
RP
With the last version before the update, the class to design the button still works.
i.e
.sendbutton input[type=”button”] {
background: #ee7600 !important;
border: 1px solid #ee7600 !important;
color: #fff !important;
margin-top: 40px;
padding: 10px 100px;
}
.sendbutton input[type=”button”]:hover {
background: #274486 !important;
border: 1px solid #274486 !important;
color: #fff !important;
}
]]>found an other issue by testing with my new Theme. The Sidebar in a specific page, which is created automatically by WPAdverts is not showing on the side, it is showing UNDER the Main Content. The Theme Support says this:
Please contact WPAdverts support and request to add the following CSS class to the body via their plugin hook:
archive left-sidebar
Attached 2 Images to Show what i exactly mean.
AD-Page is fine: https://ibb.co/hDs221H
I think Category Page is the one i mean which is Wrong: https://ibb.co/CMM8zHC
If you need longer for setting an Update into WP Adverts, just let me know wehere i need to place which exact code for the moment and i will do so. So i can go forward with my redesign of the page to bring t live as soon as possible. Besides that so i can let you know if that works or not
I’m using the LuckyWP TOC plugin to automatically generate TOC for my posts. But I also use the Affiliate Coupons (Pro) plugin to insert discount codes and coupons into my text. Unfortunately, Affiliate Coupons (Pro) is inserting ALL coupons and hiding the ones not being used… and each coupon uses an H3 tag for the heading inside the coupon (which then shows in the TOC at the appropriate level).
Is there any way to apply a filter to the TOC to prevent it from showing the headings from the hidden coupons? I’ve had to disable the Affiliate Coupons (Pro) plugin (and rely on the basic Affiliate Coupons plugin functionality) to avoid this… and I’ve written to the Affiliate Coupons (Pro) author to see what solutions they may have.
But it would be great if, in addition to the option to “Skip heading by text” if there was an option to “Skip heading by class”. All of the hidden coupons have the same class applied to them, so I could filter them out easily if this was available.
Or, is there some other means of accomplishing this?
Thanks!
]]>Is it possible to add a CSS class in order to target Subscribed/Unsubscribed status with this script?
Thanks,
Angelo
I need to do some custom CSS styling. Would it be possible to add a CSS class when a theme is added to an item ?
For exemple, if I create a “Theme – Orange” and then assign it to an item, I would like to have, for example, a “theme-orange” css class added to the item.
The reason is that I need to add some HTML markup to the titles and descriptions if I want to achieve the design I’m supposed to create, but the styles are clashing (mostly bg and font color problems between items).
Also, it would be easier if there was an option to turn description fields into wysiwyg editor instead of simple textarea.
Are the plugin’s templates overridable ?
Cheers
]]>