Forum Replies Created
-
AuthorPosts
-
Hi,
I will ask Kriesi and we let you know, if he will give you access.
Best regards,
GünterSeptember 11, 2018 at 5:25 pm in reply to: Enfold 4.4.1 – still don't load css background images with CSS file merging #1008465Hi,
Thank you for reporting this. I opened an issue in our dev repository and will have a look into it asap.
I will come back to you when I found a solution.
Best regards,
GünterSeptember 11, 2018 at 4:11 pm in reply to: Titles on Accordion List have disappeared or become corrupted. #1008446Hi,
There had been minor changes in version 4.3.1 but these do not effect on your problem.
As a first step you can disable all plugins by yourself and check, if the problem still occurs. If not, enable one plugin after the other and check. Do not forget to clear server and browser cache after each step.
We cannot assist you if we do not get access to your backend with admin rights, ftp access and the allowance to make temporary changes to the php code to debug the problem. We try to work as fast as possible.
You can create a staging site for us where the error is reproduceable so we do not need to use your live site.
Best regards,
GünterHi,
Once you updated the posts it will only be necessary when we need to modify the post content again (depending on new features of the theme).
As most of our customers have only a few hundred posts – they had no problems on update. But meanwhile we realized that there are sites with 20k posts and more that make problems.
I will discuss with Kriesi if he considers to update the upgrading routine.
Best regards,
GünterHi,
Thank you for using Enfold – and reporting this.
Actually you found a bug – Tabs are not supposed to show/hide content but only to switch between content of the tabs.
It would need some more user interface to show users that they can toggle the tab content in addition (eg add a open/close icon). Otherwise it is not intuitive and user will not know that this is possible.
Consider to use accordeon element if you want to toggle content.
I fixed the bug – should be in the next update.
Best regards,
GünterHi,
Thank you for using Enfold and reporting this.
This warning should never occur for this element. And I have not the slightest idea, why this happens.
To find the reason I would need a possibility to debug the code by adding some output to check internal values.
Do you have a staging site where this warnings also show up?
Can we have admin access to your backend and a link to the page concerned so we can check the shortcode structure?
You can add the credentials in the private content area.
Also enable the debug mode please: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode
Best regards,
GünterHi,
if you are talking about “Dr. Joseph McKinley”,… Out of the box – no.
If you use a plain image elements you have a tab “Caption” where you can enter a text that is displayed over the image.
Best regards,
GünterHi,
I corrected Morning Exercise – you can save the page now.
If the “white” looks different – might be an opacity setting.
Can you point out with a screenshot and a link to the page where you see the problem – I cannot figure it out.Concerning the fonts – I cannot reproduce it on my install.
– Uploaded a new logo (dashboard -> Enfold -> Themes Settings -> Logo) and set the fonts ( dashboard -> Enfold -> General Styling -> Tab Fonts)
– Switched to second language
– Uploaded a logo and set the fontsAfter that changing the settings in any of the languges did not change the other language.
Best regards,
GünterHi,
Sorry for the problems.
Please try to update enfold\config-templatebuilder\avia-template-builder\php\element-manager.class.php with https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_4_1/element-manager.class.php.
With Enfold 4.4 and 4.4.1 we added some features to improve performance of the theme and that needs to scan all posts and products for shortcodes.
This is very time consuming and results in timeout and memory problems for large databases.In this fix there is an improved updating logic. Other users already reported that it works.
After updating the file loading the backend starts the update process. You will probably need to reload a backend page several times to restart the update process after timeout. One user reported it took about 2 hours for him.
Do not forget to make a backup for a fallback.
Best regards,
GünterHi,
Versuche es mit:
add_action( 'wp_enqueue_scripts', 'youtube_single_js_script', 1 );
Sollte das nicht gehen mit:
add_action( 'init', 'youtube_single_js_script', 1 );
Best regards,
GünterHi,
Danke für das Feedback.
Kriesi wird sich die Sache anschauen.
Einen schönen Tag noch.LG,
GünterHi,
Hast du den Namen genommen, den Du in wp_enqueue_script verwendet hast (case sensitive !!!):
wp_enqueue_script( 'Youtube-Single', get_stylesheet_directory_uri().'/js/youtube-singleplay.js', array('jquery'), '1.0', true );
d.h.
add_filter('avf_force_include_asset', 'avia_force_include_files', 10, 1); function avia_force_include_files($force_included) { $force_include_js = array('Youtube-Single'); $force_included['js'] = array_merge($force_included['js'], $force_include_js); return $force_included; }
LG
GünterHi,
Ich habe Kriesi einen Link zu diesem Post gegeben, da ich das nicht beurteilen kann.
Von der Implementierung her ist es ein grosser Aufwand, da ja jedes Bild eine eigene Caption haben kann und mit jedem Bildwechsel auch ein Austausch der Texte stattfinden muss. Das führt mit Sicherheit zu Problemen (Flackern,…). Daher nehme ich an, dass dieses Verhalten gewollt ist.
Bei der Section gibt es z.B. nur einen fixen Textblock (oder special Heading) den man leicht mitverschieben kann.
Best regards,
GünterHallo Günter,
Tatsächlich ein bug – danke dafür.
Im File enfold\config-templatebuilder\avia-template-builder\php\asset-manager.class.php um Zeile 242 findest Du:
if( ('all' == $this->which_files[$file_type] ) || ('avia-module' == $this->which_files[$file_type] && strpos($file, 'avia-module') !== false ) || ('avia' == $this->which_files[$file_type] && strpos($file, 'avia') !== false ) || ( $force_print ))
Bitte ersetzen durch:
if( ('all' == $this->which_files[$file_type] ) || ('avia-module' == $this->which_files[$file_type] && strpos($file, 'avia-module') !== false ) || ('avia' == $this->which_files[$file_type] && strpos($file, 'avia') !== false ) || ( $force_print ) || ( in_array( $file, $this->force_include[ $file_type ] ) ) )
Im Filter avf_force_include_asset dann nur mehr den Namen angeben – in Deinem Fall youtube-singleplay.
Hab einen Pullrequest fürs nächste Update angelegt.
LG,
GünterSeptember 6, 2018 at 11:01 am in reply to: Social Share links go to http:// instead of https:// #1006537Hey!
I added a fix for that to our pull requests for the next update.
Best regards,
GünterHi,
but WP cannot read the files after creating them (header file missing is no problem, because there are no header scripts needed) – no idea why your server has a problem reading the files right after creating them. On other servers this is no problem.
Best regards,
GünterHi,
I checked your site by creating a testpage and adding some php code which I removed again.
The problem is, that the files are probably generated (cannot check this because no ftp access) but cannot be read by WP (see screenshot in private content):
Error 52: Empty reply from server.
We check if we can read the file after creating it – if not we assume that an error occured creating the file and ignore the compression settings.
Best regards,
GünterHi,
There is an option “Use first slides caption as permanent caption”.
Checking this, brings the caption outside the ul container.
It is right, that scroll and fixed have the same behaviour for fullwidth sliders – I will check with Kriesi, if we should remove the option fixed.
Best regards,
GünterSeptember 3, 2018 at 2:34 pm in reply to: Problem Updating Enfold: "Download failed. Problem downloading theme" #1004980Hi,
Envato Updater must have changed something that causes problems for some users.
We have a fix for it.
Please replace enfold/framework/php/auto-updates/class-pixelentity-theme-update.php with
Do not forget to make a backup of the original file for a fallback and clear server and browser cache.
Best regards,
GünterHi,
Sorry for the late reply.
1.) Do not use HTML tags in Tab Section titles – this breaks saving changes to the tab title. I do not want to mess around – make sure you have a copy of the original page for a fallback.
Open the page “Workshop” and in the debug window look for
[av_tab_sub_section tab_title='Morning Exercise'
and replace this with (remove linebreak):
[av_tab_sub_section tab_title='Morning Exercise'
and update the page.
2) Tab titles not translated is a WPML bug. Please open a ticket there with a link to your page and report it. WPML keeps an own file which handles translation of ALB elements.
If you have translation management, you should stick to it translating pages.
3) To translate the contact form checkbox text in themeoptions Dashboard -> Enfold (Enfold child) you have to switch to slovak and translate it in “Privacy and Cookies”
4) Not sure if we talk abouz the same, but to change the color of the animated numbers you can try (Quick CSS) – adjust colur value:
#main .avia-animated-number .heading.avia-animated-number-title { color: red; }
Best regards,
GünterHi,
I replaced line 1080:
$class = $fetch == "template" ? "avia-media-img-only-no-sidebars" : "avia-media-img-only";
with
if( empty( $element['show_options'] ) ) { $class = $fetch == "template" ? "avia-media-img-only-no-sidebars" : "avia-media-img-only"; } else if( $element['show_options'] == true ) { $class = "avia-media-img-only"; }
and added it to our pull requests for Kriesi to check.
Best regards,
GünterAugust 30, 2018 at 2:01 pm in reply to: Strange behaviour of codeblock Element in Footer Page #1003585Hey!
Please update enfold\config-templatebuilder\avia-shortcodes\codeblock.php with
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_4_1/codeblock.php
Do not forget to make a backup of the original file and clear server and browser cache.
Cheers!
GünterHi,
I added a fix:
Please replace enfold\config-templatebuilder\avia-shortcodes\tabs\tabs.php with
and enfold\config-templatebuilder\avia-shortcodes\tabs\tabs.js with
Do not forget to make a copy of the original files for a fallback and clear server and browser cache.
Let us know, if it works.
Best regards,
GünterHi,
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ünter -
AuthorPosts