Hey Andy, et al,
I figured out what the IOS device issue is. When ios loads the screen it views the entire page size load resolution not the screen resolution in pixels….
so when you set a “Grid Row” “Custom Background Image” to “Fixed” it takes the calculation of the entire pages resoltion. so I set the settings to.
Fixed, Top right, tile vertically…
and that at least gave me a background image with some breaks at worst on ios devices..
What needs to happen to keep experience and design control consistent is that the background image needs to respond to the screen resolution not the page size when the page loads..
So a bit of a hack.. and this is not a problem with other devices just IOS.. but maybe Kriesi can consider fixing on updates in the future..
Check http://pruuph.ca/full-service-toronto-creative-marketing-agency/toronto-branding-logos-naming-and-identity/ on android, desktop and IOS to see what I mean..
cheers :)
-
This reply was modified 9 years, 11 months ago by
ENBertussi.
Hi Vinnie,
Thanks for looking into it. That does seem to work, however i don’t want text to rotate… but to animate in and stay on the screen….
What I’ve done is put all the text in the video and put it as a background video into the colorsection so I won’t need the LayerSlider there anymore. But…. on mobile versions of the site the video should be replaced with a static background image and show the LayerSlider….
Could a possible solution be the following:
1. For desktop versions of the site use a colorsection with just a videobackground.
2. For Mobile versions of the site, have a seperate colorsection with a background image and the 2 LayerSliders (one for portrait and one for landscape mode)?
I suppose that could be achieved by having 2 colorsections on the page (1 for desktop and 1 for mobile versions) then give them both a different ID and add display:none etc in the mediaqueries?
Can you let me know if I’m right about that?
Cheers, Cindy
If I use the default editor on a blog post the featured image and title of article appear in the top of the blog post.
If I select advanced layout editor and update post the featured image and title of the article disappear. Do you agree this is an issue and not happening by design?
Mike
Hi,
http://www.insightspersonalitytests.com is under construction so I’m sending my wp admin details in private content so you can see.Here’s an example where you can see the word “Blog” at the top left of the post http://www.insightspersonalitytests.com/do-you-know-a-psychopath-3/
Regards
Derek
Hello. I recently opened this thread, but have come to realize this is more widespread. Meaning, it’s not just the menu that is shifting. As for the menu, I’m able to reproduce this on Windows 10 (IE and Edge) but not in Chrome or FF. On MAC, I’m able to reproduce this on Safari, but not Chrome.
If we concentrate on just the Home page at the moment – upon every load, elements are shifting all over the place. Every time the Home page is refreshed the issue is there.
I then went back to my other Enfold sites. It’s happening on those sites as well. In the private area, I’ve listed another site that also shows this shifting issue.
Thank you,
Ryan
Hey!
We modified the sidebar modification so you don’t to edit any woocommerce files. Did you follow the instructions here? https://kriesi.at/support/topic/sidebar-rechts-single-page/#post-580220
Best regards,
Ismael
Hey!
Could you please provide a screenshot of the issue? Use imgur or dropbox. Try to disable the portfolio animation on mobile:
@media only screen and (max-width: 989px) {
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
-webkit-animation: none;
animation: none;
}
}
Regards,
Ismael
Hi!
The problem is not on the slider, but the page builder stops working. I don’t know how did I install it but it is working fine for me though
Yes, we understand but installing an existing plugin can cause issues. Anyway, we installed the seo plugin and the advance layout builder (ALB) is still working: http://domussapiens.com.br/wp-admin/post.php?post=5753&action=edit
Cheers!
Ismael
UPDATE: Having trawled through the forums, I found this
https://kriesi.at/support/topic/responsive-screen-width/
@media only screen and (max-width: 800px) {
.flex_column { width: 100% !important; margin-left: 0 !important; }
.flex_cell {
width: 100%!important;
margin-left: 0!important;
display: block;
}}
which looks to have fixed my problem.
Thanks
Hey!
Try adding this code to the Quick CSS:
#top .widget_nav_menu .current-menu-item > ul, #top .widget_nav_menu .current_page_item > ul, #top .widget_nav_menu .current_page_ancestor > ul, #top .widget_nav_menu .current-menu-ancestor > ul {
padding: 0;
}
Cheers!
Josue
Hi!
I’m finding trouble to stick my color sections in my homepage
Color section setup: No space between sections / No border (top/bottom)



