Forum Replies Created

Viewing 30 posts - 2,971 through 3,000 (of 82,603 total)
  • Author
    Posts
  • in reply to: Reponsive issue tablet portrait mode #1338527

    Hi Rob,

    Thanks! Happy new year to you too!

    Sure, we will keep the thread open and wait to hear from you :)

    Regards,
    Yigit

    Hi,

    Thanks for contacting us!

    I checked your website on my iphone however I could not reproduce the issue. I am able to see FORMACIÒ menu and its sub menu items. I attached a screenshot in private content field :)

    Best regards,
    Yigit

    in reply to: "Save entry as template" to duplicate a post #1338514

    Hi,

    Could you please point out the name of your template as well and the original post which the template is based on? There are many and I could not find the one :)

    Regards,
    Yigit

    in reply to: Reponsive issue tablet portrait mode #1338493

    Hey Rob,

    Hope you are doing well!

    Top padding is set to 0 (in /css/layout.css file) on mobile devices but since you are using fixed header on mobile, that needed to be increased and to override the code in layout.css file, I added following code to bottom of Style.css file of your child theme

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    	.responsive.html_mobile_menu_tablet.html_header_top #top #main {
    		padding-top: 225px !important;
    	}
    }
    
    @media only screen and (max-width: 767px) {
    	.responsive.html_mobile_menu_tablet.html_header_top #top #main {
    		padding-top: 200px !important;
    	}
    }

    Could you please review your website? :)

    Best regards,
    Yigit

    in reply to: "Save entry as template" to duplicate a post #1338481

    Hey Daniele,

    Thanks for contacting us!

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

    Best regards,
    Yigit

    in reply to: Spelling mistake on Line 2077 of helper-privacy.php #1338301

    Hey,


    @guenni007
    We will sync language files before the next release :)

    Regards,
    Yigit

    in reply to: Reducing height of mobile menu area #1338299

    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: Add content to blog post element grid view #1338298

    Hey,

    Thanks for contacting us!

    You could use “avf_post_slider_meta_content” filter. You can find an example here – https://github.com/KriesiMedia/enfold-library/blob/464dca16a6474401e9bd0e58929e6c440aa132fe/actions%20and%20filters/ALB%20Elements/Blog%20Posts/avf_post_slider_meta_content.php :)

    Best regards,
    Yigit

    in reply to: I cannot move a picture #1338290

    Hi,

    You are welcome, Kurt!

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

    Best regards,
    Yigit

    Hi,

    I checked your website on my iphone but I could not reproduce the issue on Safari. I attached screenshots in private content field.

    These are browser styling but the code I shared should have removed all outlines in toggle. Have you cleared cache on your mobile device?

    Best regards,
    Yigit

    in reply to: Reducing height of mobile menu area #1338283

    Hey,

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

    
    .html_av-overlay-side-minimal #top .av-burger-overlay {
      margin-top: 51px;
    }
    #top #av-burger-menu-ul {
      padding-top: 20px !important;
    }
    #top .header_color .av-hamburger-inner {
      background-color: transparent;
    }
    

    Regards,
    Yigit

    in reply to: I cannot move a picture #1338281

    Hi Kurt,

    I added the code to the bottom functions.php file for you and purged the cache.

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Spelling mistake on Line 2077 of helper-privacy.php #1338278

    Hi,

    Thanks for contacting us!

    Thanks for the heads up! Typo will be fixed in upcoming version :)

    Regards,
    Yigit

    in reply to: Column Mega Menu link #1338276

    Hi,

    You are welcome, Ida!

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

    Best regards,
    Yigit

    in reply to: Animate Color Section #1338269

    Hi,

    You are welcome! We are happy that @guenni007 could help you out :)

    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: Urgent: page is acting strange #1338268

    Hey,

    Thanks for the update!

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

    Best regards,
    Yigit

    in reply to: old items color problem #1338267

    Hi,

    You can go to Enfold theme options > Performance and disable CSS file merging and compression, save theme options, clear browser cache and then re-enable it – https://imgur.com/a/Axso3E5 :)

    Best regards,
    Yigit

    in reply to: Column Mega Menu link #1338264

    Hey,

    Thanks for contacting us!

    I added your items as new custom menu items and inserted # as URL.

    Please review your website :)

    Regards,
    Yigit

    in reply to: Animate Color Section #1338261

    Hi Becky,

    Thanks for contacting us!

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

    
    .avia-section.homeheader {
    background-size: 110%;
    }
    

    Regards,
    Yigit

    in reply to: Best way to do responsive type? #1338260

    Hi,

    Thanks for contacting us!

    Could you please post a link to your page where we can see the issue? Also, have you edited H1 or H2 tagged elements in Enfold theme options > Advanced Styling? Options in Advanced Styling tab override the options in Typography tab.

    Best regards,
    Yigit

    in reply to: Urgent: page is acting strange #1338259

    Hey,

    Thanks for contacting us!

    Has re-creating the page fixed the issue? I cannot see any issues on your page right now :)

    Regards,
    Yigit

    in reply to: shop page do not visible #1338258

    Hey,

    Thanks for contacting us!

    I checked your website and I can see the content of your page as well. I attached a screenshot in private content field below.

    Does the issue happen when you use Advanced Layout Builder to create your shop page?

    Regards,
    Yigit

    in reply to: License issue #1338246

    Hi Alim,

    Thanks for contacting us!

    We have implemented the requirement for a valid ThemeForest support period in order to be able to post on the support forum. This has been a requirement for ThemeForest authors for a long time, but we wanted to wait as long as possible to implement it. Here’s a statement from @kriesi, as to why this was implemented:

    The main reason is basically that it is long overdue since ThemeForest requires it from its authors, and I was asked to finally comply with this rule

    Your license is still valid and you will receive lifetime updates however to receive support from us, you would need to renew your support on Enfold’s ThemeForest page.

    Thanks for your understanding.

    Regards,
    Yigit

    in reply to: woocommerc shop page #1338244

    Merhabalar,

    Goruntulenen widgetlar varsayilan widgetlar. Displayed Everywhere widget alani bos oldugu zaman goruntuleniyorlar. Su an bos olan Displayed Everywhere widget alanina Categories ve Archives widgetlarini ekleyerek istediginiz sonuca ulasabilirsiniz

    Regards,
    Yigit

    in reply to: woocommerc shop page #1338236

    Merhabalar,

    Tabii. Lutfen bu ekran goruntusune goz atiniz – https://i.imgur.com/hyirR72.png

    Cheers!
    Yigit

    Hey fkm,

    Thanks for contacting us!

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

    
    .av_toggle_section *:focus {
      outline: none !important;
    }
    

    Best regards,
    Yigit

    in reply to: Reducing height of mobile menu area #1338233

    Hey fkm,

    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: 767px) {
    .responsive #top .logo {
      height: 50px !important;
    }
    .responsive #top #wrap_all .av-logo-container {
      line-height: 50px; 
      height: 50px; 
    }
    }
    

    Best regards,
    Yigit

    in reply to: Animated Numbers Mobile Layout #1338231

    Hi,

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

    
    #stats div .av_one_third {
      margin-left: 0;
      width: 33.333%;
    }
    

    Best regards,
    Yigit

    in reply to: woocommerc shop page #1338228

    Merhabalar,

    Onlar varsayilan widgetlar. Appearance > Widgets sekmesine gidip “Displayed Everywhere” widget alanina Categories ve Archives widgetlarini ekleyebilirsiniz. Sonrasinda Sayfalar silinip sadece Kategoriler ve Arsivler kalacaktir :)

    Best regards,
    Yigit

    in reply to: Links in custom header not clicking #1338223

    Hey,

    Thanks for contacting us!

    I just checked the buttons on your header but both links work fine for me. Have you figured it out already? :)

    Best regards,
    Yigit

Viewing 30 posts - 2,971 through 3,000 (of 82,603 total)