WMEric
Forum Replies Created
-
That should have been fixed in the latest version of 1.1.3
https://ww.wp.xz.cn/support/topic/error-in-log-about-null-slug/#post-16208609
Thats definitely odd. I have this on a clients site in which I created it for and it works perfectly fine.
Not sure if its possible but can test it out on a dev site by disabling all but woocommerce and this plugin?
Also if you are using caching make sure to clear that as well.
Thanks
That error is within the woocommerce analytics plugin. It’s a javascript error.
This plugin doesn’t use javascript, it’s solely php 🙂
Try disabling my plugin and see if the js error is still there? It should still be there.
Hope this helps
- This reply was modified 3 years, 4 months ago by WMEric.
Sorry to hear that.
I am unaware of an issue with Woocommerce Analytics
Do you see anything in your error logs and php logs?
I will await your reply.
Thanks
Forum: Plugins
In reply to: [Hide Categories On Shop Page] Not working with “Pro X” themeI see, that is an archive page for that category.
This only removes them from the shop page ie /shop ( https://raskeplanter.com/butik/ )
Not 100% certain what you are trying to do here. Are you trying to hide that category completely? If so that is beyond the scope of this plugin.
However, there is a way to do it, but I cannot help with that here.
Thanks, Eric
Forum: Plugins
In reply to: [Hide Categories On Shop Page] Not working with “Pro X” themeHello,
Those are individual products not categories.
Please have a look inside the plugin code and you can edit it to suite your needs. As per the readme.txt for https://ww.wp.xz.cn/plugins/hide-categories-on-shop-page/
“To remove products from those categories find line 160”
Thanks,
Eric
- This reply was modified 3 years, 5 months ago by WMEric.
Forum: Plugins
In reply to: [Hide Categories On Shop Page] Problem with version 1.1.2.My apologies everyone. I updated the plugin and hopefully fixed everyone’s issues 🙂
Missed 1 line in the foreach loop and double-checked version numbers.
Should be version 1.1.3 now.
Thanks
Eric
Forum: Plugins
In reply to: [Hide Categories On Shop Page] Error in log about null slugReleased an updated file that fixes this. v1.1.2
Thanks
Forum: Plugins
In reply to: [WordPress Importer] Limit Assing post to ____Well, I finally figured it out. I had the wrong arg params
For anyone finding this later change the code inside /wp-content/plugins/wordpress-importer/class-wp-import.php line #302
echo ' ' . wp_dropdown_users( array( 'name' => "user_map[$n]", 'id' => 'imported_authors_' . $n, 'multi' => true, 'show_option_all' => __( '- Select -', 'wordpress-importer' ), 'show' => 'display_name_with_login', 'echo' => 0, 'role__in' => ['author', 'editor', 'administrator'], ) );The key here is ‘role__in’
Eric
Forum: Plugins
In reply to: [Hide Categories On Shop Page] Error in log about null slugI dont know why I dont get notifications to these.
But thank you for the tip. I will add it and push an update.
Thanks
Eric
Forum: Reviews
In reply to: [Hide Categories On Shop Page] This doesn’t workOkay, thanks for the info.. I haven’t seen any issue on the error log but I will certainly look into this.
Yes, there are many ways to hide categories. This plugin only removes it from the shop’s main page and any other pages you include by editing the file as documented.
Thanks again, I appreciate the info.
Eric
Forum: Reviews
In reply to: [Hide Categories On Shop Page] This doesn’t workCould you kindly explain? I still use this version on a live site today.
Thanks
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] WooCommerce?Okay, thank you. It wasn’t much of a big deal.
I do have another question though. Sometimes the Calendar shows as I want it to and other times it displays as a list view on page load. I’m not sure what the issue is and I don’t want to post a link to the site in question here.
I’m thinking it’s a js conflict with one of the other plugins somewhere. To me, it’s not a huge deal, but it would be nice to fix it.
Forum: Plugins
In reply to: [WPMobile.App] 3rd menu item in bottom menuI know this isn’t related but is there a way to adjust the top menu bar font size and size in general?
Thanks
Forum: Plugins
In reply to: [WPMobile.App] Building my own theme – PresaleI found how to do that, thanks.
I don’t see how you can use a page builder like DIVI on an inactive theme. I can’t even seem to find your app theme.
I also don’t see how to create/edit any menu on any location. Perhaps I’m just not looking in the right place.
Suggestion: Better documentation on all aspects, perhaps video tutorials.
Thanks