Spacing
-
Hi, I have tried all of the other posts codes but I can’t get the dates all on one page close together. The timeline goes from the 90s to now and it’s 4 pages to the present day. Any way this can be fixed?
The timeline is at the bottom of the homepage.
The page I need help with: [log in to see the link]
-
Hi @megantangible,
Use below code and first copy on text-file then use it under footer.php before </body> tag.
<script>
jQuery(document).ready(function($){
var total_event = $(‘.cd-horizontal-timeline .timeline .events-wrapper .events ol li’).length;
for(var i=1; i<= total_event; i++){
$(‘.cd-horizontal-timeline .timeline .events-wrapper .events ol li:nth-child(‘+i+’) a’).css(‘left’,+i*100+’px’);
}
});
</script>-
This reply was modified 7 years, 4 months ago by
sehgal.sunny.
-
This reply was modified 7 years, 4 months ago by
sehgal.sunny.
Hi Sehgal,
That didn’t work, is there anything else I can try?
<script>jQuery(document).ready(function($){
var total_event = $(‘.cd-horizontal-timeline .timeline .events-wrapper .events ol li’).length;
for(var i=1; i<= total_event; i++){
$(‘.cd-horizontal-timeline .timeline .events-wrapper .events ol li:nth-child(‘+i+’) a’).css(‘left’,+i*100+’px’);
}
});</script>I have tried with given your link and its working fine and am 100% sure it should work.
Please check your commas and single quote before using the code.
Note: It is a good practice before copy paste into the server file, use editor like notepad++ to check syntax mistakes.
See below image of your website with same code working fine.
https://drive.google.com/open?id=1gcVccfs1jSWA1NGxr4hjD3JNUC6X-DKL
Hi Sehgal,
I’m sorry but it isn’t working for me, am I putting it in the right place?
https://drive.google.com/open?id=1_h8Kn05chkSgL8qHuYq7tjs8nx4Z2kLq
ok then put it on under plugin folder\timeline-history\js\history.js file.
I can’t seem to find that section? Is there anything else I can do?
-
This reply was modified 7 years, 3 months ago by
megantangible.
Can you please share the site details at [email protected]
-
This reply was modified 7 years, 3 months ago by
sehgal.sunny.
-
This reply was modified 7 years, 4 months ago by
The topic ‘Spacing’ is closed to new replies.