Hello
The php memory has been doubled (512 MB) but I still have the same problem
When I update the page, I lose my old versison and I am obliged to go through “revisions” to return to my previous work.
The color and tile of the fonts also change after the update, using the colors set in the options of the theme.
I have to deliver my work to the customer within a week.
Thank you for your help and advice to solve the problems
Cordially
Christophe
Thanks!
There’s an issue with Enfold RTL support. When using a Grid Row Element the order is reversed, so the column that is shown on the right in the editor is actually showing on the left in the live page. On desktops it’s OK but on mobile it makes a mess of things.
Same thing happens when you edit a column and select “equal height”. That makes the order switch so the left column in the editor would be the right column on the live page…
Any chance you can tell me how to fix this?
Thanks!
Hi Sami,
Thanks for the feedback, not sure if you need any further help though?
What I meant by tagging your topics NSFW (Not Safe For Work) is that all the moderators work in different locations and we’re not always alone, so visiting a site with content like your might bring on some unwanted attention if we don’t know that we should expect content like that.
Best regards,
Rikard
Hey diefleischerei,
Please try the following in Quick CSS under Enfold->General Styling:
.grwf2-wrapper {
top: -400px !important;
}
Best regards,
Rikard
Hey DROR,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.home #info .flex_column_table {
margin-top: -130px !important;
}
}
Best regards,
Rikard
Hi Rikard,
Perfect! The one with the logo – left on the top :) Does the hover effect also disappear on that post then? It would have been great!
Best regards
Joel
Hey VipProduction,
Video autoplay is disabled for mobile devices due to manufacturer restrictions unfortunately. I might have misunderstood what you are looking to achieve though so please try to explain a bit further if that is the case.
Best regards,
Rikard
Hi,
Ok, thanks for that. Let us know if you should need any further help on the topic.
Best regards,
Rikard
I have put the relevant screenshot here: http://asklindasherman.com/enfold-screenshots/
The website is: http://BertaArt.com
Normally on both posts and pages, what is written in the WordPress place allocated for headlines, shows up as an H1. If we assign CSS to the H1 that is how it appears on the page.
My predecessor decided not to use Enfold headlines, choosing “hide title and breadcrumbs” and put the H1 at the top of the page.
I am concerned this is creating a double H1 for Google.
This is what happens if I elect to “display only title” The font is not showing as H1. I tried selecting this option both on the header page options for Enfold settings and the options on the sidebar of the page.
The CSS settings for H1 are working fine on the page content in terms of size and color just not if they are displayed as a “title”. I am wondering if the theme is meant to hide headlines and your “title” is supposed to serve a different purpose than normal headline.
Thank you very much Andy. It didn’t work. But I decided to keep the sidebar border. Thank you very much.
I think I should start a new topic for my next question so you can close this.
Thank you!
Hi,
Great, glad you got it working. Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hey pimroll!
Thank you for using Enfold.
Please try this in the Quick CSS field.
#top .widget_nav_menu li:hover a:before {
content: '';
height: 2px;
width: 100%;
background: blue;
display: block;
right: -50px;
position: relative;
position: absolute;
bottom: 0;
}
Adjust the values as needed.
Cheers!
Ismael
Hi @budders84,
I just replied to your topic, please try sticking to that for your problem.
Best regards,
Rikard
Hi,
Great, glad we could help :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi,
Ok, there no other way of doing it except using the Gallery element unfortunately. If you should need any further help on the topic then please post a link to your site and point out the changes you would like to make and we’ll try to help you out with some custom CSS.
Best regards,
Rikard
Hey mringseis!
Thank you for using Enfold.
Could you please provide a link to the page with the logo / partner element? This is the selector for the images inside the slider element.
#top .avia-logo-element-container img {
/* styles here */
}
Best regards,
Ismael
Hello,
We are using the ALB to display some blog articles on the homepage. How do we keep the overlay on the image at all times instead of only on hover? We can not use the masonry blog because we have other elements mixed in. We are using the regular blog but offsetting them to get the desired look we need.
I created a class and some CSS but it only works once I hover, then the overlay stays. But it does not show when the page first loads.
I would also like to have the image slightly increase on hover like the regular images can.
You can see the blog articles in the section section. The top right and bottom right have overlays.
Hers is the CSS I am using:
.avia_transform .blog-third-section a .image-overlay,
.avia_transform .blog-third-section a:hover .image-overlay {
opacity: 0.85 !important;
display: block !important;
background: #006b86 !important;
}
.avia_transform .blog-section-fourth a .image-overlay,
.avia_transform .blog-section-fourth a:hover .image-overlay {
opacity: 0.75 !important;
display: block !important;
background: #000 !important;
}
Any help you can provide will be much appreciated.
Thank You.
Hi,
Great, thanks for the feedback and glad you got it working. Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi kieranvyas!]
Thank you for using Enfold.
Please add this in the Quick CSS field.
#top #wrap_all #socket .social_bookmarks li:hover a {
background-color: transparent;
}
Best regards,
Ismael
Hey!
Please add something like this in the Quick CSS field.
@media only screen and (max-width: 767px) {
#top #wrap_all .header_color.av_header_transparency .social_bookmarks {
color: #000000;
}
}
Best regards,
Ismael
Hey!
The site jumps back to the top after the page fully loads. Did you add any modifications to the theme? Please post the FTP details here. We would like to do a few tests.
Cheers!
Ismael
Hi,
Ok, thanks for the feedback. Let us know if you should need any further help on the topic.
Thanks,
Rikard
Hey!
Please add this in the Quick CSS field.
#header_main .logo {
top: -30px;
}
#header_meta {
z-index: 1;
}
Best regards,
Ismael
Hi Helle,
Great, glad we could help :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi,
Great, glad you got it working and thanks for sharing :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hey Rikard,
Here is a screencast made from Chrome
As you can see the top Heading jumps on page reload and the headings further down the page do not. These are all made the same. I can’t find why the top one does this and the rest don’t.
Hi,
Thanks for that, you didn’t close your CSS block but otherwise it looks fine:
.av-image-caption-overlay-center {
font-weight: bold; !important;
color: #ffffff; !important;
}
Please post a link to your site if you should need any further help on the topic.
Best regards,
Rikard
Hey haydaw,
I had a look at the URL you posted on iphone6/chrome but I can’t really see any loss in image quality compared to when viewing it on a laptop. Could you post a screenshot of the problem please?
Best regards,
Rikard
Hey learnerp,
You might have to create another section to use only for mobile and upload an image better adapted to that screen size. Please give your sections IDs in the element options and then use CSS like this to show the correct one:
@media only screen and (min-width: 768px) {
#section-desktop {
display:block !important;
}
#section-phone {
display:none !important;
}
}
@media only screen and (max-width: 767px) {
#section-desktop {
display:none !important;
}
#section-phone {
display:block !important;
}
}
Best regards,
Rikard