Home Forums WoodMart support forum Questions about the content in the product description

Questions about the content in the product description

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #632381

    dhndigitalmarketing
    Participant

    Let me ask how to put the ‘image caption’ in the center of the image, although I have selected the center button for the image and the center button at the top of the article but it doesn’t work.

    How to make the image display clearly but automatically shrink within the content frame on the mobile version (I choose the ratio 1024×512 on the laptop it displays beautifully but on mobile the image zooms in like the photo I sent below)

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

    Hello,

    Can you please share the URL of the page where the issue is situated? Also, share the WP login details so i will check and give you a possible solution.

    Best Regards

    #632593

    dhndigitalmarketing
    Participant

    Please help me check the cause, thank you in advance.

    #632664

    Hello,

    I suggest editing the product with Elementor and adding the description there. Elementor offers responsive settings, so you can adjust the images to display correctly on mobile devices. Navigate to Elementor > Settings > General > Post types Check the option products.https://ibb.co/BTXTTkm then you will be able to edit the description with elementor.

    Please give this a try, and let us know if it helps!

    Best Regards

    #633304

    dhndigitalmarketing
    Participant

    Can you help me check and see if there is any other way, because before, when I wrote product information, I just clicked the image to center and automatically the image description would also be centered. and images in the content section automatically zoom in or out depending on whether you are using a laptop or mobile phone.
    I don’t really like using Elementor for the product section, I feel like it’s difficult to use, and I can’t add tab content and description content there. Every time I want to add I have to exit the wordpress editor, every time I get an error message showing it could be broken.

    #633505

    Hello,

    Could you please check how it works with some default WordPress themes like TwentyTwenty or WooCommerce Storefront to understand is it our theme issue or not?

    Best Regards

    #633688

    dhndigitalmarketing
    Participant

    Can you guide me how to do it to check how it works with some default WordPress themes like TwentyTwenty or WooCommerce Storefront. Also, if I switch to TwentyTwenty or WooCommerce Storefront and then switch back to woodmart, will there be any display errors or conflicts? Thanks in advance.

    #636199

    Hello,

    1. Add the following custom code to the Global Custom CSS area in Theme Settings to fix the issue with the image width. This problem will also be resolved in the next theme update.

    [id*="attachment"].alignleft,
    [id*="attachment"].aligncenter,
    [id*="attachment"].alignright {
    	max-width: 100%;
    }

    2. Aligning an image in the Legacy WordPress Editor using the alignment options affects only the image itself, not its caption. This can be observed when selecting an alignment option, as only the image gets highlighted in the editor https://monosnap.com/file/g4JJGPocTHHTtzmYopZRT39ls3FPon .

    This behavior is designed for cases where an image is aligned to the right, allowing text to wrap around it on the left, while the caption remains aligned with the rest of the text on the page. But if you want the caption to align along with the image alignment option, use the following code:

    .aligncenter .wp-caption-text {
        text-align: center;
    }
    .alignright .wp-caption-text {
        text-align: right;
    }

    Best Regards,

    #636475

    dhndigitalmarketing
    Participant

    Thank you for the information you shared.
    – For the image width issue, I hope it will be resolved soon in the next theme update.
    – For the image caption, when using the new WordPress editor with the operation: Insert image into post -> Add caption right below the image -> Select image -> On the toolbar, select Align Center -> When the image is centered, the caption will also be automatically centered. I have written many articles before so I know very well. I think this is also your error and hope it will be resolved soon in the next theme update.

    #636531

    Hello,

    Yes, we have already notified our development team about this issue, and it will be addressed in the upcoming theme updates.

    Thank you for bringing this to our attention. We will forward this to our development team, and it will also be fixed in future updates.

    Best Regards,

    #640558

    dhndigitalmarketing
    Participant

    let me ask when will the theme update

    best regards.

    #640732

    Hello,

    The update is scheduled to be released soon. Stay tuned!

    Best Regards,

    #644242

    dhndigitalmarketing
    Participant

    I would suggest that the image caption should have a little distance from the photo, it would be better because currently it seems to stick to the photo. Hope the next update can make it more perfect

    Best Regards.

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

    Hello,

    If you would like to see this feature integrated into the theme, you can submit a Feature Request on this topic here: https://woodmart.canny.io/feature-requests . So our developers can take it into account.

    Best Regards,

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