Forum Replies Created

Viewing 30 posts - 91 through 120 (of 143 total)
  • Author
    Posts
  • in reply to: Image sizes functions.php 2 #133504

    It worked :-) Thanks for that

    in reply to: Chrome / IE10 image problem #133833

    Sorted it so have closed the post

    in reply to: Enfold Feature Requests #114777

    ‘Load More’ button for portfolios and blog :-)

    in reply to: Image sizes functions.php 2 #133503

    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.

    in reply to: Image Cropping #133468

    Any ideas how to center images that don’t fit the gallery in the middle (vertical and horizontal)?

    in reply to: Image sizes functions.php 2 #133501

    Thanks again will give it a go after lunch :-)

    in reply to: Image sizes functions.php 2 #133499

    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);

    in reply to: WordPress SEO Plugins #133812

    Thanks for that :-) I will try it out. Its nice to have backup as there are so many plugins out there.

    in reply to: Image Cropping #133467

    Opps the new link is http://chriswardphotography.net/galleries/kids/

    The test image is the beach photo, image number 2

    in reply to: Image Cropping #133466

    I tried

    /*gallery full image: */

    .avia-gallery-big.fakeLightbox.lightbox {

    vertical-align: middle !important;

    }

    Cant seem to align an image vertically?

    in reply to: Image Cropping #133465

    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

    in reply to: NextGen Pro #133689

    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 :-)

    in reply to: Image Cropping #133464

    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.

    in reply to: Fullwidth Easy Slider/WordPress 3.6 #132763

    Ok thanks for that :-)

    in reply to: Fullwidth Easy Slider/WordPress 3.6 #132760

    Where can I get version 1.9.1? On the themeforest page it says just 1.9?

    in reply to: Image sizes functions.php #132881

    Just updating to 1.9 so will try this tomorrow. Thanks for helping.

    in reply to: prettyphoto full size image #133055

    Sorted it. It is the large size that sets the lightbox max :-)

    in reply to: prettyphoto full size image #133054

    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.

    in reply to: Image sizes functions.php #132879

    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

    }

    in reply to: AddThis Plugin #130363

    Thanks will give it a go.

    in reply to: Enfold Feature Requests #114737

    To add revolution slider as another option.

    in reply to: Enfold Feature Requests #114736

    Mail chimp signup would be great. I see its already on the feature to come list but I vote for MailChimp :-)

    in reply to: Enfold Feature Requests #114735

    Also love to have ‘Load More’ with portfolios and blogs :-)

    in reply to: Enfold Feature Requests #114734

    Before and After image effect like the link below.

    http://3clicks.bringthepixel.com/metromenu/design-audits/

    Great for showing image retouching

    in reply to: Problem from Ajax portfolio to normal #124124

    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 :-/

    in reply to: Problem from Ajax portfolio to normal #124122

    Oh forgot to say, I got it when I went from Ajax to standard portfolio page.

    in reply to: Enfold Feature Requests #114656

    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?

    in reply to: Ajax portfolio not worknig #123494

    I have the same issue in chrome

    in reply to: ajax portfolio setup #123541

    Sorted it but have same issue as someone else have commented on their post.

    in reply to: Gallery Fade #123394

    Can I speed up the animation?

    Thanks for the help :-)

Viewing 30 posts - 91 through 120 (of 143 total)