Forum Replies Created
-
AuthorPosts
-
June 30, 2014 at 2:42 pm in reply to: Nach einfügen einer Farb-Sektion verschiebt sich die Sidbar unterhalb der Farb.. #285173
Hey!
Danke, dass SIe das Forum besucht haben und viel Freude mit dem Theme.
Cheers!
GünterHey!
This problem is an already known limitation of the theme due to WP stripping out the <br> tag.
We posted in already to Kriesi. Hopefully he will find a solution.
Regards,
GünterJune 30, 2014 at 1:54 pm in reply to: exclusiv für eine seite bootsrap css & java laden ist das möglich?? #285163Hi FrankLohmann!
Danke, dass Sie unser Theme benützen.
Standardmäßig wird dies durch das Theme nicht unterstützt.
Programmtechnisch läßt sich natürlich alles implementieren, allerdings liegt dies nicht mehr im Bereich des Support Forums.
Cheers!
GünterJune 30, 2014 at 1:47 pm in reply to: Nach einfügen einer Farb-Sektion verschiebt sich die Sidbar unterhalb der Farb.. #285161Hi FrankLohmann!
Danke, dass Sie unser Theme benützen.
Können Sie uns einen Link schicken zu der Seite, wo das Problem auftritt, damit wir den CSS Code checken können?
Danke.
Best regards,
GünterHi!
Using the action hook allows you to add HTML code for your logo image. This can be styled with CSS and can be made responsive. It is also possible to add additional JavaScript code if necessary.
This is customisation and bejond the scope of the support forum.
Best regards,
GünterHi remix1998!
Thank you for using our theme.
If you want to remove the featured image from the archive page, you need to use enfold-child theme and it needs some modifications to the php source.
If you want to do this, i can send you the modified files.
Best regards,
GünterHi tonyiatridis!
Thank you for using our theme.
Did you select one or more categories in the select box “Which categories should be used for the blog?”
If not, all categories are shown by default.
If you still have troubles, please send us login data, so we can check.
Regards,
GünterHi!
Thank you for using our theme.
Using “TEXT” allows you to enter pure HTML code, “VISUAL” interpretes your entry as characters to be displayed.
Regards,
GünterHi!
Try to add the following:
@media only screen and (max-width: 767px) { .responsive .logo, .responsive .logo a, .responsive .logo img { height: auto !important; max-height: none !important; } }
You can also set the value of height from auto to your desired height.
Cheers!
GünterHi changegroup!
Thank you for using our theme.
The following action hook allows you to echo HTML code directly after the closing <nav> tag inside the header:
do_action('ava_after_main_menu');
You can echo your logo in an tag and style it with CSS.
Regards,
GünterHey 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ünterHi 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ünterHi!
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ünterHey!
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 -
AuthorPosts