Forum Replies Created

Viewing 30 posts - 2,701 through 2,730 (of 82,588 total)
  • Author
    Posts
  • Hi,

    You had CSS error in Style.css file of your child theme caused by a missing closing curly bracket. I fixed it and that helped.

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Logo #1342076

    Hi,

    You are welcome, Susanne.

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

    Best regards,
    Yigit

    in reply to: Enfold Video Element Suggestions #1342074

    Hey Rob,

    Thanks for reaching out to us and sorry for the late reply.

    In this case, I would have recommended the route you already took on your testimonials page. I am not sure if that is even possible for YouTube and Vimeo videos but I will forward your request to our devs. I also have to mention that this is the first time we have received this request so I am afraid it would have a lower priority.

    I will add the link of this thread as reference and we will update you regarding your request here :)

    Best regards,
    Yigit

    Hey Bernhard,

    Thanks for contacting us!

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

    
    #top .woocommerce .data-privacy span {
      font-size: 16px;
    }
    

    Best regards,
    Yigit

    in reply to: Logo #1342071

    Hi,

    Transparent header is disabled on mobile since header background color is white as your logo, it is not visible.

    You can set a logo in different color in Enfold theme options, change header background color in Enfold theme options > General Styling > Logo Area or display transparent header on mobile by adding following code to Quick CSS field in Enfold theme options > General Styling tab

    @media only screen and (max-width: 767px) {
    .html_header_top.html_header_transparency #header {
      position: absolute !important;
      background: transparent !important;
    }}
    

    Best regards,
    Yigit

    in reply to: Product page is not working on mobile #1342069

    Hi Katrine,

    Could you please clear browser cache on your mobile device and check once again? It does work fine on my end. I attached a screenshot in private content field below :)

    Best regards,
    Yigit

    in reply to: full screen slider does not work #1342068

    Hey,

    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.

    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: Logo #1342067

    Hi Susanne!

    Thanks for contacting us!

    1- What you are seeing is transparent logo and you can change it in Enfold theme options > Header > Transparency Options tab :)

    2- It is the recommend size for rectangle logos. You can upload your logo in any size, it would automatically adapt to the size of your header which can be adjusted in Enfold theme options > Header.

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

    Best regards,
    Yigit

    in reply to: #top anchor added to the main menu items #1342064

    Hi Aren,

    You are welcome! 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: How to change the background of a loading video #1342062

    Hi,

    1- Please use the code as following instead

    .avia-video video {
      background-image: url("link-to-your-bg-image");
      background-size: cover !important;
    }

    2- When you add your preloader using CSS code I posted above, default one will be removed.

    Best regards,
    Yigit

    in reply to: Very big Problem with Enfold / Advanced Layout Builder #1342061

    Hi Mike,

    I see the issue on your website but I could not reproduce it on my local installation either.

    If enabled, could you please try temporarily disabling modsecurity and check if that makes a difference?

    Best regards,
    Yigit

    in reply to: #top anchor added to the main menu items #1342056

    Hey Aren,

    Thanks for contacting us!

    Please copy enfold/js/avia.js to your child theme inside /js/ folder, open the file and find following line

    matching_link = this.$body.find(this.selector + "[href='"+current+"']").attr('href',current+'#top');

    and comment it out as following

    // matching_link = this.$body.find(this.selector + "[href='"+current+"']").attr('href',current+'#top');

    Then add following code to functions.php file of your child theme

    function wp_change_aviajs() {
    wp_dequeue_script( 'avia-default' );
    wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true );
    }
    add_action( 'wp_print_scripts', 'wp_change_aviajs', 100 );

    Best regards,
    Yigit

    in reply to: Contact form validation error #1342053

    Hey Winter,

    Thanks for contacting us!

    I just tested it on my local installation and it worked.

    Could you please create temporary admin logins and post them here privately so we can look into it? :)

    Best regards,
    Yigit

    in reply to: Blurry logo #1342052

    Hi,

    Thanks for contacting us!

    You are currently displaying a resized version of your logo. Please go to Enfold theme options and re-select your logo in full size – https://imgur.com/a/J3Oojky :)

    Best regards,
    Yigit

    in reply to: Woocommerce Product Description #1342051

    Hi,

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

    
    .product_detail {
      margin-top: 10px;
    }
    

    Best regards,
    Yigit

    in reply to: creating a new social share icon – tiktok #1342050

    Hi Grobi,

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

    
    #top #wrap_all .av-social-link-tiktok:hover a, #top #wrap_all .av-social-link-tiktok a:focus {
      background-color: pink;
      color: white;
    }
    

    Best regards,
    Yigit

    in reply to: License #1342049

    Hi Gary,

    Thanks for contacting us!

    Please see private content field below :)

    Regards,
    Yigit

    in reply to: Recover css style sheet from child theme #1342047

    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: Change post date from creation to editing #1341978

    Hi,

    Yes, that is correct. You should copy it to your child theme first and then modify it :)

    Best regards,
    Yigit

    in reply to: Can't change the side bar menu #1341865

    Hey Katrine,

    Thanks for contacting us!

    Login credentials did not work for me. Could you please check them once again?

    Best regards,
    Yigit

    in reply to: Caption window size for Hot Spots #1341864

    Hey,

    Thanks for contacting us!

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

    
    body .av-tt-xlarge-width {
      width: 700px;
    }
    

    Best regards,
    Yigit

    in reply to: How to change the background of a loading video #1341863

    Hey Jak,

    Thanks for contacting us!

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

    
    .avia-video video {
        background-image: url("link-to-your-bg-image");
    }
    

    2-

    .mejs-overlay-loading-bg-img {
      background-image: url('https://your-domain/wp-content/uploads/2022/02/loader.png');
    }

    Best regards,
    Yigit

    in reply to: Pop up without cookie usage #1341862

    Hi Jak,

    I personally do not have any experience with these plugins. Please contact plugin authors or test the plugins to be sure :)

    Best regards,
    Yigit

    in reply to: Product page is not working on mobile #1341861

    Hi,

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

    
    @media only screen and (max-width: 480px) { 
    #top .variations_form > table .label, #top .variations_form > table .value {
      display: block;
    }
    .single_variation_wrap {
      margin-left: 0;
    }
    #top .variations td:nth-child(2) {
      padding-left: 0;
    }
    }
    

    Best regards,
    Yigit

    in reply to: Please contribute and translate Enfold #1341856

    Hi Luigi,

    Thanks for sharing! :)

    Best regards,
    Yigit

    in reply to: woocommerc shop page #1341855

    Merhabalar,

    1- FAQPage type’i 2 adet var o yuzden uyari veriyor gibi gorunuyor fakat Schema.org’da yaptigim testte her hangi bir uyari vermiyor. Asagiya linki ekledim. Ayrica sayfaninizin kaynak kodunda “FAQPage” aradigim zamanda sadece 1 tane sonuc cikiyor.

    2- Akordiyon elementini duzenleyerek her akordion elementi icin ozel sekme ID’si girebilirsiniz – https://imgur.com/a/j3ocaNq. Lutfen her sekme icin tek tek ozel sekme ID’si girin ve ozel harf ve bosluk kullanmamaya dikkat edin :)

    Best regards,
    Yigit

    Hi Rob,

    Thanks for the feedback!

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

    Best regards,
    Yigit

    Hi,

    Thanks for contacting us!

    Setting conformance level to AAA increases line height to 1.5em. AAA is the highest level. We tested Enfold with One Click Accessibility plugin and that was the only issue. We will test from time to time and if we notice any issues, we will make the adjustments in conformance levels :)

    Regards,
    Yigit

    in reply to: Enfole eCommerce #1341841

    Hi Robin,

    Thanks for contacting us!

    Enfold is fully compatible with WooCommerce and WP Easy Cart plugins. We used WooCommerce in our demos.

    WooCommerce has a My Account page and in WooCommerce settings, you can enable registration on that page :)

    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: Make fields * required for images #1341836

    Hi,

    Thanks for sharing your solution!

    Best regards,
    Yigit

Viewing 30 posts - 2,701 through 2,730 (of 82,588 total)