Forum Replies Created

Viewing 30 posts - 2,671 through 2,700 (of 82,603 total)
  • Author
    Posts
  • in reply to: Thumbnail size LATEST NEWS widget #1342743

    Hey,

    Thanks for contacting us!

    Please use this plugin – https://wordpress.org/plugins/simple-image-sizes/ and increase the image size of “widget” which is 36x36px by default. Please do not forget to regenerate thumbnails after changing them.

    Best regards,
    Yigit

    in reply to: Feature Request #1342742

    Hey,

    Thanks for contacting us!

    I have forwarded your request to our devs and added this thread as reference. We will update you on this thread :)

    Best regards,
    Yigit

    in reply to: Font responsiveness issues #1342741

    Hey,

    Could you please try adding !important rule and check if that helps?

    @media only screen and (max-width: 990px) { 
    #top #wrap_all .main_color h1, #top #wrap_all .alternate_color h1 { font-size: 26px !important; }
    }
    @media only screen and (max-width: 767px) { 
    #top #wrap_all .main_color h1, #top #wrap_all .alternate_color h1 { font-size: 22px !important; }
    }
    @media only screen and (max-width: 480px) { 
    #top #wrap_all .main_color h1, #top #wrap_all .alternate_color h1 { font-size: 18px !important; } 
    }

    Cheers!
    Yigit

    in reply to: New update – NEW problems !! #1342738

    Hey,

    No worries :)

    How could we reproduce the issue? You seem to be using the latest version of the theme so if it was one of the addressed issues, it should have been fixed on your installation. Have you tried de-activating all active plugins and check if that helps?

    Regards,
    Yigit

    in reply to: Coloursection colour is not shown #1342736

    Hi,

    You are welcome :)

    Best regards,
    Yigit

    in reply to: Coloursection colour is not shown #1342733

    Hi Rixi,

    For your information, our devs have fixed the issue and it will be included in upcoming version :)

    Best regards,
    Yigit

    in reply to: New update – NEW problems !! #1342731

    Hey,

    I have reported the z-index issue to our devs and it will be fixed in upcoming version however the code I provided should not affect grid row. There could be an error in your custom CSS code. You can use this website – http://csslint.net/ to check if that is the case :)

    Regards,
    Yigit

    in reply to: Menu items do not fit on the screen #1342730

    Hey,

    Thanks for contacting us!

    Please refer to this post – https://kriesi.at/documentation/enfold/menu/#toggle-id-87 :)

    Regards,
    Yigit

    in reply to: Enfole eCommerce #1342728

    Hi,

    Thanks! I just replied to your thread. Let us continue there :)

    Best regards,
    Yigit

    in reply to: Login and Registration #1342727

    Hey,

    Thanks for contacting us!

    Are you currently using an eCommerce plugin such as WooCommerce? If so, you can add My Account page to your menu and enable registrations on account page in WooCommerce Settings.

    If you are not using WooCommerce or 3rd party membership plugins, you can use WordPress’ default register and login pages. After enabling membership in Settings > General, you can add registration link to your menu as custom link as following – your-domain.com/wp-login.php?action=register and for login page you can use your-domain.com/wp-login.php

    Best regards,
    Yigit

    in reply to: Enfole eCommerce #1342722

    Hi,

    Yes, we would gladly try to help but due to our policy, we only provide support to our registered users. So please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new thread under Enfold sub forum :)

    Cheers!
    Yigit

    in reply to: Contact form validation error #1342720

    Hi,

    You are welcome and thanks for your feedback :)

    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: Contact form validation error #1342716

    Hey,

    Yes, it will be fixed in upcoming version.

    If you would like to apply the fix, please replace /enfold/config-teCplatebuilder/avia-shortcodes/contact/contact.js file with this one – https://pastebin.com/4xgTwrbv in Appearance > Editor.

    If you would like us to update the file, please create temporary admin logins once again and post them here privately :)

    Cheers!
    Yigit

    in reply to: Pre-sales series #1342713

    Merhabalar,

    Please see private content field below :)

    Best regards,
    Yigit

    in reply to: New update – NEW problems !! #1342701

    Hi,

    Your logo covers cart icon so it is not clickable but increasing z-index of cart icon would fix the issue.
    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .responsive.html_bottom_nav_header #top #menu-item-shop.cart_dropdown {
      z-index: 9;
    }
    

    Regards,
    Yigit

    in reply to: Border effect for for textbox #1342700

    Hey Jak,

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

    
    .av_textblock_section.av-l078n2mv-4df7187073f248e919e9a59470855225 {
      border-style: dotted;
      border-width: 15px 15px 15px 15px;
      border-color: #eeee22;
      -webkit-animation: borderBlink 0.5s step-end infinite;
      animation: borderBlink 0.5s step-end infinite;
      padding: 15px;
    }
    

    Best regards,
    Yigit

    in reply to: Product list, thumbnails #1342697

    Hi Oriano,

    We are glad that Ismael could help you out!

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

    Cheers!
    Yigit

    Hey Nik,

    Thanks for contacting us!

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

    
    div .products .product {
      margin-right: 3%;
      width: 22.25%;
    }
    

    Cheers!
    Yigit

    in reply to: Change font-color in active burger menu #1342695

    Hey Jak,

    You have following custom CSS code

    .html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li.current_page_item a {
      background-color: #fff600;
      font-color: #fff;
    }

    Please change it to following

    .html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li.current_page_item a {
      background-color: #fff600;
      color: #ff0197;
    }

    Cheers!
    Yigit

    in reply to: New update – NEW problems !! #1342694

    Hey,

    Thanks for contacting us!

    I tested cart icon on my test site running Enfold 4.9 and WooCommerce 6.2.1 using Safari on my iphone but it works fine for me. View Cart and Checkout buttons work as well. I attached a screenshot in private content field below.

    Could you please post a link of your page so we can look into it? :)

    Regards,
    Yigit

    in reply to: Enfold is crippled in WP5.91 site #1342692

    Hi Olav,

    You are welcome! :)

    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 Theme Update #1342611

    Hey Andrew,

    Thanks for contacting us!

    You are using a very old version of the theme. The latest version is 4.9.

    You can login on your ThemeForest account and go to Downloads page to download the latest version of the theme and then update the theme.

    Then, please generate a Personal Token by referring to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and insert it in Enfold theme options to receive auto updates :)

    If you do not have Enfold license, you can purchase it here – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990

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

    Best regards,
    Yigit

    Hi,

    I forgot to switch menu style to Colored in English version, that is why CSS was needed – https://imgur.com/a/uvtMDHQ. I switched it to Colored, removed custom CSS from English version and it works as expected in all languages :)

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

    Best regards,
    Yigit

    Hi,

    I went to Enfold theme options > Advanced Styling and edited “Menu Item Button” for each language and that worked. Could you please review your website and confirm?

    We will test it on our local installations and will report to our devs if we can reproduce the issue :)

    Best regards,
    Yigit

    in reply to: Page Edits Not Loading – Spinning Icon #1342585

    Hi,

    Thanks for contacting us!

    Which version of Enfold are you using? If not the latest 4.9, please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 4.9.

    If you are using the latest version, please try de-activating all active plugins and check if that helps. 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: How to make borders of team members flashing #1342584

    Hey Jak,

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

    
    .avia-team-member .team-img-container img {
      padding: 15px;
    }
    

    Regards,
    Yigit

    in reply to: Font menu Back #1342579

    Hi,

    You are welcome! :)

    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: Contact form validation error #1342576

    Hi,

    Thank you for the information.

    Error is there even when reCaptcha is disabled but it sends the mail in first click when no captcha and Enfold numeric captcha options are selected. Double click seems to be needed for reCaptcha V2 and V3.

    I reported the issue to our devs and we will update you here. Please consider using Enfold Numeric Captcha in the meantime.

    Best regards,
    Yigit

    in reply to: Videosldier #1342571

    Hi,

    Replied to your thread here – https://kriesi.at/support/topic/video-slider-new/. Let us continue there :)

    Best regards,
    Yigit

    in reply to: Video slider new #1342570

    Hi,

    We are sorry for the late reply!

    Videos in sliders are disabled for compatibility reasons, as you have found out. I just checked your website on my iphone and mac but I only see the video and no image before the video. Have you figured it out already? If not, could you please elaborate on the issues you are having with your current solution?

    Regards,
    Yigit

Viewing 30 posts - 2,671 through 2,700 (of 82,603 total)