Forum Replies Created
-
AuthorPosts
-
August 11, 2018 at 11:40 am in reply to: Beim Aktualisieren von Enfold ist ein Fehler aufgetreten: Download fehlgeschlage #996267
Hi,
Danke dass Ihr Enfold verwendet.
Könnten wir bitte WP admin Zugangsdaten und FTP Zugang bekommen, sodass wir uns das im Backend anschauen können. Diese können im Private Content untergebracht werden.
Habt Ihr schon versucht, alle plugins zu deaktivieren und dann die Update routine zu starten?
Und bitte auch sicherstellen, dass der Envato Key nur auf einem Server aktiv ist.
Best regards,
Günter- This reply was modified 6 years, 3 months ago by Günter.
August 11, 2018 at 11:05 am in reply to: ALB elements are missing in translated pages (WPML) #996263Hi,
Glad you found a solution.
Thank you for sharing this for other users.
Enjyo the theme and feel free to come back when you need further assistance.
Best regards,
GünterAugust 9, 2018 at 1:32 pm in reply to: WPML translation of images – no images seen on translated posts #995457Hi,
Sorry for the late reply.
As a first step please have a look at this: https://kriesi.at/support/topic/massive-problems-since-wp-update-to-4-9-7/#post-984318
As WPML stated, these changes should fix the problem when using the latest Version of WPML.
If you do not want to update the files manually, I can send you a stable dev version of Enfold including the fixes (give me your E-Mail in private content) and you can check, if this solves your problems.
If not, you can get in touch with the WPML compatibility team so they can check your server settings.
Best regards,
GünterHi,
yes, refer to my updated reply after that:
Managed to get it running.
It works on my side after adding the fix. Can open media library popup and update an image.
All optinization features disabled and load all elements (Dashboard -> Enfold (child) -> Performance.
Best regards,
GünterHi,
I checked your site – it works on my side. I deactivated performance caching and activated it again.
The media uploader opens and I can select an image.
Best regards,
GünterHi,
Managed to get it running.
It works on my side after adding the fix. Can open media library popup and update an image.
All optinization features disabled and load all elements (Dashboard -> Enfold (child) -> Performance.
Best regards,
GünterHi,
Downloaded the plugin – but going to my-account opens the WooCommerce account page.
Disable all performance settings for Enfold, clear all server and browser cache and try again.
Another user with the same problem was solved.
Best regards,
GünterHi,
Thanks for reporting this.
A fix for the height/width:
In file config-templatebuilder\avia-shortcodes\image\image.php line 554:
if(!empty($img_w)) $hw .= 'width="'.$img_w.'"';
replace with:
if(!empty($img_w)) $hw .= ' width="'.$img_w.'"';
A fix for Section – empty inline background-image property:
in file config-templatebuilder/avia-shortcodes/section.php around line 812:
else { $attach = "scroll"; $background .= "background-image: {$gradient_val}";
replace with:
else if( ! empty( $gradient_val ) ) { $attach = "scroll"; $background .= "background-image: {$gradient_val}";
Fixes should be in the net update.
Best regards,
GünterHi,
The filter is not in core at the moment (might be in oncoming version – you have to check for it).
You have to modify the core file:
In file enfold\functions.php line 419 you find:
$condition2 = ( version_compare( get_bloginfo( 'version' ), '4.9', '>=' ) ) && $condition;
Before this line add:
$condition = true;
Best regards,
GünterHi,
Your solution does not work when you have multiple google maps on a page.
As a workaround you can use a child theme, copy the element folder into the child theme and change the js in your child theme.
I think about another solution.
Best regards,
GünterHi,
Link looks good on my side – I try to put it in private content.
You can search for wp_enqueue_media-not-working-on-frontend-after-latest-update.
Best regards,
Günter- This reply was modified 6 years, 3 months ago by Günter.
Hi,
Have a look at https://kriesi.at/support/topic/wp_enqueue_media-not-working-on-frontend-after-latest-update.
This could solve your problem.
Best regards,
Günter- This reply was modified 6 years, 3 months ago by Günter.
August 6, 2018 at 4:51 pm in reply to: wp_enqueue_media() not working on frontend after latest update #993991Hi,
I added a filter so it is no longer necessary to hack the source code:
/** * Allow to force loading of WP media element for 3rd party plugins * * @since 4.1.2 * @param boolean $condition * @param array $options * @return boolean */ $condition = apply_filters( 'avf_enqueue_wp_mediaelement', $condition, $options );
Return true for pages that need the media element.
Should be in the next update.
Best regards,
GünterHi,
Please open file enfold\config-templatebuilder\avia-template-builder\php\template-builder.class.php
and in line 1463 in function
template_include( $original_template )
you find:
if( is_feed() ) return;
After this add:
if( is_embed() ) { return $original_template; }
This allows WP to use the default template wp-includes\theme-compat\embed.php.
Will probably be added to the next update.
Best regards,
GünterHi,
Sorry for the problems but this problem does not occur for every user and if you try to connect to instagram from another server with the same username it works there – see also https://kriesi.at/support/topic/enfold-instagram-widget-not-working-enfold-4-2-6-php-7-2/#post-992944
If you give us your instagram username we can check, if it works on our dev servers or if we can reproduce the problem.
If you give us ftp access, an admin account and the allowance to modify files and test a little we might be able to locate the problem if we are unable to reproduce it.
You can add them in private content.
Thanks for your cooperation.
Best regards,
GünterHi,
If I understand your problem this is what you are referring to:
https://www.ostraining.com/blog/wordpress/embed-theming/
https://www.ostraining.com/blog/wordpress/oembed/WP offers a default solution for normal posts. You can override the output and styling as described in the first link above.
This should work for non advanced layout builder pages as Enfold does not implement a customization yet.
For advanced layout builder pages we hook into the template loading sequence and redirect it to a special template. For those pages we currently do not support this feature.
I will check with Kriesi if this is something to add in one of the next updates. We will let you know if we have further information.
Best regards,
GünterAugust 6, 2018 at 1:31 pm in reply to: Using pop-up window (Cookie Consent Message) with tabs for other application #993919Hey Alexander,
Thank you for using Enfold.
In enfold\functions-enfold.php line 2012ff you find the function:
av_cookie_consent().
You can take this as a start or overwrite this function completly in a child theme.
Hope this helps you.
Best regards,
GünterHi Julian,
Thanks for the staging site.
I recognised some weired things:
1) If you add a textblock (or special heading element, … ???) at the beginning of your page WPML Test, the shortcodes disappear from the translation boxes and only the translateable elements are shown again.
2) If you save the modified translation the added/changed elements are not always saved – current situation it was saved after some time.
3) The translated content is not displayed at all – also not the textblock.
——————
4) I added language switcher flags to footer
5) I added a new page Enfold Support (German) with textblock and Logo element, translated it to English (Enfold Support in English) -> WORKS
6) I modified the content a little -> translation WORKS
7) I added a second Logo -> translation WORKS
———-
8) I added a new page Enfold Support Logo (German) with only a logo element, added 3 images only (did not change any other options), saved it.
9) Translation did show shortcode only
10) I added a title to the logo element
11) Translation manager showed title to translate -> translation WORKSThere still seems to be some WPML core problem.
Could you get in touch again with WPML guys so they can check your site again and tell them the above ?
I know, this is not very satisfying – but I do not see what we can do from our side at the moment.
Best regards,
GünterAugust 2, 2018 at 5:32 pm in reply to: Enfold Instagram Widget not Working (Enfold 4.2.6, PHP 7.2) #992944Hi,
Sorry for the problems but this is a rather weired thing.
– I’ve been checking your username on my local dev server and on a ‘live’ testserver and the widget works fine for me.
– If I’m using our instagram user account on your site it works fine (you can check yourself with the account name in private content).To figure out what’s going on behind I would need a (staging) site where this error occurs and where I can get FTP access, an admin account and the allowance to temporarily modify files and frontend output for testing.
Please open a new thread so you can safely add your credentials in private content so only you and moderators have access to it.
Best regards,
GünterHi,
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ünter -
AuthorPosts