Forum Replies Created

Viewing 4 posts - 3,691 through 3,694 (of 3,694 total)
  • Author
    Posts
  • in reply to: adding button to enfold header #283632

    Hey ste_thumbs!

    Thank’s for using our theme.

    There is an action hook:

    
    do_action('ava_after_main_menu');
    

    that allows you to echo HTML code right after the <nav> closing tag of the menu.

    Cheers!
    Günter

    in reply to: Drag & Drop doesn't work #283623

    Hi Daniela!

    Danke, dass Sie unser Theme benützen.

    Haben Sie die letzte Version von Enfold installiert (2.8.1) und auch WordPress am letzten Stand (3.9.1)?

    Ich habe bei einer komplett neuen Installation versucht, den Fehler zu rekonstruieren – bei mir funktioniert aber alles einwandfrei.
    Eventuell Browser schließen und neu öffnen oder/und Rechner neu starten. Eventuell auch einen anderen Browser versuchen.

    Falls das keine Lösung bringt – können wir einen Account bekommen, damit wir es auf Ihrer Seite testen können?

    Regards,
    Günter

    in reply to: Word Wrap in Menu – or Have the menu on two lines #283608

    Hi!

    You can try the following:
    Add this on Quick CSS or custom.css:

    
    .menu-item-top-level{
    	text-align: center;
    }
    

    This will center all top menu items.

    If you only want to center a specific item, you have to find out the id of this menu and can use the following code (2971 must be replaced with the ID of your menu ID) :

    
    #menu-item-2971 {
    	text-align: center;
    }
    

    Regards,
    Günter

    in reply to: Child Theme After-the-fact #282835

    Hey!

    Yes, go to Enfold > Theme Options > Import/Export and click the blue button..

    do we work from the child theme or parent theme?

    I’m not sure if I understand your question but you must activate the child theme (Appearance > Themes) like a standard theme and then you work “from the child theme”.

    Regards,
    Günter

Viewing 4 posts - 3,691 through 3,694 (of 3,694 total)