Forum Replies Created

Viewing 30 posts - 961 through 990 (of 3,742 total)
  • Author
    Posts
  • 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

    in reply to: Map dynamic_avia 3Gb large #1178743

    Hi,


    @FerryK

    I’ve rechecked the code again – but I’m still unable to find an explanation why it is not working as expected.

    We just got another user (https://kriesi.at/support/topic/delete-contents-of-public_html-wp-content-uploads-dynamic_avia/ – also .nl domain).

    Could you please provide me WP admin account, link to WP backend and FTP account so I can connect with an FTP client like FileZilla to your server,

    I would like to remove the timestamp from our file and check the server timestamp for the merged files ( I think, that the files get regenerated on each pageload – but as they have the same name they overwrite the old file and you do not recognise that ). But as already said I’m not able to reproduce it on our servers and on my dev server.

    Best regards,
    Günter

    Hi,


    @janhofmanveiligheidsopleidinge

    You are using an older version of Enfold – that should not make any problems.
    I checked your site and it seems to work as expected – I disbled merging again.

    If you check Performance -> Delete old CSS and JS files? the merged files are removed when disabling merging or saving theme options.
    If this checkbox in unchecked, files are kept when theme version changes or new js or css files are added to be merged.


    @Leemshop

    I could not login WP backend. And I would also need link to ftp server please. And the allowance to save php files with theme editor.

    We have another user with a similar problem ( https://kriesi.at/support/topic/map-dynamic_avia-3gb-large/, also with a .nl domain) and I would like to remove the timestamp from our file and check the server timestamp for the merged files ( I think, that the files get regenerated on each pageload – but as they have the same name they overwrite the old file and you do not recognise that ). But I’m not able to reproduce it on our servers and on my dev server.

    Best regards,
    Günter

    Hi,

    Thanks for coming back.

    Seems that the CSS changes somehow got lost on merging the files.

    Nevertheless I improved the code a bit by adding classes to the form when reCaptcha V2 or reCaptcha V3 is used (changes when V2 is used as fallback). So it is now easier to style.

    I updated the 2 translations you mentioned – thank you.

    If you want to help us updating the translations – we do not have a list of the used text – can only be found in php code.

    But if you use the plugin Ismael mentioned above: You can select the language file, then search for the string you want to translate (search works for both german and english) and save it.

    I uploaded the latest version of the german files (including all translatable strings up to today 4.7.2.1-beta-2) – so you do not need to sync.

    https://github.com/KriesiMedia/enfold-library/tree/master/temp_fixes/Enfold_4_7_2/langs

    If you want to get the latest beta for testing – let us know and we can give you the link to a zip file.

    Best regards,
    Günter

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

    Hi,

    Thank you for using Enfold – and sorry for that.

    Will be fixed in next update.

    Meanwhile can you replace the content of includes/helper-social-media.php with

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_7_2/helper-social-media.php

    Do not forget to make a backup of the original file for a fallback.

    Best regards,
    Günter

    in reply to: Map dynamic_avia 3Gb large #1178042

    Hi,

    Honestly I have no idea why it is not working on your server. It must be something specific because we do not get any reports like this from other users.

    The reason you did not see it before was that the generated filename is always the same (see part before “—“, after that is the timestamp) and probably has overwritten the old one.

    I can add a filter that will allow to remove the timestamp but this does not speed up loading because the same files are saved again and again.

    Better solution would be to turn off Enfold file compression and use a caching plugin.

    Best regards,
    Günter

    in reply to: Map dynamic_avia 3Gb large #1177805

    Hi,

    Thanks. Could access your hoster.

    It is creating a new js and css file on every call to your site – strange.

    As I could not access your WP backend I do not see what plugins you are using – but it could be a plugin conflict.

    But could you try to deactivate all plugins, deactivate file compression, save theme options, clean up the dynamic_avia folder.

    Then activate compression again and perform several frontpage loads and check. Only 2 files should exist (js and css) and no new ones should be created.

    Then activate one plugin after the other and check.

    Best regards,
    Günter

    in reply to: Social Links ADA Compliance #1177775

    Hey pippylu,

    Thank you for reporting this.

    I added a fix for the next release ( aria-hidden=”false” ).

    As there are no filters there is no way to change this without modifying core files.

    You will have to add the fix in enfold\includes\helper-social-media.php function build_icon() around line 172.

    Add tabindex=’-1′ to the

    <a

    tag.

    If you need help with this let us know.

    Best regards,
    Günter

    in reply to: Map dynamic_avia 3Gb large #1177709

    Hi,

    Server does not answer at all with the link above – timeout.

    Best regards,
    Günter

    in reply to: "Uncaught Error" when working with Image Slider #1177696

    Hi,

    Thank you for using Enfold.

    Sorry for the problem.

    I tried to add a fix in your backend but I cannot modify the php file in theme editor.

    Please replace enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php with

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_7_2/shortcode-template.class.php.

    Do not forget to make a copy of the original file for a fallback.

    If you want us to do the update please provide ftp credentials.

    Best regards,
    Günter

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