Hi, Devin
#111111 is not correct.
I have changed the background color to #ececec, but it does not work.
I did it at below;
WordPress admin>Enfold child>styling>general>body background color
Regards,
Hojoon Cho
Hi,
Edit the Blog Post element, choose Multi Author for Blog Style.
Or go to Enfold > General Settings > Blog Style, choose Multi Author.
Regards,
Ismael
Hi,
You change the Theme Color on Enfold > Styling.
Regards,
Ismael
Hi Devin,
I just want to mention that I have the same problem as Jeeves describes. I’m using version 1.7.1. Enfold with Enfold 1.0 Child theme.
Cheers
Hi,
Edit wp-contentthemesenfoldframeworkphp function-set-avia-frontend.php, find this code on line 128:
$post = get_post();
Replace it with:
$post = get_post( $id );
I’m honestly not sure if this is the proper way to fix it but it works.I already asked this question myself to Kriesi and the rest of the support team. Let me tag them.
Regards,
Ismael
Hi,
You can add something like this on your custom.css or Quick CSS.
#header_main {
border-bottom-width: 5px;
border-bottom-style: solid;
border-color: red;
}
Change the border color.
Regards,
Ismael
I am using WP 3.5.2 with Enfold 1.7.1
New, fresh install, no modules, no dummy data, etc.
When I click on Style, and choose one of the predefined color styles, the colors, links, etc does not change.
I also installed in on another test dummy site, with dummy data installed. Same thing happens, selecting on the of the predefines, does not change any color or backgrounds.
All folders have 0755 and proper file permissions.
Am I doing something incorrectly or something I should check?
Hi,
Go to Appearance > Widgets, look for Sidebar Blog then supply it with widgets. You can also create a custom widget area then assign it on a page or post.
Regards,
Ismael
Request – Remove default > please put text here in the text area in the icon box.
I like the iconbox but when you just want to use for example the icon + title and not use the text area beneath it. The text > please put text here keeps appearing even if i delete it ( this happens when I change the icon symbol )
Hey,
Glad you figured it out. :)
Cheers,
Ismael
I have no idea how, but today it works. I didn’t change anything!
Consider it resolved I guess!
Thanks,
Laney
I’d like to chip in my vote for the following:
1) Support for the “read more” markup in pages (not just posts)
2) A secondary horizontal custom menu for sub-content that we don’t want in the main top menu or its dropdowns.
3) Advanced layer slider needs to be more responsive. This might not be Kriesi’s responsibility, but it’s a huge selling feature of the theme that drew me to purchase it. The slider’s WYSIWYG editor doesn’t quite reflect “real life” as the layouts in Chrome and FireFox seems to be “hit-and-miss” needing us to manually move slide layer elements around and hope they’re in the right spot on our visitors’ screens. The responsive elements should follow what Liquid Slider had done where instead of shrinking down to a postage-stamp size, it would rearrange or vanish accordingly.
You can include a secondary option for retina with something from: http://css-tricks.com/snippets/css/retina-display-media-query/
I’ve edited your previous posts and will mark this resolved for now. The css tricks retina trick is basically just duplicating what you have now for the background image except you will use a higher res image and it will only take effect on retina.
eg:
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
/* Retina-specific stuff here */
#top .social_bookmarks_tumblr a {
background: url(.......uploads/custom/apple-retina.png) no-repeat center;
}
#top .social_bookmarks_tumblr a:hover {
color:#fff;
background: url(........uploads/custom/apple-hover-retina.png) no-repeat center;
}
}
Alright, so I have half the problem solved and was simply a matter of updating to the latest version of the plugin. Sorry about that – not an enfold issue.
I am still having the issue of content on Shop homepage being inserted above the main content column, instead of within it. Again, the shop homepage:
http://karenhume.ca/shop/
Appreciate your help.
Glad Dude could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
How do I make the thick underline show on all of the pages in the section instead of just on the first one?
I think Nick misunderstood what you were trying to do. The image file route is your best bet to have simple images that can be used with a social plugin that allows you to choose the images for the buttons.
The issue you’ll run into is that css doesn’t exactly translate to something like photoshop or gimp. The css will give you hints but the actual effects will just need to be re-created by eye.
I like this layout: http://kriesi.at/themes/enfold/blog/ so similare to this i want to edit right side bar but dont know where to edit?
Hi,
Here I see author round image: http://kriesi.at/themes/enfold/blog/blog-multi-author/
but for my post the image is grey http://suiciderescue.se/blog-multi-author/
even if I have a gravatar and the round image IS visible here: http://suiciderescue.se/author/admin/
Also, for right sidebar, how can i edit so that i dont have anything except the contact form:
http://suiciderescue.se/blog-grid/
i.e where can i edit what to display here, like I want perhaps to keep categories but not the content below..
Thanks!
Alright, I think the mystery is finally solved. I use Go Daddy for my hosting and have Website Accelerator enabled which is caching my site through different ip’s. I have disabled the accelerator for the moment and we are getting changes just as needed with the styling. Thanks for your help anyway. Consider this problem solved.
Rick
Hi,
I just tried to update through ftp to 1.7.1 with horrific results (http://dev.giulianacucinelli.com/). Both the child theme and the main one are totally messed up. Any clues?
thanks!
Enfold Theme – how do I get the thumbnails in a gallery to have a uniform poportion (eg: maximum height)? Please reference: http://pancho3.com/portfolio-item/131/
Thank you!
Hi Guys,
My first request would be a masonry layout for the gallery and blog.
I’m very happy with the theme so far!
Thanks for the tip but it doesn’t change the page. The textboxes are too tall and there is too much vertical space between textbox elements. It renders perfectly with other themes but Enfold is perfect for us in every other way. How do I make this form work with the Enfold theme?
The page in question (after clicking the ‘share your prayer request’ button is: http://www.gatewaychurchtest.net/prayer-engine/
thanks!
should I download it again from theme forest?
Have tried everything I can think of at this point. No plugins are active and still can’t get a simple color change on header. Becoming a bit frustrating at this stage. I did not think this would be that difficult a task.
I have 6 files named “config.php” in the edit theme area.
Enfold: config.php (config-bbpress/config.php)
Enfold: config.php (config-gravityforms/config.php)
Enfold: config.php (config-layerslider/config.php)
Enfold: config.php (config-templatebuilder/config.php)
Enfold: config.php (config-woocommerce/config.php)
Enfold: config.php (config-wpml/config.php)
Which “config.php” would I add the code to? My guess is the “config-templatebuilder/config.php” but I do not want to make any changes before receiving developer input.
I have to totally agree with DigitalMedia. The blog styling could really use some improvements. Probably the only area in theme that I’m not crazy about. Perhaps the upcoming magazine style will help and possibly masonry style. And it would be nice to have an author block. Not sure why this isn’t included.
Outside of that, my only dislike in the theme is the lack of Load More function for portfolio and blog. This is so required in modern themes and should be provided as an option, instead of pagination. This really affects sorting in a portfolio. Hope this will be considered. Thanks.
hello
whenever I open the website using ENFOLD theme by a Galaxy iTablet PC the browser crashes. On all other sites the browser works fine… What could be the reason for this?