Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #714185

    Here’s a link too my latest blog: http://www.westcoast-mountainguides.co.uk/new-website-winter-201617-underway/ is there any way of increasing the size of the thumbnails please?

    #714312

    Hey kenwcmg,

    I’m not sure what you are using there, is that default WordPress or a plugin? Could you try using the built in theme Gallery element instead maybe?

    Best regards,
    Rikard

    #714382

    Hi thanks for the reply. It’s the default WordPress gallery.

    #714434

    Hi,

    Ok, thanks for the info. Could you try the built in theme Gallery instead?

    Best regards,
    Rikard

    #714617

    Thanks, I will do so when I next write a blog. Many thanks, I will let you know whether or not I succeed.

    #714664

    Hi,

    Ok great, we’ll keep the thread open in case you should need any help :-)

    Best regards,
    Rikard

    #881915

    Hi, I know it’s been a year since this post, but using the in-built theme gallery (by using the Advanced Layout Editor) seems quite awkward, as it’s far easier to create posts using the default editor, which inserts a gallery as a short code. When creating a gallery in this manner, there are many options with regards to the size of the images within the gallery, but it doesn’t matter which one is selected, they all seem to output a small thumbnail. The only size that is any different is medium, and even then, it’s not much bigger than the thumbnail.

    #881938

    Hi kenwcmg,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #882269

    Sure, please find log-in details in the private content. Thanks!

    #882571

    Hi kenwcmg,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .gallery.gallery-size-medium .gallery-item {
        float: left;
        margin-top: 10px;
        text-align: center;
        width: 33%;
    }
    

    And flush the cache.
    If you need further assistance please let us know.

    Best regards,
    Victoria

    #883860

    Hi Victoria, thanks for that.

    #884102

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #886081

    Hi,
    I tried adding that code to themes/enfold/css/custom.css and it wdoesn’t seemed to have worked. I’ve also tried entering it into Quick CSS (not at the same time), and that doesn’t seemed to have worked either.

    #886521

    Hi kenwcmg,

    Credentials did not work for me. Could you please update the credentials.
    Can you try like this:

    
    #top .gallery.gallery-size-medium .gallery-item {
        float: left;
        margin-top: 10px;
        text-align: center;
        width: 33%;
        min-height: 250px;
    }
    

    All images have different aspect ratios, they will look different.
    Best regards,
    Victoria

    #889026

    Hi,
    I’m still struggling to get the images to look reasonable when set to anything but ‘Thumbnail’.

    #889060

    Hi kenwcmg,

    I see the code in Quick css, but it’s not applied to the page. You have like 3 caching plugins, I guess you we need to flush all caches. Or can you disable them all for now?

    Best regards,
    Victoria

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