DebGarrisJones
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Navigation Menu showing, but not linking from two pages of siteSffandom,
shoot. I am not knowledgable to know how to do that. is it at all possible for you to walk me through it?Forum: Fixing WordPress
In reply to: Navigation Menu showing, but not linking from two pages of sitesffandom: I deleted the menu from the Appearances editor and it made no difference, it is a custom menu but I did check the php file for the anchor link text. is there another place the files might be pulling from?
sorry to be such a bonehead about this, but I am really new to WP
Forum: Fixing WordPress
In reply to: Navigation Menu showing, but not linking from two pages of sitecontentiskey: I believe we are using a child theme (since it’s not the 2012 actual theme files).
Forum: Fixing WordPress
In reply to: Navigation Menu showing, but not linking from two pages of sitehere is a screen shot of how I tried to arrange the menu option under Appearances – however, the navigation does not seem to be fed from this area… when I make changes to that header.php – the changes do take effect. so the where the nav feeds from isn’t my issue. sorry i am not more helpful.
deb
Forum: Fixing WordPress
In reply to: Navigation Menu showing, but not linking from two pages of sitecontentiskey:
there are no custom menus set up in the APPEARANCES part of the dashboard. It seems to be fed by a php file called “custom header”Forum: Fixing WordPress
In reply to: Navigation Menu showing, but not linking from two pages of siteHello contentiskey,
thanks for your reply.Yes, and I have custom page templates. I did find that the “yellow” page template (assigned to “our Clients”) has a shortcut id of 130 (same issue with other page not working) the actual page shortcut is 128. when i try to change the id number in the editor, it shows both areas of content…
can i simply change the page id number somehow to match the php template file?
deb
Forum: Fixing WordPress
In reply to: Navigation Menu showing, but not linking from two pages of siteAs an update, here is the simple html code for the header.php file: I don’t see any mistakes, but while the main menu link of “our clients” works, the nav does not work once there. the sub menu page of “what you can expect” is the same issue.
<nav> <ul class="nav"> <li class="test"><a href="https://www.pluspointconsulting.com/">Home</a> <ul class="navBlue"> <li><a href="https://www.pluspointconsulting.com/?p=302">Contact Us</a></li> <li class="test"><a href="https://www.pluspointconsulting.com/services-we-provide/">Services We Provide</a> <li class="test"><a href="https://www.pluspointconsulting.com/why-clients-engage-us/">Why Clients Engage Us</a> <ul class="lightgreen"> <li><a href="https://www.pluspointconsulting.com/?p=165">What You Can Expect</a></li> <li class="test"><a href="https://www.pluspointconsulting.com/meet-our-team-2/">Meet Our Team</a> <ul class="darkgreen"> <li><a href="https://www.pluspointconsulting.com/otw-portfolio/mike-temple/">Mike Temple</a></li> <li><a href="https://www.pluspointconsulting.com/otw-portfolio/jill-lam/">Jill Lam</a></li> <li><a href="https://www.pluspointconsulting.com/otw-portfolio/andrea-welke/">Andrea Welke</a></li> <li><a href="https://www.pluspointconsulting.com/otw-portfolio/jake-szeto/">Jake Szeto</a></li> <li><a href="https://www.pluspointconsulting.com/otw-portfolio/carol/">Carol Kaiser</a></li> <li><a href="https://www.pluspointconsulting.com/otw-portfolio/neil-v-elder/">Neil Elder</a></li> <li class="test"><a href="https://www.pluspointconsulting.com/our-clients/">Our Clients</a> </nav>
Hello,
I am a total newbie here, but would you mind sharing how you changed the font on the title area of the portfolio thumbnails?