Phil
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove sidebar from some pages in fiverPost your code of the full-width page template and you may get someone who can help you.
Forum: Fixing WordPress
In reply to: Revamping my siteYou can change what you need to on that theme, or change the whole thing – it’s up to you.
Changing colours can be done in style.css of the theme, so you could swap the green background to white quite easily as well as tidy up other bits.
It’s up to you and depends on how much you like the theme compared to others. 😉
Forum: Fixing WordPress
In reply to: Help with siteIt will take a while but you can just learn as you go. This website is full of information about everything you need to know about WordPress so have a good look around.
Forum: Fixing WordPress
In reply to: Fix Footer to stay at bottom of pageI think it’s just because you have too little content in the pages. As there is not enough content for the browser, the footer is pushed up.
I notice your homepage is not very high which is why the footer climbs. On pages like portfolio, where you have a lot of content, the footer stays where it should. The footer is attached to the wrapper before it, so depending on that height, denotes where the footer will appear.
You can always add some empty div’s in there with a height to push the footer down to where it’s meant to be.
This happens all the time. It will fix when you add more content.
Forum: Fixing WordPress
In reply to: Wootheme sorting commentsCheck comments.php. The order will by be in there like:
orderby=ASC
Forum: Fixing WordPress
In reply to: just installed.. now can't upload media? what's up?Check you have no blank lines before the opening php statement and that there are no blank lines after the closing php statement in functions.php.
In Job Manager –> Settings –> Display
You’ll see a text area for ‘Job List Template’ and’Individual Job Template’.
The first is the one you need to edit 🙂
Forum: Fixing WordPress
In reply to: My main page is not wordpress, it's my old page.Where did you install WordPress? In the root folder of your server?
Hi Franky, thanks for registration. I have posted this up in the forum as well.
It’s weird, because the events filtering format is #_FILTER_MONTHS #_FILTER_LOCS, but even if it uses default, nothing shows. Can I add a search without a shortcode?
Forum: Fixing WordPress
In reply to: Need Author List Ordering by NameNever mind – I fixed it.
Forum: Fixing WordPress
In reply to: Login screen just refreshes and doesn't let me inHave you tried:
resetting your password?
clearing your browser cache?
resetting password from inside phpMyadmin?Just some ideas
Forum: Fixing WordPress
In reply to: I was messing with coding and something went terribly wrong…Have you checked the functions.php file at line 470? Maybe download it via ftp and post on here so someone can take a look. Child theme definately broken, but I suggest the above before starting from scratch.
Do you have a backup of the functions file?
Thanks Franky! You may want to add a note to the widget to let others know.
Great plugin!
Switched to Events Made Easy which is virtually the same. It now works.
Forum: Fixing WordPress
In reply to: To hide a page title from the site main navigation menuDepending on the theme, it may support wordpress 3.0 menus which give you complete control over which items appear and which don’t show. It is by far the easiest way to go about it.
Otherwise, the theme may have an options panel where you can exclude pages by their ID. Depends on the theme, but WP menus are definately the easiest and quickest solution.