This reply has been marked as private.
Why would I get this error when opening the Transition Builder?
Warning: file_get_contents(/hermes/bosoraweb103/b1020/ipw.coresa/public_html/finalsmoke.net/wp-content/themes/enfold/config-layerslider/LayerSlider/sampleslider/sample_transitions.js) [function.file-get-contents]: failed to open stream: No such file or directory in /hermes/bosoraweb103/b1020/ipw.coresa/public_html/finalsmoke.net/wp-content/themes/enfold/config-layerslider/LayerSlider/builder.php on line 14
Apparently the file sample_transitions.js does not exist?
Also, are there any tutorial videos for the LayerSlider?
Hello dude
“Please try to deactivate all third party plugins except WPML.”
Sorry but it’s unthinkable, I have 12 live multinetwork sites and all the plugins are wide network actived!
I’m using the very last version of WPML
And there is something strange with you portfolios categories and WPML:


Hi, when using the Enfold gallery, the caption/title of an image shows up with the thumbnails, but not when the image is enlarged in the lightbox. Any way to add the caption/title there (just like the standard wordpress gallery has it)? thanks!
Hey cyrusis!
Do you have the latest version of Enfold? It has been optimized for hatom entry.
Please refer to these links:
https://kriesi.at/support/topic/google-hatom-errors/
https://kriesi.at/support/topic/hatom-feed-errors-solution-for-enfold/
Regards,
Ismael
Hi stacyr311!
Thank you for using the theme. I hope you’re doing great.
1.) Please add this on Quick CSS or custom.css to change the hover color of main menu:
.header_color .main_menu ul:first-child > li a:hover {
color: red;
}
2.) Please hire a freelance developer to add the hover effects. You can find a lot of tutorials for image rollover.
3.) Please refer to this link: http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
Best regards,
Ismael
Hey cbcolvard!
Thank you for using the theme. I hope you’re doing great.
You can add something like this on Enfold > Header > Phone Number or small info text field:
<a href=”tel:123456789″>123456789</a>
Please add a social icon so that we can inspect it on mobile view.
Regards,
Ismael
Hey AntonNovikov!
Add this code into the enfold/functions.php file to remove the cart:
add_action('init','avia_child_theme_setup');
function avia_child_theme_setup(){
remove_action( 'ava_main_header', 'avia_woocommerce_cart_dropdown', 10);
}
Best regards,
Peter
Hey gerry3211!
Maybe a third party plugin removes them? Try to deactivate all plugins except WooCommerce and check the results. Also make sure that you use the latest version of Enfold (2.5.4) and WooCommerce and that no custom code (css/php) interferes with the tabs.
Regards,
Peter
Hey!
Yes exactly. Enfold doesn’t use page templates to build the layout but it just inserts shortcodes into the content which then embed the shortcode output (you can find the shortcode files in wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/). The template file ( wp-content/themes/enfold/template-builder.php ) is just a wrapper which queries the shortcode/template builder content and outputs it.
Best regards,
Peter
Hi CivilC!
If you can reset your database (=delete database) without loosing your work I recommend to install this plugin: http://wordpress.org/plugins/wordpress-reset/ and then re-import the dummy data afterwards (Enfold > Theme Options). Make sure you install the latest version of the theme (2.5.4) first.
Best regards,
Peter
Hi Roy!
Thank you for using the theme. I hope you’re doing well today.
Please download the latest version 2.5.4 of Enfold to fix the video integration with color sections and sliders. You can use the color section element to create a full width page. If you’re not happy with the container width, you can adjust the grid units on css > grid.css file. Another simple trick to increase the width of the container is to insert a Color Section then add a unique css id selector on “For Developers: Section ID” field. Add an id like “chaos-section” for example. Use this on Quick CSS or custom.css:
#chaos-section .container {
width: 100% !important;
}
Cheers!
Ismael
Hey!
No, RSS doesn’t allow you to send emails. The user needs a special rss reader plugin/software which checks the RSS channel from time to time for new entries and if a new entry is available it will notify the user. I.e. Chrome supports some RSS plugins like: https://chrome.google.com/webstore/detail/rss-feed-reader/pnjaodmkngahhkoihejjehlcdlnohgmp
If you want to send out email newsletter you must install a special plugin like: Tribulant Newsletter Plugin or My Mail. Maybe you can also find a good plugin in the wordpress plugin repository: http://wordpress.org/plugins/
If you just want to add a rss link/icon to your website I recommend to use the “social icon” option (Enfold > Theme Options > Header) to add an rss icon to the social link bar. The widget is imo not required and the “social icon” solution is better for the performance.
Regards,
Peter
Hey!
Thank you for using the theme. I hope you’re doing well today.
Please refer to this link if you want to add your own icons: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Cheers!
Ismael
I noticed LayerSlider has a new version out (version 5) that includes an interface overhaul. I haven’t been a big fan of the interface and have had a much easier time with Revolution Slider in the past than I have been having with LayerSlider.
I am curious what the lag time typically is between the plugin being updated and it being included in the theme. Any idea when you guys plan to update it in Enfold?
On a related note, if I were to purchase the plugin separately, could I copy it into the LayerSlider folder in layerslider-config and start using it early? Or does Kriesi do some customization to get it integrated into Enfold?
Hi papernapkinmarketing!
Thank you for using the theme. I hope you’re doing well today.
The latest version 2.5.4 of Enfold includes a better video integration with the slider and the color section. Please download it on your themeforest account then update the theme via FTP. Watch this video by Devin: https://vimeo.com/channels/aviathemes/67209750
Did you add any plugins prior to the issue? You might want to deactivate them, see if the issue persist.
Cheers!
Ismael
Hey shggmbh!
1) No, afaik Kriesi can’t distribute the exact same content because of license reasons (stock image license, video license, etc.). However I’ll mark this thread for him in case he can send you the demo content somehow. Kriesi added some demo content to the latest update (2.5.4) which demonstrates the new features. If you can reset your database without loosing work I recommend to install this plugin: http://wordpress.org/plugins/wordpress-reset/ and to re-import the dummy data afterwards (Enfold > Theme Options).
2) Can you post a link to your website/slider please – I need to check which transition(s) are 2D and 3D on your website to reproduce the issue.
Regards,
Peter
Hey!
Yes, you can modify the archives template. Open up wp-content/themes/enfold/template-archives.php and replace:
query_posts(array('posts_per_page'=>8, 'post_type'=>'portfolio'));
with
query_posts(array('posts_per_page'=>-1, 'post_type'=>'portfolio'));
I’m not sure about the plugin though. Please ask the plugin author if it supports custom post types and how you can configure it for portfolio posts.
Cheers!
Peter
Hi!
Please try this code and insert it into the enfold/functions.php file:
add_filter('avf_portfolio_sort_first_label', 'avf_change_portfolio_sort_first_label', 10, 2);
function avf_change_portfolio_sort_first_label($first_item_name, $params) {
if(defined('ICL_SITEPRESS_VERSION') && defined('ICL_LANGUAGE_CODE'))
{
switch(ICL_LANGUAGE_CODE)
{
case 'en':
$first_item_name = "All";
break;
case 'de':
$first_item_name = "Alle";
break;
}
}
return $first_item_name;
}
Then replace en and de with the language shortcuts of your translation(s) and instead of “All” and “Alle” insert the translated text.
Best regards,
Peter
Is it possible to set up multiple seller accounts that each have their own payment gateway methods that will run under one woocommerce online store in enfold?
I’d like each of my members to have their own independent stores within my site.
Thanks!
Hey waterwalk!
Hope you’re feeling well today! Thank you for using the support forum.
Can you please give us a link to the website? Post the login details here as a private reply.
Regards,
Ismael
Hi jhennigar!
Thank you for using the theme. I hope you’re doing well today.
There has been a lot of framework updates since Choices. You can’t do the same thing with Enfold. Please refer to this link: https://kriesi.at/support/topic/google-adwords-tracking-after-form-has-been-submitted/
You can use the Contact Form 7 plugin.
Best regards,
Ismael
Hi!
1) Füge diesen Code in functions.php ein:
add_filter('avf_form_mail_field_values', 'avia_change_checkbox_return_values', 10, 4);
function avia_change_checkbox_return_values($value, $new_post, $form_elements, $form_params){
if($value == 'false') $value = 'Nein';
if($value == 'true') $value = 'Ja';
return $value;
}
2) Mit diesen CSS Code:
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
color: #919191;
}
und den Farbwert #919191 entsprechend anpassen :)
3) Danke. Wir werden diesen Fehler mit dem nächsten Update verbessern. Wenn ihr es jetzt schon anpassen wollt müsst ihr die Übersetzungsdateien mit Codestyling bearbeiten – siehe: https://kriesi.at/support/topic/translator-plugin-in-enfold/#post-222120
Regards,
Peter
Hey park13!
How are you? I hope you feel great today. Thank you for the question.
The facebook plugin looks ok when I resize the browser. You can change the “Interesting Links” widget on Appearance > Widgets. Look for the Footer – Column widget areas. Define the number of footer columns on Enfold > Footer > Footer Columns.
If you already add the image as “Featured Image” then you don’t have to add it on the page or post editor using the “Add Media” button. Please use this plugin to manually resize the thumbnail: http://wordpress.org/plugins/simple-image-sizes/
Regards,
Ismael
Hi!
Thank you for using the theme. I hope you’re doing well today. You should probably ask the plugin author of the Events Manager plugin. Enfold is not fully configured to work with the Events Manager plugin. If you like to experiment, you can try the Revolution Slider plugin which is compatible with Enfold. Again, I’m not sure if is compatible with the Events Manager shortcodes.
Best regards,
Ismael
Hey!
How are you? I hope you feel great today. Thank you for the question.
I checked the website but there is no section with an id like “client-success”. Please edit the Color Section then place the id on “For Developers: Section ID” field.
Please refer to this link: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Regards,
Ismael
Hi fgrippe!
How are you? I hope you feel great today. Thank you for the question.
You need to use a social plugin like AddThis or Socialize then their shortcode on a Text Widget. You can also generate the Icon shortcode on a test post or page then use place the actual shortcode inside the Text Widget.
Regards,
Ismael
Hey David!
Looks like you managed to move the social icons like the screenshot. You can add the hover background on the social icons using this on Quick CSS:
#top .social_bookmarks_facebook a {
color: #fff;
background-color: #37589b;
}
Regards,
Ismael
Hi guys,
So after 4 hours of painful attempts to fix this authorship issue, I’ve lost my mind. I looked up all of the tutorials online and I swear, none of them are applicable to Enfold. I find similarities in the code, but I can’t solve this on my own and desperately need some assistance.
Every bit of help out there suggests to edit single.php and adjust classes for things like the_time, the_author, etc. So I tried to do this to the best of my abilities, but no luck. The code used in enfold isn’t the same as all of the fixes people provide.
Here are the errors I get from google (scroll down): http://goo.gl/epFyAo
The following code is found in loop-index.php.
This is the code I see that might be for the: Error: Missing required field “updated”.
echo "<span class='post-meta-infos'>";
$markup = avia_markup_helper(array('context' => 'entry_time','echo'=>false));
echo "<time class='date-container minor-meta updated' $markup>".get_the_time(get_option('date_format'))."</time>";
echo "<span class='text-sep text-sep-date'>/</span>";
And here is the code I see that might be for the: Error: Missing required hCard “author”.
echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." ";
echo '<span class="entry-author-link" '.avia_markup_helper(array('context' => 'author_name','echo'=>false)).'>';
echo '<span class="vcard author"><span class="fn">';
the_author_posts_link();
echo '</span></span>';
echo '</span>';
echo '</span>';
echo '</span>';
echo '</header>';
Can someone please tell me what to change to fix these issues? I really tried to do this on my own, and this is my last resort.
Thanks for your help!
-
This topic was modified 12 years ago by
cyrusis.
Great. The form fields are now the correct colors.
The initial table style you wrote did not work, but I was able to make the table background transparent by making a small change to your code.
Here is what worked (I moved the word table to the right side, instead of table#fstable)…
#fstable, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
width: 285px;
line-height: normal;
font-size: 100%;
vertical-align: baseline;
border-collapse: True;
background: transparent !important;
}
The word “important” is important :) It overrides something we cannot find apparently.
And a small thing – the select field (to choose a state) has a very light vertical bar at the far right. No biggie but would like to get rid of it. You can see that bar in the state field here – http://www.finalsmoke.net/order-form-1/ , but it does not exist in the state field in my page before using Enfold here – http://www.quithere.com/fsmokewp/order-form/
Thanks for your help so far, and hope we can solve it all the way!