Alex Cragg
Forum Replies Created
-
Forum: Your WordPress
In reply to: Opinions/Criticisms on my blog The Sh17why 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
Forum: Developing with WordPress
In reply to: Define class and id using php@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.
Forum: Plugins
In reply to: I want sponsor links on homepage onlyhaha,<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! 😉Forum: Plugins
In reply to: I want sponsor links on homepage onlytrue, 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*
Forum: Developing with WordPress
In reply to: Define class and id using phpanyone know if this sort of stuff is possible?
Forum: Plugins
In reply to: I want sponsor links on homepage onlycreate 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.
Forum: Themes and Templates
In reply to: add menu bar (image) under header: press row templatethis 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
Forum: Themes and Templates
In reply to: Moving side bar – Pool themelooks like you’ve sorted it…?
Forum: Your WordPress
In reply to: Opinions/Criticisms on my blog The Sh17i 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!Forum: Fixing WordPress
In reply to: Cannot modify header information – headers already sentmake sure there is no blank space at the beginning or end of the functions.php file, so before the
<? phpand after the?>.Forum: Themes and Templates
In reply to: css styling of header and sidebar of K2in your css, you have an item called
h1 a:hover
which currently is set totext-decoration: underline;just delete the
text-decoration: underline;partas 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
🙂
Forum: Fixing WordPress
In reply to: Adding copy and paste textdont 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
Forum: Fixing WordPress
In reply to: Comments box too big?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 Formyou mean its not just me that can use google?
Forum: Fixing WordPress
In reply to: how to make my blog private?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