Forum Replies Created
-
AuthorPosts
-
Hi,
I’m getting a 404 page not found with the link above. Can you please check the page?
Best regards,
GünterHi,
We modified the way custom 404 pages are displayed.
In private content you find a link to a dev version including this and it also works with layersliders.
Best regards,
GünterAugust 26, 2018 at 1:23 pm in reply to: WPML translation problems with blog posts & portfolio entries #1001866Hi,
There was a core problem in WPML. We added a patch to Enfold and WPML confirmed that it showuld work.
Until we have the next release can you try to install the dev version that includes this patch (see private content) please.
If the problem remain please contact WPML to check your site please.
Best regards,
GünterHi,
Thank you for using Enfold.
I checked the problem on my install with the latest version of Events Calender and Events Calender Pro.
It works fine on my side (you need to enter the Google API key seperatly in settings of Events plugin).
And as much as I can see it seems to work on your site also now – using the link above shows the map – see private content.
Best regards,
GünterHi,
The arabic site is running under 4.3, please update to latest version 4.4.1.
Can you please explain more detailed what the problem is and how to reproduce the problem.
To make sure there are no plugin conflicts also try to deactivate all plugins and check, then reactivate one after the other and check.
Best regards,
GünterHi,
Thank you for using Enfold.
Updating to 4.4.x needs to update post content of all posts (and products in your case) when accessing admin backend. I applied a fix for large databases which already worked for several other customers (reported to need up to 30 minutes to complete). You can safely reload admin pages after several minutes and several times if necessary.
Replace enfold\config-templatebuilder\avia-template-builder\php\element-manager.class.php with
Do not forget to make a backup of the original file for a fallback.
Best regards,
GünterAugust 19, 2018 at 1:06 pm in reply to: 4.4.1 apparently changed content in my posts and totally screwed up my mathjax #998902Hi,
Thank you for reporting this. I could locate a bug.
In file enfold\config-templatebuilder\avia-template-builder\php\element-manager.class.php around line 589 you find:
Avia_Builder()->update_post_content( $post_id, $content_new );
Replace this with:
$content_new_wp = wp_slash( $content_new ); Avia_Builder()->update_post_content( $post_id, $content_new_wp );
Fix should be in one of the next updates.
Best regards,
GünterHi,
Can you please try the following fix:
Replace
enfold\config-templatebuilder\avia-shortcodes\slideshow_layerslider\slideshow_layerslider.php
with
If you set Layerslider -> Slider Settings -> Layout to “responsive” the width of the canvas limits the width of the output container and centers it. If the screen gets smaller, the containers reacts responsive.
Do not forget to make a backup of the original file for a fallback.
Best regards,
GünterHi,
Glad e could help you. Feel free to come back if you need further assistance.
Have a nice day and emjoy the theme.Best regards,
GünterAugust 14, 2018 at 5:58 pm in reply to: Specific page main menu item hover background colour #997187Hi,
Glad we could help you.
Feel free to come back when you need further assistance.
Enjoy the theme and have a nice day.
Best regards,
GünterHi Max,
Can you please update to latest version 4.4.1.
There had been some changes – might be this solves your problem.
As a second step try to deactivate all plugins except WooCommerce and change the language setting of your site to english (Dashboard – Einstellungen -> Allgemein -> Sprache der Website).
We once had a problem with a wrong translation breaking the theme.
Best regards,
GünterHi,
Your welcome. Let us know when we can close the ticket.
Enjoy the theme and have a nice day.
Best regards,
GünterAugust 14, 2018 at 4:21 pm in reply to: Load the correct size images in footer and in product slider #997149Hi,
The blog widget has an image size of 70 * 70. The 2 WooCommerce widgets render standard WC size ‘woocommerce_thumbnail’.
I added a fix for that. Will become part of a future update.
Meanwhile replace file
enfold\config-woocommerce\config.php
with
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_4_1/config-woocommerce-1/config.php
Do not forget to make a backup of the original file for fallback. If you want us to do the update please provide FTP access credentials in private content.
Best regards,
GünterAugust 14, 2018 at 2:21 pm in reply to: Specific page main menu item hover background colour #997091Hi,
If you only want this CSS rule for page 483 you have to remove the text after the comma, means you have to use:
.page-id-483 .header_color .main_menu ul:first-child > li.current-menu-item > a{ background-color: transparent!important; }
Best regards,
GünterHi,
Thank you for using Enfold. Sorry for the late reply but due to summer holidays for our support team it takes a little longer to answer to requests.
Setting up the AppDemo on a clean WP install on my dev server and even adding your tab section above does not show the problem on chrome.
I created a new testpage on your server “Enfold Support Test” duplicating your page – also does not show the problem you described.
And checking your page now in chrome also does not show the problem – see screenshots below.Chrome Version 68.0.3440.106 Windows.
Best regards,
GünterHi,
Advanced Layout builder ALB is currently not supported in Gutenberg. You have to decide if you want to create a page/post in the classic way (with posibility to use ALB) OR in Gutenberg style. The php and js code and the logic Gutenberg creates its elements and the page layout is completely different from the ALB.
We are currently checking for a possibility to integrate the ALB in Gutenberg.
Best regards,
GünterAugust 11, 2018 at 12:07 pm in reply to: Is it possible to have the Animated Numbers count up? #996273Hi,
I had a look into the code and cannot reproduce the “count down” problem. The numbers are always incremented – with our without comma.
The only thing is that the comma or a point create 2 numbers which are handled seperatly.
You can check this:
In file config-templatebuilder\avia-shortcodes\numbers\numbers.js line 41 you find:
window.requestAnimationFrame(function(){ start_count(element, countTo, increment, newCount, fakeCountTo) });
Replace this with:
setTimeout(function(){ window.requestAnimationFrame(function(){ start_count(element, countTo, increment, newCount, fakeCountTo) }); }, 1000);
Clear browser cache and server cache (and save theme options when using Enfold performance settings) and check.
Best regards,
GünterAugust 11, 2018 at 11:40 am in reply to: Beim Aktualisieren von Enfold ist ein Fehler aufgetreten: Download fehlgeschlage #996267Hi,
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, 10 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, 11 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, 11 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ünter -
This reply was modified 6 years, 10 months ago by
-
AuthorPosts