Forum Replies Created

Viewing 30 posts - 2,731 through 2,760 (of 82,603 total)
  • Author
    Posts
  • 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

    in reply to: Where to find purchase code to register? #1341835

    Hey Evon,

    Thanks for contacting us!

    If you have access to ThemeForest account that was used when purchasing the theme, you can refer to screenshot below to find your purchase code

    If you do not have access to ThemeForest account, please contact your designer and ask them to provide it to you :)

    Best regards,
    Yigit

    in reply to: Change post date from creation to editing #1341832

    Hi,

    You are currently using an older version of Enfold. Could you please update the theme firstly and then modify the file? I double checked and the line is in postslider.php file :)

    Best regards,
    Yigit

    Hi,

    Thanks for contacting us!

    That was related to following code

    #top #header #avia-menu > li:hover > a {
      background: #000000 !important;
      border: 0 !important;
    }

    I added following code to bottom of Style.css file of your child theme override it for burger menu

    #top #header #avia-menu > li.av-burger-menu-main:hover > a {
      background: transparent !important;
    }

    Please review your website :)

    Regards,
    Yigit

    Hi,

    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) {
    #socket .social_bookmarks {
      float: left;
      margin-left: 0;
    }
    #top #socket .social_bookmarks li {
      margin-left: 0;
    }
    #socket {
      padding-bottom: 20px;
    }
    }
    

    Best regards,
    Yigit

    in reply to: Problems with Mobile #1341824

    Hi Urs,

    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) { 
    #top .commentlist .children ul {
      margin: 0;
    }
    }
    

    Best regards,
    Yigit

    in reply to: How to add a background color to an active burger menu #1341823

    Hi Jak,

    Thanks for contacting us!

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

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

    Best regards,
    Yigit

    in reply to: Adding icon to menu item with button style bordered #1341709

    Hey Steven,

    Thanks for contacting us!

    Please add following HTML into Navigation Label field instead – https://pastebin.com/8QQRXahb :)

    Best regards,
    Yigit

    in reply to: Edit in Advanced Layout Builder loads a blank page #1341707

    Hi,

    Thanks for contacting us!

    I tried editing all of your pages but they all load fine on my end. I attached a screenshot from one of the pages in private content field below.

    Could you please tell us how we can reproduce the issue?

    Best regards,
    Yigit

    in reply to: transparent header #1341704

    Hey,

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

    Regards,
    Yigit

    in reply to: masonry padding #1341701

    Hi,

    Thanks for elaborating! I changed following code you have in Quick CSS field

    .av-post-content-container2 .container {
    	width: 96%;
    }

    to following one

     .av-post-content-container2 .container {
      width: 100%;
      padding: 0 30px !important;
    }

    It should be working fine this time :)

    Best regards,
    Yigit

    in reply to: transparent header #1341691

    Hey,

    I updated your code and used more specific selector so it only applies on the first post

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .av-flex-cells .left-section .no_margin {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
    }

    Please review your website :)

    Cheers!
    Yigit

    in reply to: masonry padding #1341689

    Hey,

    I edited your Masonry element and gave it a custom ID “all_posts” to make sure it does not affect other elements and then changed the code to following one

    #all_posts.av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry {
      margin-right: 30px;
    }
    #all_posts .av-masonry-container {
      width: calc(100% + 30px);
    }

    Regards,
    Yigit

    in reply to: Enfold Widgets For Footer Not Working With WordPress 5.8 #1341686

    Hi @unicaweb,

    Thanks for contacting us!

    Have you modified header.php or footer.php file on your child theme? If you have, please copy fresh header.php or footer.php file from Enfold parent theme, re-apply your modifications and update the files on your child theme. That should fix the issue :)

    Regards,
    Yigit

    in reply to: slide show (volle breite) #1341678

    Hey,

    Could you please post FTP logins here privately as well? Also, can we temporary de-activate all active plugins for testing purposes?

    Cheers!
    Yigit

    in reply to: slide show (volle breite) #1341675

    Hey,

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

    Cheers!
    Yigit

Viewing 30 posts - 2,731 through 2,760 (of 82,603 total)