-
-
I have after the update to the newest version the problem, that the fixed navigation doesn’t works.
But the confusing thing is it works on all pages except the homepage.
Can you please have a look at this bug.
Thanks!
-
-
Hello,
You have some js errors in your site. Please remove the javascript code you have added into your Custom JS Code box and try again.
If the issue persists, please send us your credentials so we can check it. Let us know.Best regards!
-
For what is JS here needed?
This can be simply done with CSS in my honest opinion.Where should I remove the phrase via FTP?
Because I secure my WordPress installation and so PHP have no write access to files.
Which files need write access? -
Hello,
Have you tried to fix it with css? Did you perhaps, added any css code that could have affected the sticky header for only home page?
I see a block of code, suspected for the js error and it is not generated from theme scripts. This is not in any of theme files, but generated. The code in your Custom JS box, can not be altered via ftp. Only from theme options.
Theme files do not need the write access. All theme options are saved in the database.Best regards!
-
This reply was modified 9 years, 8 months ago by
Mirela.
-
This reply was modified 9 years, 8 months ago by
-
-
Hello,
Sorry for the late reply.
The culprit is the parallax effect of home page slider. I set it off and now the sticky header is ok.
Please check your site.Best regards!
-
Hi,
I don’t think this is a great fix.
I’m a little bit confused…
This work’s without problems before the update.I want to have a solution with parallex and sticky header!
Thanks.
-
Hello,
This is not an issue related to theme update. We have tested this situation on our side and this does not happen. Maybe one of you other plugins may be affecting it. Can you tell us if you did any other change to theme files/ or perhaps added any new plugin recently?
If you check your site with inspect element, you’ll see it is generating lots of errors.
I still need valid wp and ftp credentials to investigate this further. Let us know how you wish to proceed.Best regards!
-
-
Hello,
Sorry for the inconvenience. We will fix this in the next theme update. In the mean time you can disable parallax to have the fixed header in home page.
Thank you for the patience.Best regards!
-
Thanks for your reply, but my question is why it works on the other page excepting the index?
-
Hello,
That’s because in the home page you have parallax effect enabled. If you set it off(the parallax), it will be ok in home page as well.
Best regards!
-
Okay, good to know.
When will the update be released? -
Hello,
I don’t have a precise date just yet. But you will be notified via email.
Best regards!
-
Hi there,
can you please say me what to change in the main.js?
As I can see there is an problem with the code $.browserSelector()Thanks in advance!
-
Hello,
Sorry for the late reply.
I removed the selector. It is deprecated from a older version of jquery.
We will edit this in the next update.Best regards!
-
Where did you removed it?
Got for few minutes e-mail about specular update already installed it.
But <span style=”color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>$.browserSelector() also appears…</span>What to do?
-
Hello,
The current theme update was made in hurry because of the urgency of Visual Composer update. We will launch another update in a few days with another VC update and some issues fixed for the theme.
So for the time being, please go to file js/main.js and find this line:
if(parent.hasClass('parallax_slider') && $('.container').width() > 724 && $window_width != 1024 && ($.browserSelector() && !$("html").hasClass("safari")) ){
And replace it with this:
if(parent.hasClass('parallax_slider') && $('.container').width() > 724 && $window_width != 1024 && !$("html").hasClass("safari")){
Save file.Best regards!
-
-
You must be logged in to reply to this topic.