Swathi S
Forum Replies Created
-
Forum: Plugins
In reply to: [WPFront Notification Bar] Marquee tag stopped workingHi @swardasz,
When you get the chance could you please go through the below link?
https://www.ads-software.com/support/topic/v2-contain-breaking-changes/
I hope this helps and please let me know if you have other questions.
Thanks!
Forum: Plugins
In reply to: [WPFront User Role Editor] Query monitor slow query user countsResolving due to inactivity. If you have any queries please feel free to get in touch with us.
Thanks,
Swathi SForum: Plugins
In reply to: [WPFront User Role Editor] Update required to version PHP 7.4Resolving due to inactivity. If you have any queries please feel free to get in touch with us.
Thanks,
SwathiHi @sivaprakash008,
I took a look at your site and found that you’re using Custom CSS for WPFront Notification Bar.This is most likely to be the cause of the issue as its breaks the plugin functionality. Please confirm this by making a change in the below CSS
@media (min-width: 320px) and (max-width: 720px) #wpfront-notification-bar { height: 75px !important; }
Then flush all of your site’s caches and do a fresh load of your site in order to check if the issue is resolved.
I hope this helps! Let us know if you have any further questions
Thanks,
SwathiForum: Plugins
In reply to: [WPFront Notification Bar] Display notification on specific pathHi,
Can you please disable all of your site’s plugins except for WPFront Notification Bar, to confirm and rule out any code conflicts on your site?
After disabling all other plugins, please do a test to see if the issue persists.
Thanks!
Forum: Plugins
In reply to: [WPFront Notification Bar] Display notification on specific pathHello @andrewkow,
I checked your site and noticed that the notification bar HTML is present.So the bar is not displaying because of some other reason.
When you get the chance could you please troubleshoot by following the steps mentioned in below link?
I hope this helps and can you please let me know if you have other questions?
Thanks!
Forum: Plugins
In reply to: [WPFront Notification Bar] Display notification on specific pathHi,
From our end, we tested and everything works fine.
Thanks,
SwathiForum: Plugins
In reply to: [WPFront Notification Bar] Please Add a “Auto Hide / Max Views” ParameterThanks for the suggestion! we will consider it as a future enhancement.
Forum: Plugins
In reply to: [WPFront Notification Bar] Display notification on specific pathHi @andrewkow, `
We’d be happy to help!
Can you please try the below code?
add_filter('wpfront_notification_bar_enabled', function(){ return strpos($_SERVER['REQUEST_URI'], 'food-and-drinks')!==false; });
Thanks!
Forum: Plugins
In reply to: [WPFront Notification Bar] how to right alignHi @ppi37
Would you mind giving the CSS code below a try and let me know if it works for you?`
#wpfront-notification-bar table { width: 1310px; } #wpfront-notification-bar td{ text-align:right; }
Thanks!
Hi @howdy_mcgee
Thanks for letting us know!
We tested and confirm the issue exist, this has been already taken care of and will be fixed in the upcoming release.
Thanks!
Forum: Plugins
In reply to: [WPFront Notification Bar] Display notification on specific pathHello,
Have you ever used WordPress filters before?
This will be a PHP code which will usually go into your theme’s functions.php.
Thanks,
SwathiForum: Plugins
In reply to: [WPFront Scroll Top] Bounce effectHello,
Currently, this feature is not available.
Thanks,
Swathi- This reply was modified 3 years, 4 months ago by Swathi S.
Forum: Plugins
In reply to: [WPFront Notification Bar] Display notification on specific pathHello,
You can use the “wpfront_notification_bar_enabled” filter. Do your path check in it, then return true or false.
Thanks,
SwathiForum: Plugins
In reply to: [WPFront Notification Bar] how to right alignHello,
You can align notification bar content through Custom CSS. Can you try with the following CSS?
#wpfront-notification-bar table {
margin-right: 0;
}Thanks,
Swathi