Footer

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #586258

    Yasar Arafath
    Participant

    I created the (image attached) footer via Elementor and an HTML block in WoodMart using Elementor template shortcode, and this footer is on the site.

    How to clear the white space below the footer? What is the error message as well? Also, on the mobile view, collapse widgets on mobile is even not working for the footer.

    Can you assist me, with how should I overcome these issues?

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

    Yasar Arafath
    Participant

    Hey, Dear, I have changed the footer template, and it looks fine now! Kindly clarify with me 2 things! The copyright text is not displaying in the footer I have added some text and tried both the layouts, centred and two columns but did not seem to be showing.

    Also, in the mobile view, the collapse widget is not displaying.

    #586380

    Luke Nielsen
    Keymaster

    Hello,

    I would like to request temporary admin access to the website to take a better look at the issue there

    Thank you for your time.

    Kind Regards

    #586421

    Yasar Arafath
    Participant

    Hi, added details in extra information!

    #586528

    Luke Nielsen
    Keymaster

    Hello,

    1. Collapse widgets on mobile option works only when the footer is built via widgets in Appearance -> Widgets.

    2. I suggest you rebuild the footer by using just an HTML block, currently you use shortcode – https://take.ms/ESvgv . In the settings of the Elementor enable an appropriate post type https://take.ms/cUYIX to have the ability to edit HTML block via page builder.

    3. To remove tags, navigate to Theme Settings -> Single product -> Elements -> disable the “Meta” here – https://take.ms/uKIjx then check how it works.

    4. After recreating the Footer via HTML blocks as I described in the 2 point, check whether the copyright shows.

    Kind Regards

    #586763

    Yasar Arafath
    Participant

    All Perfect. Thank you! Copyright is showing now and I have setup a simple footer via HTML blocks! And also hide the Meta’s! But it does hide all categories, tags and SKUs! Is there any way that we can only display category meta and hide tags and SKU? If possible, kindly advise.

    #586828

    Luke Nielsen
    Keymaster

    Hello,

    In this case, use the code below to hide those fields:

    .single-product .product_meta .tagged_as,
    .single-product .product_meta .sku_wrapper {
        display: none;
    }

    Define it in Theme Settings -> Custom CSS.

    Kind Regards

    #587010

    Yasar Arafath
    Participant

    Ok, I will try! Thank You

    #587019

    Luke Nielsen
    Keymaster

    Hello,

    I’m glad to hear that everything is working perfectly now. Thank you for your cooperation and patience throughout the process.

    If you have any further questions or need additional assistance, feel free to reach out.

    Kind Regards

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

The topic ‘Footer’ is closed to new replies.