Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • I actually found out that i made it way to complicated ?? after installing “Youtube Channel Gallery” i also installed “amr shortcode any widget” because i thought this would be the only way to set the setting of the Gallery. It was horrible it didn’t work and that is why i had the stairs in it. In the end i deleted “any shortcode any widgets” to find out that i just have could used the shortcode of the Youtube Channle Gallery and i had no issues after that.
    For expamle:
    [Youtube_Channel_Gallery user=”Autodesk” videowidth=”580″ ratio=”16×9″ theme=”light” color=”white” autoplay=”0″ rel=”0″ showinfo=”0″ maxitems=”16″ thumbwidth=”125″ thumbratio=”16×9″ thumbcolumns=”4″ title=”0″ description=”0″ thumbnail_alignment=”top” descriptionwordsnumber=”6″]

    for more examples just click on the links under DEMOS:

    Oh, i have the same issue has anyone solved it yet?!?! please help

    Hey i found the solution for it. I installed the plugin called “Simple Custom CSS” in which you can override the Main.css file.
    Or you can access your ftp server and change it on there.
    This is the code of the footer

    /* Colophon */
    #colophon {
    background: #100d0a;
    color: #59544a;
    padding: 10px;
    }
    #colophon a {
    text-decoration: none;
    color: #825e21;
    }
    #colophon .site-info {
    float: left;
    }
    #colophon #footertext {
    float: right;
    }

    now you can just reenter the code with the changed background code in the first part
    /* Colophon */
    #colophon {
    background: #THISONE;

    Did you find out how to change it?

Viewing 4 replies - 1 through 4 (of 4 total)