Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)
  • Thread Starter jloshea

    (@jloshea)

    Hi fyllhund,
    The .art-blockcontent-body ul li edit worked 🙂

    Thank you for taking the time to help me, very much appreciated.

    Thanks again!

    Thread Starter jloshea

    (@jloshea)

    I wasn’t sure where to add it in the CSS so I just put at the end

    /** Next Gig Widget **/
    .gig.next {
    padding-left: 10px;
    }

    nvm.
    .art-BlockContent-body ul li {
    color: #000000;
    }

    But it didn’t work

    Thread Starter jloshea

    (@jloshea)

    Hi fyllhund,
    It’s the right handside “Gigs” widget.

    You should see the words

    ” London, Acton – Test
    London, Acton – Test”

    But you can’t see the ‘Nov 10’ before it says ‘London’ because it’s in white.

    Thread Starter jloshea

    (@jloshea)

    Isn’t that RSS? No wait I see what you mean now lol

    Here’s the CSS. I’m not great at this sort of thing so can someone please tell what I need to edit or add please. Thanks.

    div.attribution, div.gigs-rss {
    text-align: center;
    font-size: 87%;
    margin: .5em 0px;
    }

    div.gigs-rss img {
    position: relative;
    top: 2px;
    }

    div.attribution span {
    margin: 0px 1em;
    }

    table.gigs {
    width: 100%;
    text-align: left;
    font-size: .9em;
    border-collapse: collapse;
    border: 1px dotted #666;
    }

    table.gigs td.icon {
    width: 18px;
    text-align: center;
    }

    table.gigs td.time {
    text-align: right;
    }

    table.gigs a {
    font-weight: bold;
    }

    table.gigs a img {
    border: 0px;
    }

    table.gigs tr.gig {
    border-top: 1px dotted #666;
    }

    table.gigs td.shortNotes {
    padding-left: 4px;
    }

    .bold {
    font-weight: bold;
    }

    img.buy {
    position: relative;
    top: 3px;
    }

    table.gigs caption {
    font-weight: bold;
    font-size: 125%;
    text-align: left;
    }

    table.gigs caption div.notes{
    font-weight: normal;
    font-size: 80%;
    text-align: left;
    }

    table.gigs, div.no-gigs {
    margin-bottom: 1em;
    }

    /** Next Gig Widget **/
    .gig.next {
    padding-left: 10px;
    }

    Thread Starter jloshea

    (@jloshea)

    Hi t-p,
    Thank you for your response.

    I don’t think there is a CSS file or at least I couldn’t find one.

    I’ve attached screen shots of all the files I found for this plugin so you can see what’s files are there.

    http://img15.imageshack.us/img15/4435/98140556.jpg
    http://img403.imageshack.us/img403/2720/26353237.jpg
    http://img266.imageshack.us/img266/7760/65039004.jpg
    http://img692.imageshack.us/img692/9882/26734766.jpg

    Thanks

    Thread Starter jloshea

    (@jloshea)

    Hi, I’ve been trying a few things but without any luck. Does anyone have any ideas?

    Thread Starter jloshea

    (@jloshea)

    Hi Alchymyth,
    Basically what I did was replace the missing google advert with a new one. But when I tested it last night the new ad wasn’t showing up either. I checked this morning and the new advert is now working and I tried to replicate the error with the old advert and that started working too. It’s all very strange. Sorry for wasting your time. I suspect it’s an error caused by google. But if you have any info on the HTTP 400 Bad Request error for future reference that would be great.

    Thanks

    Thread Starter jloshea

    (@jloshea)

    Hi Rev. Voodoo, that’s great man thanks. Which Template does the code go in, Single.php or Theme Functions? Is it possible to centre the add with the HTML?

    Also, with that HTML code, will the Add show up on the Main page with the reduced “Read the rest of this entry” Posts as well as on a Individual post?

    Thanks

    Thread Starter jloshea

    (@jloshea)

    Hey David,
    Thank you for your reply. The plugin Quick Adsense did the trick was which handy as I recently updated to the new WordPress. I’m still curious as to whether it’s possible to do the same thing by editing the HTML in the WordPress Appearance section. But until that gets figured the Plugin will do just fine. Cheers man.

    Thread Starter jloshea

    (@jloshea)

    Hi t31os_,
    Thanks that worked a treat. Excellent Simple Advice.

    Thanks

    Thread Starter jloshea

    (@jloshea)

    Got it sorted. A Plugin called Adsense-Deluxe works a treat 🙂

    Just don’t add anything to the functions section like it suggests, it can really bugger your site up.

    Thread Starter jloshea

    (@jloshea)

    Wonderful, you did it again esmi 🙂

    This is the code I ended up with:

    #navmenu ul {
    width:700px;
    margin:0 auto;
    list-style-type: none; list-style-image: none; }
    #navmenu li {display: inline; }
    #navmenu ul li a {text-decoration:none; margin: 4px;
    padding: 4px 4px 4px 4px; color: white;
    background: 00085c;}
    #navmenu ul li a:hover {color: white;
    background: blue; }

    <p>Archives:<?php wp_get_archives(‘format=custom&show_post_count=1&type=yearly&after=;’); ?>
    Categories:<?php echo str_replace(”,’;’, wp_list_categories(‘style=&show_count=1&echo=0’));?></p>

    It wasn’t working in Firefox so I put back the Archives code & it worked a treat.

    I can’t sleep easy now, seriously it was really stressing me out. Thank you esmi. 🙂

    Thread Starter jloshea

    (@jloshea)

    I edited the code with the “auto;” but still no luck.

    #navmenu ul {margin: 0; auto; padding: 0;
    list-style-type: none; list-style-image: none; }
    #navmenu li {display: inline; }
    #navmenu ul li a {text-decoration:none; margin: 4px;
    padding: 4px 4px 4px 4px; color: white;
    background: 00085c;}
    #navmenu ul li a:hover {color: white;
    background: blue; }

    Thread Starter jloshea

    (@jloshea)

    Thanks esmi you’re an absolute star, you can’t imagine how much stress this has caused me.

    Here’s my edited code which I added to the stylesheet.

    navmenu ul {margin: 0; padding: 0;
    list-style-type: none; list-style-image: none; }
    #navmenu li {display: inline; }
    #navmenu ul li a {text-decoration:none; margin: 4px;
    padding: 4px 4px 4px 4px; color: white;
    background: 00085c;}
    #navmenu ul li a:hover {color: white;
    background: blue; }

    But I can’t seem to put the menu in the centre of the page. What do I have to edit or add to the code to do that?

    Thanks

    Thread Starter jloshea

    (@jloshea)

    Tried that. I added the code below in the theme’s stylesheet & got this message “Parse error: syntax error, unexpected “

    #navmenu ul {margin: 0; padding: 0;
    list-style-type: none; list-style-image: none; }
    #navmenu li {display: inline; }
    #navmenu ul li a {text-decoration:none; margin: 4px;
    padding: 5px 20px 5px 20px; color: blue;
    background: pink;}
    #navmenu ul li a:hover {color: purple;
    background: yellow; }

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