-
AuthorPosts
-
June 5, 2014 at 1:59 pm #275122
Hallo zusammen;
ich versuche mich gerade an dem Theme und habe einige Fragen dazu.1. Bei aktiviertem Avia-Layout Architekten:
Wenn ich einen Textbaustein einfüge und diesen bearbeiten möchte, wird mir der Text weiss auf weissem Hintergrund ausgegeben. Ich muss dann alles jeweils im Texteditor einfügen. Wie kann ich das ändern?2. Ich habe hier schon viel von diesem Zauberstab gelesen. Leider wurde dieser mir niemals im Editor angezeigt. Bzw. befürchte ich, dass auch weitere Themeicons nicht angezeigt werden. Wie kann das aktiviert werden?
3. Ich möchte ein Kontaktformular erstellen. Das klappt eigentlich auch ganz gut. Nun möchte ich aber ins Kontaktformular Zwischenüberschriften einfügen (Bspw. wenn ich mehrere Optionen anbieten möchte) Ist das realisierbar? Und vor allem wie?
Was ich mir ungefähr vorstelle sieht man ansatzweise auf folgendem Bild: http://prntscr.com/3pv5va4. Ist es normal, dass wenn ich den Layout-Architekten aktiviert habe, und dann auf normalen Editor zurückschalte, dass da weder Code noch sonst etwas zu sehen ist? Und wenn das normal ist, wie kann ich dann einzelne Seiten individualisieren?
Besten Dank für eine baldige Antwort.
June 6, 2014 at 5:37 am #275449Hey Tetratus4!
Thank you for visiting the support forum!
Looks like the first two issues has to do with the theme not being the latest version. If you don’t mind, please post the website url here so that we can inspect it. Make sure that you’re running Enfold 2.8.1 on WordPress 3.9 or higher. Regarding the contact form, yes, that is possible. Please create a page then insert the contact form element under the content element panel. If you want a more extensive forms, you can try the contact form 7 and Gravity Forms plugins.
4.) You can’t switch between the Default Editor and the Advance Layout Builder. If you want to see the actual shortcode below the advance layout builder, edit functions.php and find this code on line 16:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
You will be able to see the actual shortcode below the builder. In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Best regards,
IsmaelJune 9, 2014 at 8:28 am #276364Besten Dank.
Musste zwar den Translator bemühen, da mein Englisch nicht wirklich gut ist, aber es hat soweit geklappt.
Eine Sache ist mir allerdings noch etwas suspekt:
Du schreibst, es liege an der Version und dass die Enfold Version 2.8.1 die aktuellste ist. Aber wieso kann ich diese dann nicht updaten?
API-Code etc. ist eingegeben und wurde auch aktualisiert/akzeptiert.Bei mir steht folgendes:
http://prntscr.com/3r1l1j
http://prntscr.com/3r1kz6Wordpress selbst ist auf dem aktuellsten Stand (3.9.1)
Bitte um entsprechendes Feedback. Danke
June 9, 2014 at 10:27 am #276374ich würde via FTP updaten, das klappt immer ;-)
June 9, 2014 at 11:17 am #276399Hi!
Leider scheint bei manchen Servern die Envato API nicht richtig zu funktionieren und als Folge davon funktioniert auch die Suche nach neuen Updates nicht ordnungsgemäß. Wie melonmelon würde ich aber aus diversen Gründen ein FTP Update empfehlen: https://vimeo.com/channels/aviathemes/67209750 – dieses ist sicher, da man vorher ein Backup der Dateien machen kann und man hat mehr Kontrolle über den Aktualisierungsprozess.
Best regards,
Peter -
AuthorPosts
- You must be logged in to reply to this topic.