Home / Forums / WoodMart support forum / Why my single product page images ar looking like that?
Home › Forums › WoodMart support forum › Why my single product page images ar looking like that?
Why my single product page images ar looking like that?
- This topic has 14 replies, 2 voices, and was last updated 1 month, 2 weeks ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
August 25, 2025 at 9:23 am #681840
asadujjamanhira03ParticipantIts looking small and also gallery images ar not showing.please see the screenshot
Attachments:
You must be logged in to view attached files.August 25, 2025 at 2:32 pm #681919
Aizaz Imtiaz AwanKeymasterHello,
Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that our developer can check this concern on your Site and help you out accordingly.
Best Regards,
August 25, 2025 at 5:04 pm #681972
asadujjamanhira03Participant।
August 26, 2025 at 10:14 am #682059
Aizaz Imtiaz AwanKeymasterHello,
The issue is with your single product page layout. Try to disable both custom layouts for the single product page in Dashboard -> WoodMart -> Layouts and test how it works. Let me know if it helps.
Best Regards,
August 26, 2025 at 11:28 am #682075
asadujjamanhira03Participanthttps://prnt.sc/tEoC5YgsXC8G its already disable but its not solved. please give me a clear solution i cant undrestand,
August 26, 2025 at 2:24 pm #682159
Aizaz Imtiaz AwanKeymasterHello,
Now please check back your site and check the issue, I have disabled the custom layout on your site and the images look fine now.
See Screenshot for clarification: https://postimg.cc/Rqc8YV8L
Check back your site after completely clearing the cache, for the layout edit it with Elementor and check where it is causing the issue.
Best Regards,
August 29, 2025 at 12:39 pm #683142
asadujjamanhira03Participanti want this customised layout. why it will create problems ????????? soo you give me this customization options ? i want this layout or how can i customise the main ?or please solve the mobile problem.
August 29, 2025 at 2:34 pm #683198
Aizaz Imtiaz AwanKeymasterHello,
Please try to activate the parent theme on your site and check if the issue persists. This may help resolve the issue you’re encountering.
Best Regards,
September 1, 2025 at 10:18 am #683526
asadujjamanhira03Participantwhy i use parent theme sir ? soo why you give me child theme option ? please solve this problem quickly
September 1, 2025 at 10:20 am #683529
asadujjamanhira03Participantand i saw differnet layouts for single product page which is the actual main page. or how can i save the active page as the main layout. beacouse i want to customise it .
September 1, 2025 at 2:36 pm #683631
Aizaz Imtiaz AwanKeymasterHello,
01. Try to replace the code in the functions.php file of the child theme with the following to fix this.
<?php /** * Enqueue script and styles for child theme */ function woodmart_child_enqueue_styles() { wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( 'woodmart-style' ), woodmart_get_theme_info( 'Version' ) ); } add_action( 'wp_enqueue_scripts', 'woodmart_child_enqueue_styles', 10010 );
02. This is an active single product page layout on your site: https://postimg.cc/m1SbmQHf
Best Regards,
September 1, 2025 at 10:27 pm #683750
asadujjamanhira03ParticipantReplace from which code ? or put the code ?
September 2, 2025 at 11:52 am #683853
Aizaz Imtiaz AwanKeymasterHello,
Try to replace the code in the functions.php file of the child theme to fix this from Appearance > Theme file editor.
See Screenshot for better understanding: https://postimg.cc/2b3FxVkb
Best Regards,
September 2, 2025 at 8:58 pm #683999
asadujjamanhira03ParticipantRemove all the code from functions.php file and paste the code you gave?
September 3, 2025 at 9:56 am #684076
Aizaz Imtiaz AwanKeymasterHello,
Yes, please remove all the previous code and replace it with the new one I provided.
Best Regards,
-
AuthorPosts
- You must be logged in to create new topics. Login / Register