jlar0ch3
Forum Replies Created
-
Forum: Plugins
In reply to: [WDContactFormBuilder] Not getting email notificationsI am also having trouble receiving emails sent through Form Builder. I installed the Webriti SMTP Mail plugin, set it up, tested it and it successfully sent email. But, when I submit something through the form nothing is received and the Submissions entries are empty.
I appreciate all your help – this is a time-sensitive matter.
The website is truecleanfloors.com
Forum: Themes and Templates
In reply to: [Franz Josef] Remove sidebar and poster info from all postsAlright. I figured it out. I removed the datestamp and the author info with two CSS modifications in my child theme. Here they are:
.entry-author{
display: none;
}
.entry-meta{
display: none;
}The first removes the author information at the bottom of single posts. The second removes the datestamp and author info at the top of single posts (just under the title of the post).
Forum: Themes and Templates
In reply to: [Franz Josef] Remove sidebar and poster info from all postsThanks Mr. Case. col-md-12 turns single.php to full width.
I’ll tinker around and try to remove the datestamp along with the author info now…
Forum: Themes and Templates
In reply to: [Franz Josef] Remove sidebar and poster info from all postsThanks for the quick reply. I had originally removed <?php sidebar() ?> from page.php – THANKS! I forgot it should be single.php instead.
The test site is up at undocublack.currentperspectives.org and you can see an example of a page here: https://undocublack.currentperspectives.org/2015/12/21/gabrielle-jackson/
I also need to make the page full-width now that the sidebar has been removed.
Thanks!
Oh, and I am using a child theme. Always do!
Forum: Themes and Templates
In reply to: [Quest] Menu alignment error when using Child Themeomshanti.currentperspectives.org
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Emails not being sent by PostmanYes, the error is “Incorrect authentication data”. The username and password I am using are definitely correct. I’ve double and triple checked it – logged into the account through webmail, etc.
thank you!
Forum: Fixing WordPress
In reply to: Anchor Link to Footer section?RESOLVED:
I just realized there is already an anchor to the footer named #footer.
So, to link to the footer you simply enter the URL-of-your-site/#footer