Optimocha
Forum Replies Created
-
Forum: Plugins
In reply to: [Speed Booster Pack ⚡ PageSpeed Optimization Suite] Javascript errorHi @sanjeev08;
If you’re referring to the following code:
<script type="text/javascript"> var ss_form = {'account': 'MzawMDG3NDIwAQA', 'formID': 'MzRMTjI3N0jWTTU1N9M1STM21bVITEvRNTczTzI3MjBONLU0BQA'}; ss_form.width = '100%'; ss_form.height = '1000'; ss_form.domain = 'app-3QNKYHATA4.marketingautomation.services'; // ss_form.hidden = {'field_id': 'value'}; // Modify this for sending hidden variables, or overriding values // ss_form.target_id = 'target'; // Optional parameter: forms will be placed inside the element with the specified id // ss_form.polling = true; // Optional parameter: set to true ONLY if your page loads dynamically and the id needs to be polled continually. </script>There’s also another part of the newsletter script inside the <head> tag:
<script type="text/javascript" defer> var _ss = _ss || []; _ss.push(['_setDomain', 'https://koi-3QNKYHATA4.marketingautomation.services/net']); _ss.push(['_setAccount', 'KOI-46F8PMATZC']); _ss.push(['_trackPageView']); (function() { var ss = document.createElement('script'); ss.type = 'text/javascript'; ss.async = true; ss.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'koi-3QNKYHATA4.marketingautomation.services/client/ss.js?ver=2.4.0?defer'; var scr = document.getElementsByTagName('script')[0]; scr.parentNode.insertBefore(ss, scr); })(); jQuery(function($) { if($(window).width()>769){ $('.menubar__nav .menu-item').hover(function() { $(this).find('.menu-item').first().stop(true, true).delay(250).slideDown(); }, function() { $(this).find('.menu-item').first().stop(true, true).delay(100).slideUp(); }); $('.menubar__nav .menu-item > a').click(function(){ location.href = this.href; }); }});</script>What did you do to exclude the code? I’d choose
3QNKYHATA4.marketingautomation.servicesbecause this string exists in both scripts, thus can exclude both.- This reply was modified 5 years, 9 months ago by Optimocha.
Forum: Plugins
In reply to: [Speed Booster Pack ⚡ PageSpeed Optimization Suite] How to warmup pages?Glad you like it @sermalefico! You can always get in touch with us directly if you encounter another issue. And if you have a minute, we’d appreciate if you gave us a review! 🙂
Hmm, it’s strange because we actually tested the plugin with Themify Builder and didn’t see any conflicts.
Can you reach out to us over our contact form so we can take a look from the inside, maybe?
Forum: Plugins
In reply to: [Speed Booster Pack ⚡ PageSpeed Optimization Suite] How to warmup pages?Not really @sermalefico, I’m afraid plugins with similar/same purposes (like speed optimization plugins) are bound to have conflicts since they want to do the same jobs.
One plugin that is compatible with Speed Booster Pack is Autoptimize. Care to give it a shot alongside Speed Booster Pack?
Forum: Plugins
In reply to: [Speed Booster Pack ⚡ PageSpeed Optimization Suite] How to warmup pages?Hi @sermalefico,
We’re thinking of adding a “pre-cacher” into our next major release (4.1). Until then, you can add the pages you want to be warmed up into your bookmarks and open them all at once, or use free SEO tools to crawl the pages you want which will cache them too.
Hi @suicidepicnic,
We wrote the whole plugin from scratch! And we tested Themify Builder with it and found no problems. Can you also confirm this?
Forum: Plugins
In reply to: [String locator] Plugin installed but cannot see in ToolsHere’s the solution @dmayur: https://wordpress.org/support/topic/how-to-fix-v2-4-no-menu-item-issue/
Here’s the solution @tranthetam91: https://wordpress.org/support/topic/how-to-fix-v2-4-no-menu-item-issue/
- This reply was modified 5 years, 10 months ago by Optimocha.
Hi @vigwe,
If you’d be so kind, we’d love it if you downloaded the BETA version below which has a JS deferrer, as well as a settings migrator:
https://github.com/optimocha/speed-booster-pack
After deactivating (but not deleting) the current version and installing the BETA version, I’d like to know if the settings from the current version are migrated correctly.
Also, don’t forget to employ exclude rules with enabling JS deferrer because it’s a dangerous feature that might break your scripts if necessary scripts aren’t excluded.
Forum: Reviews
In reply to: [Disable Cart Fragments by Optimocha] Useful pluginThanks for your kind words @miata2 ! 🙂
Nice! Thank you @raits515 for the clarification.
Hi @raits515,
Glad that it’s already resolved. Can you walk me through and elaborate on how you fixed it? To be honest this looks like a theme-related issue (some themes act weird when they don’t get the cart fragment even while the cart is empty) but I’d love to read your solution so maybe we can incorporate something into our code.
Forum: Plugins
In reply to: [Disable Cart Fragments by Optimocha] Empty cart HTML contentsThanks @ivan-shatsky! Definitely not an invalid solution, but it can only be applied to the theme you’re using. The cart fragments script generates different cart fragments for different themes, thus there’s no universal cart fragment that applies to all websites (or themes).
However, I really like your method of replacing cart contents. We’re working on a “default cart fragment” solution and we will definitely use a similar method to inject the default fragment. We’ll probably release the new version this month, so stay tuned! 🙂
Thanks @scarpinoc! We’ll definitely test our new feature with OceanWP.
Hi @scarpinoc,
This is an issue that (unfortunately) we can’t be responsible for, but we’ll try to work on a solution in the future weeks of developing this plugin and Speed Booster Pack (a bigger plugin of ours which also include the Disable Cart Fragments feature).
You can read about this issue and the cause of it here: https://wordpress.org/support/topic/mouse-over-on-empty-cart/
And good thing that you’ve found a workaround! 🙂 It’s actually a pretty smart solution, but hopefully you (and/or other OceanWP users) won’t have to settle for that in the future, when we release our workaround.