Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the feedback! Yes, it would be best to add this as a feature request. Please do remember that there is no guarantee when this will be implemented. Thank you for your patience.
Do you need any help with this topic, or can we close this thread for now?
Best regards,
SarahJune 17, 2017 at 8:36 am in reply to: Highlight toplevel menu item if "child" page is selected #809234Hi,
We’re glad that Ismael was able to help!
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!
Sarah
Hi!
I’ll alert Victoria that you’re requesting for her. Please stand by as she makes her way to this thread. Thank you!
Best regards,
SarahHi,
Can you try adding the
!important
rule to your code, right after the color, and before the semi-colon?If that doesn’t work, please try this instead:
.news-headline { color: #330000 !important; }
If that still doesn't work, please provide us with temporary admin access so we can take a closer look.
Please remember to clear your browser cache when you make changes! If you have a caching plugin installed, please clear that, too.
Best regards,
SarahHi @Raginilk,
May we have admin access and a link to your site so we can take a close look? Please open a new thread so that the creator of this current thread will not see your Private Content. Thank you!
Best regards,
SarahYou’re very welcome!
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!
Sarah
Hi M,
Hmmm…. The code I gave you should have worked. Can you give us temporary admin access to your website so we can take a closer look?
Best regards,
SarahGreat!
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/
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!
It seems that the icon code was wrong. The correct icon code is
uf32a
instead ofuF27C
. I’ve updated your functions.php. If you check your website now, the Houzz icon should be there. :)Please let us know if you need further help.
Best regards,
SarahHi,
We’re glad that we were able to help.
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!
Sarah
Hi,
May we please have admin access to your website so we can take a look?
Best regards,
SarahHey atwalsh12,
Thank you for using Enfold!
Yes, you can do this. Please turn the Extra Elements on and set them up, then hide them from desktop using this code in the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (min-width: 767px) { #header_meta.av_extra_header_active {display:none;} }
If the code does not work for you, please provide a link to your website so that we can take a closer look.
You can adjust the minimum width to suit your preference. You can set it to 990px, or 1024px if you would like to show the extra elements for tablets. For more information on media queries, please see this article: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Best regards,
SarahHi Alex,
I see that you’ve figured out how to get the page IDs. :) For the code you gave in your last message, please remove the
<br>
after the curly brackets! That should fix it.I’ll try to answer your additional questions.
1.) For http://imgur.com/a/rQWIB, can you give us the link to this page please?2.) For http://imgur.com/a/ToKN7, the following code should work:
.page-id-4225 #after_section_1 .content {padding:0px !important} .page-id-4225 .avia-video {margin-bottom:10px;}
3.) For http://imgur.com/a/ToKN7#nDenD4z, it seems like it’s the same thing for #2. Please elaborate what you need help with here.
If you need to do this for several pages, it might be better to turn on the Custom CSS field for all ALB elements so that you don’t have to specify all the page IDs. Here’s how: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
SarahHi,
Do you need further help with this? :)
Cheers!
SarahHi,
Yes, you can do this by adding a custom icon. Please see our documentation here: http://kriesi.at/documentation/enfold/custom-social-icons/
Please us know if you need more help with this.
Best regards,
SarahHey diefleischerei,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:.page-id-4225 #after_section_1 .content {padding:0px !important} .page-id-4225 .avia-section.avia-builder-el-13 {min-height:auto !important;} .page-id-4225 #main .main_color {background-color:#f6f6f6;}<br>
I hope that helps!
Best regards,
SarahHi!
Have you tried editing it in Appearance > Widgets?
If you need further help, please provide us with admin access so we can take a closer look.
Best regards,
SarahHi,
We’re glad that the issue is fixed!
Please feel free to request – or vote if already requested – such feature on Enfold feature request form.
Thank you for using Enfold.
Best regards,
SarahHi!
We’re glad that everyone was able to help out. :)
Do you still need further help with this topic, or can we close this thread?
Cheers!
SarahHey diefleischerei,
Each page gets a unique class. If you look at your code (right click your page in your browser, then View Source) you’ll see it in your body tag.
For this page, the class is
page-id-1030
. You can use this in Quick CSS:.page-id-1030 .av-countdown-timer .av-countdown-cell-inner { background-color:black !important; color: white !important; }
Just change the values as needed.
I hope that helps!
Best regards,
SarahHey seanchk,
May we have a link to your site so we can take a look? Please also provide us temporary admin access in the Private Content of your reply, just in case we need to take a look at your settings.
Best regards,
SarahHey Anna,
Thank you for using Enfold! :)
Sorry, I can’t seem to find the full-width button. Did you remove it?
For specifying the style for each device, please take a look at this resource for media queries: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
I hope that helps!
Best regards,
SarahHi,
We’re glad to help!
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!
Sarah
Hey CameronRoss,
Thank you for using Enfold!
Would you mind providing a precise link to your site, and specify the elements in question? We need to be able to inspect them in order to help :)
Best regards,
SarahHey blancocapell,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.avia-builder-el-3 header.entry-content-header {min-height:28px !important;}
Best regards,
SarahHello Robert,
Thank you for using our themes! We hope you make great websites with Enfold. :)
For feature requests, please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/ This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most.
Best regards,
SarahHey whitecouture,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.template-page .entry-content-wrapper h2 {text-transform:none!important}
Can you please point us specifically to the heading that changes to a different font?
Thank you!
Sarah
Hey Samuel,
Can you try the solutions here?
https://kriesi.at/support/topic/how-to-add-custom-icons-to-iconbox/
Please let us know if you need further help.
Best regards,
SarahJune 15, 2017 at 4:49 pm in reply to: Make the Advanced Layout Editor available to Editors (role) #808614Hey George,
Can you try the solution here: https://kriesi.at/support/topic/give-access-to-enfold-options-to-editor-user/
Let us know if you need more help.
Best regards,
SarahHi!
Thanks for the link. The error is because the class is
.perseus-landing-page
. Please remove the period so that it becomesperseus-landing-page
. The class with a period is only for CSS.Also please note that pinging your reply sends it to the end of our support queue, so I would advise against doing that in the future. We try to answer everyone as fast as we can, but sometimes it takes time to get to your post. :)
Best regards,
Sarah
-
This reply was modified 8 years ago by
Sarah.
-
This reply was modified 8 years ago by
-
AuthorPosts