Forum Replies Created

Viewing 30 posts - 3,211 through 3,240 (of 82,624 total)
  • Author
    Posts
  • in reply to: Ein Fehler vom Typ E_ERROR #1335452

    Hey Claudia,

    Thanks for contacting us!

    Could you please post FTP logins here privately as well? :)

    Regards,
    Yigit

    in reply to: Mobile displaying whitespace at top #1335451

    Hey,

    Thanks for contacting us!

    Transparent header is disabled on mobile and since you have a white logo, it is not visible.

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header.av_header_transparency { 
            position: absolute;
    	background: transparent;
    }}
    

    That would display transparent header on mobile as well however it would overlap the content. Please edit your homepage and add Whitespace element to the top of the page and choose to hide it on large and medium sized screens in Advanced > Developer Settings tab – https://i.imgur.com/iO2u0vV.png :)

    Best regards,
    Yigit

    in reply to: Feature Request: Dismissible Banner #1335448

    Hi Tim,

    As it turns out, Günter already had a very similar idea and already posted on our GitHub but I must have missed it. As always, we added this thread as reference and will update you here :)

    Thanks, you too have a great day!

    Regards,
    Yigit

    in reply to: Theme Options not updating on the front end. #1335445

    Hi,

    Thanks for the update! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

    Hi Vera,

    We could not reproduce the issue on our installations however Rikard pointed it out and we were able to fix it. We have already applied the fix on your installation and it will be included in upcoming version.

    Please review your website :)

    Best regards,
    Yigit

    in reply to: how to adjust the excerpt length in ENFOLD #1335434

    Hey Kevin,

    Thanks for contacting us!

    Which element are you using? If you are using grid style on Blog Posts element, please add following code to bottom of Functions.php file of your child theme – https://kriesi.at/documentation/enfold/child-theme/

    add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1);
    function avia_change_postgrid_excerpt_length($length)
    {
       $length = 100;
       return $length;
    }

    Best regards,
    Yigit

    Hey,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .single-product .price bdi,
    .single-product .price bdi span { 
         font-size: 16px;
    }
    .single-product .quantity { 
         display: none; 
    }
    

    If that does not help, please create temporary admin logins and post them here privately so we can look into it :)

    Best regards,
    Yigit

    in reply to: Links are not showing withing blog post on home page view #1335429

    Hi,

    I noticed it works for Grid layout however you can edit your post, click “Screen options” on the top right corner and check “excerpt” and then insert your excerpt manually in excerpt field. Links would automatically work then :)

    Best regards,
    Yigit

    in reply to: napfcoach-hessen.de #1335428

    Hi,

    I cleared it manually in plugin settings.

    Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: different workspaces on my sites #1335424

    Hi,

    We are glad that Rikard could help! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: enfold crashes my fresh install of WP5.8.3 #1335422

    Hey,

    You are welcome! Thanks for updating your review :)

    Let us know if you have any other questions and enjoy the rest of your day!

    Regards,
    Yigit

    in reply to: Feature Request: Dismissible Banner #1335419

    Hey Tim,

    I will forward your request to our devs however I would like to mention 2 existing alternatives:
    1- WooCommerce’s Store Notice that can be enabled in Appearance > Customize > WooCommerce > Store Notice
    2- Notification element which offers cookie options. You could paste its shortcode into “Phone Number or small info text” in Enfold theme options > Header > Extra Elements tab :)

    Best regards,
    Yigit

    in reply to: napfcoach-hessen.de #1335413

    Hi Marcus,

    I believe it was related to cache. I cleared cache and now your website loads fine. Could you please review it once again?

    Best regards,
    Yigit

    in reply to: Links are not showing withing blog post on home page view #1335312

    Hi,

    It worked on my local installation – https://imgur.com/a/Ngs0N3m

    Could you please enable ALB debugging mode – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and share the shortcode of your element using – https://pastebin.com/? You can copy the shortcode from the debug window right below Advanced Layout Builder.

    Best regards,
    Yigit

    in reply to: Problem with HTML Emojis #1335310

    Hi,

    We will keep the thread open and wait to hear from you :)

    Best regards,
    Yigit

    in reply to: Logo-element 3 columns on mobile #1335308

    Hi,

    You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: I can't change the color of the text in the body #1335304

    Hi,

    Great! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: Problem with HTML Emojis #1335303

    Hi Mike,

    No, HTML codes just have to be inserted in text tab. You could quickly switch to text tab, insert the HTML, switch back to Visual tab and continue.

    Best regards,
    Yigit

    in reply to: Problem with HTML Emojis #1335299

    Hey Mike,

    Thanks for contacting us!

    I added following code (https://pastebin.com/0rmjTgqw) in text tab of Text Block element and I was able to edit the element after that

    
    <span>⌚</span>
    

    Please see screenshots – https://imgur.com/a/RU1YMRr

    Best regards,
    Yigit

    • This reply was modified 4 years, 1 month ago by Yigit.
    in reply to: Support registration failed #1335295

    Hi,

    You are welcome! We will waiting to hear from you :)

    Best regards,
    Yigit

    in reply to: I can't change the color of the text in the body #1335294

    Hey,

    Thanks for contacting us!

    Is CSS file merging and compression enabled in Enfold theme options > Performance tab? If so, please try to disable it, save theme options, refresh your page a few times and check if that helps. After that you can re-enable the option. If you are using a cache plugin, please clear cache as well :)

    Best regards,
    Yigit

    in reply to: Mailchimp API integration problem #1335289

    Hi,

    You are welcome! I am happy that I could help :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: Support registration failed #1335288

    Hey,

    Thanks for contacting us!

    Please see private content field below :)

    Regards,
    Yigit

    in reply to: Search box: 2 small issues with translations missing #1335283

    Hi,

    You are welcome, A! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: Mailchimp API integration problem #1335282

    Hey,

    Thanks for contacting us!

    Could you please try adding following code to bottom of Functions.php file of your child theme in Appearance > Editor and check if that helps?

    add_filter('avf_datepicker_dateformat', 'new_date_format');
    function new_date_format() {
    $date_format = "mm/dd/yy";
    return $date_format;
    }

    Best regards,
    Yigit

    in reply to: Logo-element 3 columns on mobile #1335278

    Hey!

    Could you please replace the previous code with following one?

    @media only screen and (max-width: 767px) { 
    .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even {
      margin-left: 4%;
    }
    .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.first,
    .responsive #top #wrap_all .slide-entry {
      width: 33%;
    }
    #top .avia-logo-grid .slide-entry-wrap {
      display: flex;
    }
    }
    
    @media only screen and (max-width: 480px) {
    #avia-icongrid-61def0d63b5fe.avia-icongrid-tooltip li article {
      padding: 4em 0;
    }}

    That should fix social media links on mobile as well :)

    Regards,
    Yigit

    in reply to: Search box: 2 small issues with translations missing #1335277

    Hey,

    That is weird. Yes, I simply clicked sync and saved. Just to make sure, is your profile language Italian?

    Have you tried de-activating all active plugins and check if that helps with the search results title?

    Regards,
    Yigit

    in reply to: napfcoach-hessen.de #1335276

    Hi Marcus,

    Could you please post FTP logins for this website as well?

    Best regards,
    Yigit

    in reply to: side-specific links on sidebar blog #1335273

    Hi,

    You are welcome, Tilman! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: Search box: 2 small issues with translations missing #1335271

    Hey,

    I installed Loco Translate plugin and re-saved the translations and that helped with “View all results” text however page title in search result page is still in English. By default it should say “Search results for …” but on your installation it says “You searched for …” so I think that might be related to a plugin.

    Regards,
    Yigit

Viewing 30 posts - 3,211 through 3,240 (of 82,624 total)