One page links to row
-
Hi.
Sorry for disturb. I'm totally beginner but I have problem and I have to ask. I'm doing one page site with Fullscreen Slider Addon.- I'm trying to put into menu links to last to rows on page. Something like on this site: http://stefanie-leinhos.de/ when you click About button on top.
- And is it possible to give rows different permalinks? Like here: http://ungestaltet.ch/philipp/
Is it all possible? And if it is can you please write me what code and where I should put?
Congratulations for making LayTheme it's great :)Thanks in advance and kind regards
Olek -
Hey Olek,
So when you have the fullscreen slider active, you can use some code to do links that scroll to another slide like explained here:
second question: ah hmm not supported :O
-
Hey,
thanks for reply. With my zero knowledge about coding :) Without fullscreen slider addon I made it like this:<script>
jQuery('body').on('click', '#moveTo', function(){
event.preventDefault();
var id = jQuery(this).attr('href');
</script>Every row has id and menu build up only with custom links. Only problem is when I want to link specific row directly,
http://www.myadres.com/#second_row it's not working. It's only working with links from menu :/ But I will try to manage that :)Thanks in advance and kind regards
Olek -
Oh hmm, it could be that this won't work properly when you open a new tab and enter the url with the #second_row ending. i think it is because laytheme's frontend is a javascript app and the browser will try and look for the section of #second_row before the markup is even loaded and built in the browser with javascript.
Try this to fix issues before you post:
Use the Search Feature. Maybe there is already a solution to your issue.
1. Update Lay Theme and all Lay Theme Addons
2. Disable all Plugins
3. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code ", click "Save Changes"
4. Now see if your problem solved itself
5. Go here, see if your problem is listed here:
Troubleshooting
When you post:
1. Post a link to where the problem is
2. If the problem is difficult to explain, post screenshots / link to a video to explain it