Home Forums WoodMart support forum Footer customization

Footer customization

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #319871

    hpb
    Participant

    Hi,

    We are having trouble customizing the footer to our liking:

    1. In utilizing the collapsed feature and menus for the footer. How do we in column 3 have text alone, we don’t want any links in the column – only text? Picture: http://prntscr.com/1szrq41

    2. Are we able to align so columns in the footer are centered? (private content for ref picture)

    3. We have problems editing the copyright area of the footer. Are we able to have 3 columns in the copyright field?

    I have attached a picture in the private content area of how we want it to look.

    #319897

    Hello,

    You configure the Footer layout in the Theme Settings > Footer.

    Then you add any widgets you wish, a text widget for column 3 in Appearance > Widgets > Footer Column 3, and so on.

    You can align the content in the center, please configure the footer completely and contact us we will check and suggest how to do that.

    As for copyrights, please try to create content in HTML block and use it for copyright. https://xtemos.com/docs/woodmart/html-blocks-2/

    If you have any questions please feel free to contact us.

    Best Regards

    #319947

    hpb
    Participant

    Thanks for the clarification.

    The main issue is the collapsibility of the menu, when adding a text in the widget area to column 3: http://prntscr.com/1t2ceqf

    It’s supposed to be collapsable on the mobile view and the text within the collapsed menu. Footer reference link in private content area

    #319968

    Hello,

    If you have added an HTML widget the footer would not be collapsable. Please insert the site credentials into the Private Content block under the message area.

    I will check your Footer content.

    Best Regards

    #319988

    hpb
    Participant

    I have added login information to the site under private content.

    #320058

    Hello,

    The theme options are incorrectly reflected https://gyazo.com/9b30c8b56a37d87b50b9661c11542426

    Please check SSL configuration and deactivate all the plugins except these ones:

    Slider Revolution
    WPBakery Page Builder or Elementor
    Woodmart Core
    Contact Form 7
    MailChimp for WordPress
    WooCommerce
    Safe SVG

    If the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.

    Best Regards

    #320085

    hpb
    Participant

    Hi Elise,

    1. I fixed the issue with the theme options being incorrectly reflected. It was related to htcacces. It is correctly reflected now.

    2. The issue still persists in column 3 and I tried deactivating all the plugins and the issue still persisted. Took this screenshot with all the non woodmart related plugins disabled: http://prntscr.com/1t3y6zb

    #320123

    Hello,

    Make sure you have added a text default WordPress widget not Gutenber.

    Best Regards

    #320254

    hpb
    Participant

    That fixed it! I will reply when the footer is finished. So we can try to get it centered 🙂

    #320348

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    footer .widgettitle, .widget-title {
    text-align:center;
    }
    footer .widget_nav_menu ul li{
    text-align:center
    }
    footer .textwidget p{
    text-align:center
    }

    Best Regards

    #320368

    hpb
    Participant

    Hey,

    I just tried it and nothing happened. The CSS code is red: http://prntscr.com/1t8uh9q

    #320404

    Hello,

    Please replace the code with this one:

    footer .widgettitle, .widget-title {
    text-align:center;
    }
    footer .widget_nav_menu ul li{
    text-align:center;
    }
    footer .textwidget p{
    text-align:center;
    }

    Best Regards

    #320407

    hpb
    Participant

    Hi Elise,

    Just tested it and no change in the footer. We have no cache plugin installed as well.

    #320411

    Hello,

    When you inserted the code, you have deleted the closing bracket from the previous styles, that is why all got red: https://gyazo.com/1833b5a9fc45b9200b96dd6773848148

    Please check now, it should work now.

    Best Regards

    #320415

    hpb
    Participant

    Hi Elise,

    I apologize for that error. Looks great 🙂

    Is it possible to have the text aligned in the center, but aligned together as such: http://prntscr.com/1t9gk6t

    #320433

    Hello,

    You will need to delete all the code I have provided and add this custom instead:

    body .main-footer.container {
        max-width: 1000px;
    }

    You can change 1000px as per your needs.

    Best Regards

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