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?

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #681840

    asadujjamanhira03
    Participant

    Its looking small and also gallery images ar not showing.please see the screenshot

    Attachments:
    You must be logged in to view attached files.
    #681919

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    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,

    #681972

    asadujjamanhira03
    Participant

    ।

    #682059

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    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,

    #682075

    asadujjamanhira03
    Participant

    https://prnt.sc/tEoC5YgsXC8G its already disable but its not solved. please give me a clear solution i cant undrestand,

    #682159

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    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,

    #683142

    asadujjamanhira03
    Participant

    i 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.

    #683198

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    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,

    #683526

    asadujjamanhira03
    Participant

    why i use parent theme sir ? soo why you give me child theme option ? please solve this problem quickly

    #683529

    asadujjamanhira03
    Participant

    and 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 .

    #683631

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    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,

    #683750

    asadujjamanhira03
    Participant

    Replace from which code ? or put the code ?

    #683853

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    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,

    #683999

    asadujjamanhira03
    Participant

    Remove all the code from functions.php file and paste the code you gave?

    #684076

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Yes, please remove all the previous code and replace it with the new one I provided.

    Best Regards,

Viewing 15 posts - 1 through 15 (of 15 total)