Forum Replies Created
-
AuthorPosts
-
March 4, 2020 at 6:53 pm in reply to: Adjust Google reCAPTCHA implementation in contact form content element #1190152
Hi,
Thanks for feedback.
Enjoy the theme and have a nice day.
Feel free to come back when you need further assistance.
Best regards,
GünterHi,
@Jason
Glad it is working for you now.
I will close this thread.
Feel free to come back when you need further assistance and enjoy the theme. Have a great day.
Best regards,
GünterHey Jürgen,
I checked your backend. I changed the button text to “Accept” and I also changed Nachricht (reverted it back to its original content).
I changed it in German and English and saved it several times – changeings were kept.
To me it seems to work correctly.
Best regards,
GünterHi,
I added a possible fix for the next update.
Depending on your performance settings it might be necessary to toggle compression of css files (and it might be necessary to save the page(s) that made problems to update enfold internal data).
Best regards,
GünterHi,
Thanks for reporting this Added to our repo for next release.
Best regards,
GünterFebruary 12, 2020 at 6:33 pm in reply to: Adjust Google reCAPTCHA implementation in contact form content element #1183968Hi,
Glad we could help you – and thanks for the fedback.
Enjoy the theme and have a nice day.
Feel free to come back when you need further assistance.Best regards,
GünterFebruary 12, 2020 at 3:36 pm in reply to: Adjust Google reCAPTCHA implementation in contact form content element #1183917Hi,
As accepting external services can have a big impact on the whole page you need to reload the page – there is an option for auto reload when user accepts settings:
Show advanced options -> Auto Reload Page.
Best regards,
GünterFebruary 12, 2020 at 3:11 pm in reply to: Adjust Google reCAPTCHA implementation in contact form content element #1183904Hi,
Did you clear browser cache (and also try incognito window).If still exists, please open a new thread and provide WP admin credentials and a link to the page so we can check.I rechecked it on my server and it works for me.Sorry – missed, that you mean button action. Will check.
Best regards,
Günter- This reply was modified 4 years, 7 months ago by Ismael.
Hi,
The problem seems to be related to https://kriesi.at/support/topic/dynamic_avia-making-way-too-many-calls/#post-1182734.
See example in private content – the first file is generated very often – on each call to the page.
Interesting is, I activated merging temporarily – but the problem seems not to occur any longer.
I enabled and disabled it several times and reloaded the frontpage – only one file was created.I returned to set it to deactivated.
Can you check with your hoster if there are any SQL entries with error-generating-file from today?
Best regards,
GünterFebruary 12, 2020 at 1:35 pm in reply to: Adjust Google reCAPTCHA implementation in contact form content element #1183856Hi,
Behaviour of the “Accept” button depends on the options you selected in “Default Cookie Behaviour” (must opt in / can opt out).
must opt in – user has to allow explicit which services he wants to use.
Best regards,
GünterFebruary 11, 2020 at 2:39 pm in reply to: Cookie (Consent) & Woocommerce Cart still exists 😱 – Things to consider #1183510Hi,
Please upgrade to 4.7.3. There is a new option: Essential cookies are accepted on first page load, user must opt in.
As the rules for GDPR are quite complicated (and not really clear at the beginning) in a first step we decided to implement the strictest way to allow our users to be on the safe side – Visitors must opt in before cookies are accepted.
The new option accepts cookies, but external services that Enfold offers visitor must opt in. To initially block 3-rd party plugin cookies you can use “Additional Custom Cookies” (found in “Show advanced options” section at the bottom).
It is the decision of the website owner to select the options he needs to be complient with GDPR.
Best regards,
Günter- This reply was modified 4 years, 11 months ago by Günter.
Hi,
@Jason
Fix https://kriesi.at/support/topic/trying-to-get-property-of-non-object-5/#post-1165868 was already included in 4.7.2 – and is also in 4.7.3.
Make sure to clear all server cache.
If this does not fix your problem please explain exactly what you are doing so we can try to reproduce it (and also a copy of the error log so we can locate the problem).
Best regards,
GünterHi,
I checked your page content on my server with include: – page loads as expected.
if you use includes: or includ: on your server your page also loads fine, also using include : does not work.
Could to be a plugin (Security ??). Can you try to deactivate all plugins and then reactivate one by one and check?
Best regards,
GünterFebruary 11, 2020 at 9:44 am in reply to: dynamic-avia causes over usage on server…it's enough. Care to solve please? #1183365Hi,
Please have a look: https://kriesi.at/support/topic/dynamic_avia-making-way-too-many-calls/#post-1182734
This should answer your question. The filter is part of the latest release 4.7.3.
Best regards,
GünterFebruary 11, 2020 at 9:33 am in reply to: folder dynamic_avia permissions needs to be set to 755 #1183362Hi,
Thanks for your feedback.
Enjoy the theme and have a nice day.
I will close this topic – feel free to come back when you need further assistance.
Best regards,
GünterFebruary 9, 2020 at 4:01 pm in reply to: Goog eSearch Console – Microformat validation error FN – Testimonials #1182769Hi,
Thanks for the input.
I’m not an expert on this, but IMO adding the RDFa …. only to one element does not make too much sense at the moment -it would need to redesign all other elements also.
For the moment I only changed the markup to show up in the structured data under CreativeWork (next release).
Hope this also helps you.
Best regards,
GünterHi,
A few releases ago we added a unique timestamp to the merged filename because when updating the content of a CSS or js file or of Custom CSS option without changing theme version the generated hash for the filename remained unchanged and browsers did not recognize to reload the file but used the cached version instead until this cache expires – means the changes are not visible to visitors.
The problem you have is server related. It seems that your server is caching WP database options and returning that cache instead of the last updated values.
As we save the generated filenames in WP database options Enfold gets the wrong info that the merged files do not exist and therefore creates new ones on every pageload.For the next version (4.7.2.1 or later) I added a filter where you can remove the timestamp.
This means that each created file has the same filename and overwrites the already existing one until your server returns the correct DB value that the file exists and Enfold can stop creating new files.
To functions.php of your child theme add the following (https://github.com/KriesiMedia/enfold-library/blob/master/actions%20and%20filters/Performance/avf_merged_files_unique_id.php):
function my_custom_merged_files_unique_id( $uniqid, $file_type, $data, $enqueued, $file_group_name, $conditions ) { return ''; } add_filter( 'avf_merged_files_unique_id', 'my_custom_merged_files_unique_id', 10, 6 );
Best regards,
GünterFebruary 9, 2020 at 2:07 pm in reply to: Enfold 4.7.2 deletes woocommerce cookies even with default "accept cookies on" #1182721Hi,
Thank you for using Enfold – and sorry for the problems.
The bug in “All cookies and services are accepted on first page load, user can opt-out.” is fixed (seems that something went wrong with merging on github).
With the oncoming version there will be a new option “Essential cookies are accepted on first page load, user must opt in” that reflects the latest EU interpretation of GDPR.
Our implementation of “User must accept and …..” is very strict (to be on the save side): Until user does not click the accept button everything is blocked.
Best regards,
GünterFebruary 8, 2020 at 4:18 pm in reply to: folder dynamic_avia permissions needs to be set to 755 #1182601Hi,
Thanks for reporting this.
This is really caused by Enfold. I changed the logic for creating folders a bit and now the default security setting will be 755 (filterable with avf_folder_security) for new created folders. Security for already existing folders will not be changed any more.
Will be in next update 4.7.2.1 (should be next week).
If you want to have a quck fix:
In file enfold\framework\php\function-set-avia-backend.php around line 939 you find:
@chmod( $folder, 0777 );
Replace with:
@chmod( $folder, 0755 );
Do not forget to make a backup of the original file for a fallback.
Best regards,
GünterFebruary 7, 2020 at 10:16 am in reply to: Goog eSearch Console – Microformat validation error FN – Testimonials #1182259Hi,
I cannot find the class hproduct in Enfold nor in WooCommerce. How did you add the content of the testimonial?
Best regards,
GünterFebruary 6, 2020 at 6:03 pm in reply to: Data-vocabulary.org schema deprecated [ Solution ] Enfold #1182070Hey!
Thanks for reporting this.
Will be replaced by correct schema.org markup in next release.
Best regards,
GünterFebruary 6, 2020 at 6:03 pm in reply to: GOOGLE ERROR data-vocabulary.org schema deprecated #1182069Hey!
Thanks for reporting this.
Will be replaced by correct schema.org markup in next release.
Best regards,
GünterFebruary 6, 2020 at 2:49 pm in reply to: Developer Settings for "Submenu Full Width" element missing #1182019Hi!
Sorry for that once again.
Will be available in the next release 4.7.2.1. (planned for next monday)
Regards,
GünterHey!
Sorry for that once again.
Will be available in the next release 4.7.2.1. (planned for next monday)
Regards,
GünterJanuary 31, 2020 at 10:09 am in reply to: I don't like the new ALB Avia Layout Builder in4.7 – it is too much work #1180196Hi,
Sorry you do not like the new design.
In the next release there will be an option to disable this feature.
If you want we have a beta release in a zip file ready including this option. Let us know if we shall give you the link to the file.
@tiefenschaerfe
Please open an own thread – we add the link in private content and you will not be able to see it in this topic.Best regards,
GünterJanuary 30, 2020 at 7:47 pm in reply to: Little bug in ALB – option to add cell beneath a row doesn't fit #1180063Hi,
Have a nice day and enjoy the theme. Fell free to come back if you need further assistance.
Best regards,
GünterHey Tobias,
Thanks for reporting this and providing a solution. The fix is merged and will be in next release (4.7.2.1).
You will find it in enfold\includes\class-avia-custom-pages.php function handler_hide_special_pages().
Have a great day.
Best regards,
GünterHi,
Danke dass Du Enfold verwendest und den Fehler gefunden hast.
Viel Freude mit dem Theme – gerne stehen wir für weitere Fragen zur Verfügung – einfach ein neues Topic anlegen.
Einen schönen Tag noch.
Best regards,
GünterJanuary 30, 2020 at 10:09 am in reply to: Blogbeiträge auf der News-Seite werden nicht mit Textauszug angezeigt #1179750 -
AuthorPosts