It would be great if you added a shortcode for social sharing, like that I made here: http://timhere.com/showreel/
But, If you will make it, please add the icon of vk.com – vkontakte (have a on fontello)
Hi,
i encountered a little bug. Lets say you install woocommerce plugin. The plugin installs some sidebards/widget areas. Now i create i custom widget area with enfold and use it on my contact-page.
now when i decide to uninstall woocommerce, all its widget areas are gone. the problem is, that the content of MY custom widget area is messed up. in my case, i had the contents (recent posts) of another area on my contacts page where a google map should have been
can anyone confirm that?
Simon
Hello,
first of all, the ENFOLD theme is really great!
I would like to implement a web site showing a bar containing the page title with a sub menu. When the page is scrolled down this bar should be fixed at the top of the browser window.
A good example is http://www.devexpress.com/Subscriptions/Reporting/
Is it possible with ENFOLD (or any other theme you provide) – and how?
Best regards,
Stefan
Hi,
i’ve just purchased Enfold theme, but all there is only a de_DE.po / .mo wich is also translated in GB…
Impossible to Traduce it in FR…
i’ve tried to copy it and save as fr_FR via poedit (my wp-config lang is fr-FR) with traduction but no way….
Any idea ?
Thanks a lot
No, but you can read http://wpml.org/documentation/translating-your-contents/ – it will explain all WPML features/options.
Just one configuration step which is “theme related” – you need to configure the theme options for each language – i.e. you can set a different logo, different colors, different copyright text, etc for each language. Just select the current language from the language dropdown in the admin panel; the theme name will change – eg to Enfold (DE) if you select German – then you can configure & save the options for the German website. Then select another language and configure the options for this language, etc.
Is there a manual on how to make a multi language website based on Enfold?
I installed the plugin and wasn’t sure which table I was to reset so I chose them all (hopefully I didn’t break the internet.) After that happened I had to re-activate the Enfold theme and re-import the dummy content, but alas I was left with the same problem as before. Here’s a SS of my tables: https://www.dropbox.com/s/vrbk7sokn3ynr86/Screen%20Shot%202013-07-17%20at%208.52.39%20AM.png . Again, I’m a newbie to WP so this is like rocket science to me. If you want, I can email you my WP login details if you need/want to take a gander at it.
Please try following fix – open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesslideshow.php and replace
if(trim($content) != "") $content = "<div class='avia-caption-content'>".wpautop(ShortcodeHelper::avia_remove_autop(trim($content)))."</div>";
with
if(!is_string($content)) $content = (string)$content;
if(trim($content) != "") $content = "<div class='avia-caption-content'>".wpautop(ShortcodeHelper::avia_remove_autop(trim($content)))."</div>";
Tbh we did not test this plugin with Enfold. Enfold uses the “Avia Layout Builder” which (probably) works similar to the “Visual Composer” plugin and I guess you don’t need to use a separate third party plugin to create page layouts. However you can try to install & use the Visual Composer and the chances high that it will work just fine.
Hi,
Misread your post. My bad. Thought it was a Chrome only problem. Now I see it.
Please add the following CSS
@media only screen and (min-width: 768px) {
.flex_column.av_two_third {
width: 64.6%;
}}
You know there is a setting in the backend in Enfold > Theme Options > General Settings called Responsive that has 2 widths, one 1030px and one 1210px. You should change to 1210px since you have enough room for it.
Thanks,
Nick
1) I’d recommend to use: WPML. Enfold supports this plugin and we’re collaborating with the WPML devs (we can work with them if we find bugs, etc.). Other translation plugins (like qtranslate, etc.) are not supported.
2) I’d recommend a text widget – you just need to insert the contact form shortcode into the text field and then save the widget. You can generate the contact form shortcode by using the “Magic Wand” icon on the post editor page. Then copy/paste the code into the text widget field.
I could reproduce the issue and we’ll fix it with the next update. For now open up wp-contentthemesenfoldincludeshelper-template-logic.php and replace:
function avia_search_query_filter($query)
{
with
function avia_search_query_filter($query)
{
if(is_admin()) return;
thanks and except to comment out the code as you mentioned, should I also load the css that that includes the code below? If so, how?
@font-face {
font-family: 'entypo-fontello'; font-weight: normal; font-style: normal;
src: url('http://c.fujianshipbuilding.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot');
src: url('http://c.fujianshipbuilding.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?#iefix') format('embedded-opentype'),
url('http://c.fujianshipbuilding.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff') format('woff'),
url('http://c.fujianshipbuilding.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf') format('truetype'),
url('http://c.fujianshipbuilding.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.svg#fontello') format('svg');
}
.avia-font-entypo-fontello{ font-family: 'entypo-fontello'; }
Hi Guys,
Im getting this error on the top above my slideshows in the portfolio section:
Warning: trim() expects parameter 1 to be string, array given in /home/gekkosho/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow.php on line 443
Hello,
I’m not a programmer, so I’m not sure about this point… so I would like to ask you before I will break my layout.
Is it possible to use the Visual Composer plugin with Enfold? Because it offers some nice elements I would like to see in your layout designer, too. And perhaps there are some compatibility issues?
Thanks & regards,
Martin
To add revolution slider as another option.
Mail chimp signup would be great. I see its already on the feature to come list but I vote for MailChimp :-)
Also love to have ‘Load More’ with portfolios and blogs :-)
Before and After image effect like the link below.
http://3clicks.bringthepixel.com/metromenu/design-audits/
Great for showing image retouching
that sounds great, Dude! Thanks for that good information, I will wait for it.
Hey!
Great, glad it works now :)
Regards,
Peter
Yes – this should be possible. Just copy/paste the font face code into a css file and change the url paths to your cdn. Obviously you need to make sure that the font files (located in /wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/) exist on the cdn server. Then open up wp-contentthemesenfoldconfig-templatebuilderavia-template-builderphptemplate-builder.class.php and delete/comment out:
$output .= AviaHelper::load_font($element);
I hoping someone may be able to help, as Feedblitz are saying this problem is coming from my source feed.
My feed is filling up with posts called “Triggered comment_post”. Sometimes it’s an “admin triggered comment_post”.
I can’t figure out where they’re originating from. Is there a function in Enfold that could be contributing?
Cheers,
Laney
Actually I’m also missing the content slider and we’ll implement it in a future update (see https://kriesi.at/support/topic/enfold-feature-requests – it’s already on the “So far requested and accepted” list). I can’t give you an ETA though. It definitely requires some work to transfer the slider from Corona to Enfold and we’ll probably not use the “old” content slider script from Corona but the new Enfold “post slider” script to build the content slider element.
hey,
i do not talk about author avatars… the icons for post formats are NOT shown in the blog single author (page template or page element)
please compare :
– your demo page : http://kriesi.at/themes/enfold/blog/blog-single-author-full versus
– my demo page : http://tasoskoukouvitis.com/enfold/blog/blog-single-author-full
do u understand? please check what’s wrong…
thx!
Hi, to speed up the website, I just wonder if it is possible to host the entypo-fontello files on the CDN?
@font-face {
font-family: 'entypo-fontello'; font-weight: normal; font-style: normal;
src: url('http://www.fujianshipbuilding.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot');
src: url('http://www.fujianshipbuilding.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?#iefix') format('embedded-opentype'),
url('http://www.fujianshipbuilding.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff') format('woff'),
url('http://c.fujianshipbuilding.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf') format('truetype'),
url('http://www.fujianshipbuilding.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.svg#fontello') format('svg');
}
.avia-font-entypo-fontello{ font-family: 'entypo-fontello'; }
Hey!
Open up enfold/js/avia.js and replace
avia_header_size();
with
//avia_header_size();
Regards,
Peter
Hey!
Open up wp-contentthemesenfoldconfig-woocommerceconfig.php and delete following code
//get the sidebar
if(!is_singular())
get_sidebar();
Regards,
Peter
If you want to pull the archive description into the shop template open up wp-contentthemesenfoldconfig-woocommerceconfig.php and replace
add_action( 'woocommerce_before_main_content', 'avia_woocommerce_before_main_content', 10);
with
add_action( 'woocommerce_before_main_content', 'avia_woocommerce_before_main_content', 10);
remove_action( 'woocommerce_archive_description', 'woocommerce_product_archive_description', 10 );
and
echo "<div class='template-shop content ".avia_layout_class( 'content' , false)." units'><div class='entry-content'>";
with
echo "<div class='template-shop content ".avia_layout_class( 'content' , false)." units'><div class='entry-content'>";
woocommerce_product_archive_description();
So I really like Enfold and I’ve written all the content on the homepage and other pages using the demo. I’ve tried designing it to the best of my abilities and I think it looks OK, but I need the website to reflect Top-Quality web design as that is what my business will be about. I’m not a coder or web designer (and I don’t really know what a coder is? what’s the difference?) so I’m thinking of hiring someone to do it.
Is this often necesary after buying a theme if one wants it to stand out and look it’s best? or is it overkill? How much am I expected to pay if I outsource the work? What key aspects/elements of building a website should I focus on when working with a web designer? Should I look for an expert on WordPress? Php? html? or web-design in general?
Anyway, here it is… let me know what you guys think of the website itself, specially the overall look, and if you guys think it would help to outsource for best results.
Thanks!