Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #243421

    Hello.

    1.
    I am using a Post Slider to show the latest item from each category. How can make it so that clicking the Post Slider image takes the user to the category (the page containing items from that category) instead of the actual item. See the page here

    2.
    Can anyone tell me why some images appear squashed in the galleries on the Blog page here
    If you hover on the last image of the Wrought Iron Wine Safe you can see what i mean. The same happens on many other blog posts. I choose No Scaling (Original height X Original width) so I dont understand.

    Thanks in advance!
    Cheers

    #243702

    Hi Frostholm!

    1.) Create posts then set them to “Link” post format. Add the url of the category page. Use these posts for the post slider.

    2.) Please add this on Quick CSS to maintain the alignment of the gallery thumbnails:

    .avia-gallery-thumb a {
    width: 20%;
    height: 150px;
    max-height: 150px;
    min-height: 150px;
    }
    
    .avia-gallery-thumb a img {
    height: 150px;
    max-height: 150px;
    min-height: 150px;
    }

    Regards,
    Ismael

    #243734

    1.
    Thanks for your reply. Unfortunately we are not using posts for the items. We are using portfolio entries that i can’t change to link ect. like i can with posts.

    2.
    I think you misunderstood. The thumbnails are fine, but whenever an image is hovered over so that it appears in the big preview box, the image here is very often stretched. Also changing the settings for the big preview does not change anything.

    / Frostholm

    • This reply was modified 10 years, 7 months ago by Frostholm. Reason: Spelling
    #244688

    Hi!

    1) The ajax options below the portfolio item visual editor let you choose a custom link. Aside from that there isn’t any other options built in for changing the links on an image so it would need to be customized through a child theme by editing the php file. A freelance developer should be able to make the customization in about an hour.

    2) The setting for original height and width, and any image setting, doesn’t actually change the front end output. It changes the image that gets used *in* the front end output. You can try one of the other image options which should have been created if the images were uploaded after the theme was installed and running.

    Cheers!
    Devin

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.