Hi there,
maybe i am doing something wrong…
just uploaded the 1.9 version, but the easy-slider still doesn´t work like it should.
Displaying portfolio items it only displays the first image, then stops.
Any suggestions?
Thanks
Hi,
I think thats beyond the scope of the support forum since it is possible but would require some kind of a custom plugin similar to a CDN upload plugin in functionality.
Thanks,
NIck
I’m not really getting what it is you are trying to do. Not all elements are going to work flawlessly when stacked inside columns or with certain portfolio image size settings.
Everything is coded to adapt for responsive design but there is a bit of control on what source image a user can choose for the output before css changes that images size for the container.
For #3, you can do something like:
#top .visible-caption {
text-align: center;
clear: both;
float: left;
}
But the images aren’t taking up the full width of the container so the text is correctly centered but the images are not (since they are floating left as well and there isn’t a true float: center).
Hi there! :)
First of all… congrats about ENFOLD!! its a great theme!!!!!! :)
Ok. Lets go with my “problem”.
Buttons for prev – next are not working…
We got last version for the theme (1.8…), and Word Press 3.5.1
If you get into http://www.pepagroup.net (HOMEPAGE) and then to the grid at the bottom of the page, you find 6 boxes (works..). If you click each…then you get to a more detailed info but…. cliking previous and next arrow…you got a “empty” image next or previus client info, and buttons stop working (prev and next)
Would you mind to help me please!! ???
Thanks a lot in advance,
Best,
Yako
Hi there
Is there a way to remove from behind menu, search panel & cart / on click the repetition of my horizontal logo version.
Here’s the live site: http://www.thenaturalpharmacie.co.uk/hidden/
Here’s a screenshot: https://dl.dropboxusercontent.com/u/226695/smallheader-example-tile-error.gif
Thanks in advance. Rich
Version.txt for 1.9 shows:
2013 August 6 - Version 1.9
please update:
- style.css - new version number
- css/layout.css - various small fixes
- functions.php
- functions-enfold.php
- includes/helper-responsive-megamenu.php
- includes/helper-conditional-megamenu.php
- config-woocommerce/config.php - fixed bug with 404 page
- config-woocommerce/admin-options.php - Added layout options (header, footer etc)
- config-bbpress/bbpress-mod.css - improved bbpress forum widget stylings
folders to update:
-folder js:
-fixed a bug with the easy slider not rotating properly
-folder config-templatebuilder:
- fixed: a bug that prevented the layoutbuilder from showing
- fixed: a bug that occurs with custom css label and image element
- fixed: a bug with the gallery caption
-folder framework:
-fixed: required symbol for date input field
-added: theme support flag for conditional menu:
add_theme_support('avia_conditionals_for_mega_menu');
using the flag will enable conditional logic for menus
(you can show/hide menu items based on user level, login, current page, etc)
Hello,
If we add a background image for the main content (http://www.virtuozo.fr/enfold-1.jpg) the background image in the fullwidth slider can not strech to fit (http://www.virtuozo.fr/enfold-2.jpg) > http://www.virtuozo.fr/enfold-3.jpg
But if we dont’ add background image for the main content, all is fine for the fullwidth slider.
Can you help us ?
Thanks.
Hi Peter
Nearly there. And thanks to your teams help.
Ive worked out a way / fix to add a horizontal version of the logo as a background image.
However, it seems to repeat in two other places.
Is there a way to remove from behind menu & search panel / on click?
Here’s the live site: http://www.thenaturalpharmacie.co.uk/hidden/
Here’s a screenshot: https://dl.dropboxusercontent.com/u/226695/smallheader-example-tile-error.gif
Thanks in advance. Rich
Need to clarify. Each pdf must have an image and a caption underneath the image…but displayed in a really grid like structured way. Help appreciated
still at a loss for aligning text to center underneath the image.. I understand about the image sizes, but is there a way to force the caption underneat the image, no matter the size -AND to make sure it is centered not left justified.
Thanks
I am trying to create a table with lots of documents which can be downloaded. The document is indicated by an image of a pdf. I have tried table builder, but I can’t seem to get images in there. Should I be using gallery?
You can add the if statement to the function like
function avia_change_image_size_array() {
global $avia_config;
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news
$avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs
$avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>1001 ); // images for fullsize pages and fullsize slider
$avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>330 ); // images for portfolio entries (2,3 column)
$avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>173 ); // images for portfolio 4 columns
$avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>474 ); // images for portfolio entries (2,3 column)
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries
$avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>687 ); // images for fullsize pages and fullsize slider
if(avia_get_option('responsive_layout') == "responsive responsive_large")
{
$avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>564 ); // images for portfolio entries (2,3 column)
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries
$avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>807 ); // images for fullsize pages and fullsize slider
}
}
add_action( 'init', 'avia_change_image_size_array');
Open up enfold/js/shortcode.js and search for this code around line 205:
//trigger displaying of thumbnails
gallery.on('avia_start_animation', function()
{
images.each(function(i)
{
var image = $(this);
setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 110));
});
});
change it to:
//trigger displaying of thumbnails
gallery.on('avia_start_animation', function()
{
images.each(function(i)
{
var image = $(this);
setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 110));
});
}).trigger('avia_start_animation');
and the gallery thumbs should load immediately.
Hey!
I tagged this thread for Kriesi because he works on a Mac and probably he’s able to provide a fix.
Regards,
Peter
You can add a background image to the section itself but I guess it’s not possible to make it completely transparent because the wrap_all container element (which is behind the color section) will still have a bg color and if you make the wrap_all container transparent you’ll probably effect other areas of the website too. I tried to visit your website but http://escalamas.com/cms1/prueba/ ponts to a 404 error page (not found).
I’m sorry but this php modification would require a lot of work and is beyond the scope of our support forum. If you want to link an image of a member to a profile page use the “Media Elements > Image” element and apply a link to it which points to the profile page. It will give you a similar result.
Hi, I just tried adding that to the quick css (is that where i need to put it?) but still have the same problem, every image that has a link in ie8 is disappearing when you roll over. Any ideas what else I can try? Thanks for helping!!
I haven’t heard a response on this issue in 4 days. What other information can I give you to help solve this problem?
Hi,
Great theme and support guys,
I have 2 questions:
1) I must be missing something basic here: all I want to do is add images (actually advertisments) to the sidebar that are full sidebar width.
The enfold advertising area widget images are too small so I used the text widget and added:

