WPuser_78
Forum Replies Created
-
You have to mouseover the last links (not to click, just mouseover), to have the background images loaded, see the position of the background images and after that, open the menu; u’ll see the background how will be shifted up without reasons.
Hello there,
Yes, thank you for your fast feed-back.The short version:
I am interested to have the whole scene as is, like we have it when the menu is closed, and after the menu is open, the background content to not going up at scrolling which doesn’t happen with the menu closed.http://www.neuegrid.com/ilinks-shiftnavprep/
I know that there could be some limitation in some cases but I suppose that as long as the header is not going up at scroll with the menu open, it’s a good sign and I hope to exist a workaround other that locking the entire body (scroll lock).
I appreciate it,Hello there,
First of all, thank you for sharing with us your plugin.I have the same issue described above, using another push-menu plugin. I am planning to buy the Pro version of Responsive Menu but before that, I have a question if you don’t mind,
Is there any possibility to fix in place the body background images content (at menu-open) like the header for example is acting, preserving the scroll possibility and not using Body lock? I am interested to still apply the scroll but ONLY to the active links, not on background images content / header/ footer, etc tht should be fixed elements.
Here is the test link
Just scroll at the bottom of the page, try to access the last links, and after that open the menu and you’ll see the issue (background images going up):
Before
After
Thank you in advance,Ok, case solved. I’ve used the Toggle Content field in order to insert the logo link. Actually I remove the logo from the header and now it’s inserted into the Toggle Bar which is a nice solution, stay fixed no matter what + the content despite the fact that is shifted, could be scrollable.
That was sooooo sooo hard, but we are …top coders – right ? or sales agents? π
I have an excuse but you .. ? π lolThank you for your support, All the best.
Not so sure if you saw that above, I’ve said that Iβve found the issue, is related to the fact that Lock scroll doesnβt apply on this new theme. But starting from this point I have to find the workaround to solve this…
OK, how about the Burger menu!? it stay fixed no matter what … π
I suppose that there should be a way to make the header (not the entire wrapper or the wrapper including the header if that’s the easy way) to borrow the properties from the menu burger in order to act like him – is that a bad approach?Hello there,
Thank you for your feed-back; Actually, I’ve spend last 10 hours or so trying to find a solution just to disable the Shift Body, Are you kiddin’ me right? πLook, I need an information not the easy way to approach this, I am stick” to this plugin because have a great functionality overall but on the other hand I’m not interested in have some fancy options and icons , etc on it, just to slide, pushing the content and to be able to let me customize the panel which it does.
The strange thing is that I don’t have any conflict shown I’ve activated in wp-config.php
define(‘WP_DEBUG’, true);
define(‘SCRIPT_DEBUG’, true);On my old theme (Notio) everything was fine the header was fixed at pushed content, (Lock body enabled having the y-scroll disabled) I’ve tested earlier. I just want to know which part of the plugin or of the theme should I edit in order to be functional. Of course that will be some coding to do but It will be great if you have a look and tell me which sequence doesn’t fit in this particular case. Could you be so kind? π
If it’s a must, I’ll buy another license but to be honest, I don’t need extra options or whatever as I’ve said, more than that, in the past years, I didn’t bother you too much as far as I remember to have you support, despite the fact that I purchased the Pro version …
Thank you,
- This reply was modified 7 years, 10 months ago by WPuser_78.
I’ve opened a discussion here.
https://stackoverflow.com/questions/51678230/how-to-force-shiftnav-to-apply-lock-scroll-to-theme-headerI’ve found the issue, is related to the fact that Lock scroll doesn’t apply on this new theme. Could you be so kind and have a look please, It will be great to have this effect at least to the header, I am interested to have the header theme fixed like the burger button when the menu is in expanded position. Any thoughts?
I appreciate it,
The only main difference that I can see is related to the fact that your toggle-bar it’s an id
#not a class.; but I’ve tried to change this in my theme, maybe I’m not so sure hot to do it … it’ doesn’t work.In other words, which properties did you applied on Toggle Bar position in order to remain fixed even on floated to the right in my case page please?
I suppose that if I apply the same properties to my main theme header, will act into the same way … Thanks,
Forum: Plugins
In reply to: [ShiftNav - Responsive Mobile Menu] ShiftNav properly implementationSure, You’re right. Honestly, I left the ShiftNav for a few while, in order to solve other problems but I’ll come back to the implementation/tweak process.
Thank you for your support.Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Turn off WP menuHey there,
I think that here you can find your answer, using the CSS menu to hide option .Best regards,
Forum: Plugins
In reply to: [Animated Headline] wrapping the shortcodehey there, thank you for your reply.
Kind of strange, atleast in my case It works only with<a>tag. Doesen’t help too much as long as.a cssstyle will interfere with.note2 cssdefined style but it’s a place to start. Maybe it helps as a feed-back.
Live preview : http://goo.gl/0Wlsq9
Best regards,Forum: Fixing WordPress
In reply to: custom animated text headerThe output HTML of the
<header>is below:<!-- Start Header --> <header class="header row no-padding style2" data-equal=">.columns" role="banner"> <div class="small-7 medium-4 columns logo"> <a href="http://domain.com" class="logolink"> <img src="http://domain.com/wp-content/../img/logo.png" class="logoimg" alt=""/> </a> </div> <div class="small-5 medium-8 columns menu-holder"> <a href="#" data-target="open-menu" class="mobile-toggle always"> <div> <span></span><span></span><span></span> </div> </a> </div> </header> <!-- End Header -->I hope this helps.