Hi AbacoSoft,
No, not at the moment. Sorry about that but you can request additional features like that in the enfold feature request that is stickied at the top of the Enfold forum.
Regards,
Devin
Hi yucozt,
There were some changes in the past few updates with the layerslider and included files. It was there previously but was removed and is no longer required. So if you previously had the dummy data imported it may have an issue if the files were removed from the server somehow (ie if you deleted the whole folder when updating).
Regards,
Devin
Make it easy to put pages into columns. Image, Title excerpt. That way you can do the three column highlighted pages thing. This functionality was in all the recent themes.
Nick: There are 2 ways you can do this :
1) with a post slider set to not slide; or
2) with the blog set to grid>
I just bought 2 more licenses of the ENFOLD theme thinking I could figure it out eventually.
I just spent a few hours building a new site with it.
Now the Advanced Layout Editor will not work on ANY of my pages.
Do I have to start from scratch all over again?
I am talking about the enfold bult-in page builder and not the wordpress regular visual editor
For the gallery element, can we you add option to display caption under the image instead of on rollover.
Also can you W3C validate the theme.
Thanks!
<Nick: There is no standard yet (next year) so it's
not possible to validate till everyone agrees to a standard.
W3C changes their validator once in a while but nothing is set in stone yet.
I am a CPA offering cloud-based accounting based on monthly bank transactions. I would like a price calculator that would tell my prospects an estimated monthly amount for my services. The price calculator on HubSpot (http://www.hubspot.com/pricing) is exactly what I am talking about. Is it possible to create a price calculator like HubSpot in Enfold? Or is this beyond the scope of the Enfold theme or will require extensive programming knowledge?
Thank you in advance,
Ray
I am new to wordpress and enfold.
I am currently trying to replicate my site to wordpress with enfold theme.
I just have a few questions to start, any help would be greatly appreciated
1. How do I change H1,h2, etc size and font
2. I would like to create a box around some of the text like this http://tinypic.com/r/douxx2/5 how do I recreate this in enfold?
3. I would like to place a graphic line above the footer like here http://tinypic.com/r/33wbj4l/5 Is this possible?
4. I would like to replace the default social icons found here http://tinypic.com/r/xlcbuu/5 is this possible?
Iam new to WP. i am using enfold child theme. because i don´t want the updates mess up changes i made
3 questions
1. How i can get a solid collor progress bars, without de stroboscopic effect? it is possible?
2. Icon box when i use it theres is like a deffault size for them, wich is ok, but in some cases there are to big for the diagramation /lay out i am using in a page, is there an easy way to meake them smaller?
3. I need to use “novecento” font, that is not included in the theme, how can i use it?
My mother tonge is spanish, sorry for the rough english
thanks
Sorted; I chose to not display header with page title and breadcrumb navigation, and added H1 within the main text block instead.
Thanks Dude,
and something final…
i think enfold is seo friendly right?? I need to add aplugin for better seo results, this theme needs it, if is it yes, what plugin you suggest!!
Kind regards,
xrisxal2000
P.S Thanks for the great Support!
Hi,
Please upgrade to Enfold 1.8.2.
You can decrease the padding and the font size when viewing on iPad portrait mode. Add this on your custom.css or Quick CSS
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .main_menu ul:first-child > li > a {
padding: 0 7px;
font-size: 11px;
}
}
Regards,
Ismael
Hi,
1.) You can edit the menus on Appearance > Menus panel.
2.) You can enclose the iconbox shortcode inside an anchort tag then place it inside a textblock shortcode, something like this
[av_textblock]
<a href="http://kriesi.at">[av_icon_box icon='1' position='left' title='IconBox Title' link='' linktarget='no']This is an iconbox[/av_icon_box]</a>
[/av_textblock]
3.) You can manually edit 404.php to change the layout of the 404 page template.
Regards,
Ismael
Hi,
I want to increase the H1 heading font size on internal pages. I’ve tried previous support suggestions of quick CSS changes like this:
h1 { font-size: 34px; }
and
.template-page .entry-content h1 { font-size: 34px;}
But this only affects the H1 on the home page. I want to enlarge the H1 on internal pages – an example page on my site (under construction) is http://welloptimised.com.au/website-optimisation/content-marketing/
Can you please advise how / where I can make that change?
Thanks a lot,
Steve
Hi, i need to change color/transparency of the background for the text in the easyslider.
I can also change font color for slider with a custom css?
image example: https://dl.dropboxusercontent.com/u/36786817/Schermata%202013-07-25%20a%2013.25.23.png
Thanks for support
Afaik the captcha which comes with Enfold is a simple equation – the user has to sum up two values (like 2 + 2 = ?), etc.
I’m not sure why the captcha should be different from language to language because the equation and the solution is always the same?
I didn’t test the code but you can try to insert it at the bottom of functions.php. It will only work if the blog is on the homepage though because the is_home() check will exclude all other pages.
Another vote to support the masonry grid style for galleries please!
Hi.. I dont want to be able to use the advanced layout editor on custom posts… I dont really need that.. I just need to be able to ensure that the loop pulls through the new post type so it shows in the blog feed.. I think this is quite standard but just not sure how.. thought you guys may know as I know how good you all are.. :)
Hey!
1) I’m sorry but the mega menu does not support this modification.
2) Yes, open up functions-enfold.php and remove following line
add_action('avia_ajax_after_save_options_page', 'avia_generate_stylesheet', 30, 1);
Best regards,
Peter
Hey!
1) Insert following code into the quick css field
#top .fullsize .template-blog.template-author .blog-meta {
float: left;
margin: 0 30px 0 0;
text-align: left;
}
2) Go to Enfold > Sidebar and select “Sidebar on Archive Pages” – “right sidebar”.
Best regards,
Peter
The single-cptname.php will work with a child theme and the parent theme and regardless which solution you use it will always load. The include/loop function is not obligatory – Kriesi uses it because it allows the user to customize the wp-contentthemesenfoldincludesloop-portfolio-single.php file within a child theme. The user just needs to create the includes/loop-portfolio-single.php file in the child theme folder and wp will automatically load this template instead of the parent theme file. But if you create the cpt template in the child theme folder youdon’t need to create loop files unless you’ve other reasons (several templates use the same loop template, etc.).
I’m not sure why it doesn’t work in your case but maybe your cpt conflicts with a plugin? Eg WooCommerce uses the cpt “product” too and you can’t easily create a custom template for WooCommerce products because the plugin uses several template_redirect hooks to bypass the standard wordpress template system…
This is just a recommendation and not a “must” – you can place the banner code anywhere you want in header.php. Just make sure it’s after the body tag. I’d recommend to place it below following lines
<div id='header_meta' class='container_wrap container_wrap_meta'>
<div class='container'>
because the “container” div will center and scale the content on smaller screens.
Requested:
Support sorting by tags on portfolios instead of categories
Try re-downloading the theme files first since we are actually up to 1.8.2 at this point. If you can give us a link to your site we can take a look live and inspect the code to see whats going on.
Regards,
Devin
Hi bethperkins,
I’m glad you found a workaround. I’ll tag the topic for Kriesi and he can forward it on to the LayerSlider crew.
Regards,
Devin
Hi duttonstuart,
That is a bit beyond what we can help with via support. Its definitely doable but has a very high margin for small errors which can cause things to not work or be a bit buggy.
Nick did a video integrating the Advanced Layout Editor with custom post type here but the results are not supported as its beyond what Kriesi wrote support for https://vimeo.com/channels/aviathemes/64996057
Regards,
Devin