Red Deer Web Design
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Copy test site to main domain and overwrite existing siteI typically like to just remove the old site completely and transfer the new one with something like Duplicator plugin. Works great, and is super easy and quick.
Forum: Fixing WordPress
In reply to: how too change text color for one tab in nav menuIt’s already pink….
Forum: Fixing WordPress
In reply to: Site 500 Internal Server Error, Cannot load wp-adminOk, so if you rename all the other themes except the default, it will the revert the site to default 2015 theme. Does it load then? It might show little different content just because of custom fields etc not showing up…
If it is showing up with anything that looks like the default theme, then it’s your theme issue. If it is certainly still something wrong… maybe go into your FTP and look for a log file?
Last, might be quickest replacing the database with a backup you have?
Forum: Themes and Templates
In reply to: Udating to 4.2.2 on my Customized TemplateDuplicate the website into a test domain or local install and always test updates there first before updates.
The WordPress update itself shouldn’t effect your theme… usually plugin updates break more I find……
Forum: Themes and Templates
In reply to: [Hellish Simplicity] Needless scrollbar posts too narrowIn your stylesheet (style.min.css) you have:
.entry-content{overflow:auto; width: 100%;}You simply have to delete the overflow: auto; and that will remove the scroll bars.
The width is a little different, because its responsive there are going to be multiple spots to change. You an start looking at #sidebar width: 20%.Forum: Themes and Templates
In reply to: [Tracks] Full-width theme: Won't display featured imageslink?
Forum: Themes and Templates
In reply to: [Sela] Mobile menu no click-throughOdd… can’t give you anything specific, but it’s most likely something jQuery related issue. The script to show menu isn’t functioning.
Forum: Themes and Templates
In reply to: [Customizr] Removing coloured border from Tabletable { border: none; } or table { border: none !important; }!important is like a super override so use sparingly.
Forum: Themes and Templates
In reply to: [Frontier] Floating Main MenuDo you have any experience with CSS?
Forum: Plugins
In reply to: [Gravity Forms + Custom Post Types] Strict Standards Error V3.0.1I believe I tried that in the past – no dice.
I’ve since updated a few other plugins and it resolved the issue.
And turned off error reporting 😛Temporary solution at the very least.
Forum: Fixing WordPress
In reply to: 3 questions for new idea• Yes possibly a plugin out there. Try googling it.
• Possibly – again, you have access to the same plugin repository search that we have.
• WooCommerce only works on themes designed to use it as it has special hooks and such to display the design and layout. Best bet is to just purchase one of theirs. Other 3rd party themes I’ve had bad luck with lately.
Forum: Fixing WordPress
In reply to: orderby Query value not working on one pageYea I was trying to avoid a plugin – still odd that it’s happening just at double digits at the start. Oh well…
Forum: Fixing WordPress
In reply to: Admin Doesn't Have Permission to Preview DraftsI would probably log into the phpMyAdmin and check the user table in your database and verify that you are in fact the only account AND that you are highest level.
Also… try changing to default theme?
Forum: Fixing WordPress
In reply to: Add Javascript?hah, weird. I was kinda wondering if they weren’t showing for some reason.
Hopefully you get it working 🙂Forum: Fixing WordPress
In reply to: Add Javascript?Dude. The code I gave you is the “hook”
The javascript goes in it’s own new file from which you call in the hook.