Hi Gabriel!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia_mega_div .av-special-heading {
margin-top: 0!important;
}
Regards,
Yigit
I have checked this on all browsers, in incognito in chrome and also on other computers that never loaded the site before and I still see the feature image above the title inside the post itself…
Is there anyway to figure this thing out?
When I select an image type post, does the first image that I add to the content is being selected as the featured image if I don’t select a specific featured image?
This is super frustrating but I really appreciate all the help.
Hello,
I recently asked about how to get the forum feature that is showcased in the special pages section of the theme demo.
I have installed BBPress, however it does not follow any styling guidelines that my theme has set up.
Reference:
http://gyazo.com/fc976e22cedf7ed08f39696cd2bd766d
Topics page
http://gyazo.com/5105cd7cb83125261c9e0fabf356e5e5
Actual content page
I’m not sure if there is any styling I need to do or if there is a setting I’m missing somewhere to get the forum to look like the theme demo does. I notice on the theme demo that the forum automatically changes to follow the theme styling options.
Please let me know if I’m missing something / doing something wrong here.
Thanks!!
Hey!
We’re sorry that you’re having this issue.
I think you’re confusing the featured image for the image that is generated by a plugin or added on the content that has something to do with “smugmug.com”. I’m not entirely certain if this is the case but the code that should remove the featured (.big-preview.single-big) is already at work when I inspected the website.

As you can see there is no featured image on top of the post title. Sorry for that fat cat, I’m not sure why it’s added by imgur there.
Best regards,
Ismael
Hi!
It may be some sort of caching on your end, try seeing it in Chrome incognito mode:

