Forum Replies Created
-
AuthorPosts
-
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,
YigitHi,
Glad Ismael could help!
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey,
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,
YigitSeptember 16, 2022 at 3:47 pm in reply to: Update 5.2.1: Telegram share button, preview blog posts causes critical WP error #1365267Hi,
You are welcome, Werner!
Let us know if you have any other questions and enjoy your weekend :)
Regards,
YigitHi,
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,
YigitHi,
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,
YigitSeptember 16, 2022 at 2:51 pm in reply to: Update 5.2.1: Telegram share button, preview blog posts causes critical WP error #1365254Hi,
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,
YigitHi,
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,
YigitHi,
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,
YigitSeptember 15, 2022 at 4:42 pm in reply to: Update 5.2.1: Telegram share button, preview blog posts causes critical WP error #1365169Hey,
Thanks! It seems like you have deleted the WP user you created for us. Could you please create it once again as well?
Regards,
YigitHi,
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!
YigitHi,
– 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,
YigitHi 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,
YigitSeptember 15, 2022 at 4:17 pm in reply to: Countdown clock – javascript for custom countdown text not working #1365159Hey,
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!
YigitHi 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,
YigitHi,
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.
September 15, 2022 at 3:19 pm in reply to: Display different header based on selected field (ACF) #1365151Hey,
You are welcome!
Let us know if you have any other questions and enjoy the rest of your day :)
Regards,
YigitSeptember 15, 2022 at 3:18 pm in reply to: Display different header based on selected field (ACF) #1365149Hi,
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,
YigitHey,
– 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!
YigitSeptember 15, 2022 at 3:00 pm in reply to: URGENT Website is not Displaying Properly after Recent Update #1365146Hi,
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,
YigitSeptember 15, 2022 at 2:39 pm in reply to: URGENT Website is not Displaying Properly after Recent Update #1365140Hey,
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,
YigitHi,
You are welcome!
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitSeptember 15, 2022 at 2:27 pm in reply to: URGENT Website is not Displaying Properly after Recent Update #1365135Hey,
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,
YigitHi,
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,
YigitSeptember 15, 2022 at 2:22 pm in reply to: Display different header based on selected field (ACF) #1365132Hey,
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 themeadd_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,
YigitHey 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,
YigitSeptember 15, 2022 at 1:14 pm in reply to: Update 5.2.1: Telegram share button, preview blog posts causes critical WP error #1365119Hi G-man,
Could you please send FTP logins once again so we can look into it? :)
Best regards,
YigitHey,
Great! You are welcome, Gabor.
Let us know if you have any other questions and enjoy the rest of your day :)
Cheers!
YigitHi 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,
YigitHi 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 -
This reply was modified 3 years, 1 month ago by
-
AuthorPosts
