Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Lightbox is showing too much pictures! #630144

    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 other

    i looked in that file you mentioned above i guess its to old, cus i dont find anything similair on that line 860

    in reply to: add class in to the html element #584806

    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
    }

    in reply to: Unable to remove avia framework debug information #495454

    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
    in reply to: Mobile Menu Issues #416549

    Thanks, i updated the theme and remove mine browser cache and pushed a few times on refresh.
    Everythings is OK

    Grtz,

    Chris

    in reply to: Mobile Menu Issues #416389
    This reply has been marked as private.
    in reply to: Mobile Menu Issues #416388

    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.

    in reply to: Different Main Navigation Menu for Custom Post Type #380114

    Thanks 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 ;)

Viewing 7 posts - 1 through 7 (of 7 total)