Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Marco Chiesi

    (@marcochiesi)

    Hi Mirek,
    I suppose you’re using a custom selector. Could you provide the exact source code you’re using fo it? Also, a link to your website could help.

    Thread Starter Mirek_PL

    (@mirek_pl)

    Hi, Marco.

    add_filter( ‘black_studio_touch_dropdown_menu_selector’, ‘my_custom_selector’ );
    function my_custom_selector( $selector ) {
    return ‘div#header ul.nav li:has(ul)’;
    }

    Can I send site adres to email adres (from your website-blackstudio.it)?

    thx for help

    Plugin Author Marco Chiesi

    (@marcochiesi)

    Hi Mirek,
    I think there’s no problem if you post the link here.
    If you don’t want, it’s ok to send it via e-mail or through our contact form (please refer this thread in that cases).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘not working on front page’ is closed to new replies.