1
RamteamJax
[Block bottom left] has disappeared .. :( help ..
  • 2013/8/22 16:15

  • RamteamJax

  • Just popping in

  • Posts: 47

  • Since: 2012/6/17


Hello.

We ran a poll under our members and as a result, we started to expand the themes our members can choose from. We used to have just one, however, we want to give them more 'space', by chosing their favorite theme.

I'm working on a L4D2 (left 4 dead 2) theme. This theme is still in its early alpha and is due in September for an initial release, so no hurry.. And don't judge the graphics, I started working on it earlier today.

Now, the issue that I have, is that in the left column, the bottom left image has disappeared. It just to be there, but I have no idea what I changed/removed when it went awol..
I've literally spent hours and hours spitting through both the .HTML and .CSS codes, but I can't find the issue :( ..


HTML-code
le="color: #000000"><?php <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>"> <head> <!-- Theme name --> <{assign var=theme_name value=$xoTheme->folderName}> <!-- Directory html files --> <{assign var=theme_name value=$xoTheme->folderName|cat:'/xotpl'}> <!-- Title and meta --> <title><{if $xoops_pagetitle !=''}><{$xoops_pagetitle}> : <{/if}><{$xoops_sitename}></title> <meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" /> <meta name="robots" content="<{$xoops_meta_robots}>" /> <meta name="keywords" content="<{if $xoops_pagetitle !=''}><{$xoops_pagetitle}>, <{/if}><{$xoops_meta_keywords}>" /> <meta name="description" content="<{if $xoops_pagetitle !=''}><{$xoops_pagetitle}>, <{/if}><{$xoops_meta_description}>" /> <meta name="rating" content="<{$xoops_meta_rating}>" /> <meta name="author" content="<{$xoops_meta_author}>" /> <meta name="copyright" content="<{$xoops_meta_copyright}>" /> <meta name="generator" content="" /> <!-- Rss --> <link rel="alternate" type="application/rss+xml" title="RSS Feed" href="<{xoAppUrl backend.php}>" /> <!-- Favicon --> <link rel="shortcut icon" type="image/ico" href="<{xoImgUrl icons/favicon.ico}>" /> <link rel="icon" type="image/png" href="<{xoImgUrl icons/icon.png}>" /> <!-- Sheet Css --> <link rel="stylesheet" type="text/css" media="all" title="Style sheet" href="<{xoAppUrl xoops.css}>" /> <link rel="stylesheet" type="text/css" media="all" title="Style sheet" href="<{xoImgUrl css/style.css}>" /> <{$xoops_module_header}> </head> <body id="<{$xoops_dirname}>" class="<{$xoops_langcode}>"> <noscript><h1><{if $xoops_pagetitle !=''}><{$xoops_pagetitle}><{/if}></h1></noscript> <div id="header"> <div id="headerbanner"><{$xoops_banner}></div> </div> <div id="menutop"> <!-- Navigation Menu --> <ul> <li class="<{if $xoops_dirname == "system"}>current<{/if}>"><a href="<{xoAppUrl }>">Home</a></li> <li class="<{if $xoops_dirname == "newbb"}>current<{/if}>"><a href="<{xoAppUrl modules/xforum/}>">Forum</a></li> <li class="<{if $xoops_dirname == "liaise"}>current<{/if}>"><a href="<{xoAppUrl modules/ramteamirc/}>">IRC Chat</a></li> <li class="<{if $xoops_dirname == "news"}>current<{/if}>"><a href="<{xoAppUrl modules/rtdownloads/}>">Downloads</a></li> <li class="<{if $xoops_dirname == "news"}>current<{/if}>"><a href="<{xoAppUrl modules/news/}>">News</a></li> <li class="<{if $xoops_dirname == "liaise"}>current<{/if}>"><a href="<{xoAppUrl modules/xoopstube/}>">Ramteam Video's</a></li> <li class="<{if $xoops_dirname == "extgallery"}>current<{/if}>"><a href="<{xoAppUrl modules/myalbum}>">Ramteam Gallery</a></li> <li class="<{if $xoops_dirname == "contact"}>current<{/if}>"><a href="<{xoAppUrl modules/ramservers}>">Ramteam Servers</a></li> <li class="<{if $xoops_dirname == "contact"}>current<{/if}>"><a href="http://www.ramteam.eu/squirrelmail" target="_blank">Webmail</a></li> <li class="<{if $xoops_dirname == "contact"}>current<{/if}>"><a href="<{xoAppUrl modules/contact}>">Contact</a></li> </ul> </div> <div id="xo-canvas"> <!-- Navigation Menu --> <!--<div id="menu"> <ul> <li><a href="<{xoAppUrl }>">Home</a></li> <li><a href="<{xoAppUrl modules/news/}>">Blog</a></li> <li><a href="<{xoAppUrl modules/extgallery}>">Photos</a></li> <li><a href="<{xoAppUrl modules/newbb/}>">Forum</a></li> <li><a href="<{xoAppUrl modules/mylinks/}>">Links</a></li> <li><a href="<{xoAppUrl modules/liaise/}>">Contact</a></li> </ul> </div> --> <table id="xo-canvas-content" cellspacing="0"> <tr > <!-- Start left blocks loop --> <{if $xoops_showlblock}> <td id="xo-canvas-leftcolumn"> <{foreach item=block from=$xoBlocks.canvas_left}> <{includeq file="$theme_name/theme_blockleft.html"}> <{/foreach}> </td> <{/if}> <!-- End left blocks loop --> <td id="xo-page"> <!-- Start center top blocks loop --> <{if $xoBlocks.page_topleft or $xoBlocks.page_topcenter or $xoBlocks.page_topright}> <table id="xo-topblocks" cellspacing="0"> <tr> <td id="xo-topcenterblocks" colspan="2"> <{foreach item=block from=$xoBlocks.page_topcenter}> <{includeq file="$theme_name/theme_blockcenter_c.html"}> <{/foreach}> </td> </tr> <tr> <td id="xo-topleftblocks"> <{foreach item=block from=$xoBlocks.page_topleft}> <{includeq file="$theme_name/theme_blockcenter_l.html"}> <{/foreach}> </td> <td id="xo-toprightblocks"> <{foreach item=block from=$xoBlocks.page_topright}> <{includeq file="$theme_name/theme_blockcenter_r.html"}> <{/foreach}> </td> </tr> </table> <{/if}> <!-- End center top blocks loop --> <!-- Start content module page --> <div id="xo-content"><{$xoops_contents}></div> <!-- End content module --> <!-- Start center bottom blocks loop --> <{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomright or $xoBlocks.page_bottomcenter}> <table id="xo-bottomblocks" cellspacing="0"> <{if $xoBlocks.page_bottomcenter}> <tr> <td id="xo-bottomcenterblocks" colspan="2"> <{foreach from=$xoBlocks.page_bottomcenter item=block}> <{include file="$theme_name/theme_blockcenter_c.html"}><{/foreach}> </td> </tr> <{/if}> <{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomright}> <tr> <td id="xo-bottomleftblocks"> <{foreach from=$xoBlocks.page_bottomleft item=block}> <{include file="$theme_name/theme_blockcenter_l.html"}> <{/foreach}> </td> <td id="xo-bottomrightblocks"> <{foreach from=$xoBlocks.page_bottomright item=block}> <{include file="$theme_name/theme_blockcenter_r.html"}> <{/foreach}> </td> </tr> <{/if}> </table> <{/if}> <!-- End center bottom blocks loop --> </td> <!-- Start right blocks loop --> <{if $xoops_showrblock}> <td id="xo-canvas-rightcolumn"> <{foreach item=block from=$xoBlocks.canvas_right}> <{includeq file="$theme_name/theme_blockright.html"}> <{/foreach}> </td> <{/if}> <!-- End right blocks loop --> </tr> </table> </div> <!-- Start footer --> <div id="footer"> <p>© 2013 <a href="http://www.ramteam.eu" target="_blank">The Ramteam Network</a>.<{$xoops_footer}></p> </div> <!-- end Footer --> </body> </html>




CSS code
le="color: #000000"><?php /* reset */ * { margin: 0; padding: 0; } /* layout */ html, body { margin: 0; background: #293f57 url(../images/bg.jpg) top no-repeat; background-position:center; background-attachment:fixed; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #E2E2E2; } input[type=button], input[type=submit], input[type=reset] { PADDING-RIGHT: 0.5em; PADDING-LEFT: 0.5em; PADDING-BOTTOM: 1px; PADDING-TOP: 1px; BACKGROUND: url(buttons/deep-blue.gif) repeat-x; COLOR: #fff; CURSOR: pointer; BORDER-LEFT: 1px solid #1e568f; BORDER-RIGHT: 1px solid #1e568f; BORDER-BOTTOM: none; BORDER-TOP: none; } #header-top{ width: 1600px; height: 44px; margin: 0 auto; padding: 0px; background: url(../images/header-top.png) no-repeat top; } .usermenu{ float: right; line-height:48px; margin-right: 20px; } .usermenu a{ color: #fff; } #header{ width: 921px; height: 456px; background: url(../images/header.png) top no-repeat; margin: 0 auto; } #header a{ font-size: 40px; line-height:95px; color: #fff; padding-left:130px; font-family:Verdana, Arial, Helvetica, sans-serif; } #headerbanner{ float: right; margin-top: 35px; margin-right: 10px; } #menutop{ width: 921px; height: 44px; background: url(../images/top-menu.png) top no-repeat; margin: 0 auto; } #menutop ul { width: 1600px; height: 29px; margin: 0; list-style: none; text-align: left; padding: 0; } #menutop li { display: inline; } #menutop a { line-height: 29px; border: none; padding-left: 13px; padding-right: 13px; text-transform: uppercase; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000; } #menutop a:hover, #menu .current_page_item a {color: #515044;} #menutop a:hover {text-decoration: none;} #xo-canvas { width: 1600px; margin-left: auto; margin-right: auto; margin-top: 50px; padding: 0px; background: url(../images/can-bg.png) no-repeat top #000000; border: 1px solid #2E3F55; } *html #xo-canvas { width: 1600px; margin-left: auto; margin-right: auto; margin-top: 15px; padding: 0px; background: url(../images/con-bg-ie.jpg) top repeat-y; border: 1px solid #2E3F55; } #xo-canvas-content { padding: 0; width: 1600px; margin: 0 auto; } #xo-page {} #xo-page a{color: #f5951c; text-decoration:none;} #xo-page a:hover{text-decoration: underline;} /* hypertext links */ a { text-decoration: none; color: #16A6D2; } a:hover { background: none; text-decoration: underline; } /* titles */ h1, h2, h3 { margin: 0; font-weight: normal; color: #000000; } h1 { font-size: 2em; } h2 { font-size: 1.6em; } h3 { font-size: 1.4em; } h4 {font-size: 1em;} h5 {font-size: .9em;} h6 {font-size: .8em;} /* images */ img { border: 0; position: relative; } /* lists */ #xo-canvas-content ul { margin: 2px; padding: 2px; text-align: left; } #xo-canvas-content li { margin-left: 10px; background-color: inherit; color: #0066CC; line-height: 1.2em; list-style: square; } /* hr */ hr { color: #ccc; border: #ccc; background: #ccc; height: 1px; } /* forms */ input {font-size: 1em;} select {font-size: .9em;} /* Top */ #top{ height: 200px; margin-left: 5px; margin-right: 5px; margin-bottom: 5px; background: url(../images/top-bg.gif) top repeat-x; } /* Logo */ #logo { float: left; width: 403px; height: 200px; } /* User login */ #login-form { height: 200px; width: 200px; float: right; padding-left: 5px; } #xo-userbar{ padding-top:30px; padding-right: 70px; } #xo-userbar a{ color: #6BCBE9; } .usermenu a{ padding-right:20px; } /* left columns */ #xo-canvas-leftcolumn { width: 180px; padding: 0px; background: transparent; } #xo-canvas-leftcolumn .xo-blocktitle { height: 44px; line-height: 38px; margin: 0; padding: 5px 3px 0px 10px; color: #fff; font-size: 14px; font-weight: bold; text-align: center; background: transparent url(../images/block-top-l.png) no-repeat; } #xo-canvas-leftcolumn .xo-blockcontent { margin-top: -5px; padding: 3px 13px 3px 13px; line-height: 1.2em; font-size: 12px; background: url(../images/block-con3.png) repeat-y; border: none; } #xo-canvas-leftcolumn .xo-blockbottom{ height: 44x; background: transparent url(../images/block-bot3.png) top no-repeat; margin-bottom: 30px; } #xo-canvas-leftcolumn th { background: url(../images/th.png) repeat !important; vertical-align: left; line-height: 14px; } #xo-canvas-leftcolumn .even { background: transparent url(../images/even.png) repeat; padding: 3px; } #xo-canvas-leftcolumn .odd { background: transparent url(../images/odd.png) repeat; padding: 3px; } #xo-canvas-leftcolumn tr.even td { background: transparent url(../images/even.png) repeat; padding: 3px; } #xo-canvas-leftcolumn tr.odd td { background: transparent url(../images/odd.png) repeat; padding: 3px; } /* right columns */ #xo-canvas-rightcolumn { width: 180px; padding-left: 0px; } #xo-canvas-rightcolumn th { background: url(../images/th.png) repeat ; vertical-align: left; } *html #xo-canvas-rightcolumn th { background: #171717;} #xo-canvas-rightcolumn .even { background: url(../images/even.png) repeat; padding: 3px; } *html #xo-canvas-rightcolumn .even{ background:#2a2a2a; } #xo-canvas-rightcolumn .odd { background: url(../images/odd.png) repeat; padding: 3px; } *html #xo-canvas-rightcolumn .odd { background: #1e1f1e; } #xo-canvas-rightcolumn tr.even td { background: url(../images/even.png) repeat; padding: 3px; } #xo-canvas-rightcolumn tr.odd td { background: url(../images/odd.png) repeat; padding: 3px; } #xo-canvas-rightcolumn .xo-blocktitle { height: 44px; line-height: 38px; margin: 0; padding: 5px 10px 0px 3px; color: #fff; font-size: 14px; font-weight: bold; text-align: center; background: transparent url(../images/block-top-r.png) no-repeat; } #xo-canvas-rightcolumn .xo-blockcontent { margin-top: -15px; padding: 3px 13px 3px 13px; line-height: 1.2em; font-size: 12px; background: url(../images/block-con-r.png) repeat-y; border: none; } #xo-canvas-rightcolumn .xo-blockbottom{ height: 44px; background: transparent url(../images/block-bot-r.png) top no-repeat; margin-bottom: 30px; } /* center blocks */ #xo-page .xo-block { margin-left:0px; margin-right:0px; margin-bottom: 5px; } #xo-topblocks th { vertical-align: middle; } #xo-topcenterblocks, #xo-bottomcenterblocks {border: 1px solid #2E3F55;} #xo-topcenterblocks .xo-blocktitle h3, #xo-bottomcenterblocks .xo-blocktitle h3 { padding-left: 10px; padding-top: 4px; padding-bottom: 4px; color: #fff; font-weight: bold; font-size: 14px; background: url(../images/th.png) repeat; } *html #xo-topcenterblocks .xo-blocktitle h3, #xo-bottomcenterblocks .xo-blocktitle h3 { background: #1c2330; } #xo-topcenterblocks .xo-blockcontent, #xo-bottomcenterblocks .xo-blockcontent { padding: 5px 8px 8px 8px; margin-bottom: 2px; line-height: 1.2em; text-align:justify; background: transparent; } #xo-topleftblocks, #xo-bottomleftblocks, #xo-toprightblocks, #xo-bottomrightblocks {width: 49.5%;} #xo-topleftblocks .xo-blocktitle h3, #xo-bottomleftblocks .xo-blocktitle h3, #xo-toprightblocks .xo-blocktitle h3, #xo-bottomrightblocks .xo-blocktitle h3{ padding-left: 10px; padding-top: 4px; padding-bottom: 4px; color: #fff; font-weight: bold; font-size: 14px; background: url(../images/th.png) repeat; } *#xo-topleftblocks .xo-blocktitle h3, #xo-bottomleftblocks .xo-blocktitle h3, #xo-toprightblocks .xo-blocktitle h3, #xo-bottomrightblocks .xo-blocktitle h3{ background: #1c2330; } #xo-topleftblocks .xo-blockcontent, #xo-toprightblocks .xo-blockcontent, #xo-bottomleftblocks .xo-blockcontent, #xo-bottomrightblocks .xo-blockcontent { margin-bottom: 2px; padding: 5px 8px 8px 8px; text-align: justify; line-height: 1.3em; background: transparent; } /* content module page */ #xo-content { text-align: justify; padding: 8px; } /* footer */ #footer { width: 1600px; height: 47px; margin: 0 auto; padding: 20px 0; font-family: Arial, Helvetica, sans-serif; color: #9D9D9D; background: transparent url(../images/footer.png) no-repeat; } #footer p { margin: 0; line-height: normal; font-size: 9px; text-transform: uppercase; text-align: center; } #footer a { color: #fff; } #xo-logger-output{ font-size: .8em;} /* block main menu */ #mainmenu { font-size: 12px;} #mainmenu a { color: #fff; display: block; margin: 0; padding: 4px 4px 4px 18px; background: url(../icons/arrow.gif) no-repeat left transparent; } #mainmenu a:hover {background: url(../icons/arrow.gif) no-repeat left transparent;} #mainmenu a.menuTop {} #mainmenu a.menuMain {} #mainmenu a.menuSub { padding-left: 20px; background: transparent; border: none; font-style: italic; } #mainmenu a.menuSub:hover {background-color: transparent;} /* block user menu */ #usermenu { font-size: 12px;} #usermenu a { color: #fff; display: block; margin: 0; padding: 4px 4px 4px 18px; background: url(../icons/arrow.gif) no-repeat left transparent; } #usermenu a:hover {} #usermenu a.menuTop {} #usermenu a.highlight {background-color: #A52524;} /* tables and cells */ table {width: 100%;} table td { padding: 0; border-width: 0; vertical-align: top; } th { height: 45px; line-height: 14px; background: url(../images/head.png) repeat-x; color: #e2e2e2 !important; padding: 0 5px 5px 5px; /*font-family: Georgia, "Times New Roman", Times, serif;*/ } *html th{ height: 35px; background: url(../images/head.jpg) repeat-x; padding-left:10px; padding-top: 10px;} .outer {} .head { height: 45px; line-height: 16px; background: url(../images/th.png) repeat; font-weight: bold; padding: 5px; } *html .head { background: #1f3043; } .even { background: url(../images/even.png) repeat; padding: 5px; line-height: 10px; } *html .even { background: #314256; } .odd { background: url(../images/odd.png) repeat; padding: 5px; } *html .odd{background:#3c4c65;} .foot { background: url(../images/even.png) repeat; padding: 5px; font-weight: bold; } tr.even td { background: url(../images/even.png) repeat; padding: 5px; } *tr.even td{ background: #314256; } tr.odd td { background: url(../images/odd.png) repeat; padding: 5px; } /*comment*/ .comment-left{ padding:2px; background:#EBEBDE; border:1px solid #DEDECF; } .comment-left2{ padding:5px; background:#EBEBDE; border:1px solid #DEDECF; } /* core messages */ .errorMsg { background-color: #FFCCCC; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa; font-weight: bold; padding: 10px; } .confirmMsg { background-color: #DDFFDF; color: #136C99; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa; font-weight: bold; padding: 10px; } .resultMsg { background-color: #c1c1c1; color: #333; text-align: center; border-top: 1px solid #ccc; border-left: 1px solid #ccc; font-weight: bold; border-right: 1px solid #666; border-bottom: 1px solid #666; padding: 10px; } /* codes and quotes */ .xoopsCode { background-color: #fff; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; max-height: 200px; overflow: auto; } .xoopsQuote { background-color: #fff; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; font-style:italic; padding: 0 6px 6px 6px; } /* articles */ .item {margin-bottom: 15px;} .itemHead { padding: 3px; color: #fff; font-size: 1.1em; color: #fff; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; background: url(../images/even.png) repeat transparent; } *html .itemHead { background:#314256; border: 1px solid #2e3f55;} .itemInfo { text-align: right; padding: 3px; background: inherit; } .itemTitle a { font-size: 1.1em; font-weight: bold; color: #fff; } .itemPoster { font-size: .9em; font-style:italic; } .itemPostDate { font-size: .9em; font-style:italic; } .itemStats { font-size: .9em; font-style:italic; } .itemBody {padding-left: 5px;} .itemText { margin-top: 5px; margin-bottom: 5px; line-height: 1.5em; } .itemText:first-letter { font-size: 1.3em; font-weight: bold; } .itemFoot { text-align: right; padding: 3px; background: url(../images/odd.png) repeat transparent; } *html .itemFoot { background: #3c4c65; } .itemAdminLink {font-size: .9em;} .itemPermaLink {font-size: .9em;} /* forums */ .comTitle { font-weight: bold; margin-bottom: 2px; } .comText {padding: 2px;} .comUserStat { font-size: 10px; font-weight:bold; border: 1px solid #3a4a60; background: url(../images/even.png) repeat; margin: 2px; padding: 2px; } .comUserStatCaption {font-weight: normal;} .comUserStatus { margin-left: 2px; margin-top: 10px; color: #639ACC; font-weight:bold; font-size: .8em; } .comUserRank {margin: 2px;} .comUserRankText { font-size: .8em; font-weight:bold; } .comUserRankImg {border: 0;} .comUserName {} .comUserImg {margin: 2px;} .comDate { font-weight: normal; font-style: italic; font-size: .8em } .comDateCaption { font-weight: bold; font-style: normal; font-size: .8em } .signature { font-size:.8em; font-style:italic; }


The picture below shows what I mean by "bottom left image went awol":
- klikkerdeklik

Can someone PLEASE help me ?

Thanks in advance !!

Cheers Youri

2
RamteamJax
Re: [Block bottom left] has disappeared .. :( help ..
  • 2013/8/23 23:38

  • RamteamJax

  • Just popping in

  • Posts: 47

  • Since: 2012/6/17


anyone ? please ?

3
Mamba
Re: [Block bottom left] has disappeared .. :( help ..
  • 2013/8/24 0:01

  • Mamba

  • Moderator

  • Posts: 11527

  • Since: 2004/4/23


Please provide a link to the website, or a link to download the whole theme.

Some people can read the code and point the issue, but it's easier to see it in action, and see what is going on there...
Support XOOPS => DONATE
Use 2.5.11 | Docs | Modules | Bugs

4
RamteamJax
Re: [Block bottom left] has disappeared .. :( help ..
  • 2013/8/28 10:43

  • RamteamJax

  • Just popping in

  • Posts: 47

  • Since: 2012/6/17


I know what you mean Mamba, but this theme is going to be a surprise for our members :) because we didn't release the poll-results .. yet :P

So we didn't include the theme on our website yet.
Our existing theme can be found at http://www.ramteam.eu, but there's nothing wrong with thát one.

Maybe you could give me support over Skype ?

5
Mamba
Re: [Block bottom left] has disappeared .. :( help ..
  • 2013/8/28 20:57

  • Mamba

  • Moderator

  • Posts: 11527

  • Since: 2004/4/23


Unfortunately, I am not a designer, so hopefully somebody more competent will be able to help here...
Support XOOPS => DONATE
Use 2.5.11 | Docs | Modules | Bugs

6
RamteamJax
Re: [Block bottom left] has disappeared .. :( help ..
  • 2013/9/18 1:11

  • RamteamJax

  • Just popping in

  • Posts: 47

  • Since: 2012/6/17


still bugging with that issue.. :(

7
Tarik
Re: [Block bottom left] has disappeared .. :( help ..
  • 2013/9/18 2:22

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


you can actually upload the theme and allow it and not set it as default so we can access it using the url, w/o ruining the surprise , because it'd be easier to debug a demo instead of nested code

8
RamteamJax
Re: [Block bottom left] has disappeared .. :( help ..
  • 2013/9/27 13:39

  • RamteamJax

  • Just popping in

  • Posts: 47

  • Since: 2012/6/17


Hi. I made a stupid mistake, hehe..

I added the wrong value in css :S
So it's fine now.

Login

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits