Forum Replies Created
-
AuthorPosts
-
I have the same sort of problem.
I have a widget that runs with lightbox and in post a sl;ider with lightbox, all pictures are showing.
I need to seperate them from each otheri looked in that file you mentioned above i guess its to old, cus i dont find anything similair on that line 860
ah thanks for your reply.
No this is not what i want.The thing is i want to do a jquery check .
example:
visitors has jquery/javascript enabled in browser above wouyld just add a class into the html element
<html class=”yes_jquery”>
so i can do this:
html article p.class {
do some styleing when jquery is not supported
}
html .yes_jquery article p.class {
do some styleing when jquery is supported
}I can’t remove it either???
When i look at the function-set-avia-front-end.php file, the action tag is wp_head
so i enter this in mine child theme functions.php
remove_action ( ‘wp_head’, ‘avia_debugging_info’, 1000 );
remove_action ( ‘wp_head’, ‘avia_debugging_info’, 99 );
remove_action ( ‘wp_head’, ‘avia_debugging_info’, 2000 );none of them works????
so i use this instead:
add_filter ( ‘avf_debugging_info’, ‘__NULL’, 1000 );this works fine but still i am curious why the remove_action doesnt work?
- This reply was modified 9 years, 2 months ago by eaonflux. Reason: Fixed some typos
Thanks, i updated the theme and remove mine browser cache and pushed a few times on refresh.
Everythings is OKGrtz,
Chris
This reply has been marked as private.i have the same problem with samsung and iphone mobile.
But only on mobiles if i try to emulate it on a pc or mac then you dont see that menu.January 15, 2015 at 5:03 pm in reply to: Different Main Navigation Menu for Custom Post Type #380114Thanks for your quick response.
But mine main rule is to use less plug-ins as possible.but i will analyze that plug-in, maybe i can borrow some code from it so i dont have to change the core files with each update.
Greets,
eaonflux
p.s. but an apply_filters is still appreciated ;)
-
AuthorPosts