-
AuthorPosts
-
December 29, 2014 at 11:12 pm #372897
Hello
How can I create spots in an article page ?
I have a long texte page and I want create a summary at the page top to help visitors to jump directly to a chapter.
Thanks a lot.December 30, 2014 at 12:40 pm #373045Hey Dominique!
You can simply click on “Insert More Tag” to add read more button to your blog posts http://i.imgur.com/4RmtaLS.jpg
Cheers!
YigitDecember 30, 2014 at 1:12 pm #373057Hello, you can use someting like this:
<h2>Summary</h2> <ol> <li><a href="#Anchor1">Section 1</a></li> <li><a href="#Anchor2">Section 2</a></li> </ol> <h3><a>Anchor1</a> 1. Section 1</h3> Text1 <h3><a>Anchor2</a>2. Section 1</h3> Text2
- This reply was modified 9 years, 10 months ago by Ronan.
December 30, 2014 at 2:08 pm #373097December 31, 2014 at 2:31 pm #373525@ronan3522
Thanks you for your help.It doesn’t work.
Links are created but nothing happens.December 31, 2014 at 2:35 pm #373530December 31, 2014 at 2:44 pm #373537Sorry but these article pages are created in local hosting.
December 31, 2014 at 3:06 pm #373547Hey!
Please go to Enfold theme options > Blog Layout and choose “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)” in “Blog Style” then create your blog page using Advanced Layout Builder. Then add Blog Posts element and choose to display Excerpt – http://i.imgur.com/Ps3RLPU.png
Regards,
YigitDecember 31, 2014 at 6:04 pm #373632Well using anchors is the right way and that works wonderful now.
Thanks ronan3522But a new problem appears.
Page text seems to slide under my primary menu and header. So, when I click on the anchor link, this anchor and first lines after this anchor are hidden by the header.Why and how can I resolve that ?
December 31, 2014 at 6:09 pm #373637Hey!
We are going to need to see your website to provide you a proper solution for this one. You can try de-activating all active plugins and check if that helps, if not, please post the link to your website when you launch it
Cheers!
YigitDecember 31, 2014 at 6:20 pm #373641You can go to this article page:
http://www.lenainbraillard.fr/x-wing-decouverte-du-transport-rebelle/When you scroll, you can see by transparency pictures and text slide under the header.
And all plug-ins are off.- This reply was modified 9 years, 10 months ago by Dominique.
January 1, 2015 at 7:36 pm #373883Hey!
Try adding this code to the Quick CSS:
.header_bg { opacity: 1; }
Cheers!
JosueJanuary 4, 2015 at 5:36 pm #374715Thanks but my problem is not the transparency.
The problem is pages go under the header.
It’s a big problem because I use anchors for some articles.January 4, 2015 at 9:36 pm #374799To give an viewable example et to help me better I Modify this page with 3 anchors.
http://www.lenainbraillard.fr/x-wing-decouverte-du-transport-rebelle/
January 5, 2015 at 3:42 am #374918Hey!
Instead of name attribute replace it with id. Something like this:
<a id="ancre2"></a>
Cheers!
IsmaelJanuary 5, 2015 at 9:10 pm #375323Thanks to all.
That’s work fine now.
This thread can be closed.And happy new year for Kriesi Team and his followers.
-
AuthorPosts
- The topic ‘Creating spots in an article page’ is closed to new replies.