Mohammad
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] problem with 404 pagesThanks for your help.
The problem was about the WP Fastest Cache Premium plugin and an option named widget cache. When I deselected this option, the problem resolved. That happened because 404.php used some widgets as a part of itself.Forum: Plugins
In reply to: [Redirection] change woocommerce attribute permalinkI know.
I changed the permalink of my woocommerce attributes. I want a regular expression that include all of my attributes. I have many attributes and it is hard to enter them one by one.
If it’s possible for you, I need help.
ThanksThis is a hard solution because I have hundreds of link that affected by my changes.
By the way, thanks for your quick response.For example,
From: https://kafshvakif.com/gender/women/
To: https://kafshvakif.com/product-att/gender/women/Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] exact SKU searchThanks for your attention.
I changed my SKUs and now they are a combination of numbers and letters so it is less possible showing more than one product in the search results.
It was my solution.Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] footer search form problemI deactivated your plugin but the problem didn’t resolve.
Then, I deactivated WP Fastest Cache plugin and the problem still persists.
I deleted this plugin and installed it again and the problem resolved.
Thank you very muchWhich plugin? Your Plugin or Login with Ajax?
I am using the latest version of both plugins, but the problem persists.
This is my website: https://kafshvakif.com/
The login link is at the bottom of the right sidebar. Of course, my website is in the Persian language.Thank you for paying attention to your plugin’s users.
After I switched to HTTPS and realized there is a problem and the problem was because of custom icons URLs, I removed the custom icons from the plugin’s page and I removed the picture of them from the media library too. Then I added them again (after I switched to HTTPS) via plugin’s page but the problem still present.
I uploaded a new image and I saw that it saved via HTTP. Then I went to the WordPress general settings and I saw that the WordPress URL is HTTP for my website. I changed it to HTTPS. Now my website URL is HTTPS in WordPress general settings. Then I decided to repeat the process of adding custom icons again from first. Now, The problem resolved and my website is secured now.
Thanks again for your helpful support.
I’m sorry. I hadn’t seen this option before.
Now I tried it and it worked correctly.
Thank you so much.Forum: Plugins
In reply to: [WooCommerce] Product Image Lightbox Not Working in Version 3.0I added below codes to functions.php of my theme by it doesn’t show lightbox yet.
add_theme_support( 'wc-product-gallery-zoom' ); add_theme_support( 'wc-product-gallery-lightbox' ); add_theme_support( 'wc-product-gallery-slider' );
or
add_action( 'after_setup_theme', 'yourtheme_setup' ); function yourtheme_setup() { add_theme_support( 'wc-product-gallery-zoom' ); add_theme_support( 'wc-product-gallery-lightbox' ); add_theme_support( 'wc-product-gallery-slider' ); }
Then I disabled the woocommerce plugin and enabled it again but lightbox doesn’t work yet too.
I am using wordpress 4.7.4 and woocommerce 3.0.6 on local host .
please guide me.
thanks
- This reply was modified 7 years, 9 months ago by Mohammad.