• Resolved Kconners

    (@kconners)


    Hy any help here would be greatly appreciated
    I have the plugin all set up to what I would like etc…
    on the following test page for the plugin I have one main staic image and a few test gallery images below, the issue I am having I woud like to change is that it is displaying the thumbnails in column form rather then a row straight across I have tried numerous things within css with no luck any help would be greatly appreciated. also I am aware that I do not have this a child theme currently and already have one backed up ready to go once I build out the remainder of the pages with this styling.
    link for particular page is
    http://fiendbmx.com/?page_id=1740

    http://wordpress.org/extend/plugins/catablog/

Viewing 15 replies - 1 through 15 (of 18 total)
  • Hello can you share with me your current shortcode?

    If you want more columns then you can always design a custom template. But first I would like to see what short code you are using if you don’t mind.

    Kind regards

    Thread Starter Kconners

    (@kconners)

    Thanks for the reply I have been atempting to resolve this for a couple days now
    here is the short code in which I used
    [catablog_gallery id=”1755″ catablog template=”gallery”]

    Let me re word what I am looking to do basiclyy right now it is posting the thumbs as a vertical column and I would like to switch this to a horizontal row
    I beleive the section of coding to edit is located within this section as I am able to adjust and move them around just not into a horizontal row
    /* Gallery Template CSS Classes */
    .catablog-gallery.catablog-row {
    display: block;
    position: relative;
    float: none;
    padding: 0;
    margin: auto;
    }
    .catablog-gallery.catablog-row .catablog-image {
    display: block;
    float: none;
    position: none;
    padding: 0px;
    margin: 0px;
    }
    .catablog-gallery.catablog-row .catablog-image img {
    float: none;
    max-width: none;
    min-width: 0px;
    max-height: none;
    min-height: 0;

    }

    Hello try the following shortcode and let me know if it works.

    [catablog template="gallery"]

    Kind regards

    Thread Starter Kconners

    (@kconners)

    Same result except it aligned them to the left of the page

    Thread Starter Kconners

    (@kconners)

    mbrsolution,

    here is a link with a screen shot of what I am wanting to achieve.
    note the thumb images are just duplicated to show ositioning as a horizontel row

    Hi Kconners, I can’t see the link above?

    Kind regards

    Thread Starter Kconners

    (@kconners)

    http://fiendbmx.com/?page_id=1823

    sorry about that to much coffee and not enough sun

    Thread Starter Kconners

    (@kconners)

    also I am farely certain it should be located within the following .css but after adding some specifics and trying numerous adjustments I personally am almost at a standstill with it/* Gallery Template CSS Classes */
    .catablog-gallery.catablog-row {
    display: block;
    position: relative;
    float: none;
    padding: 0;
    margin: auto;
    }
    .catablog-gallery.catablog-row .catablog-image {
    display: block;
    float: none;
    position: none;
    padding: 0px;
    margin: 0px;
    }
    .catablog-gallery.catablog-row .catablog-image img {
    float: none;
    max-width: none;
    min-width: 0px;
    max-height: none;
    min-height: 0;

    }

    Hi don’t worry it happens to me many times :). I found the problem with your current set up. Please view the changes below:

    .catablog-gallery.catablog-row {
        display: block;
        float: left;
        margin: auto;
        padding: 0;
        position: relative;
    }

    I have added left to the float. My question is why was it set to none? I am just curious.

    Kind regards

    Thread Starter Kconners

    (@kconners)

    you my friend are a saint thank you so much I was baffled by this for a good eight hours now. thanks a ton

    I beleive I probablly did that in a late night attempt to adjust.

    thanks again I will mark as resolved

    It was my pleasure to have helped you. Well done πŸ˜‰

    Thread Starter Kconners

    (@kconners)

    mbrsolution I am working on a updated version of our site and keep having the same above problem with the resolution you mentioned not working this time around I’ve been able to change many other issues etc… no problem but stuck on this one any knowledge of this plugin changing or any advice?

    Hi can you start another support thread and I will help you as much as I can because this one is already marked as resolved.

    Thank you

    Thread Starter Kconners

    (@kconners)

    thank you i actually figured that part out weird issue i am having now is that when gallery is displayed light box is holding the image width at a certain size rather then display picture at 100% ill start a new thread on that now thanks again my friend

    Thread Starter Kconners

    (@kconners)

    here is a link to the new topic thanks again thought i had it fixed but now its displaying every image rather then called out galleria
    http://wordpress.org/support/topic/catablog-wont-display-in-row-only-in-vertical-column?replies=1

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Gallery thumbnails displaying as a column’ is closed to new replies.