MSS_1
Forum Replies Created
-
Forum: Plugins
In reply to: [Youtube Channel Gallery] Thumbnail Column Layout Problem – HelpI 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″]Forum: Plugins
In reply to: [Youtube Channel Gallery] Thumbnail Column Layout Problem – HelpOh, i have the same issue has anyone solved it yet?!?! please help
Forum: Themes and Templates
In reply to: [Sixteen] Want to change footer color or put imageHey 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;Forum: Themes and Templates
In reply to: [Sixteen] Want to change footer color or put imageDid you find out how to change it?