Forum Replies Created
-
AuthorPosts
-
sry, u can try now
here u can see 30 products in the filter, but displayed only 29.
missed thread. sry
- This reply was modified 6 years, 5 months ago by mdxclr.
Thats my fault, plugin for changing menu color make clone of it, so I got x2 items in offsets variable.
Fix is to change at line 247this.$body
to$('#header_main')
Also, I hope u will do some checks for duplicated items.It’s usefull when someone want to do something, like me with menu =)
on Windows and on Mac OS, Chrome / Safari – doesn’t matter. Maybe u catch when i made some changes.
Here is by debug info.
for (i = offsets.length; i--;) { if (scrollTop >= offsets[i]) { console.log(scrollTop); console.log(offsets[i]); console.log(targets[i]); }
return
#services 1333 0 #promo 1333 0
As u can see – at 1333px offset I also got 0px, and with #services – I got #promo section too.
- This reply was modified 6 years, 7 months ago by mdxclr.
how to disable compression I know, but I want to add Child style.css to that compressor, bcs he has lower priority then compressed and overrided.
After that moves my theme will not ‘Upgrade Safe’. Want to change it using Child theme only
Okay, so the only one way to replace it – rewrite avia_woocommerce_before_main_content hook?
In my first post I’ve present my filter hook, but it doesnt work, with any priority.
Yeap, still want to change it without overriding function =)
Okay, as I understand, I can’t change it because it overrided by avia_woocommerce_before_main_content function.
Disable for ‘html’
-webkit-font-smoothing: antialiased;Open Mega menu and hover on top elements
Video included – as u can see on hover elements changes their opacity (or weight).
Fix in my first post..Safari ONLY on macos
And I found one more bug when megamenu is opened – in Safari all other menu elements in a first row change their font color to a darker. I’ve added to html:
-webkit-font-smoothing: antialiased;Should I create a new topic?
Please, add it to a newer version =)Can I be notified when this bug will be fixed?
The temporary solution is to add in to the file /js/avia.js after
megaItems.each(function(i){... ... $('#main').on('click', function() { delayCheck[i] = false; setTimeout(function(){megaDivHide(i); },options.delay); });
- This reply was modified 7 years, 6 months ago by mdxclr.
I found the solution…
Just place in the functions.php of Child theme
require_once( 'includes/helper-social-media.php' );
Please, add this to FAQ, I’m lost a few days to find it =)
- This reply was modified 7 years, 11 months ago by mdxclr.
Also, if we look topics like that:
https://kriesi.at/support/topic/can-i-customize-the-helper-main-menu-php-under-child-theme/
– all should works- This reply was modified 7 years, 11 months ago by mdxclr.
I make it in another way, just using functions.php in child theme.
Disable search in Theme settings, also remove default WPML flags using filters.After that in WPML settings choose “Display in menu” and display type->lang name, and manually add search but with another priority (5, that is lower of WPML) using ‘avf_fallback_menu_items’ and ‘wp_nav_menu_items’ filters.
Done, we have change position of search button before languages.- This reply was modified 7 years, 11 months ago by mdxclr.
I want to remove icons at all and *-hide class from social network name
Is any way to do this without css?
- This reply was modified 7 years, 11 months ago by mdxclr.
Yeap, with CSS is no problem, but I need to change output from template file and using child theme.
Can I do this in Child theme without editing parent?
The file from /includes/helper-social-media.php don’t replace file of parent theme
Hard reload doesnt work.
Try it, I’ve added to class ‘avia_hidden_link_text 1’ , but in frontend it doesnt display- This reply was modified 7 years, 11 months ago by mdxclr.
Is any fast solution for this? Can’t made any changes of templates on website..
And other templates of child theme don’t work, like header.php, footer.php itc.
- This reply was modified 7 years, 11 months ago by mdxclr.
Yeap, I’ve tried to put that file to child theme and includes folder too.
It doesn’t work in both times;For this I need to change parent theme, but I need make this changes in the child theme.
Great, it works!
Thank youGreat, thanks
-
AuthorPosts