Forum Replies Created

Viewing 15 replies - 121 through 135 (of 336 total)
  • 1. Have you created the categories?
    2. Have you embedded the thumbnail views into your single.php?
    3. Add widget for it to the sidebar.

    Thread Starter ThorHammer

    (@thorhammer)

    Thanks for replies! I am devloping my new site directly on GoDaddy, and so far I haven’t seen any problems at all, except that the upload time is a bit slow. My site runs fast. Anyone who knows where their servers are physically?

    Thread Starter ThorHammer

    (@thorhammer)

    Esmi, I solved it! In one of the js-files there was a very hidden zindex-call!
    Yes. πŸ™‚

    Thread Starter ThorHammer

    (@thorhammer)

    Thanks Esmi, I tried as you said, but the dropdown menu is still behind that layer..

    Thread Starter ThorHammer

    (@thorhammer)

    Thanks, zeniph, this solved the issue!
    Yes, you are right about the css mess. I was desperate trying to get rid of the dots. This code has to be trimmed down at least 80 percent!

    Thread Starter ThorHammer

    (@thorhammer)

    Thank you alchymyth! I guess this is the longest sidebar CSS in the WP-history, I have to trim it down a bit.
    Regarding the dots: They continue to exist as a real mystery..!

    Thread Starter ThorHammer

    (@thorhammer)

    Here is the CSS attatched to Sidebar3.

    #sidebar3 {float:right;width:250px;text-align:left;font-size:12px;border-left:1px solid;border-color:#ccc;margin:0 0 0 5px;padding:0 0 0 5px;}
    #sidebar3 ul {font-family:Geneva, Arial, Helvetica, sans-serif;font-size:1em;color:#000;margin: 0;padding:5px;}
    #sidebar3 ul form #searchform {text-align:center;margin:0;padding:15px 10px 10px;list-style:none;}
    #sidebar3 li {list-style:none;}
    #sidebar3 li sideblock {list-style:none}
    #sidebar3 li sideblock form {list-style:none}
    #sidebar3 ul li sideblock {list-style:none}
    #sidebar3 li sideblock h2 {list-style:none;}
    #sidebar3 li sideblock form {list-style:none;}
    #sidebar3 ul li a:link, #sidebar3 ul li a:active,#sidebar3 ul li a:visited {text-decoration:underline;color:#0000ff;font-weight:bold;padding:0px;list-style:none;}
    #sidebar3 ul li a:hover {text-decoration:underline;color:#ff0000;font-weight:bolder;list-style:none;}
    #sidebar3 ul li {list-style:none;margin-bottom:15px;}
    #sidebar3 ul ul li {padding:2px 0px 2px 15px;list-style:none;}
    #sidebar3 ul ul ul li {padding:0 0 0 10px;list-style:none;}
    #sidebar3 li sideblock p img {margin:0px;list-style:none;}
    #sidebar3 li sideblock p {margin:0;padding:0 0 5px 15px;list-style:none;}
    #sidebar3 a:hover {text-decoration:underline;color:#ff0000;font-weight:bolder;}
    #sidebar3 a:link,a:active,a:visited {text-decoration:underline;color:#1a88c9;font-weight:bold;}
    #sidebar3 h2 {font:bold 16px Geneva,Arial,Sans-Serif;color:#000;text-align:left;}
    #sidebar3 ul table {width:250px;margin:0;}
    
    .textwidget {float:right;width:250px;text-align:left;font-size:12px;border-left:1px solid;border-color:#ccc;margin:0 0 0 5px;padding:0 0 0 5px;}
    .textwidget h2 {font-family:Geneva,Arial,Sans-Serif;font-size:16px;font-weight:bold;color:#000;text-align:left;}
    .textwidget ul {font-family:Geneva,Arial,Helvetica,sans-serif;font-size:12px;color:#000;padding:5px;}
    .textwidget li {list-style:none;}
    .textwidget ul li{list-style:none;margin-bottom:15px;}
    .textwidget ul ul li {padding:5px 0px 2px 15px;list-style:none;}
    .textwidget ul ul ul li{padding:0 0 0 10px;list-style:none;}
    .textwidget a:hover {text-decoration:underline;color:#ff0000;font-weight:bolder;}
    .textwidget a:link,a:active,a:visited {text-decoration:underline;color:#0000ff;font-weight:normal;}
    
    .widget h2 {font-family:Geneva,Arial,Sans-Serif;font-size:16px;font-weight:bold;color:#000;text-align:left;}
    .widget ul {font-family:Geneva, Arial, Helvetica, sans-serif;font-size:1em;color:#000;margin: 0;padding:5px;}
    .widget li {list-style: none;}
    .widget ul li {list-style:none;margin-bottom:15px;}
    .widget ul ul li {padding:5px 0px 2px 15px;list-style:none;}
    .widget form, .widget ul form#searchform{list-style:none;}
    .widget li sideblock{list-style:none;}
    .widget li sideblock h2{list-style:none;}
    .widget li sideblock form {list.style:none;}
    .widget ul lisideblock{list-style:none;}
    .widget ul ul li sideblock{list-style:none;}

    Thread Starter ThorHammer

    (@thorhammer)

    The really strange issue is that the widget sorts posts according to their voted value…

    Thread Starter ThorHammer

    (@thorhammer)

    Thanks jf0! It is hours and hours of blood, sweat and tears behind this site. I was thinking about giving up several times, since some of the challenges were really extreme for a very lousy PHPer like me… But I am glad I took the fight with myself.
    And, this site is also a contribution to old fashion tables. Some parts of this website was impossible to solve with CSS. It ended up with a marriage of CSS and old tables. And it worked!
    I am looking forward to when CSS3 will be standard, but until then, other solutions has to be done.
    Thanks again for your feedback!

    Thread Starter ThorHammer

    (@thorhammer)

    When I tried to access the template via URL in the browser, I just got a 404.

    Thread Starter ThorHammer

    (@thorhammer)

    omg…settings..sorry, it’s there.

    Edit the permissions in wp-content/themes, set it to 777 in order to get the files up there.
    I guess you can do that with your FTP-client

    you must have a folder inside: wp-content/themes/YOURTHEME
    Then, ftp all template files into the folder.

    You can also have several post-templates, styled differently. This option will make you work faster with less custom fields to worry about. And you will pass validation.

    Have you tried to extend the amount of posts shown?
    Have you by accident any css,js or PHP embedded into some of your posts?

Viewing 15 replies - 121 through 135 (of 336 total)