Forum Replies Created

Viewing 30 posts - 2,011 through 2,040 (of 82,624 total)
  • Author
    Posts
  • Hey,

    Thanks! It seems like you have deleted the WP user you created for us. Could you please create it once again as well?

    Regards,
    Yigit

    in reply to: Image in shop catalog has changed #1365167

    Hi,

    You can add comment as following

    
    /* This is the comment to describe what I did */
    add_filter( 'avf_wc_before_shop_loop_item_title_img_size', 'avf_wc_before_shop_loop_item_title_img_size_mod', 10, 1 );
    
    function avf_wc_before_shop_loop_item_title_img_size_mod( $thumbnail_size ) {
        return 'woocommerce_thumbnail';
    }
    

    Cheers!
    Yigit

    in reply to: Sticky Contactform #1365165

    Hi,

    – I created a new widget area called Header and moved your Contact Form widget into that widget area
    – I added this code to Functions.php file of your child theme – https://kriesi.at/documentation/enfold/header/#toggle-id-2
    – I added following code to Enfold theme options > General Styling > Quick CSS

    
    #header .widget {
      background-color: white;
      max-width: 300px;
      padding: 30px;
      position: fixed;
      right: 0;
      top: 50%;
      border-radius: 5px;
    }
    

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Farbe Menü ändern #1365160

    Hi Alexander,

    Thanks for contacting us!

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

    
    #sub_menu1 .avia-menu-text {
      color: white;
      font-size: 20px;
      background-color: red;
      padding: 10px;
      border-radius: 5px;
    }
    

    Regards,
    Yigit

    Hey,

    Could you please try using following code

    add_action('wp_head', 'custom_countdown_text');
    function custom_countdown_text(){
     ?>
     <script>
     jQuery(window).load(function(){
    	 jQuery('.my-custom-countdown .av-countdown-time-label').each(function(x){
    	    var new_text = jQuery(this).text().replace("Seconds", "Sec");
    	    jQuery(this).text(new_text);
    	  })});
     </script>
    <?php }

    Cheers!
    Yigit

    in reply to: Host Web Font yourself … some info #1365154

    Hi Guenni007,

    Could you please ask as a question so we can share our opinion? To be honest, I am a bit confused and not really sure what to comment on :)

    Best regards,
    Yigit

    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 3 years, 5 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

Viewing 30 posts - 2,011 through 2,040 (of 82,624 total)