Home › Forums › WoodMart support forum › Is it possible to add brands like tag cloud
Is it possible to add brands like tag cloud
- This topic has 22 replies, 2 voices, and was last updated 4 years, 4 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
July 20, 2020 at 11:05 am #212622
roadlinkParticipantI want to shows brands in footer similar to tag cloud.
https://woodmart.xtemos.com/brands-element/with asc order
Amd, intel, etcsomething like this, Is it possible?
July 20, 2020 at 12:44 pm #212651
Aizaz Imtiaz AwanKeymasterHello,
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.July 20, 2020 at 5:30 pm #212729
roadlinkParticipantsomething similar but not exact.
https://prnt.sc/tldq0hFirst 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.
July 20, 2020 at 5:46 pm #212731
roadlinkParticipantI 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>July 21, 2020 at 8:33 am #212825
Aizaz Imtiaz AwanKeymasterHello,
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.
July 21, 2020 at 9:16 pm #213006
roadlinkParticipantHi Aizaz,
It is fair.
I will do it manually.Can you help for css codes to put there.
Color and hover settings?July 22, 2020 at 10:30 am #213125
Aizaz Imtiaz AwanKeymasterHello,
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.
July 22, 2020 at 12:22 pm #213170
roadlinkParticipantThanks for reply, I want to add here.
https://prnt.sc/tmjwjq1. 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
July 22, 2020 at 12:58 pm #213187
Aizaz Imtiaz AwanKeymasterHello,
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.
July 22, 2020 at 2:04 pm #213215
roadlinkParticipantI will use raw html. https://prnt.sc/tmm748
I have added but as i explained colors are wrong. https://prnt.sc/tmm8ql
July 23, 2020 at 6:26 am #213360
Aizaz Imtiaz AwanKeymasterHello,
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.July 23, 2020 at 12:18 pm #213496
roadlinkParticipantDo 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>
July 24, 2020 at 5:47 am #213684
Aizaz Imtiaz AwanKeymasterHello,
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.
July 24, 2020 at 7:20 am #213713
roadlinkParticipanthere it is
July 24, 2020 at 10:39 am #213793
Aizaz Imtiaz AwanKeymasterHello,
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.
July 24, 2020 at 11:04 am #213798
roadlinkParticipantThanks for try but this is not i want 🙁
I guess We can do this for the Extra menu list tooI want to show brands a paragraph but with
- item’s color and effect.
Amd, Asus, Adata, XXX, XxX
July 24, 2020 at 12:23 pm #213862
Aizaz Imtiaz AwanKeymasterHello,
Sorry but we could not help you with this as you asked for help for the colors. I have made the colors the same and you can customize the html of your own.
Best Regards.
July 24, 2020 at 12:28 pm #213865
roadlinkParticipantthanks for efforts, i couldn’t create css code for that color and hover action by myself. Thus asked your help. Since you set the css codes for list item already.
July 24, 2020 at 1:45 pm #213915
Aizaz Imtiaz AwanKeymasterHello,
You are Most Welcome.
When you add the HTML Code for the paragraph then tell me I will provide you with the code for the colors.
Best Regards.
July 24, 2020 at 9:32 pm #214027
roadlinkParticipantHello Aizaz,
thanks for trying to help. But i feel I couldn’t explain myself well.
If you can add header and only 1 word it will be enough for me. I can do manually add other words or links.What i want to have is similar header in the footer and text links like below.
BRANDS (header)
Amd, Asus, Adata (brands with link)<div class=”BRANDS”>
<span class=”nav-link-text”>MARKALAR</span>
Amd,
Asus,
Adata
</div>July 25, 2020 at 7:55 am #214070
Aizaz Imtiaz AwanKeymasterHello,
I have logged into your website and made the colors the same. Please clear cache and check back.
Screenshot for Clarification: https://ibb.co/VMFpW3X
Best Regards.
July 25, 2020 at 12:52 pm #214144
roadlinkParticipantthat is perfect, Thanks
July 27, 2020 at 6:02 am #214399
Aizaz Imtiaz AwanKeymasterMost Welcome!!!..
Well, @saka!.., it’s been great chatting with you! I hope I resolved your issues thoroughly.
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards. - item’s color and effect.
-
AuthorPosts
The topic ‘Is it possible to add brands like tag cloud’ is closed to new replies.
- You must be logged in to create new topics. Login / Register