• Resolved danaharg

    (@danaharg)


    Hi there
    Thanks for your lovely plugin in, i think it may work for my artist website well- if i can sort out some probs– if you can help me?

    1. https://danahargrove.com/artist/?page_id=214 i have issues sometimes with images on the tiled gallery or square tiled gallery blowing up to become a pixelated thumbnail. Mostly on the vertical images that are a smaller size. Wondering why.

    2. https://danahargrove.com/artist/?project=war-and-game Having issues with the captions of my Thumbnail Grid going off center. Also how can i change font, size, color etc for these captions? I would like it to match my theme better

    3. I was wondering if there are any more types of galleries on the horizon? i would love to see the development of one that would suit artists really well :)Square tiles is close, but there is too little space between the images to work well. It would be great to have the thumbnail grid spacing but the tiled pop up caption.I searched the forum a lot before posting and saw you guys say there is not an easy way to adjust this white spacing on any of these galleries- is that right still?

    4. I have a sneaking suspicion that my images are being resized in the carousel- they sometimes look fuzzier than the one i upload- can you give me the perfect dimension for height.. 950px for width right? Thanks so much!

    5. https://danahargrove.com/artist/?project=the-windmill-farmer Also, one last add on query- i have never managed to get the slideshow option for jetpack to look good, i must be doing something wrong- is there a place where you can change the background color or geet it to go widescreen? if not i will just go back to Simpleviewer or something. thanks so much and sorry to bombard!

    Thanks for help!

    https://www.ads-software.com/plugins/jetpack/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter danaharg

    (@danaharg)

    i solved #4 and you can ignore #5 ?? i had the setting on for max 900pix CSS Stylesheet Editor on the bit on the right hand side where it says content width.
    easy!
    Also looks like the slide show is just the way it is.
    still stuck on the other 1,2,3 though. Thanks for any help!

    Thread Starter danaharg

    (@danaharg)

    maybe everyone is watching the footy lol.
    ok seems i am figuring that the reason why #2 is happening is a theme issue, so just waiting to hear back from the theme guys about that. Unless you can help me?

    i figured out #1 – i just make my images large enough, duh.
    and #3 i would love to see another option for jetpack galleries- a way to have thumbnails not so spread out, or a little more spacing on the tiled squares as an option.

    Plugin Contributor csonnek

    (@csonnek)

    Happiness Rocketeer ??

    Sorry for the delay! Since your thread had more than one reply, it slipped my notice. Despite watching footy! ??

    Looking into #2, the text is actually being centered properly in the thumbnail grid, but the images themselves are aligning left within the grid. Add this CSS to your theme’s CSS to fix it:

    dl.gallery-item img { display: inherit; }

    Regarding the spacing of the galleries, Tiled Galleries are built to fill your theme’s content width. You can define a specific $content_width value by adding the following code to your theme’s functions.php file:

    if ( ! isset( $content_width ) )
        $content_width = 800;

    Your theme’s content_width is currently set to 950 pixels.

    If you do not feel comfortable editing theme files, you can also use the Custom Content Width plugin: https://www.ads-software.com/plugins/custom-content-width/

    I hope that helps!

    Thread Starter danaharg

    (@danaharg)

    Carolyn!!! thanks so MUCH!
    i was getting frustratus because the theme support did not answer me and it was day 6. It worked!
    I have asked them for more help- but since they are disappointing, maybe you can answer me-
    how can I make the font the same as the other fonts on my website ie the default paragraph font- for some reason these thumbnail captions all have a larger bolder font looks italicized too and it does not match. thanks for help ?? ??
    https://danahargrove.com/artist/?project=war-and-game

    Also regarding issue #3 and spacing, it was not so much the size of images but the spacing of the white, a way to make the white space bigger. thanks!

    Plugin Contributor csonnek

    (@csonnek)

    Happiness Rocketeer ??

    I’m sorry, but I can’t provide support for another developer’s paid theme. They really should help you – especially since you’re a paying customer. ??

    Have you tried getting their attention on Twitter? Here’s their profile – it seems they respond to inquiries there too: https://twitter.com/themetrust

    The Themes and Templates forum here is also great place to get help from people who know a ton about CSS and theme customizations – might be another good place to ask for help with the little tweaks and customizations you’re looking for? Here’s the link for your convenience: https://www.ads-software.com/support/forum/themes-and-templates

    Regarding #3, that does adjust the “white space” of gallery – the gallery automatically adjusts to fit within the content_width of your theme so you would need to increase the content width to give it more space. Otherwise you can look deeper into the code and adjust the margins and padding of each thumbnail using CSS.

    Sorry I couldn’t be more help, but I hope that helps you get started! Let me know if you have any questions.

    Thread Starter danaharg

    (@danaharg)

    you are an angel, thanks so much for all your help, have a braw day!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘questions regarding image sizes and captions’ is closed to new replies.