Forum Replies Created

Viewing 30 posts - 5,581 through 5,610 (of 82,624 total)
  • Author
    Posts
  • in reply to: The Future Of Enfold #1298000

    Hi,

    Thanks for your kind words!

    We are making performance improvements in almost every release. In the latest version of Enfold we have added srcset to some ALB elements. We will add it to more elements in upcoming versions. We have added lazy load in Enfold 4.7.6.4. For upcoming versions, we have WebP support in our list. We will continue improving the performance so websites score high out of the box but you can use 3rd party plugins to improve your score as well :)

    Best regards,
    Yigit

    in reply to: Responsive Orientation problems #1297995

    Hi,

    Great! Thanks for letting us know!

    We will keep the thread open and wait for your confirmation :)

    Best regards,
    Yigit

    in reply to: Show the size on Webshop #1297985

    Hi,

    Thanks for contacting us!

    Please refer to this post – https://www.commercegurus.com/woocommerce-acf/ and follow the instructions until 4th one and then add following code to bottom of Functions.php file of your child theme in Appearance > Editor

    
    add_action( 'woocommerce_after_shop_loop_item_title', 'av_add_size_after_price', 40 );
    
    function av_add_size_after_price() { ?>
    
    <?php if(get_field('product_size')) { ?>
    	<div class="av-product-size"><?php the_field('product_size'); ?></div>
    <?php }
    }

    Note: You would need to change “product_size” with the field name you chose when creating your custom field :)

    If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)

    Best regards,
    Yigit

    • This reply was modified 4 years, 10 months ago by Yigit.
    in reply to: Can't get Church Demo to import #1297979

    Hi,

    Glad Mike could help and import worked correctly!

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

    Best regards,
    Yigit

    Hi Franz,

    Thanks for clarification! :)

    Please use following code instead

    #top .av-current-sort-title {
        color: red;
        font-size: 14px;
    }

    Best regards,
    Yigit

    Hi Franz,

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

    
    #top .all_sort_button {
        color: red;
        font-size: 12px;
    }
    

    Best regards,
    Yigit

    in reply to: Responsive Orientation problems #1297964

    Hey,

    I checked your website on my iphone and could not reproduce the issue. I attached a screen cast in private content field.
    Could you please testing your website on a private browser tab and check if that makes a difference?

    Regards,
    Yigit

    in reply to: Logo has hard coded image sizes that are incorrect #1297960

    Hi,

    Yes, the fix will be included in upcoming version – https://kriesi.at/support/topic/enfold-upcoming-fixes/

    fixed: responsive images for logo not working

    Closing this one. Please feel free to start a new thread if you have any other questions or issues :)

    Best regards,
    Yigit

    in reply to: Performance of Enfold Construction Demo #1297959

    Hi Aaron,

    Thanks for contacting us!

    Please check out our performance related post here – https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow :)

    Regards,
    Yigit

    in reply to: Business Inquiry #1297957

    Hi,

    We are not interested. Thank you.

    Regards,
    Yigit

    in reply to: Business Inquiry – Marketing of Product #1297955

    Hi,

    Thanks for contacting us!

    We are not interested. Thank you.

    Regards,
    Yigit

    in reply to: F**** Forum Block #1297953

    Hi,

    We do not tolerate that language here, Phil, that is why you got banned in the first place. Being a “paying customer” does not mean you can talk to people like that. Take a look at the threads posted by others and learn how to communicate online before contacting us again.

    If you have posted kindly, you would have gotten a solution already but you insist using such language so you are not getting any support.

    Regards,
    Yigit

    in reply to: Avia Button hintergrund / Background colors #1297621

    Hey solf,

    Thanks for contacting us!

    Please go to Enfold theme options > Advanced Styling, edit “Buttons” element and set border width to 0 and that should remove it :)

    Best regards,
    Yigit

    Hi Franz,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab and adjust the RGBA value as needed

    
    #top .avia-post-nav:hover {
        background: rgba(200,0,0,0.8);
    }
    

    Best regards,
    Yigit

    in reply to: Google maps funktioniert nicht mehr #1297610

    Hi Aryan,

    Thanks for contacting us!

    We only provide support to our registered users. Could you please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new thread under Enfold sub forum so we can look into it? :)

    Regards,
    Yigit

    in reply to: Subscription #1297609

    Hi Marco,

    Thanks for contacting us!

    We are so happy that you are happy with Enfold!

    Since Enfold is sold exclusively on ThemeForest, only options are the ones they provide and unfortunately there is no subscription option.

    Please consider subscribing to our newsletter from the sidebar so you would know when we make discount on the theme :)

    Regards,
    Yigit

    in reply to: Enfold Easy Slider Caption on Mobile #1297607

    Hey,

    Thanks for contacting us!

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

    
    @media only screen and (max-width: 480px) { 
         .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
              padding-top: 0 !important; 
         }
    }
    

    Best regards,
    Yigit

    Hi Dimmy,

    Thanks for contacting us!

    I tested your account and there is nothing wrong with it.

    After logging in, please go to – https://kriesi.at/support/forum/enfold/#new-post to start new threads :)

    Regarding the issue you are having, please make sure you are using the latest version of the theme which is currently 4.8.2 – https://kriesi.at/documentation/enfold/theme-update/

    Best regards,
    Yigit

    in reply to: Button hover colour alignment #1297518

    Hi,

    Glad you figured it out and thanks for sharing your solution!

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

    Best regards,
    Yigit

    in reply to: Button row colliding with other elements #1297516

    Hi,

    Glad Ismael 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: H3 in menu #1297515

    Hey,

    Thanks for contacting us!

    Could you please elaborate on the changes you would like to make? A screenshot would help so if you have any, please upload them on imgur.com and post the links here so we can make sure that we are on the same page :)

    Best regards,
    Yigit

    in reply to: Pre install, purchase later possible? #1297513

    Hi Florian,

    Thanks for contacting us!

    Sure, you can use your existing license to create a testing installation to present it to your customer and then purchase a license if they like the result :)

    You can also purchase a license for your customer however please keep in mind that in case you decide not to work with them some time in future, they will not have access to the theme files. So if you are going to purchase the theme, please generate a Personal Token for them and insert it in Enfold theme options so they receive auto updates and pass the purchase code to them so they can register to our forums and have it as a proof of purchase in case needed :)

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

    Regards,
    Yigit

    in reply to: Enfold – slovenly.com #1297510

    Hi,

    You are welcome!

    If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)

    Regards,
    Yigit

    in reply to: Rank Math in Enfold Avia #1297509

    Hi,

    Thanks for your patience!

    No, I am afraid we are not. We would need to reconstruct our layout builder for proper implementation and unfortunately it is not so simple and will take some time. We have decided to complete the tasks our devs have already been working on and then revisit the implementation. Unfortunately we are not able to provide an ETA but we have this thread as reference on our GitHub and will post updates here as we have them.

    Thanks for your understanding!

    Best regards,
    Yigit

    in reply to: Link-Problem Masonry Galerie #1297347

    Hi @maxcoppeta,

    Thanks! The issue with your Masonry Gallery is not the same. I enabled debugging mode for ALB and checked your page but there is no error.
    Can we try de-activating all active plugins temporarily for testing purposes? :)

    Best regards,
    Yigit

    in reply to: wp 5.7.1 and enfold 4.8.2 #1297284

    Hey!

    Glad Rikard could help!

    That is currently not planned as we are continuing to improve ALB instead. If we receive more requests in future, we would definitely consider :)

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

    Regards,
    Yigit

    in reply to: Envato code doesn't work for support #1297283

    Hi Michael,

    Thanks for contacting us!

    Could you please firstly update Enfold to the latest version 4.8.2 and check if that helps? If it does not, please login to our support forums and post WP admin logins here privately so we can look into it.

    Code you posted is an invalid purchase code. You can refer to this screenshot to find your purchase code

    and then register to our support forums – https://kriesi.at/support/register/, login and reply to this thread :)

    Best regards,
    Yigit

    in reply to: Enfold Theme #1297282

    Hi,

    Glad Jordan could help!
    Let us know if you have any other questions and enjoy the rest of your day! :)

    Cheers!
    Yigit

    in reply to: Problem to be solved before buying theme again #1297279

    Hi Yth,

    You can use this shortcode to display cookie info – https://kriesi.at/documentation/enfold/privacy-cookies/#how-to-check-for-enabled-cookies and it does try to remove them however it is not guaranteed.
    If plugin authors do not have any insight, maybe you could try creating a testing installation and test Enfold’s cookie bar? :)

    Best regards,
    Yigit

    in reply to: Link-Problem Masonry Galerie #1297276

    Hi,


    @maxcoppeta
    Login credentials did not work for me. I got “ERRORE: troppi tentativi di login non riusciti. Riprova tra 20 minuti.”. Could you please check the logins once again?

    Best regards,
    Yigit

Viewing 30 posts - 5,581 through 5,610 (of 82,624 total)