But this doesn’t work. The jpg is where it’s supposed to be and I’ve checked everything else.
Is there an easier way?
2) The semi-transparent tabs with < > at the side of blog pages that flip to next or previous page. I would like to make them the same colour as the theme color which in my case is orange. Would like to keep semi transparent etc.
Thanks
Adrian
Hi,
Please try this:
img:hover {
display: block;
}
Regards,
Ismael
The text and images are not vertically centered in the Color Section. How can I change the padding values so that I have even spacing above and below my content?
Hi,
I checked your website using this: http://responsinator.com/?url=http%3A%2F%2Fsmartlifehealthcoaching.com%2F
It looks perfectly fine. It might be different on a native iOS environment. Let me tag Devin to check this out.
Regards,
Ismael
Hi Kriesi,
Thanks for your reply :)
I’d like to try the php file modification, I really like the design you have for the team members exactly as it is, the only thing is I really want the team member images to be clickable so it can link directly to the team member’s profile page.. I’m making this site so patient’s can learn more about surgeons so that’s a core component of our site.. our users are used to clicking photos and expecting more info that way.
How can I do this?
Hi,
Kriesi removed the caption on the prettyPhoto plugin. You can add a request here to turn it back. https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Ismael
Hi,
First, insert a column element then add the Image, Text Block then the Button. Give the button a unique css selector, for example “new-button”. Add this on your custom.css or Quick CSS.
.new-button {
position: absolute;
top: 80px;
left: 10px;
}
This will move the button on top of the image. You can do the same with the Text block element.
Regards,
Ismael
Hi eakozel,
Try adding this function to the bottom of your functions.php file and define your placeholder with it:
/*
* goes in theme functions.php or a custom plugin. Replace the image filename/path with your own :)
*
**/
add_action( 'init', 'custom_fix_thumbnail' );
function custom_fix_thumbnail() {
add_filter('woocommerce_placeholder_img_src', 'custom_woocommerce_placeholder_img_src');
function custom_woocommerce_placeholder_img_src( $src ) {
$upload_dir = wp_upload_dir();
$uploads = untrailingslashit( $upload_dir['baseurl'] );
$src = $uploads . '/2012/07/thumb1.jpg';
return $src;
}
}
You just need to replace /2012/07/thumb1.jpg with the route to your image in your uploads folder. So something like /2013/08/yourimagename.jpg .
Regards,
Devin
Hi there, I have a few products that don’t have a product image (yet) or in some cases will never have one.
Unfortunately the theme does not have a placeholder image and the product catalog looks strange when it’s got the products next to one another and then a gap.
Is there a workaround for getting a placeholder image?
I inserted an easy slider into my “About” page and the photos do not advance. I currently have the settings at Gallery/Slide/Yes/5. It opens with the first photo, waits five seconds, tries to advance and gets stuck on that first photo.
Also, when you first land on the page, the first image shows at its full size before shrinking to the “medium” size I set.
Can you help me fix this?
Ok thank, but let me get this right. The width should be about 1500 or 1920. What about the height? I don’t want to make the slider larger in the options because it would dominate too much of the homepage. I’d rather just modify the image itself.
Thanks again