I also want this, but I see an issue. Letters get cropped: Take a look at the G here: http://i41.tinypic.com/2vd5u9c.png
Hello Devin, I have inserted 📞 into the small infotext field within the enfold theme options, but it is not shown on the page. Firefox displays some kind of a “placeholder”, IE and Chrome ingnores it completly.
I have no plugin and dropin activated (even no bbpress or woocommerce) because i am working on a test implementation.
Hi,
the google ecommerce tracking is not working. The normal tracking is.
I activated all Tracking Code Options and inserted the code into the Enfold Theme Options.
Do you know why this is not working? Is it a know bug?
Thanks, Max
Yes, you need to update wp-contentthemesenfoldconfig-templatebuilderavia-template-builderassetsfontsentypo-fontello-charmap.php too. Some icons are (like the search icon, social icons, etc.) are also used by the theme – the config array can be found in functions.php:
$avia_config['font_icons'] = array(
'search' => '🔍', //36
'standard' => '✎', //6
'link' => '🔗', //40
'image' => '📷', //46
'audio' => '♪', //51
'quote' => '❞', //33
'gallery' => '🌄', //145
'video' => '🎬', //146
'info' => 'ℹ', //120
'next' => '', //190
'prev' => '', //187
'behance' => '', //246
'dribbble' => '', //223
'facebook' => '', //212
'flickr' => '', //206
'gplus' => '', //215
'linkedin' => '', //221
'pinterest' => '', //217
'skype' => '', //238
'tumblr' => '', //219
'twitter' => '', //210
'vimeo' => '', //208
'rss' => '', //98
'mail' => '✉', //5
'cart' => '',
'reload' => '🔄',
'details' => '📄',
'clipboard' => '📋'
);
This is a bug and we’ll fix it in the next update. For now you can fix it by modifying wp-contentthemesenfoldframeworkphpclass-framework-widgets.php. open up the file and replace:
if( $slides != "" && !empty( $slides[0]['slideshow_image'] ) )
{
$image = avia_image_by_id($slides[0]['slideshow_image'], 'widget', 'image');
}
$time_format = apply_filters( 'avia_widget_time', get_option('date_format')." - ".get_option('time_format'), 'avia_get_post_list' );
with
if( $slides != "" && !empty( $slides[0]['slideshow_image'] ) )
{
$image = avia_image_by_id($slides[0]['slideshow_image'], 'widget', 'image');
}
if(!$image && current_theme_supports( 'post-thumbnails' ))
{
$image = get_the_post_thumbnail( get_the_ID(), $image_size );
}
$time_format = apply_filters( 'avia_widget_time', get_option('date_format')." - ".get_option('time_format'), 'avia_get_post_list' );
Enfold will display the language switcher as soon as two or more languages are set up. Afaik no switcher will be displayed if a page isn’t translated (because it doesn’t make much sense and can irritate the user). You can set up WPML based on the official documentation: http://wpml.org/documentation/getting-started-guide/.
The theme doesn’t require any special configuration. Only one additional step is required – you need to configure the theme options (Enfold menu item on the admin page) for each language – i.e. you can set a different logo, etc. Just select the current language from the language dropdown in the admin panel; the theme name will change – eg to Enfold (DE) if you selected German – and you can configure & save the options for the German website. Then select another language and configure the options for this language, etc.
Dear all,
we think of switching our theme to Enfold, but have two questions before:
– Is it possible to add a custom text and picture to the product categorie pages (like in Abundance Theme)? It would be quite useful in terms of SEO.
– Is it possible to use a different slider plugin e.g. the revolution slider?
Thanks al lot!
Hello, how can I add new custom post type on ” Enfold Thema” ?
Hi Nick
Thanks for your response. I have just tried doing the editing on Chrome and that worked perfectly well! Then I went back to edit the same article on Internet Explorer and the “h1” “h2” and “h3” tags got stripped as soon as I went into the “Edit” mode.
So it would appear IE and Firefox are the culprits, although I can’t explain why.
I wonder if you are able to replicate the problem if you try editing using either IE or Firefox.
Cheers
Ivana
FYI, it’s found http://www.entypo.com/characters/ and the number is: 62253
What was the number that gave you the instagram icon then?
I have uploaded and am using the Enfold theme on my website. Every since I have downloaded it I felt like something was different. Today I realized that for some reason my site is not as crisp as what is displayed in the Live Preview from Theme Forest. I have dug through every setting in the theme that I can think of I have not idea why my site doesn’t seem to be “Retina Ready”. Help please?
Thanks, for some reason it only worked when I put the code in the quick CSS, but it’s good to go now.
Thanks much
Hi, I need a error in a page: Warning: preg_replace() [function.preg-replace]: Compilation failed: regular expression is too large at offset 56431 in /home/mulheres/public_html/mulheres_2013/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php on line 584
What this is?
Hi, I’m try to add more icon font, but without lucky. I’ve tried to export new collection from fontello.com and simply replace original files but it results in wrong icons show on my site and no new icons showed in the builder part.
Some more suggestion on how to use different sets of font icons? The .php files into the folder (enfoldconfig-templatebuilderavia-template-builderassetsfonts) contains list of code to use in builder, should I replace with one indexing all the icons exported from fontello?
Thanks for the support.
Hi!
The arrows on the images in portfolio (for switching between images) is not working in internet explorer, only in Chrome and Firefox. The circles at the bottom is working though. I noticed that this goes for your demo site for Enfold too, so I guess it’s not related to just my site. Any ideas how to fix this?
Hi,
Here is the css. Please add it to /css/custom.css or to Quick CSS located in Enfold > Layout .. on bottom of the page. … there is an outline which is not seen, i left it as grey, though you can change it whichever way you want in this css
#top .rounded-container {
background: white;
border-color: grey;
}
Thanks,
NIck
I can’t find the styling option to change the color of heads in Enfold. Please let me know. Thanks!
Hi Wolfie,
Is this using the 1.4 version of Enfold that is on Themeforest right now (the style.css I believe still shows 1.3.1 but its been updated to 1.4) ?
In the mean time, you can use a regular page and use shortcodes to create the same layout the Advanced Layout editor provides.
Regards,
Devin
That is probably the best solution for the grid style view.
Regards,
Devin
Hello. (1) Is there a way to resize the Layerslider in mobile view? The slideshow seems really small as compared to other elements when viewed on a mobile device.
(2) Are there custom modifications made to the Layerslider for the Enfold slideshow? Seems like when I create a new slideshow, there is border or gap on the left and top sides. This goes away if I use the Enfold slideshow. If I create new slideshow, what custom settings are required for the images to appear flush on all sides? There’s obviously something that was added in the Enfold slideshow. Thanks.
Hi there,
Ive been hoping for something similar. The grid I suspect we all cant achieve easily is the 6+ columns by 2+ rows grid where you can rollover a grid box and the client logo’s (in each box) would switch between two states (usually mono to a colour). The grid box might animate out slightly, dim or in some cases flip over but regardless of which there would be a link attached to go to a URL or clients work or a page within the site.
The above is what nearly all creative/portfolio developers supply out of the box and the only way ive been able to get close with Enfold is to create a basic image grid and disable the mouse click functionality (as a photo view would be pointless – it needs to be a link)
Its crude and far from ideal but for now I think its the best option.
Cheers
Andy
Very strange – I’m not sure why this happens. However we’ve a plan B. Download the shortcode file (which will be included in the next update) here: http://www.mediafire.com/view/?a9iqj9rb8vw9z43 and place it into the wp-contentthemesenfoldconfig-templatebuilderavia-shortcodes folder. Afterwards you can use the “magic wand icon” (visual mode) to insert the icon into the text.
Hi Nick,
Im not working online hence me sending the clipular link:
http://www.clipular.com/c?6044013=M66Ac_fn-H0sYdLewieu-vVGIMA&f=eb6d72c77f6f72f1ab09eaf9b55d3d7c
If you dont think its the CSS code then ill have to wait till its all online and then if its still playing up ill come back to you. Although im pretty sure its due to me moving the line above the main menu so the error will still be there when its online. Before I do that, did you have any thoughts on the first question —- creating the feint line across the menu. The link to my concept designs should show what im after
Cheers as always Nick
Andy
Hi goodplum,
I’ll mark the topic for Kriesi but often times there will be errors logged even when they have no real consequences that need to be addressed asap.
Regards,
Devin
Hi MikehJPP,
It really depends on the final presentation you are looking for. A full width image slider will work but its still an image slider. You could even use a wordpress gallery grid if you want them to show up as a grid of images or any of the other image display options.
With how open ended the idea is, you really could do just about any option.
Regards,
Devin
Hi,
I’d like to animate captions like on this page: http://kriesi.at/themes/enfold/homepage/home-v6-classic-4-column/
Using easyslider, I don’t see any options to animate the captions like in the demo page?
I tried to figure out by importing the demo pages, but the slider demo pages aren’t included.
Thanks in advance!
Hi :-)
Some hours ago I purchased the Enfold theme. Unfortunately, I am unable to unstall the zip file in the wordpress admin panel. I have tried to go by FTB, but have had no luck. Partly because I wasn’t able to connect to the server.
Is there something simple I may have overlooked, making me able to install it through the wordpress admin panel?
(I have read other threads, but so far unable to succeed myself. I am on a Mac.)
Thank you for you help.
Actually… just remembered I’m now using Enfold… so, same question…
tx
Hi,
You can request that on this thread. https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Ismael