Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #245286

    Hi.

    Need help with two things.

    1. I need to make this thumbnails/preview images bigger, without altering the format.

    If its small, it looks like this:
    http://www.daliastellagonzalez.com/resenas/page/2/

    If its large, it looks like this:
    http://www.daliastellagonzalez.com/blog/

    The option of “Choose the preview image size manually” does not work. it makes a slight difference of what shows inside the box, but it doesn’t change the box size.

    2. I need to get rid of the featured image showing into the article page. I want to have it only as a thumbnail on the outside of the article page, not inside. See how odd it looks they way it’s programmed right now:

    http://www.daliastellagonzalez.com/calendario/actividades-de-abril/

    Thanks for your help.

    #245521

    Hey dstellagon!

    Thank you for using the support forum!

    The pages are not loading on my end. I’m not sure why. If I am not mistaken you’re talking about the Slideshow Image Size option which gives you the ability to select the thumbnail size that you’re going to use on the slideshow. The option will not resize the actual slider. The slider is set to inherit the size of its container, try adding it on a column layout and see what happens.

    Since the page is not loading on my end, I will assume that you’re talking about the featured images on the blog overview page. You can remove those using this on Quick CSS or custom.css:

    .page .big-preview {
    display: none !important;
    opacity: 0 !important;
    }

    Regards,
    Ismael

    #245739

    Don’t know either why you’re unable to see the pages.

    This is what I’m talking about, that long cropped image on top of this blog post:

    http://imageshack.com/a/img401/7240/j8u6.png
    http://www.daliastellagonzalez.com/calendario/actividades-de-abril/

    As for the other thing (#1), no, I’m not talking about sliders or the Slideshow Image Size.

    I’m taking about the image of the blog posts: It allows me to select:
    Single Author, small preview Pic
    Single Author, big preview Pic.

    Selecting the second one, changes the format completely of the blog entries. I want to keep the same format as the small preview pic, but with a larger image for each blog entry.

    I include you two pictures, in case you are still unable to see the website.

    This is for the format that I want (horizontal): http://imageshack.com/a/img829/9172/75lh.png
    http://www.daliastellagonzalez.com/resenas/page/2/

    This is the picture size that I want: http://imageshack.com/a/img401/885/47zw.png
    http://www.daliastellagonzalez.com/blog/

    Can I have both things?

    Thanks

    #246300

    Follow up, please.

    #246371

    Sorry to insist, but I need help with this ASAP.

    #246450

    Hi!

    Weird thing is I still can’t see the pages. I’ll ask the rest of the support team to check this. Regarding the small preview pic, please add this on Quick CSS or custom.css:

    .small-preview img {
    height: 100%;
    }

    Best regards,
    Ismael

    #247311

    Hi Ismael. This still squishes the thumbnail when it’s a rectangular panoramic one. Need a more proper crop.

    Thanks!

    #248008

    Hi!

    First use this plugin to regenerate all thumbnails on your installation: http://wordpress.org/extend/plugins/regenerate-thumbnails/

    Then take a look at the images on posts/pages/content. If any images were previously on your installation they wouldn’t have the correct dimensions available for the theme output.

    For the format changes on blog posts the options available are what is available. If you want a custom combination of two or to customize the layout further you would need to hire a freelance developer to create the new code for you as the theme doesn’t offer a fully custom option for the blog layouts.

    Regards,
    Devin

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