Alexandru Tapuleasa
Forum Replies Created
-
Forum: Plugins
In reply to: [Maintenance] Not ActivatingHi,
It’s definitely some layer of cache … it’s probably nginx fastcgi cache or something as https://bvbfan.dk/?nocache shows the live website. I’m not sure how you need to clear that. Your hosting panel should have a Clear Cache button somewhere.
Forum: Plugins
In reply to: [Maintenance] Add Live Preview Blueprint for ww.wp.xz.cnThanks! We’ll add that to the plugin page 🙂
Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] Adsense advertisingHi,
AdSense ads are added via JavaScript after the page loads, after External Links finished updating the links so it will not be able to modify it. But as far as I know it’s against AdSense Terms to modify it’s ad behaviour in any way so you might want to double check that before you inject any custom code into them.
Forum: Plugins
In reply to: [Gift Wrapper for WooCommerce] Gift wrap not added to cartHi,
I have rechecked with all the options (checkbox, modal, toggle) and they all work with 6.32 + latest WooCommerce + Storefront theme. So it must be a compatibility issue with something. Can you tell me what theme you are using? If it’s a free theme I can test…
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Sticky Menu: Sub Menu on mobile dont workSorry to hear about the issue but without a link to see the behavior there’s not much we can do 🙁
But I assume the submenus might be opening in a separate floating divs below the sticky menu. You would need a mobile menu that is fully self contained to prevent that.
Sorry to hear that, most likely another plugin is overriding our CSS/font. If you can find which one we’d be happy to see if there’s something we can do about it 🙂
Forum: Plugins
In reply to: [Simple Author Box] Simple Author Bio trab;sationWe don’t have WPML support, sorry. And the author’s bio is set in the User’s Profile in WordPress admin.
Forum: Plugins
In reply to: [Gift Wrapper for WooCommerce] Gift wrap not added to cartThe current plugin version is 6.32 … I have tested it with WooCommerce 10.3.5 and found no issues. So maybe upgrade to the latest version?
Forum: Plugins
In reply to: [Gift Wrapper for WooCommerce] Support for block checkoutYes, it supports block checkout (all 3 variants – checkbox, popup, toggle) so if it’s not showing up maybe it’s not set up properly. Have you created a Gift Wrapper product, added it to a category like “Gift Wrappers” and selected that category in WooCommerce Settings -> Gift Wrap -> Gift wrap category?
Forum: Plugins
In reply to: [Maintenance] Plugin floods error log using wp 6.9We will push an update with the fix as soon as possible 🙂
Forum: Plugins
In reply to: [Under Construction] How to log into home pageWe have Direct Access Links in the PRO version which let’s the user/client open the normal website directly. But this forum is only for the free version so if you have any questions about PRO please contact us through the website, thank you!
Yes, sorry about that, we’ll push out an update ASAP!
Forum: Plugins
In reply to: [301 Redirects - Redirect Manager] Spaces in old URL’sWe are pushing an update today/tomorrow which should allow you to enter spaces in the URLs 🙂
Forum: Plugins
In reply to: [301 Redirects - Redirect Manager] Redirect ?lang=en to external URLHi,
Unfortunately we don’t have support for WPML, sorry 🙁
Forum: Plugins
In reply to: [301 Redirects - Redirect Manager] Can it manage thousands redirects?We don’t redirect through .htaccess, but there could still be some issues:
– if any of those images actually exist on your server then the server will display them instead of loading WordPress + 301 Redirects to redirect the request.
– with 36.000 redirect rules loaded on each page request, the website will definitely take a performance hit, even more so if they are loaded from the database
If the redirects follow some sort of pattern (like you just moved them to a different folder) then a regex redirect either through .htaccess or through 301 Redirects PRO would be a lot smarter.