Forum Replies Created

Viewing 30 posts - 1,981 through 2,010 (of 82,603 total)
  • Author
    Posts
  • in reply to: Eintrag teilen Telegram #1365683

    Hi @volmering,

    You are absolutely right, Telegram icon should not have displayed as long as it is disabled without needing to save theme options but somehow we missed it during our tests. We have added a check for it which will be included in upcoming version so this will not be necessary any longer :)

    Sorry for the inconvenience!

    Best regards,
    Yigit

    in reply to: Change SVG logo on some pages #1365541

    Hi,

    Glad Ismael could help!

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

    Best regards,
    Yigit

    in reply to: Eintrag teilen Telegram #1365540

    Hey,

    Thanks for contacting us!

    You can go to Enfold theme options and simply save it and Telegram icon would disappear if it is unchecked in theme options.

    Alternatively, you can replace the content /enfold/includes/helper-social-media.php file with this one – https://raw.githubusercontent.com/KriesiMedia/enfold-library/master/temp_fixes/Enfold_5_1_2/includes/helper-social-media.php in Appearance > Theme Editor.

    We are going to add a check in upcoming version so icon will not show up unless it is enabled in theme options :)

    Best regards,
    Yigit

    Hi,

    You are welcome, Werner!

    Let us know if you have any other questions and enjoy your weekend :)

    Regards,
    Yigit

    in reply to: Social Profiles: Open in Same Tab #1365258

    Hi,

    We are glad that Ismael could help! :)

    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: Contact Form E-Mail Customisation #2 #1365255

    Hi,

    We are glad that Mike could help! :)

    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

    Hi,

    Thanks!

    None of your pages load when logged in on my end. I installed and temporarily activated Twenty Twenty-Two theme to confirm that issue is not theme related. I could reproduce the issue with Twenty Twenty-Two theme as well.

    Have you de-activated all active plugins? If not, please try doing so. Issue is probably plugin related and certainly not theme related :)

    Best regards,
    Yigit

    in reply to: TikTok Logo #1365243

    Hi,

    Then you would need to edit Tiktok logo in Photoshop or similar software and change its color to grey. Upload it in Media > Library, add following code to Quick CSS and change the URL

    #top #wrap_all #socket .av-social-link-tiktok a::before {
      background: url(LINK-TO-GREY-TIKTOK-LOGO);
    }

    Best regards,
    Yigit

    in reply to: TikTok Logo #1365230

    Hi,

    You are welcome!

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

    
    #top #socket .social_bookmarks li a {
      color: white;
    }
    

    Best regards,
    Yigit

    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, 1 month 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

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