Forum Replies Created
-
AuthorPosts
-
Hey 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ünterHi!
Delete complete enfold directory (and also enfold child if you use a child heme) and try to login again.
Cheers!
GünterMarch 8, 2019 at 11:50 am in reply to: Cannot use "less than" sign in my Enfold tables without breaking the page #1076301Hi,
Using special HTML characters is a known problem that cannot be solved without the risk of breaking other things.
As this is not often needed we created a plugin where you replace the special characters:
The translation list is here:
If you need more characters you can use the filter avia_special_characters_translations.
Best regards,
Günter- This reply was modified 5 years, 10 months ago by Günter.
March 7, 2019 at 4:22 pm in reply to: Hover-Effect – zoom image – do not work with lightbox link on image in 4.5.4 #1076034Hi,
Glad we could help you. Check the changelog in the next releases when a fix has been added to core.
Feel free to open a new issue when you need further assistance. Enjoy the theme and have a nice day.
Best regards,
GünterHi,
If this can be fixed it must me done in WordPress core. So contacting WP is certainly a good idea.
Best regards,
GünterHi,
This is because this is a blog page query multiple posts.
Check https://themeisle.com/about-us/page/52/
Returns same as https://themeisle.com/about-us and not 404.
As I explained before.An ALB page is a page and not a blog page – WP ignores the pageing parameter in this case. Using a blog post element is part of the content of the page and not of the main WP query.
Best regards,
Günter- This reply was modified 5 years, 10 months ago by Günter.
Hi!
Thank you for reporting this.
We will provide a fix in core.
Meanwhile please add to Enfold -> General Styling -> QuickCSS:
.avia-image-container.av-hover-grow:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); } .avia-image-overlay-wrap { overflow: hidden; }
Regards,
GünterMarch 6, 2019 at 6:55 pm in reply to: Hover-Effect – zoom image – do not work with lightbox link on image in 4.5.4 #1075590Hi,
Thank you for reporting this.
We will provide a fix in core.
Meanwhile please add to Enfold -> General Styling -> QuickCSS:
.avia-image-container.av-hover-grow:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); } .avia-image-overlay-wrap { overflow: hidden; }
Best regards,
GünterHi,
Sorry for the late reply.
Sounds like the file is corrupted. Download a new zip file from themeforest, delete all enfold folder and try a new upload with ftp.
If you need help, please give us WP admin and FTP credentials and we can do it for you.
There will be 4.5.5 released shortly.Best regards,
GünterMarch 6, 2019 at 5:31 pm in reply to: MailChimp widget not working in sidebar on blog single post #1075558Hey ChichesterDesign,
Sorry for the late reply – and sorry for the problems.
We will shortly release 4.5.5 – this should fix the problem. As there are many files involved can you wait for this update or shall we upload a beta version to your server ?
Best regards,
GünterHi,
I updated a few lines of code in enfold\framework\php\class-framework-widgets.php to get more information: Instagram returns 429 – Too Many Requests.
Changing the username to an invalid one also returns the same.I can access your account from my dev environment.
What you can try is to create a new account and check if the same problem occurs. Seems that your IP is blocked by instagram.
Best regards,
GünterHi,
Glad we could help you.
Enjoy the theme and feel free to come back when you need further assistance.
Best regards,
GünterHi,
As far as I’ve checked there is no (easy) solution for this problem:
WP uses:
/page/xx resp. &paged=xx
Digging into the logic of WP:
Archive pages
These use the parameters and query the requested page. When using an out of range page number this returns no results and WP redirects to 404
Single pages, posts, ….
Using a valid page/post/…. always returns a result.
The page parameters are ignored by the WP query (as they make no sense in case of a single page) and can be used by the content, e.g. ALB blog post element.
The page content is displayed – elements of the content can return results or not depending on page parameter. But this is done during rendering the content (and after output of headers).
A 404 would only be possible with rerouting and must be handled from the element.If you check https://kriesi.at/themes/enfold-2017/blog/page/5/ you get an empty content for the blog post element – The page exists, but part of the page has an empty content.
I keep the issue open in our dev repo.
——————
Update:After talking to Kriesi:
As this behaviour is the standard behaviour of WP we do not intend to change this in core.
Best regards,
Günter- This reply was modified 5 years, 10 months ago by Günter.
Hey Guenter,
Sounds a good idea – added an issue to our dev repo.
Will come back when we have a solution.Best regards,
GünterHey!
I replaced the value “itemprop” for images with ‘image’.
Google’s webmaster tools for structured data does not show any errors after that.Not sure if it will come into the next update but it is in the pull requests.
Best regards,
GünterHi,
This behaviour you describe above also occurs when you use a standard WP Theme like 2019.
– Activate the theme
– Create a new page with only plain text inside (e.g. a-custom-normal-page)
– Open the page (http://localhost/wp_demos/a-custom-normal-page)
– Extend the URL with /page/52 (http://localhost/wp_demos/a-custom-normal-page/page/52/)
– Open this link and you recieve 200 and the pagecontent
– Use http://localhost/wp_demos/a-custom-normal-page/pages/52/
– Open this link and you recieve 404 and the 404 pageUsing Enfold behaves similar, when you select a custom 404 you get the custom 404 page instead of default 404.
I agree that this behaviour is strange – I will open an issue for that in our dev repo but I’m not sure if this is something we can solve. It seems that WP does not recognise this as 404 or it’s a bug in the routing of WP.
Best regards,
GünterMarch 5, 2019 at 3:19 pm in reply to: Filtering products not working when using Advanced layout builder on Shop page #1074903Hi,
Thanks. Please come back if Kriesi does not merge it in the next update – check in changelog.
I keep this thread open.Enjoy the theme and have a nice day.
Best regards,
GünterMarch 5, 2019 at 2:25 pm in reply to: Filtering products not working when using Advanced layout builder on Shop page #1074879Hi,
I found a solution adding support for the standard WC filters for product grid, product slider and product list. You will find an option for each element to activate the filter support. But that would mean to update 6 files.
Kriesi is planning a release (4.5.5) in the next days. Can you wait?
Best regards,
Günter- This reply was modified 5 years, 10 months ago by Günter.
Hi,
Maybe you shoud consider to change the hoster to one with a better standard firewall. I can imagine that a site with good photos is interesting to hack.
REST API calls return jsoin data which normally is only usefull for applications to get the page content and use it in JavaScript for further processing.Best regards,
Günter -
AuthorPosts