digi57
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Monitor] Change name on downloaded fileI had a dead file link. This is actually working great. Thanks.
I also tried to close it with the gravity forms event trigger. In the previous version of the plugin, I used:
const $popup_id = 1312, $conversion = true; SPU.hide($popup_id, $conversion);It doesn’t seem to work as I get an error for “SPU is not defined”
Alternately, I tried:
WPPopups.hidePopup($($popup_id), $conversion);And that also was undefined.
I fixed this by just created a new popup. You can close this.
Forum: Fixing WordPress
In reply to: Updated to 4.9, won’t detect page template…Thank you, Connor, for that plugin!!!
I didn’t think of a cache but it makes sense because I was getting debug errors where it was unable to stream a page template I deleted an hour before. Switching themes back and forth cleared that out I was really stuck on getting new Templates to be recognized. I could change the name of an existing, but it wouldn’t find a new one.
Thanks for the quick reply!
This is what I did:
1. I reset all the SEO Framework settings.
2. I created a page called “Home” with nothing on it and set the Static Front Page to that empty page (this created the home url in the sitemap)
3. I did not add the sitemap to Search Console
4. I Applied NOINDEX to all archives and search pagesOne day later the home page was back to the top of search results when searching his first and last name! YES!!!
I believe the route of my problem was NOT having the Reading setting set to a static front page, even though it’s blank as my front-page.php has all the code.
Yes I overhauled the site resently so any pages that are not the home page and any posts that aren’t show dates or my CPT are from the old site and no longer exist. No make sure everything leads to the home page, I have a 404-to-301 redirect.
And the show dates that are indexed I have redirecting because there is no single.php. I don’t want anyone to see those single post pages.
To prevent this in the future, I installed a plugin that applies NOINDEX to all uncategorized posts (which is all of them).
How to I remove them from the sitemap?
Forum: Plugins
In reply to: [WP TFeed] Twitter Actions icons are gone, replaced with “H”, “J”, “R”.You can close this. I had all anchor tags set to a font family which was blocking your plugin’s icons.
THANKS!
Forum: Plugins
In reply to: [Video Thumbnails] resize thumbnailsBUMP! I need bigger thumbnails too!
Forum: Plugins
In reply to: [Wp Subcribe Author] Email through smtpI changed to the postman plug in and that seems to work. I like being able to check if any emails failed to send. THANKS!
Forum: Plugins
In reply to: [Wp Subcribe Author] Email through smtpI use the plugin WP Mail SMTP. It uses SMTP instead of PHP mail. It works better and more reliable than PHP mail and the sender’s address is my company email, not from WordPress.
All other email from my Theme sends perfectly. The email from Subscribe Author does not send when I have WP Mail SMTP activated.