mchelles
Forum Replies Created
-
Forum: Plugins
In reply to: [Minimal Coming Soon – Coming Soon Page] Empty Needle ErrorWow are you fast! Thank you so much, that fixed it! 🙂 Great plugin by the way, it is my favorite for coming soon pages so far! 🙂
Forum: Plugins
In reply to: [The Events Calendar] My dates are a day off?OK, refreshed permalinks and general settings for date – all is working correctly now! 🙂
Forum: Fixing WordPress
In reply to: Mobile problemsDo you have a link? What template are you using?
Forum: Fixing WordPress
In reply to: Categories do not show upWhere would you like your categories to appear?
If you’d like them to appear in the top menu, you’ll want to take a look at this:
http://codex.wordpress.org/WordPress_Menu_User_Guide
You can also add them in the sidebar using the categories widget under Appearance->Widgets.
Hopefully that will help!
Forum: Plugins
In reply to: [Smart Watermark] Watermark not appearing on picturesI am also having this problem. Shows up great on the fish, but for new images or when I manually edit the previously uploaded media files nothing happens.
If I find a solution I will let you know!
Forum: Themes and Templates
In reply to: My theme is not activatingDid you try clearing your cache of your internet browser? That can sometimes cause an old theme to still appear active even though it’s not.
Forum: Plugins
In reply to: [BP Social Network] Cannot activate :(I am also experiencing this problem. Wanted to try it out!
Forum: Fixing WordPress
In reply to: Cannot Perform Any Tasks in WordPressI would try deleting the plugin via ftp and see if that helps at all. I wasn’t aware of the issues with GoDaddy…for that the only real workaround would be to go to a different webhost.
Hope you get your site working soon!
Forum: Fixing WordPress
In reply to: Cannot Perform Any Tasks in WordPressDid you try deactivating WP Super Cache?
Forum: Fixing WordPress
In reply to: Make website (in development) accessible only through log in.I am using this plugin to password protect sites I develop for friends/family/clients/etc.:
http://wordpress.org/plugins/hide-my-site/
Very easy to activate and setup 🙂
Try adding this to your css:
element.style {
width: 60%;
}Hope that helps!
Forum: Fixing WordPress
In reply to: Landing page help neededI have something similar on one of my sites – I use the s2member plugin.
It might be overkill for what you are trying to do (ie: you may not need all the paypal options or protected content options for example) – but I do know when someone registers you can automatically subscribe them to your list and it redirects all logged in users to a welcome page. They’ll need a password though.
Not sure if that’s what you mean, but maybe that will help you get in the right direction – there may be other mailchimp integrated membership plugins to look into.
Forum: Fixing WordPress
In reply to: Updating to 3.6Is there a reason why you are updating manually and not automatically from the dashboard of your site?
You should be able to just login to your site: http://yoursite.com/wp-admin and then go to Dashboard ->Updates and click on a button that will update automatically. It’s mostly painless that way 🙂
Forum: Themes and Templates
In reply to: Stitch Theme need font tag line changeGo to style.css under Appearances ->Editor
Find this line of code:
.site-description {
color: #f7f6f2;
display: block;
font-family: “Pacifico”, script;Change “Pacifico”, script;
to something like “Arial”, sans-serif;
As for why it is lowercase, go to the Settings Menu – General – And make sure it is capitalized under the tagline there.
Hope that helps!
Forum: Themes and Templates
In reply to: Twenty Thirteen and Disqus Placement ProblemIt is looking okay in Google Chrome and Firefox in me, are you still having this problem?