Forum Replies Created
-
AuthorPosts
-
August 16, 2017 at 6:12 pm in reply to: Hide thumbnail from WooCommerce Product Category page #840032
All right, we’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
Thank you for using Enfold.
Cheers!
SarahHi there!
What Guenni said is correct! :)
Here is our support documentation for adding icons http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
I hope that helps!
Best regards,
SarahAugust 16, 2017 at 6:06 pm in reply to: Didn't know Visual Composer is not compatible with Enfold #840028Hello there!
Envato/Themeforest handles sales for our theme, so they will also be the ones who will facilitate your request for a refund.
Here is their refund policy: https://help.market.envato.com/hc/en-us/articles/202821460-Can-I-Get-A-Refund-
The link to requesting a refund is also there.
I hope that helps! And thank you about the kind words about our theme. We wish you good luck with your website.
Best regards,
SarahHi,
We’ll keep this topic open for you! :)
Best regards,
SarahHi!
1. For this, can you send us a mockup of what you would like the tables to look like?
2. I’ve made an example code for you for changing the colors of the discount column. I’ve made the colors very obvious (and quite ugly right now) so that you can easily see how each line of code affects the column. Please change the colors to suit your preference! Please try this in quick CSS:
.main_color > div:nthchild(2) .pricing-table li.avia-heading-row {background-color: red!important; } .main_color > div:nthchild(2) .pricing-table li.avia-heading-row .pricing-extra {background-color: darkred!important; } .main_color > div:nthchild(2) .pricing-table li.avia-pricing-row {background-color: green!important; color: black!important;} .main_color > div:nthchild(2) .pricing-table>li.avia-button-row {background-color:gold!important;}
If you would like to control the first column, please make a copy of this code then replace
div:nthchild(2)
withdiv:firstchild
.I hope that was clear and helpful. Please let us know if you have other questions. We look forward to helping you with #1 as well.
Best regards,
SarahAll right, we’ll close this topic now. If you need help again, please feel free to open a new topic here in the forum and we will do our best to assist you.
Thank you for using Enfold.
Cheers!
SarahHi!
We’re glad that Victoria was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
Thank you for using Enfold.
Cheers!
SarahHey Marcel,
Would you mind providing a precise link to your site, showing the elements in question? Is it the website in the Private Section of my reply?
Best regards,
SarahHi there!
Please use the code below instead. Please feel free to edit the colors and border sizes to fit your preference.
/* SIGN UP AND LOGO TRANSITION */ #top .av-menu-button#menu-item-3405 > a .avia-menu-text, #top .av-menu-button#menu-item-3406 > a .avia-menu-text { transition: all 0.4s ease-in-out; } /* SIGN UP BUTTON */ #top .av-menu-button#menu-item-3405 > a .avia-menu-text { border: 4px solid black; background-color:gold!important; color:black; } #top .av-menu-button#menu-item-3405 > a .avia-menu-text:hover { border: 4px solid green; background-color:green!important; color:white; } /* LOG IN BUTTON */ #top .av-menu-button#menu-item-3406 > a .avia-menu-text { border: 4px solid red!important; background-color:red!important; } #top .av-menu-button#menu-item-3406 > a .avia-menu-text:hover { border: 4px solid darkred!important; background-color:darkred!important; color:white; }
Let us know if that is what you need.
Best regards,
SarahAugust 15, 2017 at 6:03 pm in reply to: Yelp Icon not appearing in header and footer but the hover colors are there #839477Hello, Perry!
Sorry about that. You were close the first time. It’s just that
'font' =>'fontello'
had to be'font' =>'yelp'
because that is the name you gave the font when you downloaded it.I have taken the liberty of updating your functions.php. The icon now appears correctly!
This is the correct code for your functions.php:
// Register new icon as a theme icon function avia_add_custom_icon($icons) { $icons['yelp'] = array( 'font' =>'yelp', 'icon' => 'ue800'); 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['yelp'] = 'yelp'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
Best regards,
SarahHi!
We’re glad that Nikko was able to help you! We’ll close this topic now, as requested. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
Thank you for using Enfold.
Cheers!
SarahAugust 15, 2017 at 5:47 pm in reply to: Homepage Styling Appearing Different To All Other Website Pages #839459Hi!
We’re glad that Rikard was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
Thank you for using Enfold.
Cheers!
SarahAugust 15, 2017 at 5:43 pm in reply to: slider da görsele link uygulamada resim üstünde kırmızı efekt #839456Hey Halit ziya,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help accurately. :)
Best regards,
SarahHi!
In order for us to narrow down the possibilities, can you try the following please?
– Clear your browser’s cache. This could be the source of the problem.
– Disable all your plugins. If you are able to are able to modify your content, then one of the plugins is the cause. Enable each plugin one by one and see which one causes the problem.Please let us know how it goes!
Best regards,
SarahHi Aline,
Please try this in Quick CSS:
#top .av_header_border_disabled + .all_colors .av-subnav-menu > li > a { border-left-width:0px; }
Let us know if that helps!
Best regards,
SarahThank you for sharing, Colin @waveseven!
It looks like Chris is okay with this topic also.
We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
Thank you for using Enfold.
Cheers!
SarahHi Paul!
We’re glad that Victoria was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
Thank you for using Enfold.
Cheers!
SarahHi!
We’re glad that the team was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
Thank you for using Enfold.
Cheers!
SarahAugust 15, 2017 at 4:26 pm in reply to: Installed Enfold, but unable to access WordPress now #839387Hi!
We’re glad that Rikard was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
Good luck with your site, and thank you for using Enfold.
Cheers!
SarahHi!
We’re glad that the team was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
Thank you for using Enfold.
Cheers!
SarahHi Duncan!
We’re glad that the team was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
Thank you for using Enfold.
Cheers!
SarahAugust 15, 2017 at 2:42 pm in reply to: Increase the width of .enfold .responsive for one page only #839312Hi!
We’re glad that Victoria was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
Thank you for using Enfold.
Cheers!
SarahAugust 15, 2017 at 2:38 pm in reply to: how can i force a LINE BREAK in a blog post title as it appears on the main blog #839308Hi!
We’re glad that the team was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
Thank you for using Enfold.
Cheers!
SarahHey Aline,
Would you mind providing a precise link to your site, showing the elements in question?
Best regards,
SarahAugust 14, 2017 at 5:42 pm in reply to: links in special heading are underlined … i don't want that #838823You’re welcome! For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
We’d appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
Thank you for using Enfold.
Cheers!
SarahAugust 14, 2017 at 5:02 pm in reply to: links in special heading are underlined … i don't want that #838792All right. In that case please use this code:
.av-special-heading a {text-decoration:none!important; } .av-special-heading a:hover {text-decoration:underline!important; color:#0f437a!important;}
Let me know if that works for you.
Best regards,
SarahYou’re very welcome! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
Thank you for using Enfold.
Cheers!
SarahAugust 14, 2017 at 4:52 pm in reply to: links in special heading are underlined … i don't want that #838770Hey Chris,
Please add this in Quick CSS:
.av-special-heading a {text-decoration:none!important; color:#b0b0b0!important} .av-special-heading a:hover {text-decoration:underline!important; color:#0f437a!important;}
What would you like the link color to be when it’s not hovered over? Right now, I made it gray so that it’s a little obvious. Otherwise, it will get the visitor’s attention. Another option is to have it as #0f437a blue, and then when it is hovered over, it can be black and underlined.
Let us know so we can give you the accurate code.
Best regards,
SarahHi!
We’re glad that the team has been able to help. Did you still need help with this topic?
Best regards,
SarahOur team is always happy to help. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.
For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
Thank you for using Enfold.
Cheers!
Sarah -
AuthorPosts