The idea is nice but the function doesn’t work – it is buggy. I adjusted the URL string as directed by Ismael to remove unwanted characters being left in the title when sharing to LinkedIn. Apparenlty it doesn’t pass the image – just the text. The title still has characters attached when sharing to LinkedIn.
I think it would be good for someone to go through and test all of these to ensure they work. My client enabled Jetpack and disabled the Enfold social share.
Please test thoroughly and fix.
Thanks
I’ve been studying the thread below for clues as to how to go about showing a different color on table column headers:
https://kriesi.at/support/topic/pricing-table-different-colors-on-each-collumn-header/
From the inspector I can see how the class id and CSS work but I have one perhaps dumb question. Is this user creating 4 separate tables to achieve this effect? Cause that’s what it looks like. If I’m missing something and there’s a short explanation for how to achieve this particular table style please share. I’ve seen other Enfold users attempt to do this but mostly they paint the same color on every column header across the entire row.
I want to duplicate this style on this page: http://www.premierfloorcare.com/services/service-plans/
Thanks,
Frank
Hi Yigit,
I tried that but with no luck :(. Try selecting over and below the logos and you’ll see a gap on the bottom. I designed the logos the same way as the enfold demo.
Thanks!
Chris
Hey VVV!
Please update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
and try deactivating all active plugins and check if that helps. As far as i know, no other user reported such issue
Best regards,
Yigit
Hi!
Please go to Enfold/config-templatebuilder/avia-shortcodes folder and edit portfolio.php file
Best regards,
Yigit
Hi!
Thank you for using the theme.
Right now, you can only select the layout of the masonry element on the Size Settings. Play around with the settings to see what suits you best. Regarding the gap, configure the masonry element then look for the Gap between elements setting.
In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Regards,
Ismael
Hi srmathis!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .fullsize .template-blog .post .entry-content-wrapper, #top .fullsize .template-blog .blog-meta { float: left; }
#top .fullsize .template-blog .post .entry-content-wrapper { width: 80%; }
#top .fullsize .template-blog .blog-meta { margin-right: 25px; }
Best regards,
Yigit
Hi set70!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
p.form-allowed-tags {
display: none;
}
Cheers!
Yigit
Hey connect4consulting!
Thank you for visiting the support forum.
Roboto font is already available on Enfold > General Styling > Heading font. If you want to use it as Body font, add this on functions.php:
add_filter( 'avf_google_content_font', 'avia_add_content_font');
function avia_add_content_font($fonts)
{
$fonts['Roboto'] = 'Roboto';
return $fonts;
}
Select the Roboto font on Enfold > General Styling > Defines the Font for your body text.
Cheers!
Ismael
Hey SzymonDomagala!
Thank you for using the theme.
Unfortunately, this particular request is beyond the scope of support and is not a theme related issue. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
You can try plugins like the following:
https://wordpress.org/plugins/m-wp-popup/
https://wordpress.org/plugins/wordpress-popup/
https://wordpress.org/plugins/optin-revolution/
Regards,
Ismael
Hi!
Thank you for the update.
You’re using an old version of the theme, 2.4.1. Please download the latest version 2.9.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Note that updating might break some of the elements of theme so you have to configure them again or recreate them from scratch.
Best regards,
Ismael
Hi!
This issue with the blog setting has been taken care of on the latest patch of the theme. You can now use the advance layout editor for your blog. Set it on Enfold > Blog Layout > Blog Style. I reset the blog setting and the duplicated title on the breadcrumb is not showing anymore. Please check: http://www.premierfloorcare.com/2014/07/bone-dry/
Remove browser cache then reload the page a few times.
Regards,
Ismael
Hi NickyCheese!
You are currently using an old version of Enfold. Please update Enfold theme to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
You have more control over header options now. Please see – http://vimeo.com/channels/aviathemes/91837491
Regards,
Yigit
Hey ertzgeir!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.blog-meta {
display: none!important;
}
Best regards,
Yigit
I need a icon to be added to the default icons of the site.
I downloaded it from the fontello site but before I press upload on the admin panel I want to make sure it does not remove the current default fonts and just adds to the available ones?
Let me know if that is what is does or do I need to download a full set that has all the icons I may be using in the theme already i.e it is not possible to just add one or two icon but you need to replace all of them
EDIT: Or do I need to export the current json of the them to the fontello site and then add the icon I want then download the new archive?
Hello,
I set up a child theme and everything seemed to be working properly…until I logged out. I am unable to log back in when the Child Theme is activated. Login just won’t accept my password.
Here is what I have in the functions.php file for the Child Theme:
<?php
/*
*Enfold Child Theme Functions File
*/
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Alegreya SC’] = ‘Alegreya SC’;
$fonts[‘Alegreya’] = ‘Alegreya’;
return $fonts;
}
add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{
$fonts[‘Alegreya SC’] = ‘Alegreya SC’;
$fonts[‘Alegreya’] = ‘Alegreya’;
return $fonts;
}
Thank you for any help with this.
Eisa
This is a basic question. I have created a number of pages, e.g. Job posters, Local, but they are not appearing in the menu bar below the logo bar in the header – only the page I am on. What am I missing? Also the page I am on is prefixed ‘Protected:’. Can I remove this without making the page public. Also can I disable the page name in the logo bar?
Many thanks
Hi there, I just got the theme last week and have a few questions… I’m really struggling to get the homepage put together and looking right.
1) With the layout builder, I can only seem to get my social icons in a vertical line. Is there a way to get my social media icons in a horizontal line? And then also into a box in the sidebar?
2) On the fullwidth easy slider, can I change the dimensions to make all pictures the same size?
3) I found in another thread some custom code to take out the border on the header. I input it and nothing changed. Any thoughts on what I did wrong???
4) Is there a way to take the link out of pictures? I don’t want every pic to offer a link when hovered over.
Thanks,
Beth
-
This topic was modified 11 years, 8 months ago by
bethiebfit.
Hi Ismael, et al,
As I recall when Enfold posted the release with the Advanced Layout Editor, people were having trouble with the Blog page. The instructions from Enfold were to leave the field “where do you want to display the Blog?” blank, which I did. And it worked. So I didn’t forget. That was deliberate.
But it’s a moot point, because I tried leaving the Enfold display Blog field blank and I also tried changing it to “Blog” and the duplicate titles show up either way in the Chrome browser.
A very similar problem emerged with the Ninja Forms plugin a while back. You gave me a PHP fix, but then subsequent to that fix you put out another update which seemed to fix the problem. But this isn’t related to a plugin because I disabled the plugins and the problem doesn’t go away.
I’ve seen other people on this forum with similar problems. One person was using Woo Commerce as I recall, and there was a PHP workaround. I think this is more generic. As I said previously, the only workaround I have at the moment is simply to turn breadcrumbs OFF in the post.
If you have a quick little PHP fix for functions.php I’d be happy to try it out.
Thanks,
Frank
When Enfold theme is enabled the Location field for ACF does not load it’s map and I’m not able to type anything in. Any ideas on how to work around that?
I’m having the same problem as this post – https://kriesi.at/support/topic/problem-with-maps-plugin-advanced-custom-field/
Basically when Enfold is enabled, I cannot do anything with the specific location field in the backend of this post. This is an Enfold conflict as when I change the template I am able to work on his post fine in the backend.
Hi!
You have this rule on your child style.css:
[data-av_icon]::before { content: none; }
Remove it and the icons will come back.
Cheers!
Josue
Hi!
Enfold does not add the image title to the surrounding link element. If you want to add use the image title as link title insert this code into the enfold or child theme functions.php file:
function add_custom_script(){
?>
<script>
jQuery(window).load(function(){
jQuery('a img').each(function(i){
var img = $(this),
img_title = img.attr('title'),
link = img.parent('a'),
link_title = link.attr('title');
if(typeof link_title == "undefined") link_title = "";
if(typeof img_title == "undefined") img_title = "";
if(img_title != "" && link_title == "") link.attr('title', img_title);
});
});
</script>
<?php
}
add_action('wp_footer', 'add_custom_script');
Regards,
Peter
Hey!
You can try it. The Enfold 404.php template can be found in wp-content/themes/enfold/404.php. We didn’t test it and we can’t support this customization. The page builder is currently not supported on 404 pages.
Cheers!
Peter
Hi denisdetaeye!
Probably the ” Product Add-ons” extension registers a new product type which is different from the default WooCommerce product types and thus it breaks our related products section. I recommend to contact the plugin author – maybe he can provide some tips how to rewrite the default “Add to cart” button code of our theme so that it works with his extension (it can be found in wp-content/themes/enfold/config-woocommerce/config.php and it’s wrapped into a function called avia_add_cart_button()). If he can’t help you you can either remove the related products section with php code (insert it into the functions.php file of the child theme or the Enfold parent theme):
add_action('after_setup_theme','avia_remove_related_products', 10);
function avia_remove_related_products()
{
remove_action( 'woocommerce_after_single_product_summary', 'avia_woocommerce_output_related_products', 20);
}
or you can try to hire a freelancer/coder who can dig into the extension code and customize the extension and/or theme files for you.
Best regards,
Peter
Hi mercury9!
Insert this code into the child theme functions.php or enfold/functions.php file:
add_action('admin_print_scripts', 'avia_gravity_forms_admin');
function avia_gravity_forms_admin()
{
echo "<style type='text/css'>";
echo "#toplevel_page_avia { display: none; }";
echo "</style>";
}
It will hide the menu item on the admin page.
Best regards,
Peter
Hi MrNayals!
Tbh I’m not sure if this is really a bug or an intended behavior. I’ll report it to Kriesi though. For a quick fix open up wp-content/themes/enfold/js/shortcodes.js and replace:
if(!value.match(/^(\d)*$/))
with
if(!($.isNumeric(value)))
Cheers!
Peter
Hi alwo!
Yes you can use a filter to change the thumbnail size – insert this code into the child theme functions.php (or enfold/functions.php) file:
add_filter('avf_magazine_settings', 'avia_magazine_thumbnail', 10, 2);
function avia_magazine_thumbnail($atts, $magazine){
$atts['image_size']['small'] = 'square';
return $atts;
}
You can replace “square” with another thumbnail size like: ‘masonry’, featured’, ‘featured_large’, ‘portfolio’, ‘gallery’, ‘entry_with_sidebar’,’entry_without_sidebar’,extra_large’ or “magazine”
Best regards,
Peter
Hello ,
I would like to know why the picture in the parallax slider from theme preview http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/
so blurred ( left side – original | right side – slider ) : http://clip2net.com/s/iCElse ?
How to make sharp ?
using Firefox Mozilla
thank you
-
This topic was modified 11 years, 7 months ago by
Yigit.
Hallo Team !
ich denke daran, Woocommerce zunächst als reinen Katalog zu nutzen, um es dann später bei Bedarf in einen Shop umzuwandeln. Hierfür gibt es die Erweiterung “Catalog Visibility Options”, siehe http://www.woothemes.com/products/catalog-visibility-options/
Meine Frage: Wird diese Erweiterung auch mit Woocommerce in Enfold funtionieren ?
Ich würde das nach Möglichkeit gern wissen, bevor ich die Erweiterung für $ 49.- kaufe.
2. Was ist in diesem Zusammenhang mit dem “German Market” Plugin ? kann man das dann auch später nachinstallieren ?
Grüße, Waterman
English translation by Googleand me :) :
Hello team!
I think about using WooCommerce as a pure catalog, to then later convert it to a shop if necessary. For this purpose, there is the Extension “Catalog Visibility Options”, see http://www.woothemes.com/products/catalog-visibility-options/
My question: Will this extension work with WooCommerce in Enfold?
I would like to know, if possible, before I buy it for $ 49.-
2 What is in this context with the “German Market” plugin? Can i re-install it later?
Greetings, Waterman