Other information : when I try to put the movie in my own server directory like : http://www.ethicall.fr/wp-content/themes/enfold/movies/ethicAll_Happy_Consultant.mov
And I try to integrate this url into the Slider Full Screen it does’nt work even for me ! :(
Please help I have an important demo to do and I have chosen your theme particularly for this movie feature. :D
Hello,
I’m a very satisfied Enfold-user but there’s a problem on my home. (see private content for link)
When i click on the link ”view all events” it directs me to a weird page with the enold-logo on top.
Problem for i can see is in the link cause it links to /?lang=en/events/ instead of events/?lang=en/
Is there a way to fix this problem? cause it only happens at homepages with other language than Dutch.
Thanks in advance,
Tim
Hi everybody,
Working on a project, I have been asked to displace the woocommerce “variations and add to cart” block.
I should have a first block containing an image, a second one containing variations (choices) and add to cart, and then a third block containing my product description ect…
I made a (wonderful and I guess incomprehensible) drawing to show you what I need :
http://hpics.li/21806ce
I made research on that, and tried to edit woocommerce templates.
I tried to edit “single-product.php“, moving <php?> blocks inside (depending on the order I want the blocks to appear on my page), placing this file on my /wp-content/themes/enfold-child/woocommerce/template, but the presumed changes don’t appear…
Then I realised that Enfold already contain a “config-woocommerce” folder, with a config.php file.
I guess I have to make my changes in this file, that visibly overwrite the “original” woocommerce templates, but I can’t find what I want in it, I’m a begginer with PHP !
I have been searching for an entire day, et I’m asking myself if I’m not doing something wrong..? I’m not even sure to completely understand how these php templates work…
Any ideas for me ?
Thanks !
p.s : excuse my bad english, I’m french !
Here are some informations that could be usefull :
– WordPress : 4.0
– Enfold parent : 2.9.2
– Woocommerce : 2.2.4
– Hosting : 1&1.fr
-
This topic was modified 11 years, 6 months ago by
wipple.
Hey!
Thank’s for the feedback.
In custom.css or Enfold->Styles->Quiick-CSS Field put the following:
.widget.newsbox .news-headline .news-time{
display: none !important;
}
Best regards,
Günter
Hi!
You just need to set this setting in the Page options, regarding video, here’s a guide on how to use the video backgrounds in Enfold:
Cheers!
Josue
Hi Benjamin!
This will be possible in the upcoming version of Enfold (3.0), which is expected to be released in a few weeks.
Cheers!
Josue
Hey!
Yes that’s possible, if you imported the dummy content look for the Page called “Transparent Header – Enfold”.
http://kriesi.at/themes/enfold/homepage/transparent-header/
Regards,
Josue
Hi,
I need to change the color and size of the page title.
Please let me know how to do this. I do not see any option in Advanced Styling>Edit element.
Thanks
Mohan
Hey Rhoody!
Check out RevSlider:
http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380
It has built-in integration with Enfold.
Best regards,
Josue
Having learned that the Layer-slider only works in full width and can’t be used in pages in the middle of pages with sidebar (without pushing it below the slider, I need a recommendation for a “kind of layer-slider” which can be inserted without any issues into a page w/ sidebar, or a layout element.
It needs to have text and image layers capabilities and a link-option for each slide.
Any suggestions anyone, preferably by someone who is actually using it with Enfold.
Thanks for your help in advanced
Hi!
Thank you for using Enfold.
You didn’t select the front page on the Enfold(EN). Set the home page on Enfold (EN) > Theme Options > Frontpage Settings. http://ingreenci-guide.net/wp-admin/admin.php?page=avia
You can find your previous thread here: https://kriesi.at/support/profile/tanker65/topics/
Cheers!
Ismael
Hey a00109943!
Thank you for using Enfold.
There is only one layer on the slider. Are you sure you added it correctly? Please create a test page then add the dummy sliders. Please watch this video for layer slider basics: http://www.youtube.com/watch?v=WB3Xyc_QDRM
Cheers!
Ismael
Hey Umur!
Thank you for using Enfold.
The first category of the post should be added automatically on the breadcrumb. Please go to Enfold > Theme Options then set the Blog Overview Page as blog page on Where do you want to display blog? option.
Cheers!
Ismael
Hi dplandis!
Thank you for using Enfold.
Try to create a custom widget area on Appearance > Widgets then add the Enfold Latest News widget. Generate the Widget Area element shortcode on a post or page. Copy the shortcode on the tab content. You might not be able to sort the posts by tag though.
Cheers!
Ismael
Hi!
I think you are confusing FontAwesome with Fontello – http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
FontAwesome is not loaded on Enfold by default. This will load it so that you can use
Regards,
Yigit
Hey!
You’re using Enfold version 2.9.2. Please upgrade to WordPress 4.0. Can you please give us access to the plugins? We would like to deactivate the plugins while working on the site, if that’s alright.
Regards,
Ismael
Hi skyline_network!
Thank you for using Enfold.
I tested the image upload and it doesn’t work. Please ask your host to upgrade to PHP 5.4 or higher.
Best regards,
Ismael
Hey evtilsley!
Thank you for using Enfold.
I’m sorry but this is beyond the scope of support. You can vote or post the feature on our Feature Requests page.
Cheers!
Ismael
Hey!
Maybe that’s the problem. Please get a fresh copy of avia.js from Enfold 2.9.2 version then modify it again according to your needs. Replace the old file on the child theme folder.
Best regards,
Ismael
Hey!
Thank you for using Enfold.
I’m sorry but this is not a theme related issue. Have you tried minifying the youtube url? Use this http://tinyurl.com/.
Best regards,
Ismael
Hi InekeWerkt!
Thank you for using Enfold.
Use this instead:
$category = get_the_category();
if(!empty($category))
{
echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." ";
echo $category[0]->cat_name;;
echo '</span><span class="text-sep text-sep-cat">/</span>';
}
Cheers!
Ismael
Hey!
Thank you for using Enfold.
Unfortunately, you can’t apply the masonry layout for category or archive page. You need to modify archive.php and tag.php in order to do that. I’m sorry but this is beyond the scope of support so you might need to hire a freelance developer.
Regards,
Ismael
Hi erikatzen!
Thank you for using Enfold.
You can change the thumbnail size of the single product page on config-woocommerce > config.php. Find this code on line 16:
$avia_config['imgSize']['shop_single'] = array('width'=>450, 'height'=>999, 'crop' => false);
Replace the width then regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
Ismael
Hey!
Different selectors are needed to change the layout of the tab element. You can play around with the css selectors. Change the color values to know which is which. It will help you to a better css inspector. If you have the time, take a short tutorial about google inspector or firebug. I believe I answered the other question here: https://kriesi.at/support/topic/enfold-tab-options-changing-color-and-font/
Regards,
Ismael
Hello
I just got this theme. very versatile.
I ve been trying to translate it to spanish via Poedit but without any success
I just add in wp-config.php the code define(‘WPLANG’, ‘es_ES’); and also visited the lang folder just to make sure that es_ES.po exist in the folder and I was totally right.
But seems to be a missing step that Im not taking because it is not working at all.
Some blogs and tutorials suggest to buy WPML plugin, but after this purchase don’t think this is the way out to resolve my issue.
Thanks in advance for your help
Hey Josue,
Stupid question, but I don’t see options in the Enfold tab… Where can those adjustments be made?
Best regards,
Max Niemann
Hi svreatt!
Thank you for using Enfold.
Please edit config-templatebuilder > avia-shortcodes > section.php, find this code on line 489:
'video_loop' => true,
Replace it with:
'video_loop' => false,
Cheers!
Ismael
Hi Juan!
Thank you for using Enfold.
I checked the site on safari and the slider is working fine. Please set the main menu as Enfold Main Menu on Appearance > Menus panel. In order to migrate the theme successfully and leave the database intact, please use this plugin: WP MigrateDB or WP MigrateDB PRO
Refer to this link for more info on how to properly migrate your enfold website from production to development vice versa:
http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684
Cheers!
Ismael
Hi a00109943!
Thank you for using Enfold.
Use this to change the font color of the tab content:
.main_color .tab_inner_content h4 {
color: white;
font-size: 18px;
}
.main_color .tab_inner_content > * {
color: white;
font-size: 14px;
}
Cheers!
Ismael
Hey hughsieg5!
Thank you for using the Enfold theme.
Yes, that is possible. Use this on Quick CSS or custom.css to adjust the width of the gallery items:
@media only screen and (max-width: 767px) {
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
width: 25%%;
}
}
Best regards,
Ismael