Home Forums WoodMart support forum Is it possible to add brands like tag cloud

Is it possible to add brands like tag cloud

Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #212622

    roadlink
    Participant

    I want to shows brands in footer similar to tag cloud.
    https://woodmart.xtemos.com/brands-element/

    with asc order
    Amd, intel, etc

    something like this, Is it possible?

    #212651

    Hello,

    I have visited the URL you provided. To add brands to the footer you need to create an HTML Block and add the brands element in it.

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

    Then add the shortcode of the HTML Block to the prefooter area under Theme Settings >> Footer.

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

    If you want to ask anything else then provide with some relevant screenshot of the specific area to check it myself and help you out accordingly.

    Regard’s.
    Xtemos Studio.

    #212729

    roadlink
    Participant

    something similar but not exact.
    https://prnt.sc/tldq0h

    First arrow ; Html done by me manually, color is OK but it is list item. So I can’t put all brands side by side.
    Second arrow ; Html done by me, looks like i want. But color doesn’t match with other footer items.

    Third arrow : Brand element, and if there is long named brand it will be broken. Color doesn’t match.

    In this case i can add brands manually if there is no way to make i look like #2.

    But i need your help to have css codes to make same color and effects with list item.

    My desire to have #2.

    #212731

    roadlink
    Participant

    I have this code to make it, but colors doesn’t work for brands.

    <ul class="sub-menu mega-menu-list" ><a><span class="nav-link-text">MARKALAR</span></a>
    </ul>
    <a href="https://www.gaming.gen.tr/magaza/?filter_marka=amd">Amd</a>,
    <a href="https://www.gaming.gen.tr/magaza/?filter_marka=asus">Asus</a>,
    <a href="https://www.gaming.gen.tr/magaza/?filter_marka=adata">Adata</a>

    Also tried this one but no hope 🙁

    `<ul class=”sub-menu mega-menu-list”>
    <li class=””><span class=”nav-link-text”>MARKALAR</span>
    <ul class=”sub-sub-menu”>
    <li class=””><span class=”nav-link-text”>Amd</span>,
    <span class=”nav-link-text”>Asus</span>

    #212825

    Hello,

    Unfortunately, but there is no option to display the brands same as the tag cloud in the footer.

    Sorry but we could not help you with this as you are asking for core files customization and that are beyond our limitations and support policy.

    Best Regards.

    #213006

    roadlink
    Participant

    Hi Aizaz,

    It is fair.
    I will do it manually.

    Can you help for css codes to put there.
    Color and hover settings?

    #213125

    Hello,

    Please add the section where you want on your website. In order to check it myself and help you for the color changing.

    Because currently there is no such item added in the footer as you are trying to do.

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

    Best Regards.

    #213170

    roadlink
    Participant

    Thanks for reply, I want to add here.
    https://prnt.sc/tmjwjq

    1. BRANDS word will be big like other heads.
    2. Brands will be in below style.
    Asus, Adata, Amd, Corsair,
    3. Color of brands should be smae with other li items and hover affect should be same.

    many thanks

    #213187

    Hello,

    I saw the screenshot you attached and visited your website and the section is not there. Please make sure that you added the HTML code in the footer as you mentioned.

    Because without checking the elements I am unable to provide you with CSS to change the colors of the items.

    Best Regards.

    #213215

    roadlink
    Participant

    I will use raw html. https://prnt.sc/tmm748

    I have added but as i explained colors are wrong. https://prnt.sc/tmm8ql

    #213360

    Hello,

    I saw the screenshot you attached. Please wrap the items you added in the HTML element in a <div> and assign a class to it.

    So I can provide you with the CSS that will affect only the items. Or provide admin panel login details of the website to check it myself and help you out accordingly.

    Regard’s.
    Xtemos Studio.

    #213496

    roadlink
    Participant

    Do you need something like this?
    class can be markalar

    <div class="markalar"
    <span class="nav-link-text">MARKALAR</span>
    <a href="/?filter_marka=amd">Amd</a>,
    <a href="/?filter_marka=asus">Asus</a>,
    <a href="/?filter_marka=adata">Adata</a>
    </div>
    #213684

    Hello,

    I have visited your website again and there is an error in the HTML you added.

    Screenshot for Clarification: https://ibb.co/0qQsyj6

    Please provide admin panel login details of the website to check it myself and help you out accordingly.

    Because the login details you provided previously are not correct.

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

    Best Regards.

    #213713

    roadlink
    Participant

    here it is

    #213793

    Hello,

    I have logged into your website and adjusted the HTML you added and now the items you are trying to add are in the same color as the others. Please clear cache and check back.

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

    Best Regards.

    #213798

    roadlink
    Participant

    Thanks for try but this is not i want 🙁
    I guess We can do this for the Extra menu list too

    I want to show brands a paragraph but with

  • item’s color and effect.

    Amd, Asus, Adata, XXX, XxX

    https://prnt.sc/tnt5is