Hi DoGrinDigital!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.fixed_header.social_header #main {
padding-top: 91px;
}
Best regards,
Yigit
Hi saundra!
Regarding the front page, that comes with the dummy content that you can import after enabling Enfold.
For the Blog excerpts, have you tried using a manual excerpt.?
Cheers,
Josue
Hello enfold, I want to change the font color on the questions for the FAQ accordian on the individual and couples pages of my website:
http://integrativeportlandtherapist.com/?page_id=2440#toggle-id-1
Can you help me do this?
Thanks,
Tim
This reply has been marked as private.
Option to build your own color scheme would be great.
What are the settings for the partner/logo element on the enfold live demo front page? My container is displaying 3x the height as the demo.
Thanks.
AnonymousInactive
Hello Kriesi Team,
I am wondering what your recommendations would be for a plugin that allows users to subscribe to my WordPress news feed via email. I’ve been looking at using Feedburner to manage the email subscriptions and found this tutorial (http://docs.appthemes.com/tutorials/redirect-wordpress-feed-feedburner/) but, before implemention, I would your feedback to make sure it will work robustly with the Kriesi Enfold theme.
Also, is there a Kriesi recomended plugin that manages feed subscriptions via email, mailing lists, and has the capability to do newsletters?
Thanks,
Chris
How can I have my initial blog page look like this one: http://kriesi.at/themedemo/?theme=enfold
Under my Blog Post page I have selected “Excerpt with Read More Link” However I still have full blog posts showing on my http://planningforever.com/blog
Thank you in advance!
Hey mgerenser!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.image-overlay.overlay-type-extern .image-overlay-inside:before { display: none; }
Best regards,
Yigit
Hi Brandon!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .main_menu .menu li ul ul {
left: 207px; }
Cheers!
Yigit
We bought the Enfold theme last week, and we’re having a few issues getting it running. We’ve tried on multiple browsers (Chrome, Firefox, Safari) and on both Mac and PC platforms, but have the same issues.
1) When adding content using the Avia builder, I often don’t see my changes in the builder, I usually have to save and reload the page to see my changes.
2) When typing, I can’t see what I’m typing – the text is selectable, and after I type I can select and see what I’ve typed, but that’s no way to build a 60-70 page site.
3) Is there a way to customize the backgrounds on menus or tabs? We’d like certain elements to be certain colors, rather than one color across the board.
4) How do we make the photo slider full width as shown in the demo? Here is a link to our site: http://staging.lakewaleschamber.com/
Thank you for any help you can give.
-
This topic was modified 12 years, 3 months ago by
dkiessling.
Thanks for the response, that s what I thought.
So I made a new layout for certain posts, then I rendered a page with the parallax effect, then copied the code an inserted it in the new layout I made. This requires a little work and I could describe it more in details if someone needs it but now I have a parallax effect for some of the posts I want that use that custom look.
I can now make a handful of looks where there is a large parallax background on the top of some of the posts. When a post is about “Restaurants” for example, I pick the layout that has the parallax effect with a large image of the inside of a restaurant. When I have a post about a movie theater I pick the layout for posts with a Large theater background image…maybe an idea to incorporate in a future version as custom posts layout is really helpful
Hi,
Thanks for the css, but you havent answer to my menu and cart icon issue yet. I paste it here once again:
About the header meta menu issue and cart icon: it is very strange, that all of you 3 see the site OK, I looked at the site on 3 different computer in Firefox and Chrome also, and another person on different place too, everybody says, that the issues are still there. Only I see the changes when:
I deleted the menu, made a new one, saved it again, in Firefox I see it OK, but in Chrome not, other people also not.
The cart icon is not visible in Firefox, in Chrome I found it, but it is slided out right.
The next day the menuitems are missing again in Firefox also!!!
I made a page on my site with some screenshots about the issues.
http://neske.miveskonyv.hu/screenshots/
Please check the screenshots!
On other of my sites with Enfold everything is OK. I don´t understand!!!
Thanks, Regards
MCGawain
Hi!
It should appear once you are displaying them but please add following code to Quick CSS in Enfold theme options under Styling tab to disable the animation
.avia_transform .avia-testimonial .avia-testimonial-image { -webkit-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
opacity: 1; }
Best regards,
Yigit
There’s no prob with Enfold overall. It’s by far the most advanced theme currently available anywhere with a custom framework (!). It’s got lesser options to mess around with compared to other themes, but this is for a good reason. Themes with custom frameworks (even those with some modified Options Framework fork) are quite a bit harder to understand than regular themes. The Avia Layout Builder is just one part and it is neccessary to render the page contents in a more or less different way than WordPress may support it with the core API.
Also, nesting objects is a tough part and Enfold doesn’t support this out of the box. It can be done, but I guess a lot of people will run in unpredictable probs with that. This doesn’t stick to Enfold, it’s a major hurdle on WordPress. Nesting plain and easy shortcodes is one thing. Processing serveral layers of shortcodes with dozens of attribs and layouted/formatted contents way different.
As a conclusion, you shouldn’t think about modifying an existing theme if you don’t have enough PHP knowledge. This raises furthermore, if the code is well shaped and object oriented.
As answer to this thread:
The blog can be easily modified by css. There’s no need to touch any of the source files at all. But by default, some views (selectable in builder) won’t provide a featured image in single view. A quick look at the corresponding file shows exactly, where the $thumb is placed and what to do. If you got some pretty much decent PHP/WordPress knowledge. As for the thumb sizes itself… well… Enfold generates a lot of different sizes. It’s easy to modify a existing or add a new thumbsize within functions.php.
Note:
You shouldn’t mess up your installation (and it is definitly messed up). Start fresh and always have a clean backup copy of the database. None of your so called errors/bugs occur on a newly installed WordPress with Enfold. Create a concept instead of messing around with features and stuff – this leads nowhere. Start easy and try to modify the simple tasks by css.
As a personal hint I would recommend using a real CMS instead of a sloppy and pity blog solution for your project. But this could be even more complicated…
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .fullsize .template-blog .post .entry-content-wrapper { max-width: 100%; }
It should look like this http://i.imgur.com/szgzRXs.jpg
Best regards,
Yigit
Hi derek62!
You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.avia-content-slider .slide-image { height: 200px; }
It will set the height of images to 200px
Best regards,
Yigit
Hi chryseis!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.single-post .template-blog .blog-meta { display: none!important; }
If that does not work, please post the link to your website
Regards,
Yigit
Hi segalmedia!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
1)
#av_section_1 { background-color: #f2f2f2; }
2)
.content { padding-bottom: 10px; }
Best regards,
Yigit
Hi nonasnonas!
I am 99.9% sure that all these issues will vanish once you update your theme from version Enfold v.1.3.1 to the latest version 2.4.2. You are currently using quite old version and there have been many bug fixes as well as awesome improvements :)
You should login on ThemeForest with the account you have purchased Enfold and go to Downloads section to download it and update via FTP
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Regards,
Yigit
Hi!
Actually it can be done with a plugin but it seems like Kriesi blocked it. I’m not sure if this limitation is intentional or just an oversight but you can definitely bypass it. In /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contentslider.php replace
'content' => ShortcodeHelper::shortcode2array($content),
with
'content' => ShortcodeHelper::shortcode2array($content, 1),
and the content slider should process any shortcode you want to use within the content slider text. I’ll mark this thread for Kriesi in case he wants to change it in the next version.
Cheers!
Peter
Hi Marco!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.big-preview.single-big {
padding: 0;
}
Cheers!
Yigit
Dear kaMai,
The Enfold theme is the well theme, because it allows to create nice looking site. The support team is correct here and they try to help patiently to use themes for all buyers. Please, be correct with them a little. For example, I wait support answer here more than 3 days, but I understand, there is no margins between support and develop questions. Actually, I read this forum every day and usually I find answers here. Yesterday I tried to understand, what you asked https://kriesi.at/support/topic/blog-views-why-so-complicate/#post-192477, but I couldn’t, sorry. The Enfold blog section is the strong (best) part of theme. It is pity you cannot create the blog as you need.
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
div .av_one_half { margin-left: 2%; width: 49%; }
They will not be 560px wide anyway. You should go to Enfold theme options > General Settings and choose Responsive Layout Large
Cheers!
Yigit
Hey!
Changes are done. Please review your website. You can find the custom CSS code i added in Quick CSS section in Enfold theme options.
Best regards,
Yigit
Hey!
Changes are done. Please review your website. You can find custom CSS code i used in Quick CSS section in Enfold theme options
Cheers!
Yigit
Hey!
You can add following code to Quick CSS in Enfold theme options under Styling tab
dt { padding-right: 5px!important; }
That should fix it.
Best regards,
Yigit
Hey finessecreative!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1)
.value_verifier_label { bottom: 6px; }
2) Can you elaborate? Because if i understood you correctly, it does work fine on my end
Regards,
Yigit