Forum Replies Created

Viewing 30 posts - 1,921 through 1,950 (of 3,742 total)
  • Author
    Posts
  • in reply to: Review button not responding #969641

    Hi,

    You have the following CSS code:

    
    #commentform label {
        right: auto;
    }
    

    Not sure, from where this is coming because of the compressed files.

    This overrides the default setting.

    Add the following to Quick CSS:

    
    #commentform label {
        right: 245px !important;
    }
    

    That moves the text left of the input boxes.

    Best regards,
    Günter

    in reply to: Review button not responding #968767

    Hey noyaholidays,

    Thank you for using enfold and reporting this.

    We will add the fix for the next update.

    Meanwhile in custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following:

    
    .rtl div #reviews #comments ol.commentlist li .comment-text {
    	margin: 0 50px 0 0 !important;
    }
    
    

    As you are using compression you have to save theme options to force a rebuild of the compressed files.

    Best regards,
    Günter

    in reply to: Mega Menu on Mobile #968706

    Hi,

    Could you create an admin account for us so we can check the backend.

    I tried to reproduce it on my dev install but I could not reproduce it.

    Best regards,
    Günter

    Hi,


    @Rug3r

    Rechecked it, works fine for me. Can you give us an admin account and a link to the page where you used the shortcode so we can check – put them in private content field?

    As this is not your topic – open a new one so only you and the moderators can see the login credentials.

    Best regards,
    Günter

    in reply to: Disable google font loading via google #968517

    Hi,


    @yoice

    Wenn kein google font ausgewählt wurde, dann wird auch kein google font js vom theme mitgeladen.

    Um ganz sicher zu sein, dass vom Theme aus auch nichts geladen wird, gibt es ein filter (enfold\framework\php\class-style-generator.php function link_google_font() Zeile 482):

    
    if( true != apply_filters( 'avf_output_google_webfonts_script', true ) )
    {
        return '';
    }
    

    LG,
    Günter

    in reply to: CM Tooltip Glossary and Enfold 4.4.1 #967983

    Hey stefanos,

    Thank you for using our theme.

    Actually the hook added by us do nothing.

    Contact the CM plugin author – see also https://kriesi.at/support/topic/cm-tooltip-plugin-not-working-with-avia-builder-anymore/#post-967980

    Best regards,
    Günter

    Hi,

    With Enfold 4.4.1 we added to action hooks in enfold\template-builder.php:

    do_action( ‘ava_before_content_templatebuilder_page’ );
    do_action( ‘ava_after_content_templatebuilder_page’ );

    according to the request by the plugin author.

    Could you contact him to check his solutions with the new hooks please?

    This might solve your poblems.

    Best regards,
    Günter

    in reply to: Theme updated / Instagram broken again #967975

    Hey gb,

    I checked your site.

    If you use our testaccount jamie_fashion on your site it works, if I use your account on my local dev server it works.
    I deleted the widget – still does not work. Also created testpages – no success.

    It seems, that something (your server ?) is blocking the instagram access.

    I added some code to get the return status from instagramm and this is 429 (= too many requests).

    Can you check this with your hoster, if there could something be blocking.

    And also update Enfold to version 4.4.1 please.

    Best regards,
    Günter

    Hi,

    In file enfold\framework\php\class-gmaps.php line line 143 there is a filter:

    apply_filters( ‘avf_load_google_map_api_prohibited’, false );

    returning true does not enqueue the script avia_google_maps_front.js which lazy loads avia_google_maps_api.js.

    Hope this helps you. If you are not familiar with filters, let us know.

    Best regards,
    Günter

    in reply to: loop an advanced layerslider #967903

    Hi,

    Great we could help you.

    Feel free to come back if you have more questions. I will close this topic for now.

    Enjoy the theme.

    Best regards,
    Günter

    Hi,

    Gerne.

    Falls Du weitere Fragen hast oder Hilfe benötigst stehen wir gerne zur Verfügung.

    Viel Freude noch mit dem Theme.

    LG,
    Günter

    Hi,

    Kriesi decided not to integrate this feature in core. I created a plugin you can use:

    https://github.com/KriesiMedia/enfold-library/tree/master/integration%20plugins/Enfold/Privacy%20Addon

    Best regards,
    Günter

    Hi,

    Thank you for using Enfold.

    If you do not need Google Maps, you can manually deactivate it in Enfold option page -> Performance -> Disable Template Builder Elements -> Manually manage loaded elements and disable the element.

    Or delete the folderenfold\config-templatebuilder\avia-shortcodes\google_maps\.

    Best regards,
    Günter

    in reply to: Hauptmenü #967870

    Hi,

    Beim Einkaufswagen sehe ich keine Striche – wenn Du die zwischen den Menüpunkten meinst:

    
    .av_seperator_small_border .av-main-nav > li > a > .avia-menu-text{
    border-left-style: none;
    }
    

    Best regards,
    Günter

    Hi,

    I checked your page. I managed to activate a standard theme so you can access the backend again.

    Your WP version is completly outdated with 4.4. Now we have 4.9.6. We try to keep backwards comp as long as possible but sometimes we need features from later versions.

    Can you please update your WP version. This should fix the problem with “undefined function apply_filters_deprecated” which was added in 4.6. Renaming that function to apply_filters did not help because then I got fatal errors from other function calls.

    Best regards,
    Günter

    Hi,

    Da hat es leider ein Problem mit dem Übersetzungsfile gegeben. Dies wurde in der letzten Version 4.4.1 behoben. Bitte updaten, dann sollte alles wieder passen.

    LG,
    Günter

    in reply to: Thousands of rows in wp_options with autoload = yes #966662

    Hi,

    Thank you for using Enfold.

    av_alb_usage_ is needed when using Performance -> Disabling of template builder elements -> Load only used elements.

    Not sure, why you have so many entries – actually there should be only one for each ALB element.

    You can set it to “no” and check, if it has a negative effect on page loading speed. From functionality it should not make any problems if the options are loaded seperatly when needed.

    Best regards,
    Günter

    in reply to: Display shipping classes at single product page #966643

    Hey Max,

    Thank you for using Enfold.

    To get access to the shipping classes: https://wordpress.stackexchange.com/questions/295878/custom-text-on-product-page-based-on-shipping-class

    To hook into the description tabs see

    
    add_filter( '<a href='https://refer.wordpress.com/r/84/woocommerce/' target='_blank' rel="nofollow">woocommerce</a>_product_tabs', '<a href='https://refer.wordpress.com/r/84/woocommerce/' target='_blank' rel="nofollow">woocommerce</a>_default_product_tabs' );
    

    and

    woocommerce\includes\wc-template-functions.php line 1645:

    
    function <a href='https://refer.wordpress.com/r/84/woocommerce/' target='_blank' rel="nofollow">woocommerce</a>_default_product_tabs( $tabs = array() )
    

    Hope this helps you.

    Best regards,
    Günter

    • This reply was modified 7 years, 1 month ago by Günter.
    in reply to: Tab Section #966631

    Hi,

    Thank you for using Enfold.

    The problem with the tab position is caused by a translation file error – Options shoud be Reiter über / Reiter unter text.

    We added a fix for that to the next update.

    Meanwhile – as a workaround – try to switch to english language before editing the page with the tab sections and check, if you have 2 options available.
    After saving the page you can switch back to germain again.

    If this does not work you can try the following:

    – Enable ALB DEBUG MODE https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode
    – This opens a window below the editor window containing all tbe generated shortcodes
    – In this window look for

    [av_tab_section

    – and

    tab_pos='av-tab-below-content' 

    inside this shortcode
    – Remove av-tab-below-content – means

    tab_pos=''

    – Update the page and do not open the tab section again

    Sorry for the problems (make a backup of the original page for a fallback).

    If you want us to do that – enable the debug mode and let us know and we help you.

    Best regards,
    Günter

    in reply to: Deactivate video embedding seems not to work – GDPR #966604

    Hey pixopolis2222,

    The shortcode allows you to add the select checkbox to your page. When user chooses to disable video embeds a cookie is set and then all videos are opened in a new window.

    Videos are lazy loaded, means only when user starts to play a video the video is loaded.

    Check files enfold\config-templatebuilder\avia-shortcodes\video\video.js and enfold\config-templatebuilder\avia-shortcodes\slideshow\slideshow-video.js and cookie aviaPrivacyVideoEmbedsDisabled.

    Hope this makes it more clear.

    Best regards,
    Günter

    • This reply was modified 7 years, 1 month ago by Günter.

    Hey Oliver,

    Thank you for using Enfold.

    This is the intended behaviour. Because you have a link to the corresponding post in the middle of the image it would be a confusing behaviour for the users. When the user follows the link to the post the lightbox works as expected.

    Best regards,
    Günter

    in reply to: Anker Link funktioniert nicht #966523

    Hi,

    Hab ich leider auch übersehen: die id wird durch ein filter geschickt, die alles auf Kleinbuchstabem umwandelt und auch die meisten Sonderzeichen eliminiert, damit eine gültige id herauskommt und den HTML code nicht bricht.

    Also – am besten schon bei der Definition klein, keine Sonderzeichen ausser Buchstaben, Ziffern, – und _. Dann sollte es gehen.

    Best regards,
    Günter

    in reply to: Anker Link funktioniert nicht #966472

    Hey mhfinanzen,

    Danke dass Du unser Theme verwendest.

    CSS und JS sind case sensitiv( d.h. Gross- und Kleinschreibung beacbten: anlage und Anlage werden unterschieden). In dem Fall ist die id=”anlage”, daher geht Dein Link nicht.

    Punkt 2:

    Ich habe einmal den oberen UND unteren Abstand auf 5px gesetzt – rückt damit näher zusammen. Falls das immer noch zu viel ist, kannst Du dies weiter reduzieren resp. überhaupt weglassen.

    Best regards,
    Günter

    in reply to: Hauptmenü #966466

    Hi Manuel,

    Das Problem ist, dass die Menüpunkte zu breit sind – resp. zu viele.

    Out of the box bietet Enfold da leider noch keine Lösung.

    Ansätze wären

    – einmal zu überlegen Menüpunkt(e) wegzulassen
    – die Schrift kleiner machen (könnte man evtl. mit CSS und Media Query machen)
    – Abstände zwischen den Menüpunkten schmäler machen
    – Warenkorb und Social Icons näher an Menüs
    – Logo kleiner machen wenn BS schmäler wird

    Gerne helfen wir Dir mit CSS weiter.

    Best regards,
    Günter

    Hey Helmuth,

    Danke dass Du Enfold verwendest.

    Wenn Du die Produkttitel auf der Shop Übersichtsseite meinst:

    plugins\woocommerce\includes\wc-template-functions.php line 1068 ist die Funktion woocommerce_template_loop_product_title().

    Wenn Du die Funktion in functions.php des child theme kopierst und ausbesserst, kannst Du WC jederzeit updaten ohne dass die Änderung verloren geht.

    Wegen Bewertung – kannst Du uns bitte einen Link zu der Seite geben, damit wir vom gleichen reden.

    LG,
    Günter

    in reply to: Fonts in Enfold einbinden #966349

    Hi,

    Danke dass Ihr Enfold benützt und für die Weitergabe eurer Erfahrungen und Lösungen für andere User.

    Weitere Infos zum Einbinden von Fonts findet Ihr in unserer Doku https://kriesi.at/documentation/enfold/typography/#how-to-upload-custom-fonts

    Gerne stehen wir für weitere Fragen zur Verfügung. Viel Freude noch mit dem Theme.

    Best regards,
    Günter

    Hey digitalprint2222,

    If you do not select a Google fonts from the dropdown boxes the google script will not be loaded.

    The script is located in enfold\framework\php\class-style-generator.php in function link_google_font() line 475ff.

    I added a filter for the next version that makes it possible to skip loading this script unconditionally( https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_4/class-form-generator.php):

    
    if( 'yes' != apply_filters( 'avf_output_google_webfonts_script', 'yes' ) )
    		{
    			return '';
    		}
    

    To upload custom font (e.g. downloaded fonts from google) please have a look at our documentation https://kriesi.at/documentation/enfold/typography/#how-to-upload-custom-fonts.

    Hope, this makes thing more clear.

    Best regards,
    Günter

    in reply to: Enfold Audio Player #965894

    Hi,

    I found a solution for this problem – should be in the next update.

    Meanwhile you can replace:

    enfold\config-templatebuilder\avia-shortcodes\audio-player\audio-player.php
    enfold\config-templatebuilder\avia-shortcodes\audio-player\audio-player.js

    with:

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_4/audio-player/audio-player.php
    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_4/audio-player/audio-player.js

    You need to save theme options to force rebuilding the compressed js files (if you are using enfolds js file compression). Do not forget to clear server and browser cache and to make a copy of the original files for a fallback.

    If you have problems we can update the files for you – we need ftp access to your server. You can post them in private content section.

    Best regards,
    Günter

    in reply to: Enfold Audio Player #964802

    Hi,

    Thank you for using Enfold and reporting this. Did not realise that up to now.

    But this is a known problem with the default WP playlist which does not allow an option to stop playing (see https://stackoverflow.com/questions/37012165/how-to-stop-the-wordpress-audio-playlist-from-playing-the-next-soundtracks-autom?rq=1).

    We will check if we can provide a final solution and will come back asap.

    Best regards,
    Günter

    Hi,

    To clarify:

    There are 3 steps:

    If you do not use a google map on a page, only framework\js\conditional_load\avia_google_maps_front.js is loaded. This has no connection to Google.

    If you have a map that needs user interaction to open (Option Link to Google Maps: User must accept to show Google Maps) the file framework\js\conditional_load\avia_google_maps_api.js is loaded but NO CONNECTION is setup to Google.

    Only when the user clicks to open the first Google Map the real Google API is loaded and bound to the container and a connection is established.

    When you choose “Open Google Maps in a new WIndow” no connection is established at all by Enfold.

    Best regards,
    Günter

Viewing 30 posts - 1,921 through 1,950 (of 3,742 total)