Forum Replies Created
-
AuthorPosts
-
Hi,
Great! Let us know if you have any other questions and enjoy the rest of your day! :)
Best regards,
YigitHi,
I am so happy that I could help, Sheila :)
Wish you the best as well and enjoy your weekend!
Best regards,
YigitJune 18, 2021 at 5:38 pm in reply to: Enfold 4.8.3: social media buttons on product page not displayed correctly. #1306439Hi,
You are welcome, Oriano!
By the way, if you would like to adjust the top margin value between icons and the title, you can use following code
.single-product .av-social-sharing-box { margin-top: 5px; }Let us know if you have any other questions and enjoy your weekend!
Enfold forever! :)
Best regards,
YigitHey,
I updated page ID to new one “22954” and that helped. Please review your website :)
Regards,
YigitJune 18, 2021 at 5:23 pm in reply to: Enfold 4.8.3: social media buttons on product page not displayed correctly. #1306426Hi,
Thanks for contacting us!
Please change your code to following one
add_action('woocommerce_after_single_product_summary', 'avia_add_social_toolbar', 1); function avia_add_social_toolbar() { if( is_singular( 'product' ) ) { $content = '<div class="share_heading">Share this Product</div>'; $content .= avia_social_share_links_single_post(array(), false, '', false); } echo $content; } add_filter('avia_social_share_title', 'wc_avia_social_share_title'); function wc_avia_social_share_title(){ if( is_singular ( 'is_product' ) ) { return false; } }If you would like to change social share styling on product pages, you can do so in Enfold theme options > Blog Layout > Share Button Bar Style :)
Best regards,
YigitHi Sheila,
On which page should it be displayed? I believe it might be related to page ID in the JS code. I am guessing updating that would help but I do not know which was your previous thread so this is just a guess :)
Best regards,
YigitHi,
Thanks for contacting us!
Please go to Settings > General and set date format to Custom and add “l” where you would like to display the day.
This “l F j, Y” would be displayed as “Friday June 18, 2021”Best regards,
YigitJune 18, 2021 at 4:57 pm in reply to: After Enfold theme update, text, images and button are not visible #1306417Hey @iogawebsites2018,
You are currently using an older version of the theme, 4.4.1 which is not compatible with your WordPress version. Updating the theme would fix the issues.
Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 4.8.3.
Then, please generate a Personal Token by referring to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and insert it in Enfold theme options to receive auto updates :)
If you have any other questions or issues, please start a new thread under Enfold sub forum – https://kriesi.at/support/forum/enfold#new-post :)
Regards,
YigitHi Max,
Please try using the code as following
add_filter('avia_masonry_entries_query', 'avia_random_image_query', 10, 2); function avia_random_image_query($query, $params) { if(!empty($query['post_mime_type']) && $query['post_mime_type'] == 'image') { if(!is_page( 99 )){ $query['orderby'] = "rand"; } } return $query; }Best regards,
YigitHi,
Thanks for contacting us!
I went to Enfold theme options > Performance and disabled JS and CSS file merging and compression. You are using SG Optimizer plugin and already compressing assets there so it is not necessary to enable it in Enfold theme options.
Please review your website :)
Best regards,
YigitHi,
You can edit your Color Section element and give it a custom ID “section-container-width” and then add following code to Enfold theme options > General Styling > Quick CSS field so the content of that Color Section element would be fullwidth
/* Color section container width */ #section-container-width .container { width: 100% !important; min-width: 100%; padding: 0; margin: 0; }After that you can insert your linked Image element inside that Color Section element and it would be displayed fullwidth :)
Best regards,
YigitJune 18, 2021 at 2:56 pm in reply to: Urgent request: enfold site breaks while opening customizer after updating wp #1306366Hi Pablo,
Could you please update Enfold to the latest version 4.8.3 and check if that makes a difference?
If it does not, would you consider enabling pre-loader in Enfold theme options so page would be displayed only after it is fully loaded?It had many customizations but I think website ended up looking great! Congratulations on that :)
Best regards,
YigitHey,
Thanks for contacting us!
You can refer to this post – https://kriesi.at/documentation/enfold/color-section/#color-section-with-100-content-width and create Color Section elements with 100% content width and insert your image element inside it :)
Regards,
YigitHi,
You are welcome!
You can refer to this post – https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area and add a widget area to your header to display the buttons.
If you need assistance with it, please let us know :)
Best regards,
YigitHi,
@msalinas67 could you please start a new thread under Enfold sub forum and attach temporary admin logins in private content field so we can look into it? :)Best regards,
YigitJune 18, 2021 at 2:37 pm in reply to: I'm getting an error message across the top of my homepage #1306357Hi,
Login credentials did not work for me but I checked your website and warning is no longer displayed on my end. I attached a screenshot in private content field below :)
Best regards,
YigitJune 18, 2021 at 2:33 pm in reply to: Urgent request: enfold site breaks while opening customizer after updating wp #1306356Hi,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.avia-content-slider .slide-image { transition: all ease 0.7s; } .avia-content-slider .slide-image:hover { transform: scale(1.1); }Best regards,
YigitHi,
You are welcome! Let us know if you have any other questions and enjoy your weekend :)
Best regards,
YigitHey,
Thanks for contacting us!
It was because of this code I posted yesterday – https://kriesi.at/support/topic/content-slider-center-frame-text/#post-1306183. To avoid such issues, I edited your Color Section element where you have your custom Content Slider and gave it a custom ID “home-content-slider” and then changed the code to following one
#home-content-slider .avia-content-slider { margin-left: 200px; }Please review your website :)
Regards,
YigitHi @ozkansa
I can send you an email to your address you used to register to our support forums :)
Best regards,
YigitHi,
There could be some server sided cache. Could you please contact the support team at WordPress.com and ask them if that is the case and if so, how to clear it manually?
Best regards,
YigitHi,
Please try using following code
.home .avia-content-slider { margin-left: 200px; }Best regards,
YigitHi,
You are welcome!
Let us know if you have any other questions and enjoy the rest of your day :)Best regards,
YigitHi Lenora,
Thanks for contacting us!
We have been developing Enfold since 2013, 2017 is just a name of an Enfold demo. We always release new updates to add more features and make adjustments to make sure theme stays current. We have stop developing our older themes to focus on Enfold in 2018 and since then we are a one theme company and we are not planning to stop developing Enfold :)
We provide support using this forum. We have moderators from all over the world to keep our forums active 24/7.
Let us know if you have any other questions :)
Regards,
YigitHi,
You are welcome!
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.av-main-nav > li.av-language-switch-item > a { padding: 0 8px; }Regards,
YigitJune 16, 2021 at 4:55 pm in reply to: Sub Menu Element – remove bullets and add own icon (mobile with toggle switch) #1306071Hi,
Thanks however htaccess authentication is not working for me. Could you please check it once again? :)
Best regards,
Yigit -
AuthorPosts
