Forum Replies Created
-
AuthorPosts
-
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 #1179750Hi,
Gerne.
Da dieses Topic schon sehr unübersichtlich ist, schliesse ich es einmal.
Falls Du noch Fragen hast, kannst Du gerne ein neues Topic anlegen und wir helfen Dir natürlich gerne weiter.
Viel Freude noch mit Enfold und einen schönen Tag.
Best regards,
GünterJanuary 29, 2020 at 2:56 pm in reply to: Little bug in ALB – option to add cell beneath a row doesn't fit #1179437Hi,
Is already merged for the next release – will be fully responsive for all text length now.
Best regards,
GünterHi,
Thanks for feedback.
I will close this topic for now – feel free to open a new one if you need further assistance.
Enjoy the theme and have a great day.
Best regards,
GünterJanuary 29, 2020 at 2:44 pm in reply to: Telegram in Social Share Buttons after upgrading to 4.7.2 #1179431Hi,
Glad it works now.
Thanks for pointing out yelp icon. I agree to change the colors for it. Will be in next release.
I will close this topic – feel free to open a new one if you need further assistance.
Have a nice day and enjoy Enfold.
Best regards,
GünterJanuary 29, 2020 at 11:22 am in reply to: Little bug in ALB – option to add cell beneath a row doesn't fit #1179362Hi,
Thanks for reporting this – could reproduce it.
Thanks for the quick fix.
Yes, it is really a matter of length of translation and a HTML structure that does not allow to style it correctly for longer text. I will try to fix it in the next update.
Best regards,
GünterHi,
As a start for the new design:
Best regards,
GünterJanuary 28, 2020 at 6:04 pm in reply to: Blogbeiträge auf der News-Seite werden nicht mit Textauszug angezeigt #1179110Hi,
Eine Seite/Post/Portfolie mit ALB gemacht besteht nur aus shortcodes – hat in dem Sinn eigentlich keinen “Content” sondern nur Layout Elemente die dann befüllt werden.
Man kann das Eingabefeld Excerpt befüllen – das wird dann auch z.B. im BlogPost angezeigt mit Read More Link wenn man “Blog Content length” resp. “Define Blog Grid layout” entsprechend auswählt (Title and Excerpt + Read More Link).
Ursprünglich war der ALB auch nur für Seiten freigeschaltet, erst später auch für post und portfolio.
Im normalen TinyMCE Editor Visual mode gibt es einen Button “Insert Read More tag”, im Text mode einen “more” button.
Best regards,
GünterHi,
We are making silent beta releases between normal releases – downloadable from a test server as password protected zip.
If you want we can mail you link and password to e-mail mentioned above as soon as we release one.
And follow https://kriesi.at/support/topic/enfold-upcoming-fixes/.Best regards,
GünterHey Grant,
Thanks for sharing the ideas.
I opened a feature request in our dev repo on github.
Follow the changelog and https://kriesi.at/support/topic/enfold-upcoming-fixes/.
Best regards,
GünterHi,
Soweit ich das Problem im ALB contact form lokalisieren konnte: tritt auf, wenn jQuery im footer geladen wird.
Als schnelle Lösung die Option Performance -> Load jQuery in your footer deaktivieren.
Fix ist in nächster Release (4.7.2.1 oder grösser).Oder in Datei enfold\framework\php\class-form-generator.php um Zeile 636:
add_action( 'wp_footer', array( $this, 'helper_print_datepicker_script' ) );
ersetzen mit:
add_action( 'wp_footer', array( $this, 'helper_print_datepicker_script' ), 99999999 );
Nicht vergessen, eine Kopie der Originaldatei für ein fallback anzulegen, Server und Browser cache leeren.
Solltest Du Hilfe brauchen benötigen lass es uns wissen. Wir benötigen WP admin access und ftp access.
Danke für diese Info und den shortcode.
Best regards,
GünterJanuary 28, 2020 at 4:03 pm in reply to: Delete contents of public_html/wp-content/uploads/dynamic_avia #1179054Hi,
Thanks for the login.
Please see https://kriesi.at/support/topic/map-dynamic_avia-3gb-large/#post-1179051 – there is exactly the same problem.
What you can try to do is to deactivate all plugins in a dead time and check if there is still the problem with files being created (I reverted the php file back to display hash-xxxxxx again – so it will be easier to follow, disable merging options will clear all files).
We will let you know if we find something.
Best regards,
GünterHi,
Thanks for the credentials. I could not update the php file – but in conjunction with the other tread (https://kriesi.at/support/topic/delete-contents-of-public_html-wp-content-uploads-dynamic_avia/#post-1178765) where I could get in backend and modify the php file (I removed the extension xxxx from filename hashvalue-xxxxx) I realized the following:
- Enable CSS file merging (delete old file setting does not matter)
- Clear page server cache (if you are logged in and open e.g. frontpage you find it in the admin bar at top)
- Clear browser cache
- Reload the page – still the unmerged (!!) CSS files are loaded – not the merged one as it should be
- if you check with ftp you can see the merged file is generated (remember the time stamp)
- Now clear page server cache again
- Reload the page again – still all CSS files are loaded
- If you check ftp backend the timestamp has changed – means the file has been overwritten – using the current implementation with xxxx a new file is created
Conclusion: Your server environment simply ignores loading the merged files. So you can leave these options disabled. They even slow down your site.
At the moment I have no idea why this happend. I will forward it to Kriesi and the other mods – maybe they have an idea.
Best regards,
Günter -
AuthorPosts