Forum Replies Created
-
AuthorPosts
-
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .inner_product_header {min-height:150px !important;} .template-page .entry-content-wrapper .products.slide-entry-wrap h2 {text-transform:none;}
Please let us know if you need further assistance!
Best regards,
SarahHi,
All right. :) Do let us know if you need further help with this topic, or if we can close this thread.
Thank you!
Best regards,
SarahHi,
We’re glad you were able to sort this out. Do you need further help about this topic?
Best regards,
SarahHi Ahmad,
It’s very unusual that you’d like to hide the main and top menus… But if you’re absolutely sure that you’d like to do that, you can use this in Quick CSS:
@media only screen and (max-width: 1024px) { .advanced_menu_toggle {display:none} .sub_menu {display:none} }
You may adjust the maximum width to fit your preference.
Best regards,
SarahGreat!
Do you need more help with this topic or can we close this thread?
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.
Cheers!
SarahHey themeforesttony,
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 :)
Best regards,
SarahHi Chris,
Of course, it’s not bothersome at all! You can see the icon code when you hover over it in the layout builder.
http://i.imgur.com/8wLH1t6.jpgYou’re not the first one to get the icon code wrong. I’ll make a note to update our documentation to explain how to do it! :)
And you’re very welcome. We’re happy to help. Do you have any other questions about this topic, or can we mark this as closed? :) As always, you can open a new one for other concerns.
Best regards,
SarahHi Chris,
That’s okay! :)
I logged in to nudge your code in the right direction.
The icon code in functions.php was wrong, so I changed it.
// Register new icon as a theme icon function avia_add_custom_icon($icons) { $icons['instagram'] = array( 'font' =>'instagram', 'icon' => 'uf16d'); 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['IG New'] = 'instagram'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
The icon now shows up in your website! :)
To clarify: Do you want to remove the hover color of the social icons?
You can use this in Quick CSS:#top #wrap_all .av-social-link-instagram:hover a {background:none;} #top #wrap_all .av-social-link-linkedin:hover a {background:none;}
You can also use this:
#top #wrap_all .social_bookmarks li:hover a {background:none;}
Best regards,
SarahHi,
We’re glad that you were able to sort this out. Please let us know here in the forums if you need help with anything else.
Cheers!
SarahJune 22, 2017 at 5:12 pm in reply to: Product category and product text size, image gallery on products #811695Hi!
You can center the product categories on the frontpage using this:
.woocommerce-loop-category__title {text-align:center;}
You can put the access information in the Private Content section of you reply. Don’t worry, only the staff will be the only ones to see it.
Best regards,
SarahAll right. Will do. Thank you, and have a great day!
Cheers!
SarahHi!
We’re glad that Mike was able to help you! Please do feel free to ask questions in the forum, the next time you need help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
Do you need further help with this topic, or can we close this thread?
Best regards,
SarahYou’re welcome! We’re happy to help.
Do you need any other help with this topic or can we close this thread?
If you have any other questions or issues, please feel free to open another topic and we’ll do our best to help! :)
Cheers!
SarahHi Monique. Will do. Thanks! :)
Cheers!
SarahThank you! Let us know here in the forums if you need help with anything else.
Cheers!
SarahHi,
Please try this in Quick CSS:
.header_color .main_menu ul ul {background: #270f2a url(YOUR-IMAGE-PATH) no-repeat right top !important;} .header_color .main_menu ul ul.sub-menu li a { background: transparent; } .header_color .main_menu ul ul.sub-menu li a:hover { background-color:rgba(250,250,250,0.3)!important;}
Please replace YOUR-IMAGE-PATH with the correct image path.
Let us know if you need further help!
Best regards,
SarahHey Chris,
You can download the icon from fontello.com. I believe Font Awesome has the newest icon. After downloading it, you can upload it into Enfold through Enfold > Import/Export, then add it to the theme options by following the instructions here: http://kriesi.at/documentation/enfold/custom-social-icons/
Please let us know if you need further help!
Best regards,
SarahYou’re very welcome! We’re happy to help.
Do you still need more help with anything, or can we close this thread?
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!
Sarah
Hi!
We’ll close the thread for now, but please feel free to open a new one if you need help with anything.
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
Best regards,
SarahHello!
Can you give us the link to where you’re trying to do this please? The link that you gave us before has a different page ID. Thank you!
Best regards,
SarahHi,
I see! To give classes to other elements, you have to turn on this feature first using the instructions here: kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
For your testimonial grid right now, you can use this code instead:
#testimonials_fv .avia-testimonial-wrapper, #testimonials_fv .avia-testimonial {background-color:#b49ad8;}
Please let us know if you need further help!
Best regards,
SarahHey Malene,
Please try this:
#your-section-id {background-color:green;}
Just please replace
your-section-id
to the correct one.If this does not work for you, may we please have the link to your website?
Best regards,
SarahAll right!
Just for your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
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!
Sarah
Hi Doug!
We’ll be closing this thread now. If you have any other questions or issues, please feel free to post them here on the forum and we will gladly try to help you!
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
Thank you for using Enfold.
Best regards,
SarahYou’re welcome!
Do you need anything else regarding this topic or can we close this thread? You can always a new one if you have questions! :)
Best regards,
SarahHey spapax,
Thank you for using Enfold!
All Enfold elements are responsive and mobile-ready, so it is possible to use the same slider for both modes. Should you need to use a different slider for different devices, you can assign a class for your sliders, then hide one from mobile and the other from desktop, using media queries.
I hope that helps!
Best regards,
SarahHi,
We’re glad that Jordan was able to help you!
Please let us know if you have any other questions or issues.Thank you for using Enfold.
Cheers!
SarahJune 22, 2017 at 7:26 am in reply to: HELP- i downloaded a demo and now I can't see any of my content #811348Hi,
This was because the menu was still the demo menu. I’ve gone ahead and changed it in Appearance > Menus > Manage Locations.
Best regards,
SarahJune 22, 2017 at 6:01 am in reply to: HELP- i downloaded a demo and now I can't see any of my content #811324Hi!
Thank you for the login. I’ve made some changes to your site to get you started:
– The demo page you’ll want to hide was entitled Home. I changed it to Enfold Home so that it’s easily distinguishable. I’ve set Enfold Home to be a Draft.
– removed the Private setting to what I assumed was the real homepage; set it as the homepage in Enfold > Theme Options > Frontpage settingsFrom here, you’ll need to edit the menu and other widgets you wish to change, and adjust General/Advanced Styling to fit your preferences. You may also disable the Page Preloading in Enfold > Theme Options > Frontpage settings.
I hope that helps! Let us know if you need further help.
Best regards,
SarahJune 22, 2017 at 5:29 am in reply to: HELP- i downloaded a demo and now I can't see any of my content #811322Hi!
I think the best thing to do is put all the demo pages as Drafts so that you can use them as reference and possibly copy how they’re set up. And then, you’ll need to restore your website to how it was before you imported the demo. On your Dashboard, please do to Settings > Reading > and set Front Page displays to your real homepage. You will also have to make sure that your menus are back to your original set-up (Appearance >Menus), as well as your widgets (Appearance > Widgets).
I hope that’s clear and helpful!
By the way, I tried logging in using the login credentials you gave us, but they don’t work for me. Can you check them, please?Best regards,
Sarah -
AuthorPosts