You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I have a problem, similar to some of the others who I've read this before.
It's about the anchors. Since I wanted mine to be dynamic with Laravel, I pack the entire pagepiling as @Push ('scripts_footer') and then let it load as soon as the dom is ready.
So far so good.
Now I wanted to set the anchors dynamically. To do this, I go to the navigation when building the page and pack the ids in a Laravel variable, which I then insert via @stack on pagepiling.
This also works, but not if you try to call the anchor via a link. But only on Firefox and some other browsers. On Chrome, for example, it works. Is there an alternative way to do this?
I don't see why it would only work on some browsers.
Make sure you are not using the same value for anchors as you are in any id or name attributes on the page.
Hey. Thank you for your answer. A reproduction would be complicated because it is based on Laravel.
I have tested it once the last days, but could not find a solution. I also don't use the same values as you said.
Could you help me in any other way instead of an test environment? Is there a kind of debug mode?
Sure! If you purchase a business license for fullPage.js I'll take a look at your site.
That would give you 2 hours of premium support. You can get it here: https://alvarotrigo.com/fullPage/pricing/
Note however it doesn't guarantee a solution will be found. I'll do my best, but it might not be possible to solve certain issues depending on your use case.
Otherwise I'll need an isolated reproduction.
Isolated reproductions are exactly for this, to simplify use case scenarios and make it easier to find where the problem really is.
Hello. I have a problem, similar to some of the others who I've read this before.
It's about the anchors. Since I wanted mine to be dynamic with Laravel, I pack the entire pagepiling as @Push ('scripts_footer') and then let it load as soon as the dom is ready.
So far so good.
Now I wanted to set the anchors dynamically. To do this, I go to the navigation when building the page and pack the ids in a Laravel variable, which I then insert via @stack on pagepiling.
This also works, but not if you try to call the anchor via a link. But only on Firefox and some other browsers. On Chrome, for example, it works. Is there an alternative way to do this?
The text was updated successfully, but these errors were encountered: