Forum Replies Created
-
in reply to: Codeless Framework
I’m experiencing the same problem.
This works on the category pages but also changes my shop page. On the shop page I want 4 products per row as I don’t have a sidebar on the shop page. Can I keep 4 products/row on the shop page and do 3 per row on the category pages?
This reply has been marked as private.in reply to: Turn off Woocommerce PaginationThe functions-woocommerce.php file has changed a bit since I first posted this question. I have been able to make the change to the line as follow.
add_filter(‘loop_shop_per_page’, function(){ return 999; }, 20 );
I would like to keep this change in the child them rather than edit the file in the theme. Where should I locate this file in the child theme so it’s picked up? I put it in the root of the child theme but that didn’t work. Tried the woocommerce folder in the child theme. But no luck there? Where should I put it?
in reply to: Turn off Woocommerce PaginationThis reply has been marked as private.in reply to: WooCommerce Product Image Zoom & Gallery ProblemI’m using Version 60.0.3112.101 (Official Build) (64-bit)
in reply to: WooCommerce Product Image Zoom & Gallery ProblemI have disabled all Chrome extensions and reset Chrome to the default settings, also cleared browser cache. Still didn’t help.
I did some research and wonder if this might be due to how Specular is handling mouse inputs when a touch screen is detected. See these posts regarding similar problems and recommendations for developers. The posts go beyond my understanding but maybe they will help you diagnose the problem and find a solution. I’m not technically savvy enough to look into how Specular and Twenty Seventeen differ in their detection and handling of touchscreens.
Issue 332397<span style=”color: #222222; font-family: Roboto, Arial, sans-serif; font-size: 13px;”>: Mouse click does not work while touching the screen does – on certain websites</span><br style=”color: #222222; font-family: Roboto, Arial, sans-serif; font-size: 13px;” />Issue 392584<span style=”color: #222222; font-family: Roboto, Arial, sans-serif; font-size: 13px;”>: TouchEvent API should be enabled consistently (Engineers are working on this issue)</span><br style=”color: #222222; font-family: Roboto, Arial, sans-serif; font-size: 13px;” />Issue 578695<span style=”color: #222222; font-family: Roboto, Arial, sans-serif; font-size: 13px;”>: Mouse clicks don’t work on some sites when touch events are supported</span>
in reply to: WooCommerce Product Image Zoom & Gallery ProblemI did two screen capture videos for you. I now understand the zoom will not activate on the main product image on a touchscreen device until the image is clicked. The issue I’m still experiencing is clicking on the thumbnails doesn’t change the main image on the product page. The two videos below show the same site with Specular and Twenty Seventeen activated.
Video 1 – Specular theme. https://youtu.be/GAzdTglMmTs
Video 2 – Twenty Seventeen theme. https://youtu.be/0zig2p9LX3w
Note – If I disable touch in Chrome (using this method) everything works fine with Specular.
in reply to: WooCommerce Product Image Zoom & Gallery ProblemThanks for your quick reply. I understand from your response WooCommerce is detecting a touchscreen when I’m using Chrome. Very curious it’s not detecting it when I’m in other browsers. I’ve also noticed it’s not detecting the touchscreen when I’m using Twenty Seventeen and Chrome. It works fine with Twenty Seventeen. This has me thinking it’s the combination of Specular, Chrome and touchscreen.
Also I’m unable to switch to another product image by clicking on the thumbnail when I’m in Chrome w/touch. I can use touch to switch images, but not a mouse click. Weird.
-
This reply was modified 8 years, 9 months ago by
kentsmythe.
-
This reply was modified 8 years, 9 months ago by
kentsmythe.
in reply to: WooCommerce Product Image Zoom & Gallery ProblemThanks for your assistance. All plugins are disabled except for WooCommerce. All browser extensions are disabled. I have been able to narrow down the problem. It seems to only occur on Windows 10 touch screen computers with the Chrome browser. Works fine with touch on Edge and Firefox. Any idea what might be causing the problem on touchscreen/Win10/Chrome systems?
in reply to: After Update Sidebars are emptyThanks for your help. I was upgrading from a ~6 month old version. I have things up and running again. Thanks for your assistance and the tip.
in reply to: Missing Page Header on WC Product PagesI’m still not getting the title and breadcrumbs on product pages. Although they are showing up on the shop and category pages. Here’s what I’ve done to try and help with the debugging.
- Disabled all the plugins except WooCommerce.
- Activated the Specular theme, as opposed to the child theme, removing any possible conflicts from child theme modifications.
- Removed all custom CSS with the exception of the one line you added.
- Set page header style t0 “Basic (left with breadcrumbs)”
- Active Page Header set to ON.
Still not seeing the title and more importantly the breadcrumbs on the product pages. Thoughts?
in reply to: Missing Page Header on WC Product PagesNevermind, found it in your theme files. I was looking in the plugin files.
in reply to: Missing Page Header on WC Product PagesI don’t see the commented out code you referenced in woocommerce.php. The file looks the same as the stock file from the WC plugin. Can you confirm where you edited the code?
Thanks
Kent
in reply to: Missing Page Header on WC Product PagesThis reply has been marked as private. -
This reply was modified 8 years, 9 months ago by