-
AuthorPosts
-
February 27, 2016 at 2:41 am #590099
Hi there,
I have used text from Word inside a text block in Enfold and this text has tags that you can jump to like this:
And the place where it jumps to looks like this:
The problem is that , as you can see in the link to my page, it seems as if the starting point where you jump to is under the main menu, so it is not 100% right at the top. Is there a way to get it to scroll a bit up for all these labels?
March 1, 2016 at 1:50 pm #591517Hey vossenm!
Please add your anchor points as following
<div class="custom-anchor" id="_Toc433568121"><div>
and then add following code to Quick CSS in Enfold theme options under General Styling tab
.custom-anchor { clear: both !important; }
all of your custom anchors should have your custom class “custom-anchor”
Regards,
YigitMarch 1, 2016 at 1:58 pm #591521Hi Yigit,
I don’t understand, I think you are looking inside the brown text block? That is just coding that Microsoft Word put in with the Toc433568121 stuff…
What I meant is the links I can put in the buttons at the top of the page, for example the yellow button has this link: #gastenboek
In the grid row element I have a field called “For developers, section ID” , where I have put this name ‘gastenboek’When the button is clicked, the page scrolls to that grid row element.
However, in normal row elements like 1/1 , 1/2 etc, this ‘Section ID’ field is missing…
Marcel
- This reply was modified 8 years, 8 months ago by vossenm.
March 1, 2016 at 2:02 pm #591526Hi!
You can add code block element to the top of your 1/1, 1/2 column elements and add following code into that code block
<div class="custom-anchor" id="your-anchor-420"><div>
then add custom CSS code i posted here – https://kriesi.at/support/topic/jump-to-different-part-inside-text-block/#post-591517 to add anchor points to your column element which are missing section ID
Regards,
YigitMarch 1, 2016 at 2:17 pm #591534But what link should I use in the Button to link to that section, instead of the #gastenboek link?
Or does it mean I can use #your-anchor-420 as a link then for the buttons?- This reply was modified 8 years, 8 months ago by vossenm.
March 1, 2016 at 2:24 pm #591538Hey!
Exactly. If your button and anchor is not on the same page, you can link your button to yourdomain.com/your-page-where-your-anchor-is/#your-anchor-420
Best regards,
YigitMarch 1, 2016 at 2:46 pm #591554Hi Yigit,
Yes it works great like you said!
However I dont understand why the grid row elements are sometimes spread across the entire width of the screen, and sometime they stay within the borders like they do on my page now? (diversen)
I’ve re-ordered the content a bit, I’m still using grid row elements but now, as you can see, they are in the middle of the screen, but I don’t know what the difference is with the situation I had before? (diversen-kopie)
The blue background behind the text should be filled out , only the content should be in the middle section, how do I do that? :)
Marcel
March 1, 2016 at 2:53 pm #591562Hey!
Please add following code to Quick CSS as well
.page-id-4166 #after_masonry { background: #7bb0e7; }
Best regards,
YigitMarch 3, 2016 at 6:15 pm #592761Hi Yigit,
I’ve tried your method to change the anchors now and it seems to work, but the strange thing is, after I replace the anchors with
<div id=”_Toc433568122″ class=”custom-anchor”> type of anchors I can’t get into the text editor anymore?The editor opens but there is no text to edit anymore, it looks like a new empty text block, even though the page looks correct.
(Please check private content)- This reply was modified 8 years, 8 months ago by vossenm.
March 5, 2016 at 5:47 pm #593762Hi!
The login credentials you’ve provided do not work please send us working login credentials with user role as ‘administrator’ and permission to disable all plugins and add css if necessary to resolve the issue.
NOTE: ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens (“-“), underscores (“_”), colons (“:”), and periods (“.”).
This might work in some browsers but will have issues in browsers that do not support this standard.
Re-create a new page and check again with proper ID names starting with A-Z or a-z.
Cheers!
Vinay KashyapMarch 7, 2016 at 5:46 pm #594478Hi Vinnie,
I will try to follow your advice, but how can not following this standard actually crash the editor this way?
Today this happened again.
I have an MSWord document that has these strange tokens, Word makes them when you make a summery I guess.
All I did was copy-paste that text into the text block, after editing some of it and saving, the text editor doesn’t work anymore, so i can’t even get in the text to change the tokens anymore…. :(Is there a way around this? If you logon to the backend and try to edit the text in the bottom area, you will see what I mean…
Regards,
Marcel- This reply was modified 8 years, 8 months ago by vossenm.
March 14, 2016 at 1:05 pm #597687Hey!
Sorry for the delay.
We can setup a demo page for you where you can scroll to different sections and check the visual editor issue but the login credentials you’ve provided do not work please send us working login credentials with user role as ‘administrator’ and permission to disable all plugins and add css if necessary to resolve the issue.
Regards,
Vinay Kashyap -
AuthorPosts
- You must be logged in to reply to this topic.