Hi,
Ok, glad you got your problem solved. Please let us know if you should need any more help on the topic.
Best regards,
Rikard
Hi,
Great, glad you found the problem. Please let us know if you should need any more help on the topic.
Best regards,
Rikard
Hi,
Great, glad you got it fixed. Please let us know if you should need any more help on the topic.
Thanks,
Rikard
Hi,
Great, please let us know if you should need any more help on the topic.
Best regards,
Rikard
Hi,
Ok, let us know if you should need any more help on the topic.
Best regards,
Rikard
Hi,
Glad you got it fixed, please let us know if you should need any more help on the topic.
Regards,
Rikard
Hi,
There’s a big blue button on top of the page reading Can’t find a solution to your problem? Open a new thread here: https://kriesi.at/support/forum/enfold/
Best regards,
Rikard
Hi,
You will have to add the excerpt manually to the excerpt field when using the builder for posts. If you can’t see the the excerpt field then please click Screen Option in the top right hand corner of the screen and select to show it there.
Thanks,
Rikard
Hi,
I’m having a tough time getting my Enfold menu and logo to line up the way I would like.
Specifics are as follows in the private data area below:
Thanks,
Michael
-
This topic was modified 10 years, 3 months ago by
mcseufer.
Hey jimjiber!
I would try adding that to the Quick CSS as well but remove the style tags. Or try placing it at the top of the style.css file.
Cheers!
Elliott
I deleted the Enfold Theme via FTP and then Uploaded a new Enfold 3.4.7 theme and the same problem is happening…with the Advanced LayerSlider
http://www.carlsonmanagementconsulting.com/dev/
You can only do the crudest styles to the “Content” Section…H1 H2 etc.
Any styles made in the “Styles” section…When you save them … do not take on the Slider…The only values that are there are my Top and Left position values from Before.
For some reason all Font Color Line-Height settings were wiped out…and I cannot replace them.
Is something overriding the styles?
Are there new settings?
This was working fine for the last 6 weeks or so and suddenly stopped working. It did not break when I updated the theme 2 weeks ago — but now updating and reinstalling the theme has no effect.
There seems to be something very wrong with the Advanced LayerSlider.
Private info provided for you to check.
Hi mijyman!
It would be best to contact your hosting provider and let them know about that.
You can work through the suggestions listed here, https://kriesi.at/support/topic/warning-session_start-function-session-start-help-asap-please/, lots of users have mentioned it’s a server problem and their hosting provider can fix it.
Or if not then you can deactivate the sessions with this code, https://kriesi.at/support/topic/error-issues-with-masonry_entries-php-on-line-33/#post-271660, but your portfolio breadcrumbs will not link back to their parent page as they require the sessions.
Regards,
Elliott
Hey!
Try adding this code to the Quick CSS:
#top .av-main-nav ul{
margin-top: -50px;
}
Cheers!
Josue
Hi!
You could target Chrome exclusively and change the percentages until you get the desired result:
@media only screen and (min-width: 768px) {
.avia-chrome .container_wrap.sidebar_right{
background:-webkit-gradient(linear,right top,left top,color-stop(red,0.295),color-stop(white,0));
background:-webkit-linear-gradient(right, red 29.5%, white 0%);
background: -moz-linear-gradient(right, red 29.5%, white 0%);
background: -o-linear-gradient(right, red 29.5%, white 0%);
background: linear-gradient(right, red 29.5%, white 0%);
}
}
Best regards,
Josue
Hey!
I see, that’s actually a plugin issue/limitation, check this thread:
https://wordpress.org/support/topic/make-fixed-widget-stop-at-footer
Best regards,
Josue
Hey!
use this for this site:
.category .breadcrumb {
position: relative;
top: 30px;
left: -30px !important;
}
Cheers!
Andy
Hey!
ok I think I got it. I replaced my code with this one:
.search .breadcrumb {
position: relative;
top: 30px;
left: -30px !important;
}
Adjust it as needed.
Cheers!
Andy
Hi!
of course you should not remove my other code from previous post. Not I put this code inside your Quick CSS field and it seems to work fine:
.title_container .breadcrumb {
position: relative;
top: 30px;
left: -10px !important;
}
adjust it as needed.
Best regards,
Andy
Hey!
I checked your language flags and they look good to me. Only problems appears to me when header is scrolled. You can change position by using this code in Quick CSS field:
.header-scrolled .avia_wpml_language_switch.avia_wpml_language_switch_extra {
top: -23px;
}
and adjust as needed.
If that’s not what you need, then please provide us a mockup showing the results you want to achieve, so we can provide you some precise css code.
Regards,
Andy
Hey!
I tried to login using credentials from here, but it did not work for me. Can you check please?
Best regards,
Andy
Hi!
I checked link your provided here and it seems they are loading fine for me. So could you fix it?
You are using WP Rocket Cache Plugin, so go into plugin’s settings and choose to switch off caching. Afterwards clear browser cache and hard refresh a few times.
Are we allowed to deactivate all your plugins temporarily?
Cheers!
Andy
Hi there!
On my website the blog post titles appear indented since upgrading to a new version of the Enfold theme.
I would like to have the titles without indent (they only appear indented on desktop but not tablet or phone). Also, the font size of the blog post body text has increased as compared to body text on rest of website…
Can anyone help?
Hey krishkhubchand!
Please take a look at the following topic:
and let us know if that works out for you
Cheers!
Basilis
Hey!
if it effects other sites you could include page-id into your code. Let us know if you still need help with this, otherwise feel free to open a new ticket for a new question related to the theme. We are happy to assist you.
Best regards,
Andy
Hi!
I checked your Quick CSS field and could not find the code Yigit provided you here. Please add it and let us know if you still need help afterwards.
Regards,
Andy
Hello,
I have a slider at the top of my home page which I can’t get centered responsively. If it centers on a full size screen, it’s off to the right on an ipad. I’m using the boxed layout. I’ve tried different sizes for the slider and css (margin: 0 auto;) I currently have the left margin set at -40px to look reasonable on all screens, although not centered on any of them.
I’m using Layer Slider, I’ve added the url and wp login below.
Thankyou,
Cindy
Hi Sir, I want to set the button hover background color and I refer this link:
https://kriesi.at/support/topic/button-remove-background/
But the effect is not I want, I set the background color #009ee1, but the actual effect is #45b6e6. I know maybe because of the transparent, but I don’t know how to remove the transparent.
Following is the code I used:
.transparent-button a.avia-button {
color:#009ee1 !important;
background: transparent !important;
border: 2px solid #009ee1 !important;
}
.transparent-button .avia-button:hover {
color: #ffffff !important;
background-color: #009ee1 !important;
background:RGBA(0,158,225,1) !important;
border: 2px solid #009ee1 !important;
}