Forum Replies Created
-
AuthorPosts
-
Hi,
Hab ich leider auch übersehen: die id wird durch ein filter geschickt, die alles auf Kleinbuchstabem umwandelt und auch die meisten Sonderzeichen eliminiert, damit eine gültige id herauskommt und den HTML code nicht bricht.
Also – am besten schon bei der Definition klein, keine Sonderzeichen ausser Buchstaben, Ziffern, – und _. Dann sollte es gehen.
Best regards,
GünterHey mhfinanzen,
Danke dass Du unser Theme verwendest.
CSS und JS sind case sensitiv( d.h. Gross- und Kleinschreibung beacbten: anlage und Anlage werden unterschieden). In dem Fall ist die id=”anlage”, daher geht Dein Link nicht.
Punkt 2:
Ich habe einmal den oberen UND unteren Abstand auf 5px gesetzt – rückt damit näher zusammen. Falls das immer noch zu viel ist, kannst Du dies weiter reduzieren resp. überhaupt weglassen.
Best regards,
GünterHi Manuel,
Das Problem ist, dass die Menüpunkte zu breit sind – resp. zu viele.
Out of the box bietet Enfold da leider noch keine Lösung.
Ansätze wären
– einmal zu überlegen Menüpunkt(e) wegzulassen
– die Schrift kleiner machen (könnte man evtl. mit CSS und Media Query machen)
– Abstände zwischen den Menüpunkten schmäler machen
– Warenkorb und Social Icons näher an Menüs
– Logo kleiner machen wenn BS schmäler wirdGerne helfen wir Dir mit CSS weiter.
Best regards,
GünterJune 4, 2018 at 11:37 am in reply to: "Beschreibung" und "Bewertung" Tab für enfold woocommerce H2 in H4 ändern #966462Hey Helmuth,
Danke dass Du Enfold verwendest.
Wenn Du die Produkttitel auf der Shop Übersichtsseite meinst:
plugins\woocommerce\includes\wc-template-functions.php line 1068 ist die Funktion woocommerce_template_loop_product_title().
Wenn Du die Funktion in functions.php des child theme kopierst und ausbesserst, kannst Du WC jederzeit updaten ohne dass die Änderung verloren geht.
Wegen Bewertung – kannst Du uns bitte einen Link zu der Seite geben, damit wir vom gleichen reden.
LG,
GünterHi,
Danke dass Ihr Enfold benützt und für die Weitergabe eurer Erfahrungen und Lösungen für andere User.
Weitere Infos zum Einbinden von Fonts findet Ihr in unserer Doku https://kriesi.at/documentation/enfold/typography/#how-to-upload-custom-fonts
Gerne stehen wir für weitere Fragen zur Verfügung. Viel Freude noch mit dem Theme.
Best regards,
GünterJune 2, 2018 at 5:42 pm in reply to: First Lawsuits (GDPR) are rolling – due to Google webfonts (how to deactivate?) #965914Hey digitalprint2222,
If you do not select a Google fonts from the dropdown boxes the google script will not be loaded.
The script is located in enfold\framework\php\class-style-generator.php in function link_google_font() line 475ff.
I added a filter for the next version that makes it possible to skip loading this script unconditionally( https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_4/class-form-generator.php):
if( 'yes' != apply_filters( 'avf_output_google_webfonts_script', 'yes' ) ) { return ''; }
To upload custom font (e.g. downloaded fonts from google) please have a look at our documentation https://kriesi.at/documentation/enfold/typography/#how-to-upload-custom-fonts.
Hope, this makes thing more clear.
Best regards,
GünterHi,
I found a solution for this problem – should be in the next update.
Meanwhile you can replace:
enfold\config-templatebuilder\avia-shortcodes\audio-player\audio-player.php
enfold\config-templatebuilder\avia-shortcodes\audio-player\audio-player.jswith:
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_4/audio-player/audio-player.php
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_4/audio-player/audio-player.jsYou need to save theme options to force rebuilding the compressed js files (if you are using enfolds js file compression). Do not forget to clear server and browser cache and to make a copy of the original files for a fallback.
If you have problems we can update the files for you – we need ftp access to your server. You can post them in private content section.
Best regards,
GünterHi,
Thank you for using Enfold and reporting this. Did not realise that up to now.
But this is a known problem with the default WP playlist which does not allow an option to stop playing (see https://stackoverflow.com/questions/37012165/how-to-stop-the-wordpress-audio-playlist-from-playing-the-next-soundtracks-autom?rq=1).
We will check if we can provide a final solution and will come back asap.
Best regards,
GünterMay 31, 2018 at 2:28 pm in reply to: Google Maps Button is active on standard! [av_privacy_google_maps] #964791Hi,
To clarify:
There are 3 steps:
If you do not use a google map on a page, only framework\js\conditional_load\avia_google_maps_front.js is loaded. This has no connection to Google.
If you have a map that needs user interaction to open (Option Link to Google Maps: User must accept to show Google Maps) the file framework\js\conditional_load\avia_google_maps_api.js is loaded but NO CONNECTION is setup to Google.
Only when the user clicks to open the first Google Map the real Google API is loaded and bound to the container and a connection is established.
When you choose “Open Google Maps in a new WIndow” no connection is established at all by Enfold.
Best regards,
GünterHi,
It did show up on the plugin page right below the plugin (as for every plugin). I think, that the update was released shortly before I checked the topic. This must have been reported by many other users also to these guys.
Best regards,
GünterHey lion73,
Thank you for using Enfold.
We are already working on this. It is planned for the next release.
Best regards,
GünterHi,
I found a solution:
Replace
enfold\config-templatebuilder\avia-shortcodes\contentslider\contentslider.php
with
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_4/contentslider.php
Do not forget to make a backup of the original file for a fallback.
Best regards,
GünterHi,
Sorry for the late reply.
Thank you for reporting this bug.
For the moment I deactivated “Disable the blog” and this fixed the problem.
We will try to find the reason why this breaks the layout and will add the fix to one of the next releases (hopefully the next).
Best regards,
GünterHi,
Thank you for using Enfold.
I updated the plugin and now it shows all options.
Best regards,
GünterMay 29, 2018 at 5:51 pm in reply to: Lots of php server errors class-framework-widgets.php lines 3019 and 3020 #963826Hi,
Great you found a solution.
Feel free to come back when you need further assistance. Have a nice day.
Best regards,
GünterHi,
Great we could help you.
Don’t hesiatate to contact us if you need further assistance.
Have a nice day and enjoy the theme.
Best regards,
GünterHi,
Thank you for using Enfold and reporting the problem.
I could locate the bug, tried to fix it in WP Editor but could not.
The problem is the extended email check. If you switch back to normal check it works.
In the next update there will be a fix for that.
Meanwhile you can replace
enfold\framework\php\class-form-generator.php
with
Don’t forget to make a backup of the original file for a fallback.
If we shall do the update for you we would need ftp access to your server.
Best regards,
GünterMay 29, 2018 at 4:24 pm in reply to: Lots of php server errors class-framework-widgets.php lines 3019 and 3020 #963788Hi,
Thank you for reporting this and sorry for the problems. We will provide a fix for the next update.
If you do not need the widget please look in file enfold\framework\php\class-framework-widgets.php around line 2249 for
/** * WP Cron job events */ if( $this->activate_cron ) { add_action( 'av_instagram_scheduled_filecheck', array( $this, 'handler_scheduled_filecheck' ), 10 ); }
and remove the lines.
Best regards,
GünterMay 29, 2018 at 1:52 pm in reply to: Get a link to the modal window with privacy and cookie info #963670Hi guys,
Thank you for using Enfold and suggesting this.
I added a shortcode to add a button that opens the popup. Should be part of the next update.
Meanwhile you can replace
C:\xampp\htdocs\wp_kriesi\wp-content\themes\enfold\includes\helper-privacy.php
with
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_4/helper-privacy.php
Do not forget to make a backup of the original file for fallback.
Shortcode is (all parameters are optional, remove ‘ ‘ after [ ):
[ av_privacy_popup button_text='your custom text' wrapper_class='' id='' class='']
Best regards,
GünterHi,
Das klingt danach, als ob das Feld “E-Mail Subject” direkt über “Autoresponse Text” leer ist. In diesem Fall erfolgt eine Default Meldung “New Message (sent by contact form at ….” und die dürfte mit Deine Nachricht …. übersetzt sein.
Dieses Feld befüllen und es sollte funktionieren.
Best regards,
GünterHey essjb,
Thank you for using Enfold.
Glad you could solve it.
Could you kindly post your solution here to help other users that are facing the same probem ?
Best regards,
GünterMay 28, 2018 at 2:57 pm in reply to: Set privacy & cookie settings in Enfold 4.4 update, now can't reply to comments #963264Hi,
Thank you for using Enfold.
Problem will be fixed in the next update.
Meanwhile please replace
enfold\includes\helper-privacy.php
with
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_4/helper-privacy.php
Don’t forget to make a backup of the original file for a fallback.
If you need assistance in updateing we need ftp access to your server and we can do it for you.
Best regards,
GünterHi,
Thank you for using our theme.
Sorry for the problems.
Here is the solution: https://kriesi.at/support/topic/parse-error-when-updating-to-latest-version/
Best regards,
GünterHi,
Thank you for using our theme and reporting this.
A fix will be in the next update.
Meanwhile please replace
enfold\config-templatebuilder\avia-shortcodes\google_maps\google_maps.php
with
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_4/google_maps.php
Do not forget to make a backup of the original file for a fallback.
If you need assistance in updating the file please give us ftp access and we can help you.
Best regards,
GünterMay 28, 2018 at 1:46 pm in reply to: Adding custom ID to enfold elements…Answer no longer applies #963185Hey Andrew,
Thank you for using Enfold.
In Tab “Layout Builder” you find a checkbox Show element options for developers.
But not all ALB elements support custom ID’s yet. But you can use a unique custom class as a workaround.
Best regards,
GünterMay 24, 2018 at 4:30 pm in reply to: Problem with “Load only used elements” when using videobackground, color section #961658Hey forde,
Thank you for using Enfold and reporting this bug.
I added it to our todo list and we will try to fix it as soon as possible.
Best regards,
GünterMay 24, 2018 at 4:22 pm in reply to: GDPR – DSGVO – UPDATE 4.4 – GREAT JOB – THANKS – ENFOLD RULEZ ! #961648Hey Mariusz86,
Thank you for using Enfold.
Enjoy the theme and feel free to come back if you need further assistance.
Best regards,
GünterHey tdisdi,
Thank you for using our theme.
I’m afraid, that is a problem you have to contact WPML, why they execute shortcodes on importing content of a post.
WPML has the structure of our Advances Layout Builder elements in their XML file and therefore know what needs to be translated. That works on manual translating and should also work on bulk import.One idea I have is – remove all files in enfold\config-templatebuilder\avia-shortcodes\ and try to import.
Best regards,
GünterHey pamk21,
Thank you for using our theme.
Please give us admin access to your site and the link to the page. Also enable ALB debug mode https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode
Best regards,
Günter -
AuthorPosts