Paxjah
Forum Replies Created
-
Temporarily, you can access your site via FTP and rename the plugin folder to manually disable it and bring your site back online.
Have just been on a spree doing this for automatically updated sites.
Forum: Plugins
In reply to: [Advanced Woo Search] How to make search results load on new pageHi ILLID,
Please forgive the confusion, and disregard the past two comments.
In answer to your question, yes, when the pro version is disabled, the results return as normal. This is how I determined it to be the pro version which was causing the issue.
Please can you look into this further. If you need @nettl583586 to run any tests, please direct them at me as I’ll be running tests on a dev site for them ??
Thank you for your support in resolving this.
Forum: Plugins
In reply to: [Advanced Woo Search] How to make search results load on new pageHi ILLID,
Sorry, you misunderstand.
The pro version of the plugin prevents any product queries from working.
If I use the free version, the url returns results.
When the pro version is active, it returns nothing.
With kindest regards,
PaxForum: Plugins
In reply to: [Advanced Woo Search] How to make search results load on new pageHi ILLID,
I’ve copied the archive-product.php file into my child theme > woocommerce folder, but this has had no effect.
It’s very odd though, as using the free version of the plugin functions fine, and returns the results. But activating the pro version does not. I would assume this has something to do with the theme provided by the pro plugin.
Is there anything more we can try, anything you can think of which would be breaking with the pro plugin?
Forum: Plugins
In reply to: [Advanced Woo Search] How to make search results load on new pageHi ILLID,
We’ve narrowed this down to the Pro version of the plugin. If we use the free version, everything works as it should.
With that in mind, taking into account your answer above, is this to do with the layouts which are made available with the Pro version?
Do we need a specifically named template in our child theme in order to render results correctly? If so, please can you specify which template and it’s requirements and we’ll add it.
Thank you ??
Hi there!
Absolutely, I’m using WooCommerce Product Vendors – https://woocommerce.com/products/product-vendors/
Thank you ever so much! ??
Hi there!
I’m having the same problem, with a client’s website.
The /my-account/ page, which shows a login form and registration form, if logged out, simply reloads the page. It doesn’t log you in, all other instances of the recaptcha work fine.
I see a few other people have shared their URL and are experiencing the exact same issue, Could you please tell us how you’ve fixed it for them, so that we can also implement it?
Thank you in advance! ??
Forum: Fixing WordPress
In reply to: How to add sub menu item under specific menu?Thank you ever so much, this really helped me!
Forum: Plugins
In reply to: [WooCommerce] Change ‘click here to register’ url on checkout pageHi there!
I found a solution, credit goes to – https://premium.wpmudev.org/forums/topic/how-to-redirect-every-login-page-to-my-custom-login-page#post-837911
/* Redirect users before registering */ function chefsoffice_login_redirect() { global $pagenow; if ( 'wp-login.php' == $pagenow ) { wp_redirect( esc_url( home_url() ) . '/my-account/' ); exit(); } } add_action( 'init', 'chefsoffice_login_redirect' );
- This reply was modified 8 years, 1 month ago by Paxjah. Reason: Added credit
Forum: Plugins
In reply to: [Cyclone Slider] Only the first image visible, others noI am having a similar issue. When using Inspect Element in Chrome to debug, I found the links to the image were redirecting me to the homepage.
Edit: I’ve just found that if you drag each slide to be the first slide, then save each time, they’ll then load. It seems like each one need to have been registered as the first slide and then it’ll load them.
So drag slide 2 to first position, then save. Drag slide 3 to first position, save, etc. etc.
Forum: Plugins
In reply to: [HMS Testimonials] Use Font Awesome Stars for RatingIf anyone has a better way of achieving this please let me know!
Forum: Plugins
In reply to: [AccessPress Social Share] Undefined Index ErrorGosh that was fast!
Thank you ever so much!
Hi Pete!
As I stated above, to limit post creation (which the above plugin does indeed do) but do so by membership level.
The current plugin only has it by role.
I’ve found where to possibly add my levels but I need help listing what they are then using that as an array.. possibly.
Can you help?
Forum: Plugins
In reply to: [Yoast SEO] Google says Sitemap contains urls which are blocked by robots.txtI’m having the same issue, all xml sitemaps created by yoast have URL’s which are blocked by robots.txt
So I created my own robots.txt file but still the same error, I am now disabling the XML sitemaps from Yoast and creating my own to submit to Google.
I’ll update if this works, but ideally Yoast should fix this robots.,txt error and also the blank Tools page error.
This issue is actually quite serious, the robots file currently on Yoast has been preventing Google from indexing anything, I’ve had no click through for over a month and I now find it is due to this, so please do fix it.
Are you using the do_shortcode function?