grishart
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: can no longer login into my websiteHi esmi
I have tried these and still not working.
I have several wp sites hosted on my resellers hosting and they are all fine with them!
thanks
Forum: Fixing WordPress
In reply to: .current_page_item problemHi
I have used this and it seems to work
.current-menu-item
Thanks
Forum: Fixing WordPress
In reply to: .current_page_item problemHi I am using categories my mark up looks like this
<nav id="access" role="navigation"> <div class="menu-navigation-container"><ul id="menu-navigation" class="menu"><li id="menu-item-43" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-43"><a title="link to taste" href="https://www.mydomain.co.uk/category/taste/">taste</a></li> <li id="menu-item-44" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-44"><a href="https://www.mydomain.co.uk/category/listen/">listen</a></li> <li id="menu-item-41" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-41"><a href="https://www.mydomain.co.uk/category/watch/">watch</a></li> <li id="menu-item-45" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-45"><a href="https://www.mydomain.co.uk/category/read/">read</a></li> <li id="menu-item-46" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-46"><a href="https://www.mydomain.co.uk/category/make/">make</a></li> <li id="menu-item-42" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-42"><a href="https://www.mydomain.co.uk/category/explore/">explore</a></li> </ul></div>
thanks
Forum: Fixing WordPress
In reply to: Changing a header background imageHi Alchymyth
I have add the get_header and footer command to my category.php and that works a treat I can now set up different headers for different pages. ??
many thanks for your time
Forum: Fixing WordPress
In reply to: Changing a header background imageSorry I am getting confused I have looked at my category template and it calls for the header
<?php get_header(); ?>
is it possible to call for a custom header and likewise footer? and how would I set this up?thanks
Forum: Fixing WordPress
In reply to: Changing a header background imageHi alahymyth
Yes I do use the body_class() however I have set up templates for each category but the issue is I want to change the header/footer background before and after the body.
As far as I was aware the header and footer are generic across all templates (index.php , single.php , page.php) But is it possible to change the header.php and footer.php depending on whether you are on a catogery page or not.thanks
Forum: Themes and Templates
In reply to: Quick tool bar not appearing when I am logged into my siteThanks for this voodoo
I will check my header and footer against the 2011 theme header and footer to see what I have deleted!
Thanks
Forum: Fixing WordPress
In reply to: Using categories?Hi rev. Voodoo
I will take your advice and try using the menu creator, I have always been put off as when I app pages they always appear in the main nav even if I want some less important links in the footer.
Thanks for you time
Forum: Fixing WordPress
In reply to: Using categories?Hi rev voodoo
Thanks fro your time.
I am creating my own theme and was going to set up a navigation in the template header using HTML and CSS do I put the name of the category as the link or is it not that simple?
Thanks
Forum: Themes and Templates
In reply to: Quick tool bar not appearing when I am logged into my siteThanks all that sounds like it.
so I need to put WP_head in my header so I get the top bar That gives me the admin, Dashboard, edit… Buttons?
Thanks
Forum: Themes and Templates
In reply to: Quick tool bar not appearing when I am logged into my siteAhhh no haven’t where would I find that and why would it work in some templates and not others?
Thanks
Forum: Fixing WordPress
In reply to: Can't access WP adminThis happened to me a month back.
I had to install a backup from before the problem happened.
Now I back up at least once a month!!
Forum: Fixing WordPress
In reply to: Turning off comments on pages?Hi Just seen that by Clicking Screen Options on the Edit Post/Page pages and tick the tab that says discussion it gives the option per page.
All sorted!!
Forum: Fixing WordPress
In reply to: help with categoryHi thanks for this but when I put the following code into my single.php outside the loop the post don’t appear when you click through the link to view them.
<?php if ( in_category('create') ) { include 'single-create-2.php'; } elseif ( in_category('St Martins news') ) { include 'single.php'; } else { // Continue with normal Loop if ( have_posts() ) : while ( have_posts() ) : the_post(); // ... } ?>
https://stmartinoftours-org-uk.greenstrata.com/category/create-2/
Have I set this up wrong or am I missing something?
Forum: Fixing WordPress
In reply to: are 2 blogs on 1 wordpress instalation possible?Hi All
I ythink I have found the answer and it is no it is not possible with out and I quoteThe core of WPMU is incorporated in WordPress which means that you can now run multiple blogs from one installation of WordPress. This new feature is being called Network or Multi-site option. By default this feature is disabled. If you want to use this option in your WordPress, then you would have to enable it.
So I will walk away from this one.
Thanks