Forum Replies Created

Viewing 30 posts - 16,651 through 16,680 (of 82,620 total)
  • Author
    Posts
  • in reply to: No burger menu anymore #891180

    Hi Dennsen,

    I noticed you have modified header.php file on your child theme. That file was updated therefore you would need to copy a fresh header.php file from your parent theme, apply the changes you have previously applied on header.php file on your child theme. That should solve the issue :)

    Regards,
    Yigit

    in reply to: How to hide the header on Mobile? #891179

    Hi,

    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: 768px) {
    #header.av_header_scrolldown {
        position: fixed!important;
        top: 0;
        width: 100%;
        background: transparent!important;
    }
    #header.av_header_scrolldown.av_header_transparency {
        opacity: 0!important;
    }}
    

    Best regards,
    Yigit

    in reply to: Syntax error with theme + Plugin #891175

    Hi Justin,

    “New Website Coming Soon”. Can you please post temporary logins here privately so we can look into it?

    Best regards,
    Yigit

    in reply to: Enfold update went bad #891174

    Hi Diego,

    Have you made any changes on theme files? If you have not, you can go ahead and update the theme via FTP – kriesi.at/documentation/enfold/updating-your-theme-files/ and overwrite all files. You content and options are saved on your database, only theme files will be overwritten and if you have made changes on files such as header.php or functions.php file of your parent theme, they will be lost. If you modify files, please consider using a child theme – kriesi.at/documentation/enfold/using-a-child-theme/

    Cheers!
    Yigit

    in reply to: mobile menu not working #891172

    Hi tbp,

    I removed following code from Style.css file

    @media only screen and (max-width: 1279px) {
    nav.main_menu {
    display: none !important;
    }
    #advanced_menu_toggle {
    display: block !important;
    right:100px !important;
    }
    }

    and added following

    @media only screen and (max-width: 1279px) {
    .av-main-nav > li.menu-item-avia-special {
        display: block;
    }
    .av-main-nav > li.menu-item {
        display: none;
    }}

    Best regards,
    Yigit

    in reply to: Problems with LayerSlider #891168

    Hi!

    Great! Let us know if there is anything we can do to help!

    Enjoy your holidays!

    Best regards,
    Yigit

    in reply to: Menu (and burger) are missing in mobile #891148

    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: Translation Plugins #891147

    Hi Jorge,

    Thanks for contacting us!

    Even though Enfold is officially compatible with WPML, i have seen other Enfold users using multilingual plugins such as Polylang and qTranslate X. However since they are not officially tested, we cannot guarantee that they will work 100% fine.

    I hope that helps! Let us know if you have any other questions :)

    Cheers!
    Yigit

    in reply to: https://wordpress.org/plugins/accessibility-widget/ #891146

    Hey,

    Please refer to this post – https://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

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

    Best regards,
    Yigit

    in reply to: Problems with LayerSlider #891145

    Hey Lizzy,

    Not really sure however it might be related to one of the plugins you are using. To provide you an accurate solution, i am afraid you are going to need to login to our support forum and start a new thread under Enfold sub forum. It would be great if you could retrieve purchase code from your client as you are going to need it in case you run into any other issues on future and need our assistance :)

    Thanks! You too have a great Christmas!

    Best regards,
    Yigit

    in reply to: Quick CSS and style.css NOT WORKING #890969

    Hi,

    No i am not but i have knowledge through my Israeli friends :)

    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: Images don't load in the frontend #890965

    Hey,

    Can you please try re-updating the theme via FTP and overwriting all files – kriesi.at/documentation/enfold/updating-your-theme-files/? If that too does not help, please post FTP logins privately as well.

    Cheers!
    Yigit

    in reply to: Need to Remove Logo area so no space above center menu. #890964

    Hey Liz,

    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 (min-width: 768px) {
    #header_main .av-logo-container {
        display: none;
    }}
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 50px;
    }
    
    

    and remove following code

    .inner-container {
        visibility: hidden !important;
    }

    Best regards,
    Yigit

    in reply to: On mobile, logo is cut off at the bottom #890963

    Hey Advokate,

    You have following code in Quick CSS field

    .logo img {
        position: relative;
        top: 18px;
    }

    Please change it to following

    @media only screen and (min-width: 768px) {
    .logo img {
        position: relative;
        top: 18px;
    }}

    Cheers!
    Yigit

    in reply to: Quick CSS and style.css NOT WORKING #890962

    Shalom :)

    You had one extra closing curly bracket in Style.css file and another one in Quick CSS field. I removed them and confirmed both Style.css and Quick CSS are working fine. Please review your website.

    Regards,
    Yigit

    P.S.: Happy Hanukkah!

    in reply to: Adding "_blank" to main menu custom link #890959

    Hi,


    @vbonora
    no worries at all. Glad you figured it out :) Let us know if you have any other questions or issues.

    Best regards,
    Yigit

    in reply to: Add Custom Columns to Admin Tabe of Custom Posts #890930

    Hi,

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

    Best regards,
    Yigit

    Hey James,

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

    .html_header_top.html_bottom_nav_header #header_main {
        border: none;
    }
    

    Best regards,
    Yigit

    in reply to: Menu (and burger) are missing in mobile #890919

    Hey!

    You had following CSS code in Quick CSS field

    #header_main > .container {
        display: none;
    }

    I removed it. Please review your website

    Regards,
    Yigit

    in reply to: Developers license #890909

    Hey Martyna,

    Thanks for contacting us!

    Due to our agreement with ThemeForest/Envato, we are not allowed to sell themes directly, they are only being sold on ThemeForest. ThemeForest currently does not have such license i am afraid however there are many agencies and developers are asking for such license i believe so it would be great if you contacted Envato support and request such license as well :)

    If you have any other questions, please let us know!

    Best regards,
    Yigit

    in reply to: information on your forum #890787

    Hi,

    No, you would need to have an access to ThemeForest account that was used to purchase the theme.

    Best regards,
    Yigit

    in reply to: information on your forum #890764

    Hi Nathan,

    Thanks for contacting us!

    Couple things you can check are deactivating all active plugins and making sure that you are using the latest version of WordPress and Enfold (currently 4.2).
    If that does not help, please ask purchase code from your customer. Without a purchase code, i am afraid we cannot validate your purchase therefore cannot provide support. Currently Advanced Layout Builder works fine and any issue you might have is probably something specific to your installation.

    Please register/login to our forum so we can help you solve this issue :)

    Regards,
    Yigit

    in reply to: Mobile Menu Top Level Menu not clickable #890583

    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: fastening section #890577

    Merhabalar,

    Kodu functions-enfold.php dosyasindan sildim, child temada functions.php dosyasindaki kodu ve Quick CSS alanindaki kodlari biraz duzenledim. Lutfen tekrar goz atin

    Cheers!
    Yigit

    in reply to: Entered wrong mail during registration #890576

    Hi Tomislav,

    Thanks for contacting us!

    We have corrected your email. Please see private content field below. After logging in, you can start new threads under Enfold sub forum :)

    Best regards,
    Yigit

    in reply to: Turn Off Safe Mode of Avia Builder? #890572

    Hi,

    You would see shortcodes on default editor as long as you are using Advanced Layout Builder elements which are basically shortcodes. That is expected behaviour.

    Best regards,
    Yigit

    in reply to: Remove line above headline rotator #890514

    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: fastening section #890513

    Merhabalar,

    Assagidaki kodu Appearance > Editor > Functions.php dosyasina ekleyip

    function av_stick_column(){
    ?>
     <script>
    var stickySidebar = jQuery('.sidebar').offset().top;
    
    jQuery(window).scroll(function() {  
        if (jQuery(window).scrollTop() > stickySidebar) {
            jQuery('.negative-top').addClass('fixed-pos');
        }
        else {
            jQuery('.negative-top').removeClass('fixed-pos');
        }  
    });
     </script>
    <?php
    }
    add_action('wp_footer', 'av_stick_column');

    sonrasinda assagidaki kodu Quick CSS alanina ekleyebilirsiniz

    .negative-top.fixed-pos { 
        position: fixed; 
        top: 0;
    }

    Cheers!
    Yigit

    in reply to: Please add this CSS in the next update. #890505

    Hey Kostantinos,

    Thanks for sharing! We will inform our devs :)
    Edit: I could not reproduce the issue on my local installation. Are you using the latest version of the theme 4.2? If not, please update – kriesi.at/documentation/enfold/updating-your-theme-files/ and if you are, please let us know how we can reproduce the issue :)

    Best regards,
    Yigit

    • This reply was modified 8 years, 2 months ago by Yigit.
Viewing 30 posts - 16,651 through 16,680 (of 82,620 total)