Forum Replies Created

Viewing 11 replies - 31 through 41 (of 41 total)
  • Thread Starter Corse

    (@corse)

    Doesn’t do anything…

    I can center it, but it makes a list.

    Did it by changing:

    text-align: left;

    to

    text-align: center;

    Thread Starter Corse

    (@corse)

    It doesn’t work unfortunately. Maybe there’s another way to center it?

    Forum: Fixing WordPress
    In reply to: Show current date
    Thread Starter Corse

    (@corse)

    Yes it works..

    Thank you!

    Forum: Fixing WordPress
    In reply to: Show current date
    Thread Starter Corse

    (@corse)

    The <?php echo date(‘j F Y’); ?> function shows the date in English format. The the_time function shows it on my website in Dutch. So i need to use the the_time function. But how to make it show the current date.

    https://www.alfablog.nl

    Thread Starter Corse

    (@corse)

    U used plugins like:

    – Random image selector
    – Matt’s code
    – Rotate

    I think the plugins are working, becouse they select the image right, including the path. But the images simply dont show up.

    CSS:

    /*
    Theme Name: RockinNewspaper for Adsense 3Col
    Author URI: https://www.corymiller.com
    Version: 1
    Author: Cory Miller
    Description: RockinNewspaper 3 Column for AdSense is a white and red, widget ready, clean and simple theme designed with a newspaper flair for reading and customization.
    The CSS, XHTML and design is released under GPL:
    https://www.opensource.org/licenses/gpl-license.php*/
    
    body {
    background:#ccc;
    color:#000;
    font-size:11px;
    font-family:Verdana, Helvetica, Arial, sans-serif;
    margin:0;
    }
    
    #container {
    width:960px;
    color:#000;
    background-color:#fff;
    text-align:left;
    border:1px solid #ccc;
    margin:20px auto;
    }
    
    #header {
    color:#000;
    background:#fff url(https://www.alfablog.nl/public_html/wp-content/themes/rockinnewspaper/rockinnewspaper-for-adsense-3col-10/images/header/header_<?php echo(rand(1,5)); ?>
    .jpg) top center repeat-x;
    margin-bottom:0;
    border-top:1px solid #ccc;
    padding:20px 0 26px 25px;
    }
    
    #header h2 {
    color:#000;
    background-color:#fff;
    font-size:35px;
    font-family:Helvetica, Arial, Verdana, sans-serif;
    margin:0;
    }
    
    #header h3 {
    color:#444;
    background-color:#fff;
    font-size:18px;
    font-family:Georgia, "Times New Roman", sans-serif;
    margin:0;
    }
    
    #menu {
    color:#000;
    background-color:#fff;
    font-family:Helvetica, Arial, Verdana, sans-serif;
    font-weight:700;
    font-size:20px;
    margin-bottom:20px;
    text-align:center;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:12px 25px;
    }
    
    #menu h2 {
    margin:0;
    padding:10px 25px 12px;
    }
    
    #menu li {
    display:inline;
    list-style-type:none;
    margin:0;
    padding:0;
    }
    
    #menu ul li a {
    color:#f33;
    background-color:#fff;
    text-decoration:none;
    margin:0;
    padding:12px 25px;
    }
    
    #menu ul li a:hover {
    color:#fff;
    background-color:#f33;
    text-decoration:none;
    }
    
    #content {
    width:440px;
    position:relative;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
    min-height:660px;
    margin:0 0 20px 233px;
    padding:5px 25px 15px;
    }
    
    #content p {
    line-height:18px;
    margin:0;
    padding:0 0 10px;
    }
    
    #content p img {
    border:none;
    margin-right:5px;
    margin-bottom:3px;
    }
    
    #content h1 {
    color:#ccc;
    background-color:#fff;
    font-size:22px;
    font-family:"Helvetica Bold", "Arial Bold", Verdana, sans-serif;
    font-weight:400;
    line-height:150%;
    margin:0;
    padding:10px;
    }
    
    #content h1 a {
    color:#ccc;
    background-color:#fff;
    text-decoration:underline;
    }
    
    #content h2 {
    color:#f33;
    background-color:#fff;
    font-size:22px;
    font-family:Helvetica, Arial, Verdana, sans-serif;
    font-weight:700;
    line-height:120%;
    margin:0;
    }
    
    #content h3 {
    color:#36f;
    background-color:#fff;
    font-size:15px;
    font-family:Helvetica, Arial, Verdana, sans-serif;
    font-weight:700;
    margin-bottom:10px;
    line-height:120%;
    border-bottom:1px solid #ccc;
    }
    
    #content ol {
    list-style-type:decimal;
    line-height:18px;
    margin:0;
    padding:0 0 10px 30px;
    }
    
    #content ul li {
    list-style:square inside;
    margin:0 0 0 10px;
    padding:5px 0 0;
    }
    
    blockquote {
    font-style:italic;
    color:#666;
    background-color:#fff;
    border-left:1px solid #ccc;
    margin:0 0 0 25px;
    padding:0 25px 0 10px;
    }
    
    #content blockquote p {
    margin:0 0 20px;
    padding:0;
    }
    
    .postspace {
    color:#000;
    background:#fff;
    width:440px;
    height:32px;
    margin:0;
    padding:0;
    }
    
    .postspace2 {
    color:#000;
    background:#FFF;
    width:440px;
    height:0;
    margin:0;
    padding:0;
    }
    
    .postspace3 {
    color:#000;
    background:#FFF;
    width:440px;
    height:15px;
    margin:0;
    padding:0;
    }
    
    #l_sidebar {
    color:#000;
    background-color:#fff;
    width:195px;
    float:left;
    margin-top:0;
    margin-bottom:20px;
    min-height:660px;
    padding:0 15px 15px;
    }
    
    #r_sidebar {
    color:#000;
    background-color:#fff;
    width:195px;
    float:right;
    position:relative;
    margin-top:0;
    margin-bottom:20px;
    min-height:660px;
    padding:0 15px 15px;
    }
    
    #footer {
    color:#000;
    background-color:#fff;
    text-align:center;
    border-top:1px solid #ccc;
    clear:both;
    padding:20px 0;
    }
    
    a,a:visited,#header h2 a,#content h2 a,#content h3 a,#content ul li a {
    color:#f33;
    background-color:#fff;
    text-decoration:none;
    }
    
    a:hover,a:active,#content ul li a:hover {
    color:#000;
    background-color:#fff;
    text-decoration:underline;
    }
    
    #header h2 a:hover,#content h1 a:hover,#content h2 a:hover,#content h3 a:hover {
    color:#000;
    background-color:#fff;
    text-decoration:none;
    }
    
    #menu ul,#content li {
    margin:0;
    padding:0;
    }
    
    * html #content,* html #l_sidebar,* html #r_sidebar {
    height:660px;
    }
    
    #content ul,#l_sidebar ul,#r_sidebar ul {
    list-style:none;
    margin:0;
    padding:0 0 20px;
    }
    
    #l_sidebar p,#r_sidebar p {
    line-height:16px;
    margin:0;
    padding:5px 0 10px;
    }
    
    #l_sidebar h2,#r_sidebar h2 {
    color:#f33;
    background-color:#fff;
    font-size:14px;
    font-family:Helvetica, Arial, Verdana, sans-serif;
    list-style:none;
    border-bottom:1px solid #ccc;
    margin:0;
    padding:10px 0;
    }
    
    #l_sidebar li,#r_sidebar li {
    list-style:none;
    margin:0;
    padding:0;
    }
    
    #l_sidebar ul li,#r_sidebar ul li {
    list-style:none;
    border-bottom:1px dotted #ccc;
    margin:0;
    padding:0;
    }
    
    #l_sidebar ul li a,#r_sidebar ul li a {
    display:block;
    color:#000;
    background-color:#fff;
    text-decoration:none;
    padding:5px 0 5px 5px;
    }
    
    #l_sidebar ul li a:hover,#r_sidebar ul li a:hover {
    color:#fff;
    background-color:#f33;
    }
    
    #main_start {position: absolute;left: -10000px;
    }

    Header:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
    
    "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml">
    
    <head profile="https://gmpg.org/xfn/11">
    <link rel="shortcut icon" href="https://www.alfablog.nl/favicon.ico" type="image/x-icon" />
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    
    <title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' |'; } ?> <?php bloginfo('name'); ?></title>
    
    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
    
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php 
    
    bloginfo('rss2_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    
    <!--we need this for plugins-->
    <?php wp_head(); ?>
    </head>
    <body>
    
    <div id="container">
    
    <div align="center"><img src="https://www.alfablog.nl/wp-content/themes/default/images/header/header.jpg" alt=""
    onclick="location.href='https://www.alfablog.nl';" style="cursor: pointer;" /></div><p><p>
    <!--header.php end-->

    Thread Starter Corse

    (@corse)

    Sorry for that…

    Maybe you can help me?

    Thread Starter Corse

    (@corse)

    Anyone please???

    Thread Starter Corse

    (@corse)

    Yes, i found it, and it’s done.

    Many thanx…

    Thread Starter Corse

    (@corse)

    Please can someone help me….!!!

    I tried to search, but nothing found…

    Thread Starter Corse

    (@corse)

    Anyone please???

    Forum: Fixing WordPress
    In reply to: Sorting links
    Thread Starter Corse

    (@corse)

    Could anyone help please…???

Viewing 11 replies - 31 through 41 (of 41 total)