Hi!
I checked the site but I don’t see the cookie bar on top of the header anymore.
Cheers!
Ismael
Hey!
Thank you for the kind words.
To hide the word cloud in tablets and mobile please use the below css
/*hide wordcloud in tablet and mobile*/
@media and screen(max-width:756px) {
#wordcloud {
display:none;
}}
Please check the background image path in the previous code “background-image.png” should be replaced with your background image path.
#footer {
background-image: url(background-image.png) no-repeat top right;
background-size: contain;
}
We were unable to view the development site as the logins did not work.
Regards,
Vinay
Hey!
Thank you for your feedback.
This is the default behavior of this element.
It loads all elements for a page (and the next pages on load more) and the filter on top can only filter the elements displayed on the loaded pages.
It is not possible only to load the elements of a filter with the current implementation out of the box.
You can post a feature request for that on https://kriesi.at/support/enfold-feature-requests/. Kriesi looks at these reguarly and decides, what to implement or develop.
Best regards,
Günter
Hi pankajbokdia!
As i see the content is not showing only in text editor. it is an issue with wordpress.
Please follow this post https://kriesi.at/support/topic/editor-text-is-white-so-i-cant-see-it/#post-608904
Best regards,
Vinay
Hi –
I’m trying to get my instagram feed in my color section to have no space on the sides. I followed this thread but I still have space on the sides and bottom. Thread
How do I get that space removed?
This is the code the I have inserted
#fwcs .container { width: 100% !important; max-width: 100%; padding: 0; margin:0; }
.av-instagram-item {
padding: 0px !important;
}
Hi,
Great, glad you got it working. Please let us know if you should need any more help on the topic.
Regards,
Rikard
Hi,
I added the first CSS I gave you https://kriesi.at/support/topic/header-not-working/#post-608715 to Quick CSS and unchecked the Shrinking Header option under Enfold–>Header–>Header Behaviour. It’s full width now.
Thanks,
Rikard
Hi,
Please check the very top of your footer.php file.
Thanks,
Rikard
Thanks for your reply Ismael, and sorry for my delayed response.
I just wanted to let you know (and anyone else reading this) that I found my mistake. I had one of the curly brackets the wrong way round, so it caused my code to stop processing at that point. This is the reason why nothing I tried worked. So all of the above solutions would have worked, but couldn’t due to my typo.
I appreciate your help though.
Thank you.
Hi Jordan
I am aware of the ‘Menu and Logo Position’ attributes inside Enfold -> Header. What it is that I am trying to do is get the menu bar to occupy all of the remaining horizontal space with each top menu item getting equal menu spacing.
Regards
Adam
-
This reply was modified 9 years, 11 months ago by
atdm86.
Hey!
No, you’d need to run another conditional (in_category):
if (is_category('slug_category') || in_category('slug_category')) $header['header_position'] = 'header_sidebar';
if($header['header_position'] != "header_top") return avia_header_setting_sidebar($header, $single_val);
Regards,
Josue
Hi!
You can set a custom class to certain elements:
And change the code accordingly:
#top .custom_icon_class .av-icon-char {
width: 120px !important;
height: 120px !important;
line-height: 120px !important;
padding:0;
text-align: center;
}
#top .custom_icon_class .av-icon-char:before{
font-size: 120px;
}
Regards,
Josue
Hi there! I’m DONE! Except…
on one page I have a row of animated numbers which looks great on my phone and desktop. On the tablet the numbers all override each other. Can you help me get it so the font resizes for ipad size?
Hi @all,
since many asked over the years in this forum about an Author Box for ENFOLD, I modified a free plugin by “phpbits”, so that it looks quite clean for this theme.
Since many of the “author box” plugins haven’t been updated for a long time or are just looking “old-fashioned” or have too much “bling-bling”, I decided to use this one:
https://wordpress.org/plugins/wp-author-box-lite/
I modified the CSS for this plugin, so that it looks clean and stylish for my ENFOLD site:
TAB 1:

TAB 2:

