jd.aggie95
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Attitude] Remove any posts/pages from Index pageI did, sort of 🙂
I created a blank page. No title, no text, nothing. And then in the settings > reading, I chose that blank page as my static home page. Not a very technical way of doing it, but it worked. It did leave a little bit of space (maybe 1/3-inch) but for now it’s a work around. Good luck.
Forum: Fixing WordPress
In reply to: Create a page of postsI will give this a look. Thanks!
It says I need to replicate the HTML structure of my own theme within the template….how do I know what HTML to replicate?
I have opened a page.php of my template, but I’m not sure which code to insert (on the example linked above) and where?
Forum: Fixing WordPress
In reply to: 2nd admin can't update a post…not to my knowledge….
Forum: Fixing WordPress
In reply to: 2nd admin can't update a posthaha… honestly I have no idea what browser they are using, but when I logged in as their user, I’m on Mac Firefox.
I created a test user and logged in to the post. I can VIEW the update I made under their user name (I made some text red). But it does not appear live (I’ve viewed it on multiple computers.)
HOWEVER….. as my test user, my edit shows up (I added green text). The red text is still missing, but the green shows up.
W-E-I-R-D!
Maybe I just give them a new user account and assume something is corrupt with theirs?
Forum: Fixing WordPress
In reply to: 2nd admin can't update a postI logged in as my client and tried to make an update. I see everything exactly as I do when I’m logged in as Admin. I can make the edit, Publish it, and it says at the top “Post updated..” And this is a simple update…just changing the text.
And it’s only on the Post that they can’t update….?
I will create another user account and see if I can edit it there. Any other ideas?
I am NOT a wordpress expert by any means, but when I look at the justbeskinline.com site, the three areas below the slider are widgets, not individual posts. That site looks like a different template that added a slider.
It’s been a month or more since I was able to fix my site, and honestly, I don’t remember exactly what I did. I found a setting in my template that allowed me to just use 1 post on the homepage. I don’t know what template you are using, but that was a setting in my site.
Sorry I’m not more help….
Forum: Fixing WordPress
In reply to: Widen Nav Bar to go across entire site?Yes! It was in the header. Thank you so much!
Forum: Fixing WordPress
In reply to: Widen Nav Bar to go across entire site?If I change the last <div id=”menu” class=”grid–1 first”> and change the class to “clearfix” it works…. I just can’t figure out where this is to change it..
Forum: Fixing WordPress
In reply to: Widen Nav Bar to go across entire site?Thanks… I did an override on grid_1, but that changed the entire page. I did find the div tag that causes the issue, (can temporarily fix it with Firebug) but I can’t find the correct file to edit the div tag?
‘<html lang=”en-US” xml:lang=”en-US” xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<body class=”page page-id-14 page-template-default logged-in admin-bar custom-background customize-support” onpageshow=”event.persisted&&(function(){var x=CKEDITOR.instances,d,i;for(i in x){d=x[i].document;if(d){d.$.designMode=”off”;d.$.designMode=”on”;}}})();”>
<div class=”wrapper grid_0″>
<div id=”header” class=”clearfix”>
<div id=”top-nav” class=”clearfix”>
<div id=”menu” class=”grid_1 first”>
</div>
‘What file is this?????
Forum: Fixing WordPress
In reply to: Mysterious grey areas…where's this code?Ah ha!!
Got it. Thanks a million…
Forum: Fixing WordPress
In reply to: Mysterious grey areas…where's this code?Yes I agree that seems to be the correct code area. However, I don’t see where it’s picking up the grey color? The color I want is E9DEBC, and I see that, but I don’t see the grey color anywhere????