Forum Replies Created
-
AuthorPosts
-
So, today i have continued to look at this problem. After searching the forums i found a script that Dude made here: https://kriesi.at/support/topic/linking-to-anchor-menue-covering/#post-214325
I had to change the code a little. I set “fixedMainPadding” to a fixed number like this:
var fixedMainPadding = 96;
Otherwise it would not work.So now there is only a problem with ipad. It loads sections in the middle of the colorsection instead of on top in ipad.
Ok so i have done a ton of things to try to find out what is wrong.
– I tried removing scrolling functions in avia.js (did not help me)– I made a fresh domain with fresh wp and theme installs. On that site i started to build up a copy of 2-3 pages and navigation from scratch. I then started to edit and remove blocks and sections in the pagebuilder for theese pages. I did not find anything that helped untill i removed the “easy slider” that i had put in all the pages that have section navigation (above the sections, see screenshot: http://imgur.com/yxGp0OD ). Replacing the “Easy slider” with single image seems to have fixed the problem in Chrome and IE. The only part of the problem that remains in firefox is that the section links load with the section at top:0px (under the menu).
Here are the affected pages:
http://www.carlssonkickoff.se/vara-anlaggningar/
http://www.carlssonkickoff.se/kick-off-paket/loddekopinge/
http://www.carlssonkickoff.se/kick-off-paket/ven/
http://www.carlssonkickoff.se/temafester/
http://www.carlssonkickoff.se/aktiviteter/team-kommunikation/
http://www.carlssonkickoff.se/aktiviteter/musik-kreativitet/
http://www.carlssonkickoff.se/aktiviteter/upplevelser-aventyr/
http://www.carlssonkickoff.se/aktiviteter/mat-dryck/So after researching this i need a fix for linked sections loading under menu in Firefox.
I also point out again that “easy slider” will sometimes break section links if they are on the same page.Please: i need help with this. My client is threatening to sue me for this if his website won’t be fixed within a week or two… :(
Thank you.
Hey guys. Did you have time to look at this?
Screenshots: http://imgur.com/a/eoLgF
Strange that you can not see the problem, and somewhat frustrating ;)
Yes seems to work in chrome.
Please, can you clear your cache and try all links that i have provided above in IE and Firefox?Thank you
Ok, so we have now updated to 2.6.2 and cleared all cache.
The problem is still there though. :(Ok, i will do that right away. I saw i have 3.6.1 installed now.
Are you seeing the problem when you try some of thoose url’s i stated above?Yes. After we installed WP Super Cache it’s been working. We did this yesterday after i strted the thread.
I tried to remove”-” in #sectionlinks
Did not do the trick.
Hey, could it be that anchor-links with “-” can not always be iterpreted correctly when passed to url?
example: change “#anchor-link” to “#anchorlink”
Just a thought.
- This reply was modified 10 years, 9 months ago by basilicon.
Ok, so it seems that i fixed it after searching the forum. Sorry.
THE FIX:– Ad css to childtheme/style.css:
@media only screen and (max-width: 959px) { .responsive #header .main_menu ul { display: none;} .mobile_active #advanced_menu_toggle { display: block;} }
– Change in enfold/avia.js:
switchWidth = 959;
Thanks guys
- This reply was modified 10 years, 11 months ago by basilicon.
Thanks guys i got it sorted. Thought the analytics field was just a regular “add to head” -field. But it was not.
Yes. I am using the “Slide out menu”
I just want to know if it’s possible to do within the menus in the theme.
If not. Then ok.I did not solve it. But i am using Gravity Forms now instead, because i needed more advanced form functions. So there was no need to solve it in the end. Thank you.
Thank you!
That disabled it!Thanks! That worked!
Thank you Peter
Is there a possibility to do this in my child-theme?
I rather not mess with the files in the enfold folder if possible, and i’d like it to work even when i have updated the theme.At least add:
.header-scrolled .logo { padding-top: 0px; }
So i found and fixed this. I added excerpts to all pages. Then i untcked option: “Use custom excerpts centered on search term matches.” This was in “Search Relevance” plugin settings.
My bad.
Can i choose to only display excerpts from pages since the content is filled with shortcodes?
I am using v 2.3.2
Yes i see the code in there as you wrote. But this is what i get:
There are shortcodes like: [/av_textblock] [av_textblock ] [social_share]
If it matters. I am using pages only. Not posts.
-
AuthorPosts