Forum Replies Created
-
AuthorPosts
-
Hi,
Sorry you are having that much problems.
WPML told me that the problem should be fixed and also a user having problems reported it solved.I once again checked the logo element on my dev install and it works for me.
It might be some WPML setting – can you please contact the WPML compatibility guy (e-mail in private content) and give him access to your site with the problem so he can check it.
If you give me your e-mail I can send you the version of Enfold containing all the WPML fixes that you are up to date with the version WPML tested.
Best regards,
GünterHi,
Datenbank und Directory (= Filesystem) sind getrennte Sachen.
Datenbankverbindungsfehler kann auftreten, wenn der SQL Server down ist (warum auch immer) oder überlastet, dass er keine Anfragen mehr beantworten kann (dass username, passwort,.. in wp-config falsch sind – kann man ausschliessen, außer sie wurden am SQL Server kurzfristig geändert resp. deren Rechte).
Ohne DB geht natürlich WP nicht und somit die ganze Seite.
LG
GünterJuly 31, 2018 at 5:41 pm in reply to: wp_enqueue_media() not working on frontend after latest update #992007Hi,
Can you please try the following and check:
In file enfold\functions.php line 419 you find:
$condition2 = ( version_compare( get_bloginfo( 'version' ), '4.9', '>=' ) ) && $condition;
Before this line add:
$condition = true;
If you want us to do do that, please give us admin access and FTP access to your server.
Best regards,
GünterHi,
The code
if( ! is_dir( $this->upload_folders['instagram_dir'] ) ) { return; }
must be placed before
$cache_dirs = scandir( $this->upload_folders['instagram_dir'] );
because scandir throws a warning when trying to read a non existing directory.
Best regards,
GünterHi,
Checking the problem this is nothing that can be solved by our theme.
and especially check answer:
Escape your output!
Best regards,
GünterHi,
Thanks for reporting this.
I forgot that I also had made changes to the file
enfold\config-wpml\config.php
Please update this file with
This should fix the problem.
Best regards,
GünterHi,
Tut mir leid wegen der etwas späten Antwort.
Habe mir den shortcode den Dude mir gegeben hat, angeschaut.
Das Problem ist ein nicht geschlossenes Tag <u> in den Optionen von special Heading: “Die Fakten zur Hundertrainerinnen Ausbildung”
Das bricht den js parser beim Abspeichern der Seite.
Es ist ganz wichtig, dass immer valider HTML code angegeben wird.
Überprüfe bitte immer alle Elemente, wo Du HTML code eingibst, dass zu jedem geöffneten auch ein geschlossenes tag existiert.
Hoffe, das löst das Problem.
Best regards,
GünterHi,
Sorry for the troubles.
We have been in touch with WPML team and there was a bug in WPML core. The WPML compatibility team told me, that our fixes and their corrections seem to work now.If you want you can contact the WPML guy who is in charge of this and ask him to check your site with their latest version (see private content)
Thank you for your cooperation and patience.
Best regards,
GünterHi,
I think, you better update the core files as these changes should get part in one of the next updates.
Best regards,
GünterHi,
Glad we could help you.
Enjoy the theme and feel free to come back when you need further assistance.
Have a nice day.
Best regards,
GünterHi,
Glad you found a working solution.
Enjoy the theme and feel free to come back if you need further assistance.
Have a nice day.
Best regards,
GünterHi,
I refactored the way custom 404 and maintenance mode pages are handled. It should also be compatible with WPML and YOAST and the status codes should be 404 and 503.
If you want to test it – please update enfold\functions-enfold.php with
Do not forget to make a copy for fallback.
I will check with Kriesi when he plans the next update.
Best regards,
GünterHi,
I checked the links you gave us but I only get 404 errors.
Checking your backend – you do not use bbPress but wpForo.
I was unable to reproduce the problem on my dev server with bbPress.
Did you switch to another forum plugin that works now?
Best regards,
GünterHi,
I forgot to tell you that you need to update the following files – this might already solve some problems (at least it did on my dev install):
config-templatebuilder\avia-shortcodes\catalogue\catalogue.php with
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_4_1/catalogue.phpconfig-templatebuilder\avia-shortcodes\image\image.php with
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_4_1/image.phpconfig-templatebuilder\avia-shortcodes\image_hotspots\image_hotspots.php with
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_4_1/image_hotspots.phpconfig-templatebuilder\avia-shortcodes\section.php with
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_4_1/section.phpconfig-templatebuilder\avia-shortcodes\timeline\timeline.php
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_4_1/timeline.phpconfig-templatebuilder\avia-shortcodes\logoslider\logoslider.php
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_4_1/logoslider.phpDo not forget to make a backup of the original files for a fallback and that you have updated to Enfold 4.4.1.
Please update these files and clear all server and browser cache.
Best regards,
GünterHi,
There seems to be a core problem in WPML. I’ve been in touch with them and they say there should be a fix in the next update.
Could you please get in touch with the guy (see in private content) who is in charge of compatibility at WPML and report the problem to him and give him access to your site so he can check everything.
Maybe he can check the fix on your site ?
Thank you for your cooperation.
Best regards,
GünterHey!
There seems to be a core problem in WPML. I’ve been in touch with them and they say there should be a fix in the next update.
Could you please get in touch with the guy (see in private content) who is in charge of compatibility at WPML and report the problem to him and give him access to your site so he can check everything.
Maybe he can check the fix ?
Thank you for your cooperation.
Best regards,
GünterJuly 18, 2018 at 4:15 pm in reply to: Since ENFOLD 4.4: why do I need to add !important after custom CSS styles? #987080Hi,
I rechecked the loading sequence – the content enfold/css/custom.css is merged at the end of the compressed file.
Using the CSS code you provided above works for me without !important in both situations.
We would like to help you but without having access to the site it is impossible to say what could be the reason why it does not work for you. Might be that e.g. a plugin overwrites it by having a more detailed selector – but this is just a guess.
Do not forget to clear all server cache and browser cache (several times) after saving changes.
Best regards,
GünterHey weblinedesign,
Thank you for using Enfold.
“Templates” are static templates. You can create them and can insert them in other pages where they become part of the page and are no longer linked to the base template.
Currently it is also not possible to edit saved templates – you only can create a new one.
In future versions we might add the feature to reuse templates on several pages and link it to the saved template which can be edited.
Hope this answers your question.
Best regards,
GünterHey launchmoxie,
Thank you for using Enfold.
I tried to reproduce – negativ – and also checked the php code.
The from is the first input field with email validation, the others are ignored.
Are you using a filter to change parameters of the contact form ?
Best regards,
GünterHey Nicole,
Thank you for using Enfold.
If you enable the search icon Dashboard -> Enfold -> MainMenu -> Append search icon to main menu
the icon should be displayed by default together with the burger menu.
Can you create an admin account for us so we can check the backend?
Best regards,
GünterHey ruxedllc,
Thank you for using Enfold.
Check enfold\includes\admin\register-admin-options.php to see how the option page is built.
enfold\framework\php\class-superobject.php line 195 you find function _create_option_arrays() and the filters
avf_option_page_init
avf_option_page_data_initto add your own elements.
Best regards,
GünterHi,
The problem in the page is the a tag (see in private content).
If you copy the fb code to the first codeblock it works and if you replace the a with div in the code below it is also saved. If you wrap it in div the a tag is removed and an empty div is saved.
Strange, but it could be somehow language related – as the english version works correct.
As a workaround you can create a shortcode and output this link in the shortcode. This should fix the problem.
If you need assistance with that we can help you.
Best regards,
GünterJuly 18, 2018 at 12:29 pm in reply to: logoslider images not showing in translated page (WPML) #986927Hi,
There seems to be a core problem in WPML. I’ve been in touch with them and they say there should be a fix in the next update.
Could you please get in touch with the guy (see in private content) who is in charge of compatibility at WPML and report the problem to him and give him access to your site so he can check everything.
Maybe he can check the fix ?
Thank you for your cooperation.
Best regards,
GünterHi,
There seems to be a core problem in WPML. I’ve been in touch with them and they say there should be a fix in the next update.
Could you please get in touch with the guy (see in private content) who is in charge of compatibility at WPML and report the problem to him and give him access to your site so he can check everything.
Maybe he can check the fix ?
Thank you for your cooperation.
Best regards,
GünterHi,
Enfold calls this function wp_enqueue_media() only in
– admin_enqueue_scripts when layerslider is active or
– Enfold option page is loadedand does not hack anything.
Try to deactivate all Enfold js and css compressions and all caching plugins – maybe this helps to narrow down the problem.
Best regards,
GünterHi,
Update: I opened a ticket at WPML (see link in private content) – can you add this to your ticket ?
Thx.Best regards,
GünterJuly 16, 2018 at 4:43 pm in reply to: logoslider images not showing in translated page (WPML) #985977Hi Julian,
Thanks for the feedback.
I’m not a WPML expert – all I figured out was by trying to get it run on my dev servers.
The only idea I have is to check if it is really only the translation routine or some other problem (maybe WPML related) because we have another user with such a strange behaviour.
I created (and deleted again) a testpage to see if something changes with a new page – negativ. I do not want to mess around too much in your site.
Step 1: Can you upload a few new images and create a new page with a few elements like masonry, image, logoslider and translate this page and see if the problem still occurs (also add some textelements like textblock, special heading)
Step 2: Dectivate all plugins except WPML plugins and try to translate the images again without any other plugins active and check.
Step 3 would be to activate the “WPML Media Translation plugin” (if you have access to it – maybe WPML guys will give you access for testing purpose) and manually translate the images and check if this helps.
Sorry for the inconvenience but it is the only way to narrow down the problem.
Best regards,
Günter -
AuthorPosts