Forum Replies Created
-
AuthorPosts
-
Great! Do let us know here in the forums if you need help with anything else.
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/
Thank you for using Enfold.
Cheers!
SarahHi,
The “white bar covering the logo” is actually the background color of the mobile menu. You can try removing the background of the menu, and adding background to the menu items instead.
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#mobile-advanced {background:none !important;} #mobile-advanced li {background:#ffffff !important;}
Please let us know if you need further help.
Best regards,
SarahHey Gerry,
Hi! I checked your website on mobile, but I can see borders in your images. Can you tell us what phone you’re using so we can replicate the issue?
Best regards,
SarahWe’re glad that you were able to solve the problem. :) If you need help with anything else, please let us know!
Thank you for using Enfold.
Cheers!
SarahHi,
@Guenni007 thank you for your help as usual! :)
@larineka Do you still need help with this topic, or can we close this thread now? Please let us know. Thank you!Best regards,
SarahJune 29, 2017 at 5:32 pm in reply to: Change the color of social network icons in the secondary menu #814602Hi,
Ah, I see! Please try this code instead:
#header .social_bookmarks a {color:white !important;} #header .social_bookmarks a:hover {color:green !important; background:none !important;}
Best regards,
SarahYou’re welcome. We’re happe to help.
Please let us know here in the forums if you need help with anything else.Cheers!
SarahYou’re welcome! If you have any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
Thank you for using Enfold.
Cheers!
SarahJune 29, 2017 at 3:04 pm in reply to: Change the color of social network icons in the secondary menu #814508Hi,
Can you try adding the !important rule? I’ve updated the code in my previous reply to reflect that change.
Best regards,
SarahHey micropoleinstitut,
It depends on how your header is currently set up. Would you mind providing a precise link to your site so we can take a look?
Best regards,
SarahYou’re very welcome! If you have any other questions, please feel free to open a new 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
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
Thank you for using Enfold.
Cheers!
SarahHi,
You can upload images in imgur.com, Google Drive, Dropbox, or similar photo sharing websites. When you have uploaded your screenshots, please share the link in this thread so we can see it.
I hope that helps!
Best regards,
SarahHi,
Ah, I see what you mean about the height of the footer now. All right. Please try this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.template-page { min-height: 67vh; }
Please let us know if that works for you.
Best regards,
SarahHi,
Have you tried replacing
transform: scale(1)
withtransform: rotate(45deg)
instead?If I understood correctly, that should fix it! :) The code then becomes like this:
.avia_transform .page-id-192 .av_font_icon, .avia_transform .page-id-192 .avia_start_delayed_animation.av_font_icon { opacity: 1 !important; -moz-transform: scale(1) !important; -webkit-transform: scale(1) !important; -ms-transform: scale(1) !important; transform: rotate(45deg) !important; -webkit-animation: none; -moz-animation: none; -msanimation: none; animation: none; }
Please let me know if that’s what you were trying to do, or if I understood wrong!
Best regards,
SarahHi,
We’re glad that Victoria was able to help you!
For your information, you can 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
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.
Cheers!
SarahHi! We’re glad that you were able to sort this out quickly. Please let us know if you need help with anything else.
Cheers!
SarahHi,
Oh dear. :) We’re glad that the problem is fixed now, though! We’ll close this thread now. But if you have any other questions or issues about your theme, please feel free to post them here on the forum and we will gladly try to help you.
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/
Thank you for using Enfold!
Sarah
June 29, 2017 at 1:20 pm in reply to: Menu icon and 'back to top' button on mobile disappear after clicking menu links #814428Hey b1000,
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,
Milan, we’ll close this thread now. Please do feel free to open a new topic if you have any other questions. Good luck!
Best regards,
SarahHi,
We’re glad that Jordan was able to help you!
For your information, you can 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
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.
Thank you for using Enfold.
Cheers!
SarahHi!
You were almost there the first time! You just had to switch some selectors around.
Please try this instead:.avia_transform .page-id-799 .av_font_icon, .avia_transform .page-id-799 .avia_start_delayed_animation.av_font_icon { opacity: 1 !important; -moz-transform: scale(1) !important; -webkit-transform: scale(1) !important; -ms-transform: scale(1) !important; transform: scale(1) !important; -webkit-animation: none; -moz-animation: none; -msanimation: none; animation: none; }
In case you were wondering what happened:
avia_transform
is a class of the<HTML>
tag, andpage-id-799
is a class of the<body>
tag. So avia_transform had to go first before page-id-799.Please let us know if you need further help!
Best regards,
SarahHey Dirk,
It seems like there is a custom separator/horizontal rule added right under your special heading. If you remove that horizontal rule, the underline is also removed. :) If you need further help, please provide us with admin access into your website and we can try to remove it for you.
Best regards,
SarahJune 29, 2017 at 12:44 pm in reply to: Change the color of social network icons in the secondary menu #814407Hey micropoleinstitut,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.header_color .social_bookmarks a {color:white !important;} .header_color .social_bookmarks a:hover {color:green !important;}
Please let us know if you need further help!
Best regards,
Sarah-
This reply was modified 7 years, 11 months ago by
Sarah.
June 29, 2017 at 12:42 pm in reply to: hide sidebar on mobile for certain pages, portfolio grid sorting wrong #814404Hey Munford,
Yes you should be able to turn the sidebar on and off for specific pages only. You can use this code as basis:
@media only screen and (min-width: 720px) { .page-id-370 .sidebar {display:none !important;} }
Just change the page ID as needed, and also the width you prefer.
For more info on media queries, please see this reference: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
I’m afraid we can’t see your website while it’s on construction mode. Can you also provide login credentials please?
Best regards,
SarahHi,
Thank you for the link. Please try this instead:
.mfp-arrow { display: none !important; }
Best regards,
Sarah-
This reply was modified 7 years, 11 months ago by
Sarah.
Hey helenwhite,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.html_elegant-blog .avia-content-slider .read-more-link { position: relative; top: 18px; padding-bottom: 10px; }
This should also be included in newer versions.
Best regards,
SarahHi,
Can you give us the link to your website so that we can see?
Best regards,
SarahHi!
When I check the news page, this is what I see:
Would you know what’s causing this banner?
Best regards,
SarahHi!
No, we won’t be needing your FTP details. Sorry about that! A link to your website would be helpful, though. You can try adding this in Quick CSS:
.ajax_search_excerpt {display:none !important;} .date-container.minor-meta updated {display:none!important;} .news-time {display:none!important;}
If you spot the date displayed elsewhere, please do let us know.
Best regards,
SarahHi Horst-Michael,
Please let us know when you need more help. Have a nice day!
Best regards,
Sarah -
This reply was modified 7 years, 11 months ago by
-
AuthorPosts