Forum Replies Created

Viewing 30 posts - 961 through 990 (of 3,751 total)
  • Author
    Posts
  • in reply to: folder dynamic_avia permissions needs to be set to 755 #1183362

    Hi,

    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ünter

    Hi,

    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ünter

    in reply to: dynamic_avia making WAY too many calls #1182734

    Hi,

    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ünter

    Hi,

    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ünter

    in reply to: folder dynamic_avia permissions needs to be set to 755 #1182601

    Hi,

    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ünter

    Hi,

    I cannot find the class hproduct in Enfold nor in WooCommerce. How did you add the content of the testimonial?

    Best regards,
    Günter

    in reply to: Data-vocabulary.org schema deprecated [ Solution ] Enfold #1182070

    Hey!

    Thanks for reporting this.

    Will be replaced by correct schema.org markup in next release.

    Best regards,
    Günter

    in reply to: GOOGLE ERROR data-vocabulary.org schema deprecated #1182069

    Hey!

    Thanks for reporting this.

    Will be replaced by correct schema.org markup in next release.

    Best regards,
    Günter

    Hi!

    Sorry for that once again.

    Will be available in the next release 4.7.2.1. (planned for next monday)

    Regards,
    Günter

    in reply to: Development tab missing on submenu (7.42) #1182018

    Hey!

    Sorry for that once again.

    Will be available in the next release 4.7.2.1. (planned for next monday)

    Regards,
    Günter

    Hi,

    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ünter

    Hi,

    Have a nice day and enjoy the theme. Fell free to come back if you need further assistance.

    Best regards,
    Günter

    in reply to: User Role Editor Bug #1179931

    Hey 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ünter

    in reply to: Layer Größe verändern #1179868

    Hi,

    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ünter

    Hi,

    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ünter

    Hi,

    Is already merged for the next release – will be fully responsive for all text length now.

    Best regards,
    Günter

    in reply to: Map dynamic_avia 3Gb large #1179433

    Hi,

    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ünter

    in reply to: Telegram in Social Share Buttons after upgrading to 4.7.2 #1179431

    Hi,

    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ünter

    Hi,


    @EZWebdesign

    Thanks for reporting this – could reproduce it.


    @Guenni007

    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ünter

    in reply to: Custom Advanced Layout Builder Elements #1179129

    Hi,

    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ünter

    in reply to: Custom Advanced Layout Builder Elements #1179092

    Hi,

    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ünter

    in reply to: Request to merge similar ALB elements #1179080

    Hey 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ünter

    in reply to: Datumfeld in Formular mit Datumformatierung #1179076

    Hi,


    @karamba69

    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.


    @Guenni007

    Danke für diese Info und den shortcode.

    Best regards,
    Günter

    Hi,

    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ünter

    in reply to: Map dynamic_avia 3Gb large #1179051

    Hi,

    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

    in reply to: Datumfeld in Formular mit Datumformatierung #1178942

    Hi,


    @Karamba69

    Sollte eigentlich funktionieren – hab gerade auch einen Report bekommen, dass es da ein Problem gibt.

    Welche Version von Enfold verwendest Du? Ein Link zu deiner Seite mit dem Kontaktformular wäre auch gut.

    Best regards,
    Günter

    in reply to: Column Equal Height Setting Not Working #1178760

    Hi,

    I cannot reproduce your problem on my server (Enfold 4.7.2).

    Please give us a link to your site, WP admin credentials and specify exactly step by step how to reproduce.

    Best regards,
    Günter

    in reply to: Map dynamic_avia 3Gb large #1178756

    Hi,

    If I can get into WP backend – I will do it temporary for testing and then deactivate it again.

    But link above returns: Apache is functioning normally

    I would need a link your-domain/wp-admin.

    Best regards,
    Günter

    Hi,

    Soweit ich auf den ersten Blick sehe, sind die Posts mit ALB gemacht. Diese haben ein anderes Verhalten. Um “Read More” zu verwenden, dürfen nur “normale Posts” verwendet werden – default editor.

    Best regards,
    Günter

Viewing 30 posts - 961 through 990 (of 3,751 total)