Forum Replies Created
-
AuthorPosts
-
Hey!
Please try to use the latest version 4.5.5.
Using this version I cannot reproduce the problem with dropcaps.
Best regards,
GünterHi,
Thank you for using Enfold – and glad it works now.
Could have been some caching problem.Enjoy the theme and feel free to come back when you need further assistance.
Best regards,
GünterMarch 20, 2019 at 10:27 am in reply to: The Events Calendar – Single Event – Inserting Enfold button shortcode #1080735Hi,
Please update to version 4.5.5. This should fix the problem.
To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)
If that does not help, feel free to reply here and we will take a closer look at the issue. In that case please also add your WordPress login credentials (in the “private data” field) so we can take a look at your admin area
Best regards,
GünterHi,
Thanks for reporting this. I added it to our dev repo for looking into it. I will come back when we have a solution.
Best regards,
GünterHi,
Danke für diesen Hinweis. Ich habe in unserem Repo einmal diesen Punkt aufgenommen um mit Kriesi darüber zu sprechen, was wir da ins Theme einbauen können.
Best regards,
GünterHi,
We are close to release 4.5.5. The problem should be fixed there. Please check on themeforest for the release.
Best regards,
GünterMarch 18, 2019 at 3:30 pm in reply to: Enfold page builder layout broken with All In One SEO Pack compatibility issue #1079915Hi,
We have added a fix in the oncoming version 4.5.5. I sent a copy of that to the plugin support team (https://github.com/semperfiwebdesign/all-in-one-seo-pack/issues/2120).
Best regards,
GünterMarch 18, 2019 at 11:59 am in reply to: Missing Adva Layout Builder in Custom Post Types after Updating to version 4.5.4 #1079840Hi,
Thank you.
Enjoy the theme and feel free to come back if you need futher assistance.
Have a nice day.Best regards,
GünterMarch 18, 2019 at 11:18 am in reply to: Missing Adva Layout Builder in Custom Post Types after Updating to version 4.5.4 #1079824Hi,
Sorry – I thought you had the troubles in backend.
There is a bug in 4.5.4 with ALB and custom post types in frontend. This should be fixed in the next release – which we are planning very soon.
Can you wait for that? If not, please open a new thread, add the link here, give me ftp access to your server and I will upload a working zip version in the WP uploads folder which you can install whenever you want.Best regards,
GünterMarch 18, 2019 at 10:49 am in reply to: Missing Adva Layout Builder in Custom Post Types after Updating to version 4.5.4 #1079803Hi,
If I paste this code in my functions.php in backend I can create a new post of this post type and I have the ALB button available. I do not have any taxonomies – check enfold\includes\admin\register-portfolio.php how we did it.
Did you remove your other customizations?
Can you try it on a clean WP install test site please? And check for a possible plugin conflict by deactivating all plugins.
Best regards,
GünterHi,
Thanks for sharing your information for other users.
Enjoy the theme.Best regards,
GünterMarch 15, 2019 at 2:15 pm in reply to: Missing Adva Layout Builder in Custom Post Types after Updating to version 4.5.4 #1079133Hi,
Strange. But glad you found a solution that works for you.
I will close the topic but feel free to come back if you need further assistance.Enjoy the theme and have a nice day.
Best regards,
GünterHey StrategyDriven,
Sorry for the problems you have.
There is a bug with shortcodes in 4.5.4 that will be fixed in 4.5.5 which is very close to release.
Kindly wait for the release and then check again if your problem is fixed.Thank you for your patience.
Best regards,
GünterHi,
Das Problem war dass wort news in Einstellungen -> Permalinks -> Kategorie-Basis.
Wenn man das wegnimmt, dann geht es.
Es gibt da einen Konflikt in der Auflösung des Permalinks wenn eine Seite und die Kategoriebasis den gleichen Namen haben.
Best regards,
GünterHi,
Thank you for using Enfold.
To disable mega menu you have to modify a core file:
enfold\functions.php line 64:
add_theme_support('avia_mega_menu');
Remove this line or replace it with:
// add_theme_support('avia_mega_menu');
Hope this helps to solve your problem.
Best regards,
GünterHi,
Sorry for the problems you have.
There is a bug with shortcodes in 4.5.4 that will be fixed in 4.5.5 which is very close to release.
I did not follow the whole thread but kindly wait for the release and then check again if your problem is fixed.Thank you for your patience.
Best regards,
GünterMarch 14, 2019 at 2:51 pm in reply to: 2 SOLUTIONS CONFLICT – Last ALB fix omitted previous code fix you gave #1078712Hi,
Sorry for the problems you have.
There is a bug with shortcodes in 4.5.4 that will be fixed in 4.5.5 which is very close to release.
I did not follow the whole thread but kindly wait for the release and then check again if your problem is fixed.Thank you for your patience.
Best regards,
GünterHi,
I checked it on my install – and cannot reproduce the problem.
Could you try to disable all plugins and check ? Maybe a plugin conflict.
Please create a WP admin account for us so we can check your backend.
Steps:
Dashbord -> Appearance -> Menus
In Screen Options selected all checkboxes “Show advanced menu properties”
In Menu element selectbox ink Target “New window” and in link Relationship (XFN) = “nofollow”
Works for mega menu elements and normal menu elements.
Best regards,
GünterHey Dieter,
Thank you for using Enfold.
The translation files for german are in the enfold/lang folder. There are de_DE and de_DE_formal.
These files also contain the admin strings. You might need to sync with the source to integrate missing strings.
Hope this helps you and thank you for assisting with translations.
Best regards,
GünterMarch 14, 2019 at 12:58 pm in reply to: Which function is responsible to display the_content(). #1078678Hi,
Sorry for the problems you have.
There is a bug with shortcodes in 4.5.4 that will be fixed in 4.5.5 which is very close to release.
I did not follow the whole thread but kindly wait for the release and then check again if your problem is fixed.Thank you for your patience.
Best regards,
GünterMarch 14, 2019 at 12:40 pm in reply to: Missing Adva Layout Builder in Custom Post Types after Updating to version 4.5.4 #1078672Hi,
Since 4.3 there is a filter to add your custom post types to be recognised by ALB:
function my_alb_supported_post_types( array $supported_post_types ) { $supported_post_types[] = 'your_custom_post_type_1'; $supported_post_types[] = 'your_custom_post_type_2'; return $supported_post_types; } add_filter('avf_alb_supported_post_types', 'my_alb_supported_post_types', 10, 1);
And I added a filter avf_metabox_layout_post_types for the next release – same usage as avf_alb_supported_post_types.
Best regards,
GünterHi,
Habs im core eingebaut (Option Single Post Navigation erweitert).
Mittels Filter funktionieren auch same_category und excluded_terms (siehe funktion functions-enfold.php avia_post_nav().
Im nächsten Update wirds wahrscheinlich noch nicht drinnen sein.
Falls Du es früher brauchst, gib mir Bescheid – dann kann ich schauen, ob man es temp. einfügen kann.Best regards,
GünterHi,
Please check https://kriesi.at/support/topic/new-message-sent-by-contact-form-at-enfold/#post-1077914.
As it is only 5-10 spams it seems to be a human being and not a bot doing it.
Best regards,
GünterMarch 13, 2019 at 8:31 am in reply to: Cannot use "less than" sign in my Enfold tables without breaking the page #1078140Hi,
Glad this fix helps you.
Enjoy the theme and feel free to come back when you need further assistance.
Best regards,
GünterHi,
Fatal error: Can’t use function return value in write context in /home/hidden/public_html/wp-content/themes/enfold/includes/helper-post-format.php on line 213
This is the line:
$hide_featured_image = empty( get_post_meta(get_the_ID(), '_avia_hide_featured_image', true ) ) ? false : true;
http://php.net/manual/de/function.empty.php
See Changelog:
Prior 5.5.0 this function did not support expressions like get_post_meta(). That is the reason for the fatal error.
SInce 5.5.0 it does.So you must have a version prior 5.5.0 – Check with your hoster.
If you have version 7.x this error does not occur (otherwise we would have thousands of bug reports).Best regards,
GünterHi,
Hab auf FF und Chrome (Windows) getestet – Header ist weiss und bleibt sichtbar wenn man scrolled. In Mobile scrolled header mit, das ist Standard.
Versuche den Browser cache öfters zu leeren resp. auch in einem privaten Fenster die Seite aufzurufen.
Best regards,
GünterHi,
Versuche einmal (farbwert anpassen):
.av-masonry .inner_sort_button{ color: #005684 !important; }
Wenn nicht, könntst Du uns bitte einen WP admin account einrichten damit wir uns die Backend Einstellungen anschauen können?
Best regards,
GünterHi,
The php error is caused by a very old and outdated php version (< 5.4).
Check http://php.net/supported-versions.php.
To fix: https://kriesi.at/support/topic/fatal-error-54/#post-1067379
There had been many security fixes in the last php version. It is highly recommended to upgrade.
Could be a reason for the spams.Best regards,
Günter -
AuthorPosts