Forum Replies Created
-
AuthorPosts
-
Hi,
Danke dass Sie Enfold verwenden.
Für Deutsch gibt es 2 Dateien:
de_DE.po, de_DE.mo
de_DE_formal.po, de_DE_formal.moEs hängt von der Einstellung in WP Settings ab, welche der beiden Sie brauchen.
Für das Ausblenden der Kategorien auf der Startseite habe ich den Code in Dashboard -> Enfold -> General Styling -> QuickCSS eingefügt.
Sollten Sie das auf anderen Seiten auch noch haben wollen, geben Sie uns Bescheid und wir helfen gerne weiter.
Best regards,
GünterHey Jens,
Danke dass Du unser Theme verwendest.
Die Datei enfold\includes\loop-index.php ist zuständig für den Aufbau der oben angegebenen Seite.
Wobei die CSS Lösung zum Ausblenden der Kategorie eine durchaus gute ist. Wenn Du Themedateien verändern möchtest, solltest Du unbedingt ein Child Theme verwenden, damit Du bei Updates nicht immer Deine Änderungen nachziehen musst (https://kriesi.at/documentation/enfold/using-a-child-theme/).
Hoffe, das hilft einmal weiter. Gerne stehen wir für weitere Fragen zur Verfügung.
Best regards,
GünterHi,
Gerne.
Gib uns Bescheid, ob sich für Germanized eine Lösung gefunden hat.
Einen schönen Tag noch und viel Freude mit dem Theme.
Gerne stehen wir für weitere Fragen zur Verfügung.
Best regards,
GünterHi,
Danke für das Feedback.
Versucht den folgenden code in Quick-CSS für einzelne Produktseiten:
#top.single-product .legal-price-info { display: none !important; }
Für die Shopseite sollte das funktionieren:
#top .template-shop .inner_product_header_legal{ display: none !important; }
LG,
GünterHey René,
Danke dass Du unser Theme verwendest.
Unser Theme verwendet die Standard WooCommerce Ausgabe, in die sich Germanized hineinhängt und diese auch noch verändert.
Leider sind die Entwickler dieses plugins nicht sehr interessiert, mit uns zusammenzuarbeiten. Wir haben nur Zugriff auf die Version von WordPress.
Soweit ich weiss, bieten Sie eine eigene Anpassung für Enfold in der Pro Version an. Ich würde einmal sagen, dass dies die erste Ansprechstelle wäre.
Die 2. Mwst Zeile kann man mit CSS ausblenden.
Solltest Du von Germanized dafür keine Lösung/Hilfe erhalten, können wir Dir da gerne weiterhelfen, die restlichen Punkte mit Anzeige des Mwst Satzes ist Teil von Germanized.
Gbi uns bitte Bescheid, wenn wir Dir mit dem CSS weiterhelfen können/sollen. Gerne stehen wir dafür zur Verfügung.
LG,
GünterHi,
Thank you for using our theme.
Please update columns.php in your child theme with https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_2_2/columns.php.
Make sure you are using Enfold 4.2.2.
Do not forget to make a backup of your original file for a fallback.
We will probably integrate this feature in the core files in one of the next updates.
Best regards,
GünterJanuary 29, 2018 at 3:03 pm in reply to: Product selector in Contact Form and then Check out… #904273Hey KingFilly,
Thank yu for using our theme.
Have a look at https://woocommerce.com/products/gravity-forms-add-ons/.
I think, this should do what you need.
Best regards,
GünterHi,
Thank you for using our theme.
Ask your hoster to enable php error logging and check the error log for notices or errors in php scripts.
Best regards,
GünterJanuary 29, 2018 at 2:04 pm in reply to: Regarding Woo PDF vouchers plugin compatibility with Enfold theme #904261Hi,
With Enfold 4.2.1 you can use
$builder = Avia_Builder();
to get the instance of the only builder object.
If you think you need to disable the filters you can do it in your plugin, but this is to specific to get part of the core.
Best regards,
GünterHi,
Sorry for the late reply.
With active button – you mean the current page menu?
In this case add current-menu-item class and adjust colour like:
#menu-item-408.current-menu-item .avia-menu-text:hover, #menu-item-408.current-menu-item .avia-menu-text:active { color:#00a9ff !important; }
Best regards,
GünterHi,
Enfold verwendet nur die Standard WP Media gallery, d.h. post_type = attachment.
Falls das plugin auf WP hin ausgerichtet ist, sollte es diesen post type per default unterstützen – dann sollte es eigentlich keine Probleme geben.
Best regards,
GünterHi,
Freut mich, dass es geklappt hat.
Solltest Du weitere Fragen haben, stehen wir gerne zur Verfügung.
Viel Freude noch mit dem Theme.
LG,
GünterHi,
Da Enfold kein spezialisiertes Photo theme ist, plant Kriesi in naher Zukunft keine Integration dieses plugins.
Tut mir leid, keine positive Antwort geben zu können.
Ich wünsche trotzdem noch viel Freude mit Enfold.
Habt Ihr es schon probiert? Gibt es konkrete Probleme?
Best regards,
Günter- This reply was modified 6 years, 11 months ago by Günter.
Hi,
Glad we could help you.
Feel free to open a new topic if you need any further assistance.
Enjoy the theme.
Best regards,
GünterHi Gerhard,
In 4.2.2 wird dieser Fix drinnen sein.
Falls Du 4.2.1 verwendest, kannst Du zwischenzeitlich schon enfold\js\avia.js ersetzen durch:
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_2_1/avia.js
Nicht vergessen eine Kopie der Originaldatei zu machen für ein fallback.
Best regards,
GünterHey quicky2000,
Danke für die Anfrage. Ich habe dies einmal an Kriesi weitergeleitet. Bitte um etws Geduld.
Danke.
Best regards,
GünterHi,
To all participants of this thread:
Sorry for the late reply and the problems you had.
In the next version 4.2.2 we will add a fix to the WP 4.9 related video problem.
If you are using 4.2.1 you can exchange enfold\functions.php with this file:
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_2_1/functions.php
Make sure to make a backup of the original file for fallback.
Best regards,
GünterHi,
I want to say thank you that you are using our theme and I’m very sorry for the late reply and the problems you had the last weeks.
I added a fix to functions.php of the parent theme on the staging site – As much as I see this should fix the problem with the first slider.
You can replace the content of this file to your working site, if it is the same verision.
The following changes were made:
around line 325 I added:
/** * With WP 4.9 we need to load the stylesheet seperately */ if( version_compare( get_bloginfo( 'version' ), '4.9', '>=' ) ) { wp_enqueue_style( 'wp-mediaelement' ); }
and around line 396:
// wp_dequeue_style( 'mediaelement' ); /** * remove default style for videos * * With WP 4.9 we need to load the stylesheet seperately - therefore we must not remove it */ if( version_compare( get_bloginfo( 'version' ), '4.9', '<' ) ) { wp_dequeue_style( 'mediaelement' ); }
This fix is already part of the next version 4.2.2.
Best regards,
GünterHi,
Please try to update to the latest version of Enfold 4.2.1.
This should fix many problems. If not, please create a temporary admin account for us and enable ALB debug mode (https://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/)
Thank you.
Best regards,
GünterJanuary 19, 2018 at 4:51 pm in reply to: Newest version of Enfold Error /php/shortcode-parser.class.php file #899734Hi,
Thank you for using our theme and reporting this.
This seems to be a PHP version problem, because we did not recieve this error on our dev servers.
Can you please replace enfold\config-templatebuilder\avia-shortcodes\comments.php
with this file:
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_2_1/comments.php
This should fix the problem.
If you have peoblems doing this please give us ftp access to your server (private content) and we can do it for you.
Best regards,
Günter- This reply was modified 6 years, 12 months ago by Günter.
Hey vevans2,
Thank you for using our theme.
The problem is the menu “Logout”. No idea, how you added it – it is not part of the menu. And this breaks the js because there is no class defined for that element.
I would suggest you add it as a custom link with the menu editor. Or add an empty class=”” to the element.
I added to our todo list to integrate a fix for that situation.
Best regards,
GünterHey Martina,
Danke dass Du unser Theme verwendest.
Bitte update das Theme auf die aktuellste Version (momentan sollte 4.2.1 schon da sein, 4.2 ist aber auch ausreichend).
Dann sollte diese Meldung weg sein.
Best regards,
GünterHi,
Glad we could help you.
Feel free to open a new topic if you need further assistance.
Enjoy the theme.Best regards,
GünterJanuary 18, 2018 at 10:20 am in reply to: Columns not displayed correctly after updating to 4.0.7 #898968Hi,
Thank you for using Enfold and enjoy the theme.
I will close this topic for now.
In case you need further assistance please open a new thread and we will try to help you.
Best regards,
GünterHey Meijestic,
Danke dass Du unser Theme verwendest.
Versuche einmal nur die Bilder ohne <a> link anzugeben. Das sollte eigentlich reichen.
Oder mit href=”#”.LG,
Günter- This reply was modified 7 years ago by Günter.
January 17, 2018 at 6:22 pm in reply to: Columns not displayed correctly after updating to 4.0.7 #898599Hi,
For your information: Kriesi released the update today, might take a little time till Theme Forest will publish it.
Best regards,
GünterJanuary 17, 2018 at 1:16 pm in reply to: Columns not displayed correctly after updating to 4.0.7 #898462Hi,
The problem with the previews is too complex to be solved in a few lines of code. It should be fixed in the next update we are currently working on.
As a temporary workaround:
Wordpress supports revisions, means you can save the page and if you do not like you can discard and switch back to previous versions of the page.
Sorry for the inconvenience.
Best regards,
GünterHi,
Thank you for using our theme and reporting the problem.
Could reproduce it and added a fix to our core. Should be in one of the next updates.
To avoid that error message replace the line:
if(typeof(settings.data) !== 'undefined' && .....
with:
if(typeof(settings.data) !== 'undefined' && typeof(settings.data.search) !== 'undefined' && .....
Best regards,
GünterHi,
$main_nav ist ein string der im wesentlichen auf der Funktion wp_nav_menu (https://developer.wordpress.org/reference/functions/wp_nav_menu/) aufbaut.
Einzelne Teile zu manipulieren ist da nicht mehr so einfach.
Besser wäre es Filter in der Funktion wp_nav_menu zu verwenden – da gibt es eine ganze Menge. Schau dir den Code auf https://developer.wordpress.org/reference/functions/wp_nav_menu/#source einmal an.
Das Filter wp_nav_menu_objects könnte ein guter Kandidat sein, um Menüeinträge hinzuzufügen oder zu entfernen.
Solltest Du Hilfe zu einem Filter benötigen – gerne stehen wir zur Verfügung.
Best regards,
GünterHey Thomas,
Danke dass Ihr unser Theme verwendet.
Für Supportfragen bitte im Forum registrieren und dann ein neues Topic anlegen.
Das Kontaktformular dient nur für PreSale Fragen.Ich nehme an, Du meinst das Footer Menü rechts neben dem Copyright.
Also ich kann das Problem auf meinem Rechner nicht reproduzieren.
Wenn Du Zugangsdaten zu der Seite hast, bitte lege uns einen temporären admin account an – gerne schauen wir uns dann das Backend an.
Link zu der Seite und die Zugangdaten kannst Du im private content eintragen.
LG
Günter -
AuthorPosts