Forum Replies Created
-
AuthorPosts
-
It worked :-) Thanks for that
Sorted it so have closed the post
‘Load More’ button for portfolios and blog :-)
Sorry didn’t have time yesterday. Once my son is home I cant get anything done :-) I’m going to sort it now and let you know.
Any ideas how to center images that don’t fit the gallery in the middle (vertical and horizontal)?
Thanks again will give it a go after lunch :-)
So is this correct?
function avia_change_image_size_array()
{
global $avia_config;
$avia_config = array(‘width’=>36, ‘height’=>36); // small preview pics eg sidebar news
$avia_config = array(‘width’=>180, ‘height’=>180); // small image for blogs
$avia_config = array(‘width’=>1500, ‘height’=>901 ); // images for fullsize pages and fullsize slider
$avia_config = array(‘width’=>1500, ‘height’=>1500 , ‘crop’ => false); // images for fullscrren slider
$avia_config = array(‘width’=>495, ‘height’=>330 ); // images for portfolio entries (2,3 column)
$avia_config = array(‘width’=>260, ‘height’=>173 ); // images for portfolio 4 columns
$avia_config = array(‘width’=>710, ‘height’=>474 ); // images for portfolio entries (2,3 column)
$avia_config = array(‘width’=>710, ‘height’=>270); // big images for blog and page entries
$avia_config= array(‘width’=>1030, ‘height’=>687 ); // images for fullsize pages and fullsize slider
avia_backend_add_thumbnail_size($avia_config);
if(avia_get_option(‘responsive_layout’) == “responsive responsive_large”)
{
$avia_config = array(‘width’=>845, ‘height’=>564 ); // images for portfolio entries (2,3 column)
$avia_config = array(‘width’=>845, ‘height’=>321); // big images for blog and page entries
$avia_config= array(‘width’=>1210, ‘height’=>807 ); // images for fullsize pages and fullsize slider
avia_backend_add_thumbnail_size($avia_config);
}
}
add_action( ‘init’, ‘avia_change_image_size_array’, 1);
Thanks for that :-) I will try it out. Its nice to have backup as there are so many plugins out there.
Opps the new link is http://chriswardphotography.net/galleries/kids/
The test image is the beach photo, image number 2
I tried
/*gallery full image: */
.avia-gallery-big.fakeLightbox.lightbox {
vertical-align: middle !important;
}
Cant seem to align an image vertically?
Just tried a few things out and noticed your CSS messes up the responsiveness of the gallery. :-(
It fixes the height and when the browser size is made smaller it has white under the image. I’m guessing I cant do what I want sadly? I need it to be responsive showing the whole image centered in the gallery window….
Any ideas or an I trying to do something that cant really be done lol
Ok thanks for that. I also agree that they should be more open. Your gallery works well and I’m just getting help on sorting a few problems out so will stick with enfold gallery :-)
Thanks I try to do my best with photography :-)
Your CSS works :-) but is there a way to have the photo centered vertically? At the moment its at the top.
Ok thanks for that :-)
Where can I get version 1.9.1? On the themeforest page it says just 1.9?
Just updating to 1.9 so will try this tomorrow. Thanks for helping.
Sorted it. It is the large size that sets the lightbox max :-)
This may be a bit clearer. I have upload images that are 3004 px in width. When I view in lightbox the largest image that will show is 1351 px width and 901 px height. What sets this limit? Can you make it larger?
Is it set by the standard wordpress image sizes?
Thumbnail size 80 Width 80 Height
Medium size 300 Max Width 300 Max Height
Large size 1500 Max Width 1500 Max Height
Please link this http://chriswardphotography.net/galleries/kids/ and open the image in lightbox and you will see.
Ok so I need to add this in the child function.php for all sizes (of course changing the sizes to what I want):
<?php
function avia_change_image_size_array() {
global $avia_config;
$avia_config = array(‘width’=>36, ‘height’=>36); // small preview pics eg sidebar news
$avia_config = array(‘width’=>180, ‘height’=>180); // small image for blogs
$avia_config = array(‘width’=>1500, ‘height’=>1001 ); // images for fullsize pages and fullsize slider
$avia_config = array(‘width’=>1500, ‘height’=>1500 , ‘crop’ => false); // images for fullscrren slider
$avia_config = array(‘width’=>495, ‘height’=>330 ); // images for portfolio entries (2,3 column)
$avia_config = array(‘width’=>260, ‘height’=>173 ); // images for portfolio 4 columns
$avia_config = array(‘width’=>710, ‘height’=>474 ); // images for portfolio entries (2,3 column)
$avia_config = array(‘width’=>710, ‘height’=>270); // big images for blog and page entries
$avia_config= array(‘width’=>1030, ‘height’=>687 ); // images for fullsize pages and fullsize slider
}
add_action( ‘init’, ‘avia_change_image_size_array’);
What about the overwrite for the extra large layouts? How do I write this in also.
//overwrite blog and fullwidth image on extra large layouts
if(avia_get_option(‘responsive_layout’) == “responsive responsive_large”)
{
$avia_config = array(‘width’=>845, ‘height’=>564 ); // images for portfolio entries (2,3 column)
$avia_config = array(‘width’=>845, ‘height’=>321); // big images for blog and page entries
$avia_config= array(‘width’=>1210, ‘height’=>807 ); // images for fullsize pages and fullsize slider
}
Thanks will give it a go.
To add revolution slider as another option.
Mail chimp signup would be great. I see its already on the feature to come list but I vote for MailChimp :-)
Also love to have ‘Load More’ with portfolios and blogs :-)
Before and After image effect like the link below.
http://3clicks.bringthepixel.com/metromenu/design-audits/
Great for showing image retouching
I cant get it to work either :-)
No I didn’t do anything I was just looking over my images and suddenly there is was. Had it twice over the last week. If I have any more info I will let you know. I mainly put it on here to see if anyone else had it and maybe could problem solve.
If I try to make it happen I cant :-/
Oh forgot to say, I got it when I went from Ajax to standard portfolio page.
Ajax portfolio to have an option for no text which would then make the image full width. Then people could make a ajax portfolio image gallery. I have an example image showing what I mean if you would like it?
I have the same issue in chrome
Sorted it but have same issue as someone else have commented on their post.
Can I speed up the animation?
Thanks for the help :-)
-
AuthorPosts