uff, that sounds not good. What do you suggest in my case?
Hi,
Does Enfold have the possibility of a hover-zoom (to see enlarged details of image) on portfolio items. I’m looking for the functionality that you have in the product page of the Abundance Ecommerce template.
Or do you know of a plugin that would work in Enfold to achieve this?
Thanks!
The avia map widget is very basic and you can’t i.e. add different locations to it. If you want build advanced maps without taking care of code modifications I recommend to use this plugin: WP Google Maps. I tested it with Enfold and it’s very intuitive & easy to use and it integrates well into our theme. You can create an unlimited number of maps & markers, re-size the maps, etc.
Hey!
You can try: http://wordpress.org/plugins/wp-charts/ – I tested some charts with Enfold and they look pretty neat.
Regards,
Peter
There’s no need to exclude the file. Just create a “shortcodes” directory in your child theme folder and copy the shortcode file you want to overwrite (by default all files are located in wp-contentthemesenfoldconfig-templatebuilderavia-shortcodes) from the parent theme directory to the child theme “shortcodes” directory. Then modify the shortcode php code as you like. Afterwards insert following code at the very end of the child thrmes functions.php
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
function avia_include_shortcode_template($paths)
{
$template_url = get_stylesheet_directory();
array_unshift($paths, $template_url.'/shortcodes/');
return $paths;
}
Note that Enfold does not support theme files of other themes. You can’t i.e. simply copy the portfolio template from Replete or Propulsion into the Enfold folder but it requires some custom work to implement new features.
Hi,
After upgrading to ENFOLD 2.1 and then to WooCommerce 2.0.14, the WooCommerce shop base page is using WooCommerce’s style now and it messes up with that of ENFOLD.
I tested with the previous version of ENFOLD and WooCommerce and didn’t find this issue.
What I need help with is, how can I restore ENFOLD’s styling? or How can I make sure that any of the plugins installed don’t mess up with ENFOLD’s style settings?
Thank you,
1) Please update your theme to version 2.1. The “old jquery version” issue was fixed in Enfold 2.0 which includes the latest version of layerslider (4.6.0) and according to the plugin authors this version is fully compatible with jQuery 1.10.x.
2) If this doesn’t help please deactivate ALL plugins except bbpress and WooCommerce and check if the issue still persists. If not a plugin conflicts with the theme. Activate them one by one to find the culprit.
Hi Yigit,
I have pasted the code into the Quick CSS in the Enfold theme options under styling. But when viewed on my Android phone the slider is still displayed.
Cheers Vicki
I would like to see charts & graphs shortcodes like here
or here
http://demos.artillegence.com/limitless/shortcodes/charts-graphs/
Thanks in advance :)
Hey,
You have version 2.0.1. Please update to Enfold 2.1.
Regards,
Ismael
Hey,
@yutakaemura: Domo arigatou gozaimasu. :)
Cheers,
Ismael
Hi,
You have disabled mobile menu in CSS, please try adding this code to custom.css file or into Quick CSS in Enfold theme options page under Styling
.responsive .mobile_menu_tablet .main_menu { display: block; }
Regards,
Yigit
Hi,
Please add following code to Quick CSS in Enfold theme options page under Styling
@media only screen and (min-width: 480px) and (max-width: 767px) { div.ls-wp-fullwidth-container { display: none; } }
Regards,
Yigit
I dont see anything attached? I’m looking for this page/section: http://kriesi.at/themes/enfold/features/#tab-id-2
Which is the second tab called, “Style Generator”.
I created Japanese translations:
http://www.emurasoft.com/pub/enfold-ja.zip
I hope this will help someone!
Thank you for adjusting date format on v2.1!
I still found a missing place at:
line 72 of enfold/includes/loop-author.php
the_time(‘d M Y’)
should be
the_time(get_option(‘date_format’))
Thank you!
Hi ahauber,
I can assure that by itself the contact form does work :) With 9,000 copies sold of the theme we would have a few more reports if it flat out didn’t work.
Typically there are a few things that can cause it to not work on an individual server. The first is to make sure the email address used is one based at your domain. Eg (Email address hidden if logged out) . Many servers have spam protection that will not allow mail to be sent out if it is being sent from an outside domain like @gmail.com or something like that.
Your host may also not allow you to use the php mail function in which case you would need to try using smtp instead: http://wordpress.org/plugins/wp-mail-smtp/
So first thing to try is change the email address the form gets sent to/originates to a domain hosted one. Next, try using an outside plugin like Contact Form 7 to test your servers mail function (or just talk to your server). If need be, use the smtp mail plugin.
Regards,
Devin
Hello Devin,
Ok, I updated to Enfold 2.0.1 and the main menu items are still messed up in Safari. ;-(
Please, if you have a moment, can you log into Safari and see what I’m talking about? You have to click on one of the menu links to see what I mean. Some turn “bold” and others do not. Very odd. http://goo.gl/lNogs8
If you want to see what it’s supposed to look like, view it in Firefox browser.
Thanks a bunch Devin. I know these support tickets cost $. I try not to get carried away.
Sincerely,
Pat
I had faced the same issue, and this fix works a treat, thanks Kriesi.
I also tried to see if I could have the js folder read from my child theme so that I don’t have issues with future Enfold updates, but I couldn’t get it to work. Is it possible to move the js folder in a child theme and have it reference properly?
Hi,
Please be sure you installed the latest version of Enfold (2.0.2).
Regards,
Josue
Hey there, I purchased the theme recently and believe I installed everything correctly but unfortunately I am unable to locate the, “Style Generator” to change the background colors of my site?
I have tried going to: Dashboard > Styling which leaves me on the “Enfold Theme Options”, the only thing there is Import dummy context, front page settings, logo, favicon and google analytics.
There is an option on there to “Show all options” which turns the url from:
/wp-admin/admin.php?page=avia#goto_styling
to this: /wp-admin/admin.php?page=avia#
In other words the link does not do much..?
The backend side tab labeled, “Enfold” when clicking on it takes me to the same page..
Any help on how to access the Style Generator would be helpful, thanks.
Hi,
Please add following code to Quick CSS in Enfold theme options page under Styling
.pricing-table li.avia-pricing-row small { color: white; opacity: 1; }
Regards,
Yigit
It has 777 and has both the enfold.css and index.php.
Hi Doremus,
Please add following code to Quick CSS section in Enfold theme options page under Styling
@media only screen and (min-width: 916px) and (max-width: 989px) { div.main_menu { right: -17%; } }
This should solve it. it will move to menu to right on screens smaller than 989px
Regards,
Yigit
Hi Katharina,
Please add this code to Quick CSS section in Enfold theme options page under Styling
#top .mega_menu_title img { width: auto; }
Regards,
Yigit
Dear Sir,
Congratulations for your Enfold Theme. It’s simply great, but I’m sorry to tell you that your Contact Form does not work. It confirms the sending but I do not receive any copy of the mail I have send.
I have tried many times with different mail accounts but it does not work.
So please have a look to your contact form and inform me about what should I do.
I have read that many people complain about that, so I ask you to launch an Enfold Theme Update correcting the bugs, for people that are not developers like me.
Many tanks in advance for everything and with my best regards, Adolfo
For your info, the url example is – http://ejemplo.responwebdesign.com/contact/
Adolfo Hauber Torres – Based in Madrid
Hi xyzb,
Unfortunately it would require a bit more in depth changes to separate out the nav by itself but you can request the additional option for a future update in the feature request topic here: https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Devin
Hi,
Please add following code to custom.css file or into Quick CSS section in Enfold theme options page under Styling
.avia-icon-list .iconlist_title { font-size: 20px; }
.main_color .iconlist_content { font-size: 14px; }
.avia-icon-list li { padding: 0 0 10px 0; }
Regards,
Yigit
Hi,
You can try adding this code to custom.css file or to Quick CSS section in Enfold theme options page under Styling
div.slide-content { padding: 10px; }
div.slide-entry { box-shadow: 0 0 8px #888888; }
.avia-content-slider .slide-entry-wrap { width: 98%; left: 1%; }
Regards,
Yigit