Tagged: section id
-
AuthorPosts
-
January 15, 2016 at 7:08 pm #566296
Hi Guys,
I was wondering if it’s possible to give an ID to a specific column(such as the color section “For Developers: Section ID”) to use it as an anchor.What i’m trying to achieve is having a menu on the sidebar widget with anchor links that will scroll down the page to the column row that i want. But as the sidebar widget is not working well with full width element. I would like to add an ID to specific columns to be able to use it as anchor.
Thanks
January 16, 2016 at 3:28 am #566392Hi Benoit!
Not without a lot of editing. Can you send us a link to your page with a screenshot of the issue so we can get a better idea? We might be able to suggest some alternatives.
Cheers!
Elliott- This reply was modified 8 years, 10 months ago by Elliott.
January 16, 2016 at 4:19 am #566416Thanks for your help Elliott
Unfortunately i don’t have a link as it’s not build yet.
But here is a screenshot of the concept that i’m trying to achieve.
I want to build a fixed menu (to the left) that will always be visible, with links that will scroll down the page to the selected category (to the right).January 17, 2016 at 2:41 pm #566801Do you have a suggestion?
January 19, 2016 at 4:42 am #567580Hey!
There are plugins that do this, https://wordpress.org/plugins/q2w3-fixed-widget/, though I haven’t found one that works perfectly with Enfold yet.
Besides that you could try some CSS to fix the widget a fixed position so it will always display on the screen as you scroll down.
Send us a link when you go live and we’ll take a look.
Cheers!
Elliott- This reply was modified 8 years, 10 months ago by Elliott.
January 19, 2016 at 5:03 pm #567962Thanks Elliott, the problem here is not really the fixed widget. My problem is that i need to have some anchors on the page that will be linked to the menu in the widget and as the sidebar widget is not working well with full width element I need another option to add anchors to the page without using full width element to be able to have the fixed widget beside and not under the content.
January 20, 2016 at 3:39 am #568334Hey!
You could always use a codeblock element to add additional anchors to the page content.
<span id = "custom_anchor1"></span>
Regards,
ElliottJanuary 20, 2016 at 4:28 am #568351Good tip ! Thanks for your help Elliott, this should do it :) . I’ll try that and i’ll let you know if it work well.
January 20, 2016 at 9:39 am #568461 -
AuthorPosts
- You must be logged in to reply to this topic.