• Hi guys, I’m using the widget on the home page of this site

    https://www.motorinolimits.com

    As you can see from the bottom of the page, under the lable “Videos”, there are 4 little dots. They should be my video thumbs taken from a playlist.

    I found the issue in this code: <div class=”ytc-row row”>

    If I remove “row” and leave it as <div class=”ytc-row”> I get the thumb 100% wide on the column and not of the width specified (120px).

    So I can’t figure out how to solve the problem. Regarding “row”, on my template I only have this css code:

    ===
    #footer-bottom .row {
    margin-bottom:0px;
    }
    ===

    Thanks in advance for your help.
    Regards.

    Alex

    https://www.ads-software.com/plugins/youtube-channel-gallery/

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter pegasus83

    (@pegasus83)

    Edit: the error occours on a non-standard browser.

    PS how to center the thumbs inside the column?

    Thanks!

    Thread Starter pegasus83

    (@pegasus83)

    Hi, updated to 2.3, same problem on all browsers now..

    Plugin Author PoseLab

    (@javitxu123)

    Hi pegasus83

    Send me your shortcode

    Thread Starter pegasus83

    (@pegasus83)

    Hi PoseLab,
    I’m not using the shortcode but your widget. With the previous version it was ok but only with Firefox, now I see the dots with every browser.

    Plugin Author PoseLab

    (@javitxu123)

    Hi

    Your WordPress theme is crashing with one of the properties of CSS plugin. Can you add to your theme or your css theme the following code until the next update?

    #ytc-wrapper .ytc-row.row {
    display: block;
    }

    Thread Starter pegasus83

    (@pegasus83)

    Hi,

    I did it, now thumbnails are shown but wide 100% of the column instead of 120px…

    Plugin Author PoseLab

    (@javitxu123)

    Hi pegasus83

    Show me your shortcode

    Thread Starter pegasus83

    (@pegasus83)

    Hi PoseLab,
    now with 2.3.2 thumbs are 100% wide instead of 120px

    This is my code:

    <div id=”youtubechannelgallery_widget-5″ class=”widget youtubechannelgallery ytccf”>

    <h3 class=”widget-title”><span>Video Auto</span></h3>

    <div class=”youtubechannelgallery”>
    <div id=”ytc-1″>
    <div id=”ytc-wrapper”>
    <div class=”ytc-pslb ytc-thumbnails container-fluid ytc-thumb16x9 ytc-thumb-align-none”>

    <div class=”ytc-row row”>
    <div class=”ytc-column col-xs-12 col-sm-12 col-md-12 col-lg-12″>
    <div class=”ytcthumb-cont public”>

    <div class=”ytcplay”></div>

    </div>
    </div>
    </div>

    Plugin Author PoseLab

    (@javitxu123)

    I need your shortcode, something similar to this:
    [Youtube_Channel_Gallery user=”Autodesk” key=”your_Google_API_key” theme=”light” color=”white” maxitems=”16″ thumb_columns_ld=”4″ promotion=”0″ thumb_pagination=”1″]

    Thread Starter pegasus83

    (@pegasus83)

    I’m using the widget, so I don’t have a clear shortcode to show you

    Thread Starter pegasus83

    (@pegasus83)

    Hi,
    still having the problem, thumbs wide 100% of the column instead of 120px

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Thumbs as little dots’ is closed to new replies.