Regards,
Josue
Hi,
The Fullwidth Masonry Gallery looks great on a desktop.
However I can’t figure out why images are cropped on the iPhone.
Check this out
Tried to play with the CSS but no result.
Thanks for your help.
Frederic
I have the same problem with a Windows Phone 8.0. It only opens and closes the top navigation-element.
Tried it both with Google Chrome and the native Honeycomb web browser that comes with Galaxy Tab 3. Both had the same issue.
I can test it on an Acer Iconia Tab later tonight and let you know how that worked out as well.
Hi!
Please add following code to Quick CSS
#top .fullsize .template-blog .big-preview.multi-big { margin-bottom: 0; }
Best regards,
Yigit
Hi out there,
is it possible to integrate new images from the mediathek to the top of the gallery? My gallery is very big and when I am adding new images I always have to get every image one by one to the top. I know the button “Sortierung umkehren” but this is changing the whole order.
Thanks in advance.
Warm Regards
Sigmund
Hi!
Does it work fine on other Android devices? Which browser are you using?
I am not really sure that we can troubleshoot this issue as it is a device specific issue
Cheers!
Yigit
Great! It works.
Remains the problem with image and excerpts
http://besos.pw/blog-it/
However, yesterday I’ve posted this https://kriesi.at/support/topic/resources-and-tools-to-change-the-style-of-enfold/
If you answer me I could put an end to these trivial questions about css: D
Hey!
1.) Yes, that’s correct. If you update the theme via FTP and you don’t exclude the style.css, it will be overwritten and the child theme might not work. In that case, you’ll need to change the line that you mentioned above.
2.) Please open a new thread about the grid layout question to prevent this thread from getting off the topic. Just a quick suggestion, you can use the full width masonry element.
Regards,
Ismael
Hey!
Thank you for the link.
I’ll ask Devin and Josue to check this on their end. Please try this on Quick CSS or custom.css:
.avia_mobile #top .av-parallax-section{z-index: 0;}
This is the fix Kriesi provided on one of the topics with the same issue.
Best regards,
Ismael
Hi hellovlad_!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .social_bookmarks { float: right; }
Best regards,
Yigit
Hi Jason!
You have mentioned on your other topic (https://kriesi.at/support/topic/highlight-sidebar-navigation-parents/#post-245821) that you have already figured it out. I am closing this one for now. Let us know if you have any other questions or issues
Regards,
Yigit
Please do not create duplicated topics. It is making it harder for us and other users to follow. I replied to you here – https://kriesi.at/support/topic/left-align/ Let us continue there
Closed!
Regards,
Yigit
Hi!
I replied to you here – https://kriesi.at/support/topic/left-align/
I have already provided you a custom CSS code. If that is not what you need, please post a screenshot on your other topic and we will take a look. I am closing this one for now
Regards,
Yigit
Hi!
Please firstly remove all custom CSS code you have added to .subtext, .logo-title and .logo-subtitle classes
Cheers!
Yigit
Hi Ismael,
in connection with a different problem, I found out, that the plugin, which I use for custom css, doesn’t work with content:' ';
correctly. I found out, that there I have to activate a checkbox so that `content: ” “; is possible.
Now your code works. I adapted it in the following way:
.main_color .toggler:after {
content: ” “;
width: 100%;
height: 1px;
border-bottom: 1px solid #e0dede;
position: absolute;
top: 22px;
margin: 0px 0px 0px 20px;
}
.main_color .toggler.activeTitle:after {
content: ” “;
width: 100%;
height: 4px;
border-top: 1px solid #e0dede;
border-bottom: 1px solid #e0dede;
position: absolute;
top: 22px;
margin: 0px 0px 0px 20px;
}
Thank you very much for your important hints.
Daniela
This reply has been marked as private.
Hey!
Please add a Color Section element to your page and give it a custom ID then add following code to Quick CSS in Enfold theme options under Styling tab
#customid .container { width: 100%; margin-left: 10px; margin-top: 50px; }
Best regards,
Yigit
Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) {
.av_phone_active_right .phone-info {
float: left;
margin-top: -35px;
margin-left: 15%; }
.responsive .logo a, .responsive .logo img {
height: auto !important; }
.responsive .logo img { top: 0; }
}
@media only screen and (max-width: 480px) {
.av_phone_active_right .phone-info {
margin-left: 0; }}
Can you post a screenshot of the block?
Cheers!
Yigit
Hi!
Please use following code instead
.html_header_top.html_header_sticky #main {
padding-top: 114px;
}
Cheers!
Yigit
Hello and thanks for the reply.
I have been doing some more testing this morning. One thing I have noticed is that on desktop the site is very fast to load (it’s a VPS server so no speed issues) but on Android it is very slow. This is what makes me think that the css is not loading correctly and why sometimes I just get the page without any css styles applied (not just quick css but the built in theme css).
So, what I did was to try it with W3 Total Cache enabled. I set total cache to build a cache file of all pages/portfolio entries with a longer timeout period. This seems to have helped a lot. I still get some pages where I have to refresh for it to read the css and display correctly but overall it is working much better. Do you think it could be a lag in the css loading times?
Thanks
Andrew
Hi!
Closing this one since you have mentioned on your other topic that you have fixed the issue – https://kriesi.at/support/topic/cant-change-theme-color/#post-245999
Regards,
Yigit
Hi
thanks you so much for your help, i have addes all this to the Quick CSS, can you check it as see if i will mess anything else up.
also i can’t find how to change the TEXT BOX padding / margin.
.content, .sidebar { padding-top: 0px; padding-bottom: 0px; }
/* this is the spacing on the main page */
.togglecontainer { margin: 0px 0; }
/* this is the Accordion box on the page */
.js_active .toggle_content { padding: 3px; margin: 0px; border-color: #d20000; } /* corsa rossa */
/* this is the Accordion content details */
.js_active .toggler { border-color: #d20000; } /* corsa rossa */
/* this is the Accordion title area */
.tabcontainer { margin: 0px 0; }
/* this is the content of the Tab box */
.js_active .tab_content { padding: 5px; margin: 0px; }
/* this is the content of the Tab box expanded */
.js_active .top_tab .tab { border-color: #d20000; } /* corsa rossa */
.js_active .active_tab_content { border-color: #d20000; } /* corsa rossa */
/* this is for the Tab titles and expanded tabs */
.av-special-heading { margin-top: 0px; }
/* this is for the Special Heading text */
.special-heading-inner-border { border-top-width: 2px; border-top-style: none; }
/* this is for the Special Heading line style */
.hr { border: solid #ddd; border-width: 2px 0 0; clear: both; margin: 5px 0px 5px; height: 0; }
.hr span { border-color: #00ffaa; }
/* this is for the Horizontal Rule */
regards
Aleks
https://kriesi.at/support/topic/enfold-theme-overriding-shop-loop-template/#post-245976
.woocommerce span.soldout, .woocommerce-page span.soldout {
z-index: 999999 !important;
}
.soldout {
z-index: 999999 !important;
font-size: 16px;
background: #FF0000 !important;
}
.woocommerce_before_shop_loop_item_title{
z-index: 99999 !important;
}
this is the custom codes i added to ensure that the icon stays on top of the image or it’ll be hidden
http://www.shopelegal.com/new-arrivals/ – working perfectly. however
http://www.shopelegal.com/dress/ – this is not working fine, cause if i didn’t set background to #FF0000 , itll be just plain fonts of sold out here.
Any helps?
Hi Senso!
1- Please see Ismael’s post here to add new Google fonts and font weights – https://kriesi.at/support/topic/add-new-font/#post-234710
2- You can post the link to your website and point out the categories you would like to remove from sidebar widget and we can provide you custom CSS code to do so
3- Can you elaborate please? Screenshot would help. This is how it looks on my local installation http://i.imgur.com/rW7jCuT.jpg
3a- Using custom CSS we can hide the title of second column. Please post the link to your website and point out the title you would like to remove
4- Please see – http://kriesi.at/documentation/enfold/change-the-default-font-size/
If you would like to change the font size of other elements, let us know and we can provide you custom CSS code
5- Please see Ismael’s post here – https://kriesi.at/support/topic/the-blog-grid-is-not-being-displayed-correctly-in-version-2-4-5/#post-210799
you can replace your title with “Blog Grid”
6- Please add following code to Quick CSS in Enfold theme options under Styling tab
.title_container .main-title { display: none !important; }
7- You can go to Enfold theme options > Header > Mobile Menu and check "Hide Mobile Menu Submenu Items" to show submenu items on click
8- You can edit helper-post-format.php file inside wp-content\themes\enfold\includes folder
9- bbPress plugin is fully compatible with Enfold - https://wordpress.org/plugins/bbpress/
10- Please try using this one - http://wordpress.org/plugins/socialize/
Cheers!
Yigit