Forum Replies Created

Viewing 30 posts - 1,981 through 2,010 (of 82,588 total)
  • Author
    Posts
  • in reply to: advanced Layer Slider #1365153

    Hi,

    I went to WP-Optimize > Minify and disabled “Process CSS files” and that fixed the issue.

    Please review your website :)

    Best regards,
    Yigit

    • This reply was modified 2 years, 10 months ago by Yigit.
    in reply to: Display different header based on selected field (ACF) #1365151

    Hey,

    You are welcome!

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

    Regards,
    Yigit

    in reply to: Display different header based on selected field (ACF) #1365149

    Hi,

    Are you using Enfold’s mega menu or a separate plugin? I just chose to display one of the menu items as a mega menu in one of the menus I created but it works fine on my end.

    Best regards,
    Yigit

    in reply to: TikTok Logo #1365148

    Hey,

    – I uploaded Tiktok logo in Media Library
    – Added following code to bottom of Quick CSS field

    
    #top #wrap_all .av-social-link-tiktok a:before{
        content: "";
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        background: url(LINK-TO-TIKTOK-LOGO) no-repeat center center;
        background-size: contain;
    }
    

    Telegram is included in Enfold 5.1.2 :)

    Cheers!
    Yigit

    in reply to: URGENT Website is not Displaying Properly after Recent Update #1365146

    Hi,

    You are welcome! :)

    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 Website is not Displaying Properly after Recent Update #1365140

    Hey,

    I must have not copied correctly, my bad.

    I see that you have modified header.php and footer.php files on your child theme. Please update those files and that should fix the issue :)

    Regards,
    Yigit

    in reply to: Burgermenu changes colour #1365136

    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: URGENT Website is not Displaying Properly after Recent Update #1365135

    Hey,

    Thanks for contacting us!

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

    You seem to be using a child theme. Have you modified header.php file on your child theme? If you have, please copy fresh header.php file from parent theme, re-apply your modifications on the file and replace it on your child theme :)

    Regards,
    Yigit

    in reply to: TikTok Logo #1365134

    Hi,

    Thanks for contacting us!

    Please see “Using images or non-Fontello icons” and “In case of using an image” sections here – https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options

    If you need assistance with it, please create temporary admin logins and post them here privately :)

    Regards,
    Yigit

    in reply to: Display different header based on selected field (ACF) #1365132

    Hey,

    Thanks for contacting us!

    Here is how I would do:
    – Choose Select type and add 4 choices including a default one which would be your global menu – https://imgur.com/a/J6qcq9Q
    – Add following code to bottom of Functions.php file of child theme

    
    add_filter("wp_nav_menu_args", "my_custom_wp_nav_menu_args");
    function my_custom_wp_nav_menu_args($args = "")
    {
        if ($args["theme_location"] === "avia") {
            if (get_field("menu_selector") == "menu_1") {
                $args["menu"] = "Menu1";
            } elseif (get_field("menu_selector") == "menu_2") {
                $args["menu"] = "Menu2";
            } elseif (get_field("menu_selector") == "menu_3") {
                $args["menu"] = "Menu3";
            } else {
                $args["menu"] = "Main Menu";
            }
        }
        return $args;
    }
    

    Menu1, Menu2 and Menu3 are the menu names created in Appearance > Menus

    Best regards,
    Yigit

    in reply to: Child Blocking Enfold Update #1365120

    Hey Blaise,

    Thanks for contacting us!

    Have you inserted your tokens into Enfold child theme options? Also, from which version have you updated the theme? Was it older than 4.5? If so, Envato has updated their API and we have implemented those changes in Enfold 4.5 so that might be the reason.

    You can also use Envato Market plugin – https://www.envato.com/lp/market-plugin/ to receive auto updates for the themes and plugins you have purchased from Envato :)

    Best regards,
    Yigit

    Hi G-man,

    Could you please send FTP logins once again so we can look into it? :)

    Best regards,
    Yigit

    in reply to: Support registration #1365117

    Hey,

    Great! You are welcome, Gabor.

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

    Cheers!
    Yigit

    in reply to: Support registration #1365113

    Hi Gabor,

    Could you please try adding following code to bottom of Quick CSS in Enfold theme options > General Styling tab?

    
    @media only screen and (max-width: 767px) { 
    .avia-table-1 tr:not(:nth-child(1)) td:nth-of-type(1)::before {
      content: none;
    }
    }
    

    Best regards,
    Yigit

    in reply to: No Social Share Buttons below Posts #1365111

    Hi S,

    Thanks for contacting us!

    It seems like you have created your blog post using Advanced Layout Builder. When you use ALB to create your posts, you are going to need to add each element manually. You can use Social Buttons element to display social share buttons :)

    Best regards,
    Yigit

    in reply to: Top Menu Right Side not aline with color section #1365001

    Hi Erich,

    You are welcome! :)

    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: Page Icon Popping up Near Logo #1364983

    Hey,

    You had following code in functions.php file of your child theme

    
    add_filter('avf_logo_subtext', 'kriesi_logo_addition');
    function kriesi_logo_addition($sub) {
        $sub .= '<img src="LINK-TO-YOUR-IMAGE"/>';
        return $sub;
    }
    

    I simply commented it out. Please review your website :)

    Regards,
    Yigit

    in reply to: Problème avec le bouton Telegram #1364982

    Hi,

    Bonne journée! :)

    Best regards,
    Yigit

    in reply to: Burgermenu changes colour #1364981

    Hey Alex,

    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: 989px) {
    .html_mobile_menu_tablet .header_color div .av-hamburger-inner, .html_mobile_menu_tablet .header_color div .av-hamburger-inner::before, .html_mobile_menu_tablet .header_color div .av-hamburger-inner::after {
      background-color: #fd8216;
    }}
    

    Best regards,
    Yigit

    in reply to: Problème avec le bouton Telegram #1364979

    Bonjour Mariano,

    Thanks for contacting us!

    You can simply save Enfold theme options or you can go to Appearance > Theme Editor and edit enfold/includes/helper-social-media.php file and replace the content with this one – https://raw.githubusercontent.com/KriesiMedia/enfold-library/master/temp_fixes/Enfold_5_1_2/includes/helper-social-media.php :)

    A fix will be included in upcoming version :)

    Best regards,
    Yigit

    in reply to: Mobile text colour differs from desktop #1364977

    Hi,

    Thanks for the update. We are glad that everything is working as expected now! :)

    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: Critical error #1364929

    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: Timeline (milestones) navigation #1364927

    Hey,

    You are welcome! :)

    Please add following code to Quick CSS as well

    
    .prev-slide {
      left: 0;
    }
    

    Regards,
    Yigit

    in reply to: Critical error #1364925

    Hi,

    Thanks! Re-installing the WordPress via FTP helped. FYI, while I was testing, I also upgraded PHP version to 8 in cPanel and I did not set it back to 7.x.

    Please review your website :)

    Regards,
    Yigit

    in reply to: space between columns #1364922

    Hey,

    Thanks for contacting us!

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

    
    #top .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
      margin-top: 0;
    }
    

    Best regards,
    Yigit

    in reply to: Problem with the images #1364920

    Hi,

    Glad you figured it out and thanks for the update!

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

    Regards,
    Yigit

    in reply to: How to limit size of text boxes #1364918

    Hi,

    You are welcome! :)

    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: Socket – colour to the linked text #1364917

    Hi Alan,

    Thanks for contacting us!

    Please go to Enfold theme options > General Styling > Socket > Primary Color and change it as needed :)

    Cheers!
    Yigit

    in reply to: Critical error #1364915

    Hey,

    Issue seems to be related to one of the WP core files. I wanted to re-install WP, which would be a lot easier via FTP but unfortunately FTP logins are still not working for me.

    Could you please try re-installing WP or check FTP logins once again?

    Regards,
    Yigit

    in reply to: preview and on line #1364912

    Hey,

    I saved your Works page as a template and then loaded it on a newly created page and everything worked fine there. So, I deleted your existing page and added the newly created Works page to your menu. I see that you are using Yoast Duplicate Post plugin. In the past similar issues were happening on duplicated pages so I believe that is the culprit. Instead of using a plugin like that, you can save pages as templates and load them on another pages – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#templates :)

    That being said, please review your website :)

    Regards,
    Yigit

Viewing 30 posts - 1,981 through 2,010 (of 82,588 total)