Forum Replies Created

Viewing 30 posts - 14,941 through 14,970 (of 82,625 total)
  • Author
    Posts
  • in reply to: Remove line under Tabs Section #944157

    Hi,

    I added following code to Quick CSS

    .av-inner-tab-title, .av-tab-section-icon, .av-tab-arrow-container, .av-tab-section-image {
        width: 110px;
    }

    Please review your website

    Best regards,
    Yigit

    in reply to: Fatal error adding Google Font #944152

    Hi!

    Could you please post FTP and WP admin logins here privately so we can look into it? :)

    Best regards,
    Yigit

    in reply to: Fatal error adding Google Font #944139

    Hi,

    Please use following code instead and it should work fine

    add_filter( 'avf_google_heading_font', 'avia_add_custom_heading_font');
    function avia_add_custom_heading_font($fonts)
    {
    $fonts['Didact Gothic'] = 'Didact Gothic:400,700';
    $fonts['Didact Gothic'] = 'Didact Gothic:400,700,400italic,700italic';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font', 'avia_add_custom_content_font');
    function avia_add_custom_content_font($fonts)
    {
    
    $fonts['Didact Gothic'] = 'Didact Gothic:400,700,400italic,700italic';
    $fonts['Didact Gothic'] = 'Didact Gothic:400,700';
    return $fonts;
    }

    Regards,
    Yigit

    in reply to: mobile secondary menu #944135

    Hi,

    I fixed a little error in your custom CSS and targeted menu items using their ID’s. Please review your website :)

    Best regards,
    Yigit

    in reply to: Tracking code appearing in header #944128

    Hi,

    Glad you figured it out! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

    in reply to: Fatal error adding Google Font #944127

    Hi!

    Please try adding the code as following

    
    add_filter( 'avf_google_heading_font', 'avia_add_custom_heading_font');
    function avia_add_custom_heading_font($fonts)
    {
    $fonts['Didact Gothic'] = 'Didact Gothic:400,700';
    $fonts['Didact Gothic'] = 'Didact Gothic:400,700,400italic,700italic';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    
    $fonts['Didact Gothic'] = 'Didact Gothic:400,700,400italic,700italic';
    $fonts['Didact Gothic'] = 'Didact Gothic:400,700';
    return $fonts;
    }
    

    Regards,
    Yigit

    in reply to: Text wrapping losing spacing on smaller devices #944110

    Hi,

    Your P tag had inline font size defined and it was overriding your font options in screen tab. I deleted inline styles. Please review your website.

    Regards,
    Yigit

    in reply to: Remove line under Tabs Section #944099

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #after_submenu {
        border: none;
    }
    

    Could you please post a screenshot and show the issue/changes you would like to make on titles? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Best regards,
    Yigit

    in reply to: Inquiry #944064

    Hey Frantz,

    Thanks for contacting us!

    We sell premium WordPress themes and provide support for our themes and do not provide services such as creating custom themes or modifying them.

    Currently Enfold theme is the most popular, powerful, flexible and user friendly theme we have ever created therefore we would recommend you that one.
    Enfold is fully compatible with WPML. You can easily turn site into a multilingual one.

    Enfold is also fully compatible with WooCommerce, the most popular e-commerce plugin for WordPress.

    You can import one of Enfold demos with a single click in Enfold theme options > Demo Import within a few minutes and start working on your website right away.

    Enfold uses Advanced Layout Builder ( please go to – http://kriesi.at/documentation/enfold/videos/ and check out “Intro to the Advanced Layout Editor” video to see how it works. Currently there are many more elements and new features on ALB and we are adding new ones with major updates).

    Enfold is $59 on ThemeForest and comes with a 6 month support, you can extend it to a year. After purchasing Enfold, you can register to our support forum – https://kriesi.at/support/register/ and start a new thread whenever you have a question or an issue and we will gladly try to help you.

    Let us know if you have any other questions! :)

    Regards,
    Yigit

    in reply to: Enfold, sub-installation for blog #944031

    Hi,

    You are welcome Vera! Let us know if you have any other questions :)

    Best regards,
    Yigit

    in reply to: How can you hide the menus – both mobile and desktop? #943795

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

    in reply to: Thinner header with small devices #943781

    Hey Huw,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .av-logo-container {
        height: 50px!important;
    }}
    

    If that does not help, please post a screenshot and show the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)

    Best regards,
    Yigit

    in reply to: Problems with the latest version of the Enfold theme #943779

    Hi,

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

    in reply to: Reduce padding under blog grid #943778

    Hi,

    Please try adding this code to the Quick CSS as well:

    .html_elegant-blog #top .post-entry .post-title, .html_elegant-blog .avia-content-slider .slide-entry-title {
        text-transform: none;
    }
    .html_elegant-blog .avia-content-slider .slide-entry-title {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    

    Best regards,
    Yigit

    in reply to: How can you hide the menus – both mobile and desktop? #943777

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .main_menu {
        display: none!important;
    }
    

    Best regards,
    Yigit

    in reply to: Getting rid of Enfold by Kriesi in footer copyright area #943774

    Hi,

    Glad Guenni007 could help! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

    in reply to: Enfold instagram widget different heights #943727

    Hey,

    I checked your website and they are all the same size on my end. Attached a screenshot in private content field.
    Have you figured it out already? :)

    Best regards,
    Yigit

    • This reply was modified 7 years, 11 months ago by Yigit.
    in reply to: header social icon color before hover #943722

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #top #wrap_all .social_bookmarks a {
        color: black;
    }
    

    Best regards,
    Yigit

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .avia-shadow {
        box-shadow: none;
    }
    

    Best regards,
    Yigit

    in reply to: How to stop top menu items looking "clickable" #943718

    Hi Chris,

    My bad. Please change the code to following one

    .av-main-nav li.menu-item-has-children > a {
    cursor: default;
    }

    Regards,
    Yigit

    in reply to: Enfold Functions are not working after site migration #943715

    Hey,

    Could you please elaborate on the issue you are having? I checked your website but could not see any issue.

    Cheers!
    Yigit

    in reply to: "&" sign in different font type? #943712

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .special_amp {
        font-family: sans-serif;
        font-size: inherit!important;
        font-style: inherit;
        font-weight: lighter!important;
        color: inherit!important;
    }
    

    Best regards,
    Yigit

    in reply to: About the id number Purshase code #943711

    Hey James,

    Thanks for contacting us!

    Please see:

    After registering, you can start new threads under Enfold sub forum :)

    Best regards,
    Yigit

    in reply to: About template using #943700

    Sveikas!

    Thanks for contacting us :)

    All demos are included in Enfold and you can import any of them with a single click in Enfold theme options.
    If you would like to use the theme on more than one site, you would need to purchase separate licence though.

    Let us know if you have any other questions!

    Best regards,
    Yigit

    P.S.: Galite parašyti Lietuviškai, jeigu bus lengviau :)

    in reply to: Enfold, sub-installation for blog #943697

    Hey Vera,

    Thanks for contacting us!

    No, you can use the same license for blog subdomain :)

    If you have any theme related questions or issues, please register to our support forum – https://kriesi.at/support/register/ and start a new thread under Enfold sub forum :)

    Regards,
    Yigit

    in reply to: Text overlap #943693

    Hey,

    You are welcome :) Let us know if you have any other questions or issues!

    Cheers!
    Yigit

    in reply to: How to stop top menu items looking "clickable" #943691

    Hi,

    Please use only following code

    .av-main-nav li.menu-item-has-children a {
    cursor: default;
    }

    Best regards,
    Yigit

    in reply to: Getting rid of Enfold by Kriesi in footer copyright area #943689

    Hi,


    @guenni007
    thanks :)

    Best regards,
    Yigit

    in reply to: Before I install #943688

    Hi,

    Please do so :)

    Best regards,
    Yigit

    in reply to: Text overlap #943686

    Hi,

    I enabled custom CSS code in Enfold theme options > Layout Builder and then added “zerotm” class to the first column then added following code to Enfold theme options > General Styling > Quick CSS

    .zerotm { margin-top: 0 !important; }

    Please review your website :)

    Best regards,
    Yigit

Viewing 30 posts - 14,941 through 14,970 (of 82,625 total)