Forum Replies Created
-
AuthorPosts
-
April 24, 2019 at 9:52 am in reply to: Past events are shown since The Events Calendar update #1093903
Hi,
Glad it is working now.
What I can offer is to add a filter that allows you to replace the complete
<a href=...> ...... </a>
for each entry.
Best regards,
GünterHi,
Glad we could help you.
Enjoy the theme and feel free to come back if you need further assistance.
Best regards,
GünterHey M1000000,
Thank you for reporting this.
The options were extended with 4.5.6 – but currently are hardcoded.
For the moment if you want to remove them:
enfold\config-woocommerce\config.php line 1435ff.
I added this to our repo to make the options filterable.
I will let you know when we have the solution.
Best regards,
GünterHi,
@elmanisero
Thanks for reporting this. I fixed it in core – if you need to correct it to proceed with translation please look for
framework/php/class-grecapatcha.php:386:
"std" => __('', 'avia_framework'),
and replace with:
"std" => '',
Thank you for translating Enfold.
Best regards,
GünterApril 23, 2019 at 5:27 pm in reply to: Past events are shown since The Events Calendar update #1093708Hi,
Thanks for the credentials.
The file …/events_upcoming.php has been updated correctly. It should reflect the changes in frontend.
I checked the second link you gave me – and I see the old events.
But there seems to be a cached version of this page. Because I tried to modify the output of the event title by adding a small part of text to it – and this does not show up when I reload the page (even with clearing my cache).
This means that the php code is not executed (and therefore not the modified query) but the page is rendered from a cache.
Can you check this with your hoster ?
Best regards,
GünterApril 23, 2019 at 4:57 pm in reply to: 2 SOLUTIONS CONFLICT – Last ALB fix omitted previous code fix you gave #1093699Hi,
I was not sure if Kriesi merges the pull request for that (sometimes he skips some pulls). But the fix is part of 4.5.6.
So you should be fine to update.
But keep a backup of your current version in case you need a fallback.And make sure you have the code in functions.php (child theme or parent theme):
Best regards,
GünterHi,
OK. Then there cannot be any change. As you can see in https://kriesi.at/support/topic/wpml-link-one-flag-to-different-domain/#post-1092688 I added filter avf_wpml_language_switcher_url to modify the urls specific for the menus (as WPML does not provide a filter).
You can use the following as a basis for your code (https://github.com/KriesiMedia/enfold-library/blob/master/actions%20and%20filters/WPML/avf_wpml_language_switcher_url.php):
/** * Filter the URL in language switcher flags * * @since 4.5.6.1 * @param string $url * @param string $lang_code * @param string $menu_position 'sub_menu' | 'main_menu' * @return string */ function my_wpml_language_switcher_url( $url, $lang_code, $menu_position ) { if( $lang_code == 'cs' ) { $url = 'your_url'; } return $url; } add_filter( 'avf_wpml_language_switcher_url', 'my_wpml_language_switcher_url', 10, 3 );
Best regards,
GünterApril 23, 2019 at 1:44 pm in reply to: Past events are shown since The Events Calendar update #1093657Hi,
Thanks for the feedback.
I checked it with 4.9.0 of the plugin – and the link points to the updated file.
Can you please create a WP admin account so I can check your backend. And also enable that I can update the file.
Please provide a link to the backend and to the page that causes the problem.Best regards,
GünterHi,
Did you add a filter function
add_filter( 'avf_wpml_language_switcher_url', ...... )
and clear server and browser cache (you also might to save theme options in case you are using enfold compression).
Best regards,
GünterApril 22, 2019 at 4:55 pm in reply to: Custom post type does not display correct after update #1093369Hi,
Thank you for sharing the solution with our other forum members.
Best regards,
GünterApril 22, 2019 at 4:32 pm in reply to: Past events are shown since The Events Calendar update #1093363Hi,
I found the problem.
Please update enfold\config-templatebuilder\avia-shortcodes\events_countdown\events_countdown.php
with
If you need help please provide a WP admin account and our moderators can do it for you.
Do not forget to make a backup of the original file for a fallback and clear server and browser cache.
Should become part of the next update.
Best regards,
GünterApril 22, 2019 at 10:08 am in reply to: "File merging and compression for CSS" feature not working in Enfold Theme 4.5.5 #1093288Hi,
I’m very sorry, but the fix https://kriesi.at/support/topic/again-one-problem-with-merged-css/#post-1082689 had not been merged with 4.5.6.
Can you try to replace enfold\config-templatebuilder\avia-template-builder\php\asset-manager.class.php with
and check if this works?
Do not forget to make a backup of the original file for a fallback.
Best regards,
GünterApril 22, 2019 at 10:01 am in reply to: Past events are shown since The Events Calendar update #1093283Hey Michael,
Thank you for using Enfold and reporting this.
I added this issue to our dev repo and will have a look into this asap and will come back when we have a solution.Best regards,
GünterHi,
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 #1092072 -
AuthorPosts