Forum Replies Created
-
AuthorPosts
-
I’m using a child theme, so I should be good unless it’s a major update :)
Would suggest to implement this in an upcoming version of enfold though. What do you think?hey @erdebene ,
i had the same or a similar problem and @ismael provided a solution!
If you’re using the sticky header you could apply this to your site as well:
If your using a child theme you can enqueue avia.js with this
function wp_change_aviajs() { wp_dequeue_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); } add_action( 'wp_print_scripts', 'wp_change_aviajs', 100 );
cheers!
@ismael Aweseome that did the trick.
Thank you so much!
October 11, 2016 at 5:00 pm in reply to: Full Width Sub Menu sticks below frame with the fixed frame layout #697973hey @Guenni007,
the code @Ismael provided worked for me, without any problems.
However… the whole problem got fixed in enfold 3.8 anyway. In the changelog the issue was described with the following:
– fixed: a positioning issue of the fixed fullwidth menu element when using the “fixed frame” layout optionI’d suggest you update enfold to the latest version
cheers!
September 2, 2016 at 10:40 am in reply to: Full Width Sub Menu sticks below frame with the fixed frame layout #681212Hey Ismael,
that did the trick. Thank you so much. Your help is much appreciated.
Sorry for my late reply. Just came back from vacation.As I’m working with a child theme, your reply to this thread was also very helpful to me.
Keep up the awesome work.
best regards
NikoHey Yigit,
thanks for getting back to me on this.
Unfortunately this is not what i meant. The Custom Class Field for ALB Elements gives the customclass to the whole product grid element.
What I meant was that i need to add a custom class to the products a tag. (See the green dot in the screenshot)
https://www.dropbox.com/s/x4pfqt5zg4rjwuo/Bildschirmfoto%202016-08-08%20um%2018.26.08.png?dl=0
So i think i have to add it to the product grid’s loop.
Can you point me to the right file?best regards
Nikohello hello,
after some excessive digging i found this thread which answers my question perfectly…
See the links attached
Hey saucyhotdesign,
in my case i used this css as i was using the mobile menu on tablet dimensions as well
@media only screen and (min-width: 990px) { .nodesktop {display: none;} } @media only screen and (max-width: 990px) { .nomobile {display: none;} }
For setting the css classes: In the menu admin page at the top right there is a button “screen options”. You can activate css classes there and then set them for each menu item individually.
This method is a bit of work because you have to duplicate then menu items and then set the css classes accordingly, but i workes like a charm
have fun
attached the credentials
-
AuthorPosts