Home Forums WoodMart support forum Brand Elements

Brand Elements

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #207714

    furqanaziz7
    Participant

    how we can use https://woodmart.xtemos.com/brands-element/ brand elements in our page

    #207723

    furqanaziz7
    Participant

    how we can change icon labels color

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

    Hello,

    I have visited the URL you provided and saw the screenshot you attached.

    To add the brands to your website you need to use the brands module of the WP-Bakery page builder and set the options according to your needs.

    Screenshot for Clarification: https://ibb.co/t4647B1

    The icon’s label color inherits from the primary color that is set from Theme Settings >> Styles & Colors.

    Screenshot for Clarification: https://ibb.co/B474R00

    Best Regards.

    #207745

    furqanaziz7
    Participant

    also one question how to show current year in footer dynamic. please add this feature in theme as its very basic. every year manual year change is not easy and we can forget

    #207783

    Hello,

    To display the dynamic year in footer you can use the below code in your child theme functions.php file:

    function year_shortcode() {
      $year = date('Y');
      return $year;
    }
    add_shortcode('year', 'year_shortcode');

    After placing the above code you have to use this short code “[year]” inside the “Copyrights text” area, under theme settings >> Footer.

    Screenshot for Clarification: https://jmp.sh/sUKHtFb

    I am Thank you so much for your suggestion, I am forwarding it to the development department and if they find it necessary then the option will be added in the near future update of the theme.

    Best Regards.

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