rahultandy18
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Have submit button disabled in Contact Form 7Here are the plugins list: https://tinyurl.com/27chz3jq
Sure
Okay got the issue, there was a custom code for “Logged user on my account page with something in cart”. Thanks for your prompt replies and your time.
When I’m logged in and try to click on the ‘my account’ link ie. “Hi roderick”, it simply refreshes the page I’m on. How can I fix this?
Here are the details I am using to add products to my cart and proceed to checkout
roderickjackgordon@outlook.com
Tiger12On checkout page Menu bar is working fine except the first Hi{name} menu. You will be able to see that after login.
There is no issue with login-logout pages All I am trying to do is whenever I click on Hi{name} it should go to my account but it is redirecting to checkout page.First login with my details and go to checkout page after adding some products to the cart and try to click on Hi{name}, the link will redirect you to checkout page itself.
http://willydawson.ssquares.co.in/checkout/- This reply was modified 6 years, 1 month ago by rahultandy18.
Hello, I am facing same type of issues. Some of my menu items are hidden for unregistered users but the menu is not working as I expected for logged in users: https://wordpress.org/support/topic/menu-is-not-redirecting-to-the-desired-pages-while-checkout/
Forum: Plugins
In reply to: [WooCommerce] Dropdowns are not working properlyI got the issue.
After add this code to functions.php, my forms are working fine./**Remove Select 2 option function in woocommerce**/
add_action( ‘wp_enqueue_scripts’, ‘wsis_dequeue_stylesandscripts_select2’, 100 );function wsis_dequeue_stylesandscripts_select2() {
if ( class_exists( ‘woocommerce’ ) ) {
wp_dequeue_style( ‘selectWoo’ );
wp_deregister_style( ‘selectWoo’ );wp_dequeue_script( ‘selectWoo’);
wp_deregister_script(‘selectWoo’);
}
}I see, thanks for the reply, I’ll be get in touch with you.
Hello
I got some errors from Google Webmaster console. But, I didn’t find anything in my robots,txt file.All these errors are related to tag pages. Please help me on this to fix it as soon as possible. I am using a WordPress site with Yoast plugin for SEO
Here are the screenshots of errors I got for my site.
http://prntscr.com/kmoz5z
http://prntscr.com/kmozlwHere is the message I got:
“Search Console has identified that your site is affected by 1 new Index coverage related issue. This means that Index coverage may be negatively affected in Google Search results. We encourage you to fix this issue.”New issue found:
Indexed, though blocked by robots.txtExpecting a prompt reply…
Thanks