Forum Replies Created
-
AuthorPosts
-
January 20, 2021 at 3:27 pm in reply to: Woocommerce product categories are empty after update #1274078
Hi,
I replied in your thread – https://kriesi.at/support/topic/after-update-product-lists-woocommerce-become-empty/
I am closing this one, let us continue there :)Regards,
YigitJanuary 20, 2021 at 3:27 pm in reply to: After Update, product lists (Woocommerce) become empty #1274077Hi,
I have just confirmed that the issue is related to translation, you can check your test page. Please upload language files via FTP or file manager on your cPanel and that would fix the issue :)
Best regards,
YigitHi,
Sorry for the late reply!
I went to Events > Settings > Display and unchecked “Use updated calendar designs”. Then I added following code to bottom of Quick CSS field in Enfold theme options > General Styling tab
.main_color #tribe-events-bar, #tribe-bar-form{ background: transparent; }Could you please review your website? :)
Best regards,
YigitHey Dirk,
Please use the code as following
// Register new icon as a theme icon function avia_add_custom_icon($icons) { $icons['phone'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue854'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); // Add new icon as an option for social icons function avia_add_custom_social_icon($icons) { $icons['Phone'] = 'phone'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);Font should be entypo-fontello instead of fontello :)
Best regards,
YigitJanuary 20, 2021 at 1:48 pm in reply to: Woocommerce product categories are empty after update #1274048January 20, 2021 at 1:47 pm in reply to: After Update, product lists (Woocommerce) become empty #1274047Hey Todo,
I tried logging in without a password but it did not work for me.
We have updated French language files and will include them in upcoming update. There was a translation issue so I think this might be related to it.Could you please download the latest version of French language files here – https://www.mediafire.com/file/8whnpckt8xrxhrz/fr_FR.zip/file and upload them inside /wp-content/themes/enfold/lang/ folder and check if that helps? :)
Best regards,
YigitJanuary 20, 2021 at 1:31 pm in reply to: How to set up different social network on my pages #1274040Hi,
You are welcome, Sylvie!
Let us know if you have any other questions or issues and enjoy the rest of your day :)Best regards,
YigitHi,
I could not figure out why default WP favicon shows up but I went to Appearance > Customizer and set the blank favicon image you uploaded in media as favicon. Would that work for you?
Best regards,
YigitHi,
It looks correct. I tried this on both child and parent theme and it works for me. If you are using a cache plugin please clear cache there as well and if that does not help, please share temporary admin logins so we can look into it :)
Regards,
YigitHi,
Great! You are welcome :)
Please let us know if you have any other questions or issues and enjoy the rest of your day :)Best regards,
YigitHi,
Broken HTML code breaks ALB. I corrected 3 strong tags on your page and updated it but I think some sections were removed nevertheless.
Please make sure to use Strong tag as following
<strong>Here goes my text!</strong>Best regards,
Yigit-
This reply was modified 5 years, 2 months ago by
Yigit.
Hi Johnny,
Thanks for contacting us!
We are going to need to inspect your website to find out what exactly is wrong. Could you please post a link of your website? :)
Best regards,
YigitHi Alex,
Thanks for contacting us!
I searched however your colleague’s email is not in our database. Please contact your colleague and request purchase code so you can register to our forums. If they have already registered, please share purchase code here privately so we can reset the account.
That being said, you would need to move your site from /wordpress/ to root folder and replace the links from yourdomain.com/wordpress/ to yourdomain.com.
If you have any other questions or issues, please start a thread on our support forum :)
Regards,
YigitHey fkm,
Thanks for contacting us!
Please add following code to bottom Functions.php file of your child theme in Appearance > Editor
add_filter('avf_favicon_final_output','remove_avf_favicon_final_output'); function remove_avf_favicon_final_output(){ $icon_link = ""; return $icon_link; }Best regards,
YigitHey,
Please add following code to bottom of Functions.php file in Appearance > Editor
add_action( 'woocommerce_after_shop_loop_item_title', 'wc_add_short_description' ); function wc_add_short_description() { global $product; ?> <div itemprop="description"> <?php echo apply_filters( 'woocommerce_short_description', $product->post->post_excerpt ) ?> </div> <?php }Cheers!
Yigit-
This reply was modified 5 years, 2 months ago by
Yigit.
January 20, 2021 at 11:34 am in reply to: Enfold theme: Changing size of circle in Icon Box #1273993Hey,
Thanks for contacting us!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:.iconbox_top .iconbox_icon { padding: 10px; font-size: 15px; }Best regards,
YigitHey,
Thanks for contacting us!
Please make sure following requirements for server settings are met:
Set max_input_vars to 5000 and memory_limit to 256M.
Max_execution_time = 30
Post_max_size = 32M
Upload_max_filesize = 32M
Max_input_time = 60That issue is related to Upload_max_filesize value. You can check your current value in Media > Add New :)
Regards,
YigitJanuary 20, 2021 at 11:27 am in reply to: Need developer to optimize Enfold based site. Our Lighthouse scores = bad #1273987Hi,
Thanks for contacting us!
Please consider contacting @thomasjarvisdesign on https://www.thinkjarvis.co.uk/contact/.
He frequently shares his projects on – https://kriesi.at/support/topic/enfold-showcase/page/62/ so you read more about them there :)Best regards,
YigitHey,
Glad you figured it out and thanks for sharing your solution!
Let us know if you have any other questions or issues and enjoy the rest of your day :)Cheers!
YigitHey,
Thanks for contacting us!
You can enable ALB on any post type by referring to this post – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#alb-for-any-post-type :)
Regards,
YigitHi,
Glad 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,
Please add following code to Quick CSS
.insert-logo .av-image-hotspot_inner { background-image: url(/wp-content/uploads/2021/01/hovericon.png); background-size: contain; }
@Guenni007 Thanks for your help as always El Supremo! :)Best regards,
YigitHi,
Thanks for contacting us!
I could not access to your screenshot file. Did you mean the title I attached in private content field? If so, I added following code to Quick CSS in Enfold theme options > General Styling
.title_container .main-title a { font-family: 'gloriahallelujah' !important; }If not, please upload your screenshot on imgur.com and share here once again :)
Best regards,
YigitHi,
Please go to Events > Settings > Display and uncheck “Use updated calendar designs” :)
Regards,
YigitHi Nicole,
1- You can insert that code to your page using Code Block element :)
2- Please see the link I attached in private content field :)
Best regards,
YigitHi,
You are currently not using the latest version of Enfold. I would like to update the theme to make sure we are trying to fix an issue that’s already been fixed. We might need to de-activate certain plugins for testing purposes as well. If you confirm, please have a backup of your site to be on the safe side and let us know :)
Best regards,
YigitHi @TScC,
Please refer to Mike’s post here – https://kriesi.at/support/topic/replace-social-share-button-g-with-xing/#post-908370
Best regards,
YigitHi Naf,
Thanks for contacting us!
Enfold supports RTL languages including Arabic. We do not have any RTL demo to show you how it looks though.
I hope that helps! Let us know if you have any other questions :)
Best regards,
YigitHey Boris,
Thanks for contacting us!
Due to our policy, we only provide support to our registered users therefore please ask your customer to provide you their purchase code otherwise I am afraid we cannot help you.
Thanks for your understanding!
Regards,
Yigit -
This reply was modified 5 years, 2 months ago by
-
AuthorPosts
