Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for using Enfold.
Does this happen to some elements only – on ALB pages or non ALB pages?
What’s your Enfold version, WP version and PHP version?I cannot reproduce it on my install. Pls try to figure out what combination of elements?
Thank’s for your assistance.
Best regards,
GünterApril 19, 2019 at 3:41 pm in reply to: WPML Translation Management problems with avia layout editor #1092702Hi,
Sorry for that but the translation management had been compatible with Enfold. But WPML changed something and broke everything. I had already been in contact with WPML and reported this some month ago – they gave me a link to their beta release and everything seem to be fixed with that release. The answer from WPML was they have no release date.
The problem is located in WPML core and we have no way to provide an easy fix for it.
Maybe you as a customer can put more pressure that WPML releases their beta version.
Best regards,
GünterHey crtdude,
Sorry, Kriesi did not merge it.
But you can still use the link above to update the file asset-manager.class.php.
It should become part of the next update.
Best regards,
GünterHi,
If you give us FTP access to your server and a WP admin account for your backend our moderators can do the update of the theme for you.
Make sure you have a complete backup of your database and theme files for a fallback in case something goes wrong. We need to take your site offline during the update.
Provide the credentials in private content.
Best regards,
GünterApril 19, 2019 at 3:00 pm in reply to: Color Section – Section Minimum Height – ADD option for 15% #1092695Hi,
Glad we could help you. It should become part of the core.
Enjoy the theme and feel free to come back when you need further assistance.
Have a nice day.Best regards,
GünterHi,
You can also replace enfold/config-wpml/config.php (Enfold 4.5.6) with
Best regards,
GünterHi,
In my opinion WPML could add a filter to their function SitePress::language_url.
Nevertheless we will add a filter:
In the file “enfold/config-wpml/config.php” at line 276:
if(!avia_is_overview() && (is_home() || is_front_page())) $lang['url'] = $sitepress->language_url($lang['language_code']);
replace with:
if( ! avia_is_overview() && ( is_home() || is_front_page() ) ) { $url = $sitepress->language_url( $lang['language_code'] ); /** * @since 4.5.6.1 * @return string */ $lang['url'] = apply_filters( 'avf_wpml_language_switcher_url', $url, $lang['language_code'], $avia_config['wpml_language_menu_position'] ); }
and in line 596:
if(is_front_page()) $lang['url'] = $sitepress->language_url($lang['language_code']);
replace with
if( is_front_page() ) { $url = $sitepress->language_url( $lang['language_code'] ); /** * @since 4.5.6.1 * @return string */ $lang['url'] = apply_filters( 'avf_wpml_language_switcher_url', $url, $lang['language_code'], $avia_config['wpml_language_menu_position'] ); }
I will add these filters to our dev repo.
Best regards,
GünterApril 19, 2019 at 2:04 pm in reply to: Color Section – Section Minimum Height – ADD option for 15% #1092681Hi,
I extended the options for section and grid row to allow custom % values.
Update
enfold\config-templatebuilder\avia-shortcodes\section.php
enfold\config-templatebuilder\avia-shortcodes\grid_row\grid_row.php
enfold\js\shortcodes.jswith the corresponding files in https://github.com/KriesiMedia/enfold-library/tree/master/temp_fixes/Enfold_4_5_6/section_height
Based on Enfold 4.5.6.
Best regards,
GünterHi!
Try this solution:.woo-paypalplus-checkout-button { margin-top: 60px !important; text-align: left !important; } .woo-paypalplus-checkout-button .zoid-outlet{ width: 195px !important; }
Regards,
GünterHi,
Please update to version 4.5.6 released today. This should fix this bug.
Best regards,
GünterHey kellyCraftMedia,
I checked the functions.php files both Enfold and child theme. There is no closing php tag
?>
.
But it could be caused by a plugin. Try to deactivate all plugins and reactivate one after the other and check.
Best regards,
GünterHi,
Thanks for your patience.
Enjoy the theme, have a nice day and feel free to come back if you need further assistance.
Best regards,
GünterApril 17, 2019 at 6:27 pm in reply to: 404 error loading themes/enfold/images/background-images/ios-linen-dark.png #1092098Hi,
Actually a real performance plugin is certainly the better solution – Enfold optimization is only intended to support users who do not want to use a caching plugin.
Feel free to come back when you need further assistance.
Have a nice day.
Best regards,
GünterHey!
Can you try the following:
.woo-paypalplus-checkout-button { margin-top: 60px !important; text-align: left !important; }
Regards,
GünterApril 17, 2019 at 5:40 pm in reply to: 404 error loading themes/enfold/images/background-images/ios-linen-dark.png #1092083Hi,
If you want I can update the file on your staging site (must be Enfold 4.5.5). I rechecked the code – the problem should be fixed.
Best regards,
GünterApril 17, 2019 at 4:51 pm in reply to: Hintergrundbild und Headerbild nach Update nicht mehr darstellbar #1092072Hi,
Freut mich, dass wir helfen konnten.
Viel Freude noch mit dem Theme. Gerne stehen wir für weitere Fragen zur Verfügung.
Best regards,
GünterHi,
I think I found the problem.
I added the possible fix to our dev repo. I hope Kriesi will merge it for 4.5.6. Can you wait for this release?
Best regards,
GünterApril 17, 2019 at 11:41 am in reply to: Hintergrundbild und Headerbild nach Update nicht mehr darstellbar #1091932Hi,
Da gibt es offensichtlich ein Problem mit dem Caching plugin.
Ich rufe die gleiche Adresse https://www.swatch.stawi.de/ einmal in FF auf und bekomme das stylesheet:
und das Hintergrundbild wird korrekt angezeigt.
Mit Chrome bekomme ich:
https://www.swatch.stawi.de/wp-content/cache/wpfc-minified/9mckiavh/x5e.css
wo die URL Adresse zum Bild noch falsch drinnen ist.
Clear browser cache bei beiden browsern ändert nichts.
Offensichtlich erkennt das caching plugin nicht, dass sich etwas verändert hat und lädt noch ein altes stylesheet.
Warum bei FF es geht – keine Ahnung.
Versuche einmal den Server cache des plugins zu löschen.
Best regards,
GünterApril 16, 2019 at 6:21 pm in reply to: 404 error loading themes/enfold/images/background-images/ios-linen-dark.png #1091617Hi,
There was a problem with the file paths (relative to root). Did you try to update the file asset-manager.class as mentioned in this other topic?
In this fix the problem should be solved if the paths to your file are following the standard CSS rules.
Best regards,
GünterApril 16, 2019 at 5:44 pm in reply to: 404 error loading themes/enfold/images/background-images/ios-linen-dark.png #1091606Hi,
Might be related with https://kriesi.at/support/topic/again-one-problem-with-merged-css/#post-1082689 and enabled css merging.
Best regards,
GünterApril 16, 2019 at 5:21 pm in reply to: Move to mobile menu if the menu bar begins to wrap on desktop? #1091601Hi,
You can try to replace in enfold\css\layout.css:
line 2198:
@media only screen and (max-width: 989px) {
with
@media only screen and (max-width: 1400px) {
line 2240:
@media only screen and (min-width: 768px) and (max-width: 989px) {
with
@media only screen and (min-width: 768px) and (max-width: 1400px) {
Replace 1400px with your size and select Menu Items for mobile: Activate for Smartphones and Tablets (browser width below 990px).
You might also need to change the values in enfold\css\dynamic-css.php:
line 278:
@media only screen and (max-width: 989px) {
and line 818:
$output .= " @media only screen and (max-width: 989px) {
But you will need to test if this does not break any other stylings.
Best regards,
GünterApril 16, 2019 at 4:49 pm in reply to: Plenty of notice messages in WP log since update to Enfold 4.5.5 #1091564Hi,
Please replace enfold\framework\php\font-management\class-avia-type-fonts.php line 875:
$name = $uploaded[ $font_key ]['config'][0]['name'] . ' (' . implode( ', ', $weight ) . ')';
with
$name = isset( $uploaded[ $font_key ]['config'][0]['name'] ) ? $uploaded[ $font_key ]['config'][0]['name'] : $font_key; $name .= ' (' . implode( ', ', $weight ) . ')';
This will remove the notice.
Best regards,
GünterHi,
Glad it works now.
It is in the pull requests – hope Kriesi will merge it in the next update. Check the changelog please.
Best regards,
GünterApril 16, 2019 at 4:09 pm in reply to: issue with previous and next navigation in the porfolio #1091480Hi,
The filter is deprecated and replaced by a more clear solution (see enfold\functions-enfold.php line 570ff):
add_filter('avf_post_nav_settings','avia_remove_fullwidth_slider_check', 10, 1 ); /** * $settings['skip_output'] = true if you want to skip output * $settings['same_category'] = true|false * $settings['excluded_terms'] = array|comma speerated string of id's * * @param array $settings * @return boolean */ function avia_remove_fullwidth_slider_check($settings) { $settings['skip_output'] = false; return $settings; }
Best regards,
GünterHi,
Sorry for the problems.
Please replace enfold\config-templatebuilder\avia-shortcodes\iconlist\iconlist.php
Do not forget to make a backup of the original file for a fallback – and clear server and browser cache.
Best regards,
GünterHi,
Glad you found a solution and sharing this.
Enjoy the theme and feel free to come back if you need further assistance.
Best regards,
GünterApril 16, 2019 at 3:13 pm in reply to: Color Section – Section Minimum Height – ADD option for 15% #1091461Hi,
I will try my best. I will let you know when we have a solution.
Thank you for using Enfold and enjoy the theme.
Best regards,
Günter -
AuthorPosts