JoeyPetrone
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to hide "Home" link in nav barI have tried that and it does nothing, i guess in theory it should of worked. Maybe my issue is more of a special circumstance.
Forum: Fixing WordPress
In reply to: How to hide "Home" link in nav barThis is for the top nav bar, correct? For some reason this isn’t working properly. I made a custom menu and added it to the primary widget, but that only updates the sidebar. Is there more to it?
Forum: Fixing WordPress
In reply to: Can't "Save Draft" or "Publish"CORRECTION: post-new.php
Forum: Fixing WordPress
In reply to: HTTP – 500 Internal Server Error# RESOLVED #
I found three div end tags at the bottom of the page, that must of been what was throwing everything off. If you have this issue check ALL of your code first.
thanks again esmi
Forum: Fixing WordPress
In reply to: HTTP – 500 Internal Server ErrorWait! Spoke too soon.
For some reason it is still not working properly and now the footer is inside the content area on this page only. It did work for a little while after I deativated the plugin. Do WordPress pages have trouble with Divs?
Here is a snippet of my code:
<div class="linksBody"> <div class="linksHeader">UNTITLED RESOURCES</div> <div id="showPrep"> <strong>Show Prep:</strong> <a href="https://untitlednashville.org/volunteer.htm">UNTITLED's Volunteer Guide (and chair task lists)</a> <a href="https://untitlednashville.org/pages/venues.htm">UNTITLED's Venue Needs</a> <a href="https://docs.google.com/Doc?id=df2gv8xt_212f7cms4cp">UNTITLED's Artist Need to Know Form</a> <a href="https://untitlednashville.org/readytohang.htm">UNTITLED's Ready to Hang Guide</a> </div> <div id="forPrinting"> <strong>For Printing:</strong> <a href="https://untitlednashville.org/pages/logotype.htm">UNTITLED's LOGOTYPE</a> <a href="https://www.untitlednashville.org/poster.htm">UNTITLED's Poster Design Guidelines</a> </div> </div>
Is this correct? Or should I go about this another way?
Forum: Fixing WordPress
In reply to: HTTP – 500 Internal Server ErrorProblem resolved
I tried deactivating all plugins and reactivating one by one. Found that SexyBookmarks plugin was the problem.
Thanks for the help esmi
Forum: Fixing WordPress
In reply to: HTTP – 500 Internal Server ErrorI’m creating a calender using tables, for some reason when I try to edit the table (changing the height of the table/ changing padding) it prompts this page. It only happens on occasion, I’ve deleted the page 3 times and reapplied the updated source code and it seems to work fine. It doesn’t seem to be specific to a certain edit.