Forum Replies Created
- AuthorPosts
Themonic-Support
KeymasterYou do not have permission to view this content.
Themonic-Support
KeymasterYou do not have permission to view this content.
Themonic-Support
KeymasterYou do not have permission to view this content.
Themonic-Support
KeymasterYou do not have permission to view this content.
Themonic-Support
KeymasterYou do not have permission to view this content.
Themonic-Support
KeymasterYou do not have permission to view this content.
Themonic-Support
KeymasterAs you have already figured out, it is not a problem with the theme but with your setup. This might have something to do with a third party plugin.
Try the following to troubleshoot:
1) Disable your unused plugins and see if the issue you are facing is gone.
2) Disable the remaining plugins one by one to see which one is causing such issue.
Themonic-Support
KeymasterAdd this:
.site-content { border: none; }
January 25, 2014 at 2:39 pm in reply to: Article does not show up in the category! (Permalink question) #1610Themonic-Support
KeymasterWhat you are looking to do is not possible with default WordPress permalinks.
You may want to try: http://wordpress.org/plugins/wp-no-category-base/
Themonic-Support
KeymasterTo remove the header and body wrapper border, paste the following code in custom.css
.site-header { border: none; } .wrapper { border: none; }
- AuthorPosts