Plugin Settings: “show in posts –> below”
There’s also the option to change the color of borders, backgrounds and text directly in the plugin settings page!
Nevertheless, I modified the CSS and added new ones for a “cleaner look”. Feel free to use them for your own site.
I put these CSS in the custom.css file of ENFOLD, so that they are not lost in case of a plugin update!
/* WP Authorbox Lite
===================================================================*/
#wpautbox-below {
margin-bottom: 30px;
}
.wpautbox-socials {
padding: 2px 10px;
}
body .a-tabs .wpautbox-socials {
text-align: right;
}
body .a-tabs .a-tab-container {
box-shadow: none;
}
.wpautbox-socials .wpautbox-icon {
font-size: 12px;
}
.wpautbox-socials .wpautbox-icon:before {
height: 20px;
line-height: 20px;
width: 20px;
}
.wpautbox-socials.wpautbox-socials-colored .wpautbox-icon.wpautbox-icon-facebook {
background: #808080 none repeat scroll 0 0;
}
.wpautbox-socials.wpautbox-socials-colored .wpautbox-icon.wpautbox-icon-facebook:hover {
background: #3b5998 none repeat scroll 0 0;
}
.wpautbox-socials.wpautbox-socials-colored .wpautbox-icon.wpautbox-icon-twitter {
background: #808080 none repeat scroll 0 0;
}
.wpautbox-socials.wpautbox-socials-colored .wpautbox-icon.wpautbox-icon-twitter:hover {
background: #00aced none repeat scroll 0 0;
}
.wpautbox-socials.wpautbox-socials-colored .wpautbox-icon.wpautbox-icon-instagram {
background: #808080 none repeat scroll 0 0;
}
.wpautbox-socials.wpautbox-socials-colored .wpautbox-icon.wpautbox-icon-instagram:hover {
background: #3f729b none repeat scroll 0 0;
}
.wpautbox-socials.wpautbox-socials-colored .wpautbox-icon.wpautbox-icon-pinterest {
background: #808080 none repeat scroll 0 0;
}
.wpautbox-socials.wpautbox-socials-colored .wpautbox-icon.wpautbox-icon-pinterest:hover {
background: #cb2027 none repeat scroll 0 0;
}
.wpautbox-socials.wpautbox-socials-colored .wpautbox-icon.wpautbox-icon-rss {
background: #808080 none repeat scroll 0 0;
}
.wpautbox-socials.wpautbox-socials-colored .wpautbox-icon.wpautbox-icon-rss:hover {
background: #ff8300 none repeat scroll 0 0;
}
#wpautbox_about {
margin-top: 6px;
}
.a-tabs #wpautbox_about h4.wpautbox-name {
font-family: Oswald;
letter-spacing: 1px;
margin: 0 0 15px;
text-transform: uppercase;
}
.wpautbox-author-meta {
padding-left: 140px;
}
.el-icon-user:before, .el-user:before,
.el-icon-list:before, .el-list:before
{
padding-right: 5px;
}
ul.wpautbox-post_type-list.wpautbox-latest-post li {
list-style-type: none;
margin-left: 0;
}
ul.wpautbox-post_type-list.wpautbox-latest-post li:before {
content: "\f054";
font-size: 16px;
font-family: FontAwesome;
color: #dbc37a;
padding-right: 8px;
}
ul.wpautbox-post_type-list.wpautbox-latest-post {
margin-left: 0;
margin-bottom: 0;
}
.wpautbox-avatar .avatar {
height: auto;
width: auto;
}
/* hide date
body #wpautbox_latest-post .wpautbox-date { display:none; }
*/
—————————
@Mods: hope it is okay to post this here. I’m NOT the plugin author, I just modified the CSS for the use with my ENFOLD. But perhaps some day Kriesi creates a better one for our beloved ENFOLD ;-)
-
This topic was modified 9 years, 11 months ago by
BeeCee. Reason: updated CSS
Hey connect4consulting!
Please use the below CSS in Enfold > General Styling > Quick CSS
@media and screen(max-width:900px) {
#header .widget {
left: 50%!important;
top: 70px;
z-index: 999;
transform: translateX(-50%);
}}
Best regards,
Vinay
Hey jaybenkovich!
Please use the below CSS in Quick CSS under general styling in Enfold options :)
body {
border-top: none!important;
}
Regards,
Vinay
sorry to bother you but can you tell me how to get rid of the little bit of black at the top of these pages.
Thanks