Forum Replies Created
-
AuthorPosts
-
Hi,
It is not complicated at all. Fullwidth Easy Slider does that job. Since you would not like to use a slider, you can either use Ismael’s solution or insert Image element inside a Color Section with 100% content width – https://kriesi.at/documentation/enfold/color-section/#toggle-id-2
Regards,
YigitHi,
If you are using a cache plugin, that might be issue.
You can turn off Enfold’s performance settings and use 3rd party plugins instead.
Best regards,
YigitHey,
Yes, both of them need to match. Please update “Icon Label” as well. Example below
“icon_name” = “linkedin”
“Icon Label” = “LinkedIn”Edit:
// Register new icon as a theme icon function avia_add_custom_icon($icons) { $icons['linkedin'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue842'); 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['LinkedIn'] = 'linkedin'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);Regards,
Yigit-
This reply was modified 4 years, 10 months ago by
Yigit.
Hi Ryan,
Glad Nikko 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 find “icon_name” in the code and update it as needed :)
Best regards,
YigitHey,
Thanks for contacting us!
Please wrap your text inside mark HTML tag and then go to Enfold theme options > Advanced Styling and edit < mark > tagged elements :)
Best regards,
YigitHey,
Thanks for contacting us!
I could reproduce the issue on Firefox as well.
Could you please try de-activating all active plugins and check if that helps?
Best regards,
YigitMay 6, 2021 at 2:56 pm in reply to: Fatal Error in Version: 4.8.2: Avia Slideshow Full Width #1298794Hey OS,
Thanks for contacting us!
Could you please try re-installing the theme and check if that helps? If you would like us to look into it, please post temporary FTP and WP admin logins here privately :)
Best regards,
YigitHi,
Please use the code as following
// Register new icon as a theme icon function avia_add_custom_icon($icons) { $icons['icon_name'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue842'); 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['Icon Label'] = 'icon_name'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);If that does not help, please create temporary admin logins and post them here privately so we can look into it :)
Best regards,
YigitMay 6, 2021 at 1:24 pm in reply to: How to align button in grid row at the bottom of the cell? #1298785Hi,
Thanks for contacting us!
Could you please post a link to your page and a screenshot showing the changes you would like to make? You can upload your screenshots on imgur.com and post the links here :)
Regards,
YigitMay 6, 2021 at 11:36 am in reply to: Using Responsive Images and Img Srcset with WordPress 4.4+ #1298765Hi Jason,
Thanks for the clear explanation!
1- You can add following code to Quick CSS to turn it off
.avia_cart_buttons { opacity: 1; }2- Using custom CSS, that would be possible however I think it would be simpler if you set background color to black globally if that is how you would like to display your shop page and then use Alternate colors on other pages. That way you would not need to use custom CSS. You could change background color to black using following CSS however that would make other elements on the page not so visible so more CSS would be required
.archive.avia-woocommerce-30 .main_color { background-color: black; }Also, have you considered using Advanced Layout Builder to create your shop page? :)
Best regards,
YigitHi,
Glad I could help! Lovely gravatar by the way! :)
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,
You are welcome, Wolfgang! :)
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,
Glad you figured it out!
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)
Enjoy the rest of your day!
Best regards,
YigitHey Danielle,
Thanks for contacting us!
Your purchase code seems to be invalid. It might be a purchase code of another item and not Enfold. Could you please go to your ThemeForest account and double check if that might be the case? :)

Regards,
YigitHi Dessi,
You are welcome! Thanks for reporting back :)
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,
YigitMay 5, 2021 at 4:21 pm in reply to: How to embed an interactive panorama or tour in Enfold? #1298626Hey,
You can insert your embed code inside a Code Block element and that should work.
If you are going to need to upload JS file, you can do so by referring to this post – https://kriesi.at/documentation/enfold/add-custom-js-or-php-script/#how-to-add-a-custom-js-filesRegards,
YigitHi,
Please check your CSS for any errors using this website – http://csslint.net/. It sounds like you have CSS error :)
Best regards,
YigitHi Pawel,
Glad Rikard 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,
YigitHey,
Thanks for contacting us!
Please use the code as following so it only applies on screens above 767px
@media only screen and (min-width: 767px) { ul.products.columns-4 { display: table; margin: 0 auto; } ul.products.columns-5 .product { width: 19% !important; }}Best regards,
YigitHey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top .aviablank.avia-testimonial-link { color: orange; font-size: 25px; }Best regards,
YigitHey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.avia-content-slider-inner { padding-bottom: 2px; }Best regards,
YigitHey,
Thanks for contacting us!
You are currently using an older version of the theme which is not compatible with your WordPress version.
Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 4.8.2.
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 :)
Best regards,
YigitHey,
Thanks for contacting us!
It seems like you have not enabled CSS and JS file merging and compression feature in Enfold theme options > Performance tab.
Please refer to this post – https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow and optimize your site.Best regards,
YigitMay 5, 2021 at 2:07 pm in reply to: Narrowing Vertical Space Between Menu Items (Hamburger) #1298565Hey Cliff,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab and adjust the value (5px) as needed
.html_av-overlay-side #top #wrap_all .av-burger-overlay li a { padding: 5px 50px; }Best regards,
YigitHi Jason,
Thanks for contacting us!
I see that you have added following code to Quick CSS
.avia_cart_buttons { background-color: #e81b3a !important; }You can add following code to Quick CSS to change background color on hover
.avia_cart_buttons:hover { background-color: orange !important; }If that does not help, could you please post screenshots showing the changes you would like to make? You can upload your screenshots on imgur.com and post the links here :)
Best regards,
YigitHi Dessi,
I have updated Enfold, WordPress and the plugins. There are not issues on your website. Instagram widget is not working properly however that is not related to updates. Please refer to this post – https://kriesi.at/documentation/enfold/instagram/#enfold-instagram-smash-balloon-widget-and-element and use Smash Balloon to display your Instagram feed instead. Enfold is fully compatible with it :)
Please review your website!
Best regards,
Yigit -
This reply was modified 4 years, 10 months ago by
-
AuthorPosts
