Forum Replies Created

Viewing 15 replies - 226 through 240 (of 335 total)
  • Alex Cragg

    (@epicalex)

    why i said about the adsense bar is cause it breaks the flow of the stripes, literally the colour, but also the overall view, plus its the first thing you see, being at the top, and i just reckon you shouldn’t be encouraging readers to click away straight away.

    the grey-red things do look better now the list is sorted, but IMO if you want to keep them, at least dont show them next to the images/widgety bits you have, they look lost all on there own.

    ill leave whoo to answer her questions

    Thread Starter Alex Cragg

    (@epicalex)

    @pizdin_dim – i realized that after i posted this topic(thanks to the validator), and i changed it straight away on my current theme.

    mod look added for jmcpherson421 posts…pretty weird posts IMO.

    so im not really any closer…

    ill phrase it differently,

    i would like to know how to generate 2 class out puts in 1 php call.

    Alex Cragg

    (@epicalex)

    haha,<sarcasm>yeah i felt so bad!</sarcasm>
    …was writing a long post, but then realised it wasnt on topic…
    larryjay, hope we “both” helped you out! 😉

    Alex Cragg

    (@epicalex)

    true, but is_single is addressed cause i suggested changing single.php,

    cat and arc i forgot, its one in the morning.

    and you’re right, it would be easier, but hey, im studying french and german at uni, doesnt lend itself to coding all that well! 🙂

    and we always seem to choose the same posts to reply to, and your suggestion is always better…*sighs*

    Thread Starter Alex Cragg

    (@epicalex)

    anyone know if this sort of stuff is possible?

    Alex Cragg

    (@epicalex)

    create a new php file for your new sidebar, ill call it sidebar2.php for convenience, but you can call it whatever.

    copy all the code from sidebar.php into the new file, but delete where you have the sponsered link. save sidebar2.php

    if you want to show your new sidebar without the sponsors on your posts, open up single.php and replace this code…
    <?php get_sidebar(); ?>
    with this
    <?php include (TEMPLATEPATH . '/sidebar2.php'); ?>

    if you want to not show sponsors on other Pages, open the index.php and add this…

    <?php
    if (is_home()) { get_sidebar();
    } else (is_page()) { include (TEMPLATEPATH . '/sidebar2.php');
    ?>

    hope it all works, let me know if not.

    Alex Cragg

    (@epicalex)

    this is what i would do, but might not be the best solution, who knows!

    open your header.php file and locate the <div id="header"> part, then where this div closes, create another div in between your header and your contentbox(which might only be opened in index.php, but just put it after the header div), and assign it an id, such as topmenu etc,

    then in your css, create an entry to match your chosen div name, and put the image in that way, or add it in straight in the div itself.

    hope this helps

    Alex Cragg

    (@epicalex)

    looks like you’ve sorted it…?

    Alex Cragg

    (@epicalex)

    i really like the design, good work.

    just a couple of things, IMHO, the greyey red tags on the sidebar next to the links look awkward and out of place.
    also the padding needs changing on the category/tag links, doesnt look right when it is so near the edge.

    maybe introduce the stripes fading back in at the bottom? it gets a bit boring down there.

    other than that, and maybe the adsense bar at the very top, it looks really awesome,
    and good content too, i cant believe i watched 20mins of super mario!

    Alex Cragg

    (@epicalex)

    make sure there is no blank space at the beginning or end of the functions.php file, so before the <? php and after the ?>.

    Alex Cragg

    (@epicalex)

    in your css, you have an item called
    h1 a:hover
    which currently is set to text-decoration: underline;

    just delete the text-decoration: underline; part

    as for the sidebar links, do you mean the pink ones? there is only one set, how are they linked to another? if you can describe a bit more ill be able to help, im guessing you just need to change the li class, but need to confirm what you want to achieve

    🙂

    Alex Cragg

    (@epicalex)

    dont forget though that once its copied in, go to the code view, and take out all the surplus, because it will probably reset the font, and if you want your default, you need to strip it down

    Alex Cragg

    (@epicalex)

    try making the ‘cols’ value a number, i think the default is 50, so make it 40, it worked on mine,

    no css is needed.

    Forum: Plugins
    In reply to: I need Simple Contact Form
    Alex Cragg

    (@epicalex)

    you mean its not just me that can use google?

    Alex Cragg

    (@epicalex)

    just a suggestion, but why dont you show a few sample posts, and then password protect the others, otherwise, why will people sign up if they dont know if your posts are good or not.

    once people sign up, you could tell them the password to your posts

Viewing 15 replies - 226 through 240 (of 335 total)