ilona_divinity
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to get rid of the date on posts..Cheers dude, your right it is in there somewhere 😀 I found this..
<div class=”date”><span><?php the_time(‘M’) ?></span> <?php the_time(‘d’) ?><span class=”year”><?php the_time(‘Y’) ?></span></div>
..in actions.php and deleted it, it seems to have worked and the date isn’t showing anymore 🙂
Wow that took ages to find that, cheers guys 🙂
Forum: Fixing WordPress
In reply to: How to get rid of the date on posts..Yeah I was wondering about deleting the whole comment thing, for now I deleted the part of the coding
<p><?php _e(‘Sorry, the comment form is closed at this time.’, “suf_theme”); ?></p>
and this has stopped it showing on my posts now 🙂 I will leave it as that until I understand more – then i will have a clean up. Thanks 🙂
I still cannot get rid of the date and time though on the home page – I remember asking this question previously for the old theme and was told to find the part..
the_time
..in certain php files and add // to the beginning, that worked and stopped it. However with this theme (it is a lot more coding as it is a far better site) I cannot find the relevant ‘the_time’ coding anywhere for some reason. This is shown different though, where as before it was just a text time and date, this now shows as more of a thumb nail design :/
Sorry if I don’t know all the terminology *blush*
Forum: Fixing WordPress
In reply to: How to get rid of the date on posts..Ok, thank you – I’ll go look now!! 🙂
I have searched through every file for the ‘sorry, the comment form is closed..’ code and can’t find it anywhere :/
Forum: Fixing WordPress
In reply to: How to get rid of the date on posts..Oh yeah, I also need to get rid of the ‘sorry, the comment form is closed at this time’ that is added automatically to every post I have made :/
Thanks 🙂
Forum: Fixing WordPress
In reply to: Page set upDon’t worry, I have worked out how to do a table using word 🙂
Forum: Fixing WordPress
In reply to: Shorten gap at top of the page/postThank you so much dude! I completely forgot where I did the edit too, been looking for it for ages but it works 😀
Theres me thinking I was all clever with my editing *rollseyes*
Cheers 🙂
Forum: Fixing WordPress
In reply to: Shorten gap at top of the page/postSorry, i forgot that bit 🙁
http://loopydogs.com/puppy/chewing
Not much on there yet, just trying to get it how I want it :/
Forum: Fixing WordPress
In reply to: How to remove space between header/menu and post contentI don’t appear to have .art-PostHeaderIcon-wrapper in my css, do I need to add the code for it?
I have tried changing the margins and paddings everywhere shane, it either doesn’t change anything or makes the whole thing including the horizontal menu move up or down. Been trying to work this out for days now lol.
I have just realised this wasn’t even my post lol, I asked a similar thing though 😀
Forum: Fixing WordPress
In reply to: Font size and header/page nameOk, I managed to work out how to get rid of ‘chewing’ showing up on the page, and how to change the font size 🙂
Anyone know how to reduce the gap at the top of the page though?
Forum: Fixing WordPress
In reply to: Moving horizontal menu bar to the bottom of header:D:D:D Cheers dude!!
It did originally come up with [ ] at the top of the header too but I deleted […] from the code and it seems to have disappeared, the menu is now also at the bottom of my header!! Not centred any more but I am sure I could figure that out, managed to do it before.
Thank you so much esmi – It is really appreciated 🙂
Forum: Fixing WordPress
In reply to: Moving horizontal menu bar to the bottom of headerDid everything there, the sitename and tagline etc showed up, then I changed the css to as above and they disappeared 🙂 Hadn’t even looked into SEO yet lol
The horizontal menu however changed very slightly lower, until I changed this:
to
and then it went back up again.
I don’t understand how it can be so hard just to move the navigational menu bar to the bottom of the header instead of the top. :S
Cheers for the help so far though 🙂
Forum: Fixing WordPress
In reply to: Moving horizontal menu bar to the bottom of header/embarrassed lol
Forum: Fixing WordPress
In reply to: Viewing the date when making a postHaha cheers again, I had noticed that before but wasn’t sure how to do it – just found out. Cheers!
Forum: Fixing WordPress
In reply to: Viewing the date when making a postYes I did mean post lol, I have used a post under a category for the home page – and your advice worked a treat! It has disappeared 🙂
I just added // infront of the_time
Thank you very much.
Forum: Fixing WordPress
In reply to: Changing navmenu settingits ok, i sorted it, started from scratch and cleaned it up a bit, thanks for the advice though people 🙂 Think I accidently took a few things out.