Mare13ki
Forum Replies Created
-
@swathiswpfront , okay, thank you, I managed to make it work. Here is my code if someone else has this issue.
So – I had an issue where notification bar will come on top of the sticky header. If you set your notification bar to appear after 20 seconds for example, this code will move sticky header down a bit after 20 seconds so notification bar and sticky menu do not overlap. ( it will add margin-top: 70px to sticky header )
This code will also make sure that the margin-top: 70px is NOT added if notification should not appear because of the cookie. ( you will need to update the classes )jQuery(document).ready(function( $ ){
if($('#wpfront-notification-bar.hidden')[0]){} else {
$(".your-header-class .elementor-container").css("margin-top", "0");
setTimeout(function(){
$(".your-header-class .elementor-container").css("margin-top", "70px");
myLoop();
},19500);
}
function myLoop() {
//console.log('myLoop');
setTimeout(function(){
if($('#wpfront-notification-bar.hidden')[0]){
//console.log('click');
$(".your-header-class .elementor-container").css("margin-top", "0px");
$("#wpfront-notification-bar-table").css('display','none');
} else {
myLoop();
}
}, 3000 )
}
});Thanks again for the help and for the DEV version of the plugin
Hey @swathiswpfront, thank you, can you please just tell me what that development version should do, so I know what change to expect when I install it ??
Thanks againForum: Plugins
In reply to: [WooCommerce] Can’t disable “Sold individually”I got a response from WooCommerce Subscription developers and they also said what WooCommerce support said here, disable plugins and themes. I was not in position to create staging website and test that, so I’ve used what @juzkat proposed and it is working:
“So here is a simple fix. If you choose multiple products and choose bulk edit, down the bottom an option becomes available that is not on single item quick edit allowing you to change the sold individually setting for all selected products.”
I am not sure if this should be marked as solved since multiple people have the same issue but I solved it on my side with that solution from above.Forum: Plugins
In reply to: [WooCommerce] Can’t disable “Sold individually”Forum: Plugins
In reply to: [WooCommerce] Can’t disable “Sold individually”Nope, I didn’t use that one ?? The client is using WooCommerce subscriptions and and extension “Buy Once or Subscribe for WooCommerce Subscriptions”
He is paying for both WooCommerce subscriptions and “Buy Once or Subscribe” and we can’t get an answer here to a simple question for 2 days.
Forum: Plugins
In reply to: [WooCommerce] Can’t disable “Sold individually”Okay, thank you for letting me know.
Yeah, it seems they are intentionally skipping my question because I see they are replying to other threads.Forum: Plugins
In reply to: [WooCommerce] Can’t disable “Sold individually”It is my clients website and it says “These features are either experimental or incomplete, enable them at your own risk!” for that new editor, so I have to wait for him to provide me with some details so I can create a backup before proceeding with this ??
Thank you once again! CheersForum: Plugins
In reply to: [WooCommerce] Can’t disable “Sold individually”Yeah, it definately sounds like some issue or a bug. Hopefully devs will see your post soon
Forum: Plugins
In reply to: [WooCommerce] Can’t disable “Sold individually”Hi @wutime, thank you for the instructions
I was aware that the database solution was not ideal but I have asked for it if WooCommerce devs don’t have a “normal” solution for us. I will wait one more day and if they don’t provide me with more safe solution I will do what you said.
Thank you again for the detailed instructions ??Forum: Plugins
In reply to: [WordPress Popular Posts] Display Post tags / Date formatHi Hector, great, everything works fine now!
Ohh, that is why my Read Mor didn’t work… ??
*Just one note, I know that you can change the Date format in WordPress settings, but most of the plugins ignore those default WP Settings including this one (at least on my side), so I had to add those additional parameters to the shortcode.
Anyway, I have everything I needed now, thank you for your help!
Forum: Plugins
In reply to: [WooCommerce] Disable “allow one of this item to be bought in a single order”Oh, I completely missed that. Thank you very much! ??
Hi @simonpedg, yes, it is premium. Do you recommend us to contact them?
I’m not sure on which side is the problem ??
Hi guys, sorry for not replying
Q: Just recap: You make changes, click the “Update” button and refresh the page and none of the changes show?
I’m sure you’ve done the simple “cache clearing” too.
A: Yes, exactly. I’ve tried clearing and did not help
——————————————————
@simonpedge We’ve found out that it does not work when Ajax Search Pro plugin is activated. When we disable that we can save the sliders. But you probably can’t help us here since the problem is present when another plugin is activated ??Forum: Plugins
In reply to: [Page scroll to id] Exclude selectors option not savingYes, it is working now. Thank you very much
Forum: Plugins
In reply to: [Page scroll to id] Exclude selectors option not savingHi, yes, it is a multisite setup