Hi Fabiana,
1) We don’t have any experience using the CodeStyling plugin so there isn’t much we could do if it isn’t working correctly. The theme does support translation with PO files but it only has built in support directly for WPML from a plugin standpoint.
2) I’m not clear on what you mean.the slider with the thumbnails is showing on my first visit and scrolling up or down doesn’t cause it to go away on my end.
3) I don’t believe so no. Not all shortcodes are currently stackable. Kriesi plans on adding support for more of them to be nested like that but right now it isn’t supported.
Regards,
Devin
Hi zannah,
In the main Theme Options go to the Footer tab. Change the column count to 4 and then save options. Now you can go to the wordpress Appearance>Widgets area and drag and drop widgets to the Footer – column1, column2, column3 and column4 widget areas to fill out those columns with widgets.
Regards,
Devin
The kind of adjustment you are looking for is quite a bit beyond what we could assist with via support since it will need to re-do the template and change quite a bit of the css including responsive tweaks and cross browser tweaks.
If you trying to do something like this http://kriesi.at/themes/enfold/blog/blog-single-small/ , that is already part of the options available however.
This is more of an FYI than a problem, but I was having problems with shortcodes from 3rd party plugins showing up blank when utilizing inside a text box within Layout Builder. on a whim, I disabled the “Use Google Libraries” plugin and everything works fine. I searched through the forum and issues with “Use Google Libraries” plugin shows up several times, so there is a definite conflict there. Hope this helps someone. Great theme though! I just switched from Avada as it was buggy (widgets kept disappearing)… loving Enfold so far!
Hi skosmer,
1) You can change the comment settings from the main wordpress core options. Go to Settings>discussion.
2) Customization like that would need to be done with css or modifying the php files from the theme.
3) Do you mean the Latest News widget like on this page: http://kriesi.at/themes/enfold/blog/ ?
Regards,
Devin
@ Ismael
OK found a post with this code:
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
.responsive #top #main .sidebar {display:block !important; clear: both; }
}
It works when I enter it into Quick CSS, but it doesn’t work when used with the style.css in the enfold-child theme :-(
it works, thanks for your great job here.
best regards
I deleted WP super cache, the old wp super cache cannot be find problem a month ago. Deleted other files as well and reinstalled it.
It works fine now.
http://blog.blue2x.com/ << tried adding a footer in the homepage and it works.
http://blog.blue2x.com/blog/ << still not visible
in single posts it works now.
Did I made a mistake creating a page called blog , left it blank . Activated display footer n socket.
Then on enfold settings > where do you want to display your blog > blog .
I also deleted old plugins ( folders ) that I didn’t use.
Question:
How can I add multiple variation images? Currently, from what I can see, you can only add variation image for the main picture of a product. I have multiple angles photographed of product variations, but when you select a color – Only the main image variation changes, the multiple angles/photos/views of product should update also.
Example:
-Main Product is Red
-4 Red Images are shown
–Select Blue Variation
–Main Variation Image Can be Set and Updates to Blue when variation is selected
–3 other images remain Red
Is there a fix for this? I purchased this plugin for $12 that claimed to do the trick, no deal, it sucks with enfold.
Anyone?
InfiniteWP installed on nginx doesn’t work with standalone WP with Enfold theme installed also on nginx. 502 error. How can I fix it?
Nick,
I see the post. They are telling me to use shortcode. Are you telling me that I can change the header in enfold with this plug in? Please explain slowly ;)
Thanks, Jas
Hi,
I am having problem with the “home” button on my website, when i click on it. it send me to the Enfold website.
Is there any way I can change it into my own “Home” page?
Thank you
Hi Nick,
Thanks for the info.
I deleted Corona (after backing up) and then disabled all my plugins. I activated them one by one, checking the page as I went (which was the same as the demo after disabling the plugins) and it looks like Google Analytics for WordPress plugin is the culprit. http://yoast.com/wordpress/google-analytics
I can just add my tacking code into the Enfold Theme Editor instead, but am surprised that this one caused the conflict.
Many thanks, Siobhan
Hi,
Edit footer.php, find this code
$kriesi_at_backlink = apply_filters("kriesi_backlink", " - <a href='http://kriesi.at'>Enfold Theme by Kriesi</a>");
Regards,
Ismael
Hi,
If you are looking to upload a logo with taller dimension. You can add something like this on your custom.css or Quick CSS
/*header with social icons: */
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 200px; line-height: 200px; }
Specify the height and the line-height of your logo.
Regards,
Ismael
How do I remove the Enfold theme by Kreisi from the socket.
Thanks
Mike
Hi,
The menu will switch as a Slide Out Menu or a Drop Down Menu when viewing on mobile devices. It is the only way to make it responsive. You can select the option on Enfold > Header > Responsive Header Main Menu.
Regards,
Ismael
Hello,
I have a few questions with regard to the blog page. I have a enfold and the enfold child theme installed.
1. How do I center a feature image on a post page?
2. How do I display only the category of the post, but not the breadcrumbs or “Blog post-“?
3. How do I remove the picture hover of the feature image?
4. How do I display Date and Author rather than date and comments in the grid layout?
Thanks. Appreciate the help.
I purchased a prayer request plugin that renders perfectly when used with other themes. With the Enfold theme, however, the lower portion of the form is chopped off. Please see the following page: http://www.gatewaychurchtest.net/prayer-engine/ In order to see the affect, you must press the “Submit Prayer Request” button. The form appears with the lower part missing. Again, the pluggin works fine with other themes. How can I reduce excess white space, line spacing, padding, etc. so that the rest of the form renders properly?
Hi,
The Enfold uses the standard 12px – 13px font size. You can easily change it on your custom.css or Quick CSS.
body {
font-size: 15px;
}
Glad you fix the issue. :)
You can add a featured request on this one: https://kriesi.at/support/topic/enfold-feature-requests
If you like the template please send us a testimonial: https://kriesi.at/support/topic/your-testimonials-on-our-front-page-a-unique-chance
Regards,
Ismael
Hi,
I tested this on Google Chrome and it works on my end. Do you have Enfold 1.7? Please upgrade the theme.
Regards,
Ismael
I don’t see anywhere in the documentation, but to have options like in the Demo http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/ (Top area and two parallax/fixed backgrounds on down the page) THNKS as one my Many FAVS in this incredible KRIE$I Work!
#WOW
THNKS
-Sterling
Hi David,
You would need to create a separate print stylesheet that will re-design the page how you want it for print. There isn’t currently one included with the theme.
See the following for a quick reference on the topic: http://coding.smashingmagazine.com/2011/11/24/how-to-set-up-a-print-style-sheet/
Regards,
Devin
Hi,
Some videos can’t be embedded if the person who made them chooses that option. Is it that certain pages do no display any video or that certain videos simply will not display anywhere?
Please add the css below to your /css/custom.css OR to Quick CSS located in Enfold > (Theme Options) > Layout Styling … the text area at the bottom of that page.
Here is the css to move the video. You can change the number from -500 to 500. It was at 0px, Try 40px first as i have it set now..
.avia-video-16-9, .js_active .avia-iframe-wrap {
right: 40px;
}
Thanks,
NIck
Hi,
Please update to Enfold 1.71.
This is the current color of the ghost font
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
color: #777 !important;
}
The disappearing message I believe is fixed in the updated theme.If not here is the css that takes care of it
.ajaxresponse {
overflow: visible !important;
}
Thanks,
Nick
Thanks, formateins, I have already found a good plugin and it works fine. I’m not so perfect in coding ;-)
My solution:
https://kriesi.at/support/topic/enfold-comments-on-pages
sorry, it works fine with this code – there where problems saving my file to FTP.
If someone needs this, too: the code above is right and works fine!
Utilize your brain… on posts/pages you may leave a comment (displaying the comment form). Just create a page (or post), name it guestbook, put a few lines above and there ya go. Depending on the page-id-selector you may also format the display of comments to your needs.
No plugins required. :)
Hi,
where/in which file can I change the meta info of the frontpage/home, where I have a blog post overview section?
I would like to change only the meta info (comments, date) there and not on a single post.
I would like to change “/” to “|” and to change the date with the comments.
Thanks.