Thanks, I just tried that plugin and created a second menu but the Enfold main-menu overrules it.
Other ideas?
Regards
Glaudemans
Hey!
I believe the problem is that you have a very old version of the theme (2.4.5) which is not fully compatible with WordPress 3.9.1. Please update the theme to the latest version (2.9.1).
Best regards,
Josue
Hi Devin,
I’m not that good at figuring these things out without a lot of effort. I’ve tried plinking around with both CSS and figured it was easiest to modify the Enfold CSS.
Here are a few links where I am using this 3rd party plugin. You can see that the arrows are broken, I am assuming that they are inheriting the Enfold CSS, because I can modify and fix if I adjust the Enfold CSS
http://fritzimages.com/blog/2014/vermont-woodland-turkey/21728/
http://fritzimages.com/blog/2014/quechee-gorge-vermont/21783/
thanks !
Hi Marian!
Just put the “custom_icon” in the CSS field – http://screencast.com/t/LnW5CI5I2i
Then put the code in Quick CSS (Enfold > General Styling).
Cheers!
Josue
Hi!
You could enable this: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
And then to color the elements (Quick CSS):
.custom_icon{
background: rgba(209, 81, 46, 0.5) !important;
}
Best regards,
Josue
Hey loudcow!
See the notes on the 2.9 blog post: http://kriesi.at/archives/enfold-version-2-9-images-with-hotspots-new-lightbox-and-some-portfolio-love
With the ability to have full width portfolios you will need to wrap your portfolio elements in a 1/1 column to keep them inside of the main site container.
Cheers!
Devin
This reply has been marked as private.
This reply has been marked as private.
I’ve got an interesting issue.
I’ve been implementing caching and other methods to improve the load time of my site, and Enfold hasn’t had a problem with these and still works perfectly, and the page load time has been improved noticeably.
However, there is an issue with caching pages that have a URL with ? in them (I’m using WP Super Cache). Unfortunately, a lot of the URLs that point to the site use Google tracking parameters that append ?utm_source=… after the page URL.
There is a workaround, and that’s replacing the ? for a # so that ?utm_source= becomes #utm_source= (see: http://z9.io/2010/02/22/remove-unused-utmsource-urls/#comment-672813). That has solved my issue, with one problem – it’s broken the animated Icon Lists on these pages – they don’t load properly now.
Is there a way round this, or alternatively is it possible to just load the Icon List icons into their final state without the animation?
Thanks,
Daniel
Hi,
I’m using ENFOLD 2.9.1 and without having changed/updating anything at my site in the last days (site is currently in Maintenance Mode) I see as “network admin” at the plugins page this error:
Warning: Invalid argument supplied for foreach() in ......./wp-includes/update.php on line 295
LIne 295 in der update.php in wp-includes is:
foreach ( $response['plugins'] as &$plugin ) {
I have done now a LOT of debugging, de-activated and deleted all plugins, and as soon as I de-activate ENFOLD and replaced it with Twentyfourteen Theme, this error is gone. Yes, I have also downloaded the WordPress files and replaced them with the fresh ones!
By the way, I remember, that I have found this error somewhere in this forum some time ago, too, where you have suggested to put
in ENFOLD’s function.php:
add_theme_support('avia_manual_updates_only');
and I have done this – without success.
After searching a lot with Google I have found this:
http://wordpress.org/support/topic/plugins-update-php-warnings?replies=1
Maybe it is somewhere in ENFOLD’s theme files a similar “behaviour” (German Umlauts?)
As soon as I de-activate ENFOLD 2.9.1, the error with update.php is gone and I see again the update notification for my plugins. As soon as I activate ENFOLD again, the error mentioned above is there again.
(Using WP 3.9.1 network installation, the WordPress download from wpde.org (German WordPress), ENFOLD 2.9.1, all plugins disabled, no caching plugin installed, PHP 5.5 at a German Hoster).
Any idea?
Thanks.
Hi!
Please try to insert this cpode into the enfold/functions.php file – it should change the subject to “New message sent by contact form at XXX” and instead of XXX the page title of the contact form page will be used.
add_filter('avf_form_subject', 'avia_change_subject', 10, 3);
function avia_change_subject($subject, $new_post, $params){
$subject = __("New Message", 'avia_framework') . " (".__('sent by contact form at','avia_framework')." ".get_the_title().")";
return esc_html($subject);
}
Best regards,
Peter
Hi!
It depends on the blog layout – if you’re using a sidebar search for this line in enfold/functions.php:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries
and replace 270 with 220. If you’re using a fullwidth layout search for this line:
$avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 );
and replace 360 with 220. Afterwards regenerate the thumbnails with: http://wordpress.org/plugins/regenerate-thumbnails/
If you don’t want to edit the theme files you can install a plugin like: http://wordpress.org/plugins/simple-image-sizes/ to change the thumbnail sizes.
Best regards,
Peter
Hi!
In custom.css or Enfold->General Styling->Quick CSS field put the following:
#header_main:hover{
cursor: pointer;
}
Regards,
Günter
Hey!
Yes, please insert this code into the functions.php file (child theme functions.php or enfold/functions.php):
add_filter('avf_avia_builder_masonry_lightbox_img_size', 'avia_change_gallery_thumbnail_link', 10, 1);
function avia_change_gallery_thumbnail_link($size)
{
return "full";
}
Cheers!
Peter
Hi!
Try to re-upload the wp-content/themes/enfold/functions-enfold.php file. It contains the function mentioned in the first post (avia_get_header_scroll_offset()).
Regards,
Peter
Hi!
If you want to translate these links you must install WPML. It seems like you’re using qtranslate which is not fully compatible with Enfold and which doesn’t translate these prev/next links, etc.
Regards,
Peter
Hey kebiro!
Please try deactivating all active plugins and check if that helps. Then you can activate them one by one to find the culprit. Also i noticed that you are not using the latest version of the theme. Please update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
Regards,
Yigit
Hey gacvdv!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-icon-list .iconlist_icon { background-color: black; }
Cheers!
Yigit
Hi Ismael,
Thanks for your quick reply! How would I go about using those other image sizes? The options in the dropdown menu are:
No Scaling
Large
Featured
Featured Large
Extra Large
Entry Without Sidebar
And I see no way to change those options in the Enfold Child menu or Settings > Media.
Is there a way for the slider to automatically display/resize the images to fit the height, or is this better done by changing the thumbnail sizes?
Hey xyzb!
Please feel free to request such feature or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/
Cheers!
Yigit
Hey Fuenos!
Please firstly turn on custom CSS field for ALB elements ( please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and then give a custom class to your button ( i.e.: custom-button ) and then add following code to Quick CSS in Enfold theme options under General Styling tab
.custom-button .avia-button.avia-size-small { padding: 10px; min-width: 10px; border-radius: 100px; }\
.custom-button span.avia_button_icon { left: 0!important; }
Regards,
Yigit
Hi!
You are welcome, glad you liked Enfold :) Let us know if you have any other questions or issues
Best regards,
Yigit
Hi e-conomy!
Please go to Enfold theme options > Header Layout > Header Title and Breadcrumbs and choose to display Title & Breadrumbs
Cheers!
Yigit
Hey rpl_admin!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.logo img {
margin-top: 15px;
}
.header-scrolled .logo img {
margin-top: 0;
}
Best regards,
Yigit
Hi,
Is it possible to embed the code for rtSocial into Enfold so that the social sharing images/counts appear at the top of every page of the site directly before the secondary menu that appears at the top of every page?
This is the code they provide in their plugin to manually place the code:
<?php if ( function_exists( ‘rtsocial’ ) ) { echo rtsocial(); } ?>
Many thanks.
Thanks again so much!
One last question. The left and right margins/padding on the news (blog) single post page is much greater than on the events (calendar) single event page. Is this greater margin/padding setting for blog posts default on the Enfold theme?
If I wanted to make the news (blog) single post pages’ left and right margins/padding percentage match the current events single post page margins/padding, what CSS would I need to add or modify?
Thanks.
Hi,
I have just started to set up a new site with the Enfold theme. For some reason on IE and Firefox, the fontello icons are not displaying. They work fine on Chrome.
See here: http://i.imgur.com/QBS5dcc.png
Any ideas what i need to do?
Thanks,
David
Hi all
Freshly launched site at http://merrymaidsfranchise.co.uk
Third site in a series for the same client and I’m still experimenting with the many features of Enfold.
Any and all feedback welcome.
Big thanks to Team Kriesi.
Cheers
Jeff
Hi,
I have created my own website and one of my clients (with it own licence) with the enfold layout.
However he want a newsletter signup page
How can i mange this within the enfold theme?
It is for http://www.wijsmanhandelenadvies.nl
Thank you!@
Best regards,
Jasper
Hi,
I have created my own website and one of my clients (with it own licence) with the enfold layout.
However my client want a bread crumb path on each page.
How can I get a bread crumb path like the page http://www.wijsmanhandelenadvies.nl/producten/led-verlichting/led-tl-verlichting/ everywhere?
And is it possible everywhere except the homepage?
Thank you!@