Home › Forums › WoodMart support forum › Quick View template modification no longer working
Quick View template modification no longer working
- This topic has 11 replies, 2 voices, and was last updated 9 months, 1 week ago by Luke Nielsen.
-
AuthorPosts
-
February 7, 2024 at 1:07 am #537446
[email protected]ParticipantAfter one of the recent theme updates, you seem to have changed how the Quick View template works.
The relevant files used to be:
/themes/woodmart/woocommerce/single-product/quick-view.php
/themes/woodmart/quick-view-horizontal.phpNow the paths are:
/themes/woodmart/inc/integrations/woocommerce/modules/quick-view.php
/themes/woodmart/quick-view-horizontal.php (same)Modifying quick-view.php and quick-view-horizontal.php makes no change to the template anymore. Please advise. Thanks!
February 7, 2024 at 3:36 pm #537696
Luke NielsenKeymasterHello,
Is there any chance that you could give me access to the dashboard area so I can have a look at the settings on your website, please?
Kind Regards
February 7, 2024 at 9:52 pm #537834
[email protected]ParticipantSure!
February 8, 2024 at 11:36 am #537933
Luke NielsenKeymasterHello,
You need to override the templates so you need to edit either
woocommerce/content-quick-view-horizontal.php
orwoocommerce/content-quick-view-vertical.php
files.As I see now, some changes are working on your side: https://prnt.sc/omQaRF_VVecj
Also, you can copy again those files and redo the changes.
Kind Regards
February 8, 2024 at 9:17 pm #538203
[email protected]ParticipantThat’s what I’m telling you. I have already done that and it’s not showing. No change made to content-quick-view-horizontal.php affects what is showing on the site.
February 9, 2024 at 1:08 pm #538348
Luke NielsenKeymasterHello,
Remove all code from the “content-quick-view-horizontal.php” in the child theme https://take.ms/0IGVF , and then recheck the “quick view” on your site (https://take.ms/56Bye), if it is empty, then the overriding works and the issue in your custom code itself.
Let me know the result.
Kind Regards
February 10, 2024 at 1:27 am #538603
[email protected]ParticipantOkay, after further testing, it appears my custom code is showing up, but the issue is that in horizontal mode, the image is so large that the quick view window doesn’t show the second column at all.
I switched it to vertical mode so you can see the custom code underneath the massive image (screenshot attached).
How can I ensure two columns on large devices and that the image is sized accordingly?
Also, I have no need to show two images. Can this be set to show only the main product image rather than a gallery?
Attachments:
You must be logged in to view attached files.February 12, 2024 at 3:20 pm #539068
Luke NielsenKeymasterHello,
The “Vertical” quick view has such a design by default when the main image is large: https://take.ms/fyvGT
Show the main product image rather than a gallery is not possible at the moment, It requires customizations and this is beyond our limitations and support policy.
Let me know if you have any additional questions.
Kind Regards
February 12, 2024 at 10:22 pm #539297
[email protected]ParticipantHorizontal mode is supposed to show the image on the left and the information on the right. I have attached the screen shot from your own demo site.
On my site, the image is so large there is no column on the right. Please let me know how to fix this.
- This reply was modified 9 months, 1 week ago by [email protected].
Attachments:
You must be logged in to view attached files.February 13, 2024 at 11:04 am #539398
Luke NielsenKeymasterHello,
Checked your site and I see a normal horizontal mode: https://take.ms/c2Afu , so please clarify where is the issue, because it works well on your side now.
Kind Regards
February 13, 2024 at 9:11 pm #539686
[email protected]ParticipantThis is what I see.
Attachments:
You must be logged in to view attached files.February 14, 2024 at 10:27 am #539826
Luke NielsenKeymasterHello,
Try to clear the browser cache and recheck the issue.
Viode from my side: https://take.ms/fQ4BS
Kind Regards
-
AuthorPosts
Tagged: quick view
- You must be logged in to create new topics. Login / Register