graticle
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Membership] "Send Notification to Admin" Not WorkingIt is. Thanks man.
Forum: Plugins
In reply to: [Simple Membership] "Send Notification to Admin" Not WorkingThanks for the reply.
One of the plugin authors just got back to me on their support forum and said that they’ve fixed it:
https://simple-membership-plugin.com/forums/topic/send-notification-to-admin-not-working/
Forum: Plugins
In reply to: [Contact Form 7] Change “MailTo” Address in Template/ShortcodeFor posterity:
Finally found someone doing this by using the plugin Contact Form 7 – Dynamic Text Extension.
—
Based on this article:
How to Dynamically Set the Recipient (To) Email Address in Contact Form 7
Forum: Fixing WordPress
In reply to: Remove Title "Home" from ZeeMagazine ThemeAlthough !important should be used sparingly, go for this:
#page-18 h2 { display: none !important; }
Forum: Fixing WordPress
In reply to: Alignment issueYou can wrap the form and cart-contents in a div (or similar), and give it these attributes:
width: 960px;
margin: 0 auto;These attributes are from your style.css on line 144. So you could also give your new div a class from one of those listed on line 144.
OR
You could throw it all in your #header .col-full div.
Then you can tinker with padding/margins as needed.
Forum: Fixing WordPress
In reply to: How to make a page the front pageYou could have a few things happening here depending on your setup / plugins that are installed.
If the WYSIWYG editor is showing content, and the page is not, then you need to double check the correct page template is being applied.
I’d reset your permalinks as well if they are set to something other than Default.
And clear your cache if you have a caching plugin.
Forum: Fixing WordPress
In reply to: wp-config deleted – need to create a new databaseYou’ll want to contact the company that is hosting your website. If you’re unsure, call both companies and you’ll get it figured out.
Forum: Fixing WordPress
In reply to: WordPress Main PageunderConstruction is one of my favorite plugins for this. It also has an option to code anything you’d like for your under construction placeholder.