Hi Guys,
I’m using enfold for a new client, I’m still in love of enfold I guess ;o)
Is it possible to create an anchor (with full-width menu or a button) if I’m using a sidebar?
Can I use the Masonry shortcode to create the anchor?
Actually this is what I’ve done, creating an anchor on Masonry shortcode (as there’s a field for that) as I’m using a sidebar I can’t use the color row.
I’ve tryed also to add code shortcode with <div>my-anchor</div>
Also I’ve an issue with sorting in accordion shortcode, the words are all in one line and finsh out of the screen ;o) maybe I should open another topic.
Thanks in advance guys,
Hey eldrico!
Thank you for using Enfold.
How did you add the anchor name? You can use a codeblock, place it on top of the section where you want the anchor link to go. Add something like this:
<div id="#anchor_name"></div>
Add this to the Quick CSS field to wrap the sort tags:
.taglist {
word-wrap: break-word;
}
Cheers!
Ismael
Hi Ismael,
Thanks for your answer. Perfect for the taglist, it works, thanks.
For the anchor, it doesn’t work.
I’ve already added the code shortcode <div id=”dish2″></div>.
So I’ve added # as you put it in your example.
I’ve changed my links in full-width submenu and button and it’s still not working, but the #top is working, so it should wor
I don’t understand ;o) I’ve checked my links and they look correct. I’ve done this kind of link on another page (without sidebar) and it’s working.
Thanks for your help,
eldrico
Hey!
The markup is wrong for the div:
<div id="”#dish2”"></div>
Please just add dish2 as the ID
Best regards,
Rikard
Oh Thanks Rikard,
Arrrgg, i’m stupid ;o) I thought I’ve tryed it but certainly not coz it’s working indeed!!
Thanks again and sorry to waste your time,
Have a nice day guys,
Eldrico