jumper
Forum Replies Created
-
Forum: Plugins
In reply to: [Code Snippets] How to exclude pages, categories or tagsHi Shea
That worked like magic !
God bless you, be great, and thank you!
mac
Does it come with Woocommerce blocks we can use?
Forum: Plugins
In reply to: [Twenty20 Image Before-After] Add Twenty20-Button not workingI had a similar problem this week
I fixed it by making sure Jquery loads early
Forum: Plugins
In reply to: [Twenty20 Image Before-After] Gutenberg Editor block pleaseHopefully we can see an update that includes Gutenberg soon
Very happy that block editors like Gutenberg and Stackable are getting better and better over time
Someday we can all stop using Elementor and other expensive theme builders
Thank you
Forum: Plugins
In reply to: [Code Snippets] How to exclude pages, categories or tagsHere is my code snippet (below)
I’m trying to exclude posts with the tag ‘free’
I tried adding
has_tag()
but it didn’t workAppreciate your help
Thank you
add_action('init', 'use_jquery_from_google'); function use_jquery_from_google () { if (is_admin()) { return; } global $wp_scripts; if (isset($wp_scripts->registered['jquery']->ver)) { $ver = $wp_scripts->registered['jquery']->ver; $ver = str_replace("-wp", "", $ver); } else { $ver = '1.12.4'; } wp_deregister_script('jquery'); wp_register_script('jquery', "//ajax.googleapis.com/ajax/libs/jquery/$ver/jquery.min.js", false, $ver); }
- This reply was modified 3 years, 3 months ago by jumper. Reason: Simplified comment
Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] theme does not support ugb/headerYour site doesnt include support for the ugb/columns block
Problem solved
I had a snippet that removed codemirror js which affected Stackable
All good now
Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] theme does not support ugb/headerI have the same error
It says: ‘Your site doesnt include support for the ugb/columns block’
I’m using Blocksy theme and Stackable Pro
Help please?
Forum: Plugins
In reply to: [WooCommerce Google Feed Manager] How to add shipping attribute?Hi Michel, Auke,
Thank you for the reply – yes it’s very helpful – I can add the shipping attribute now.
– I will also experiment with all the other shipping attributes.Dank je wel!
@gijo Alright. Will update. Thanks!
Are you reviewing the free or pro plugin? What is great about each of them?
Hi @gijo
I updated to 5.3.2 and have deleted and reinstalled the plugin.
So far the error doesn’t show up in logs. If it does I will share with you the error msg.
Thanks!
@gijo I’m using 5.3.1
Thank you! I will check it out!
I’m also experiencing this problem. Experimenting a workaround with this: https://wordpress.stackexchange.com/questions/92020/adding-a-second-email-address-to-a-completed-order-in-woocommerce
Forum: Fixing WordPress
In reply to: FTP Connection issueYou have permissions problem in your web server.
When correctly configured, you click Install and it will install the plugin without asking for password.