ttremain
Forum Replies Created
-
I returned to “Search Console”, a week later, and now it see’s my profiles.
As of yet, there has been no help offered on this subject.
This is what I came here to find too…. My message differs just a little bit. I get “There were no profiles found”
Forum: Fixing WordPress
In reply to: When yoast is activated, site forms get submitted twiceI have narrowed it down to the “Add Open Graph meta data” function.
Forum: Plugins
In reply to: [Add Link to Facebook] Add link: Facebook error: (#200)@tdsolomons Can you substantiate this claim? I’ve had this installed for about a year, and while I can’t say I’ve been able to get it to do exactly what I expect, I haven’t seen any signs of adware..
Forum: Plugins
In reply to: [Amazon Product in a Post Plugin] Bug in output, wrong class.amazon-dates > div {visibility:hidden;}
Was a default setting in the tool, probably when it was first installed. (quite some time ago)
Still, the buy now buttin, shouldn’t be wrapped in a dates div.
It is good to know, with the other settings, that if I make manual changes, then next version out the door, shouldn’t break them again.
Thanks!
Forum: Fixing WordPress
In reply to: add_rewrite_rule results varyNo ideas anyone?
Forum: Fixing WordPress
In reply to: Blurry imagesI am hoping to find, if there is a common function that does this, or if it is part of the theme or a plugin, what hook (or filter) I might search for that would handle changing the src url either during or after “Add Media” before control is returned to the html editor.
Maybe the solution is to have WordPress regenerate alternate photo sizes, I don’t know.
It’s also possible that it’s because wordpress (or some plugin) is taking a smaller version of the image, and expanding it to make it fit, instead of taking a better/larger version, and scaling it down a bit.
Forum: Plugins
In reply to: [WassUp Real Time Analytics] deprecated attribute_escape() ==> esc_attr()5 months, and still not addressed?
If wordpress debugging is enabled, you get a BUNCH of:
PHP Notice: attribute_escape is deprecated since version 2.8! Use esc_attr() instead.
Forum: Plugins
In reply to: [Add Link to Facebook] Create a filter in PHP to force an imageSolved… I had it working, but needed to clear Facebook’s cache for the page, using their Open Graph Object Debugger
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Not publishing to FacebookI worked with this longer, and the easiest thing I found to do was disable the themes attempts at SEO, which is okay, since I already have WP SEO installed. The two clashed anyway.
With this disabled, the meta property “template” is now gone.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Not publishing to FacebookIn your functions.php of your child theme, add the line:
remove_action (‘cryout_seo_hook’,’mantra_seo_template’);
This SHOULD prevent that meta property from showing up, but I cannot get it to. Ive tried setting the priority high, and setting it low. Now I’m stumped too…
I too need to add some custom links to the sitemap, as well as some additional photos in some of the posts that WordPress is completely unaware of (are displayed using a custom template)
Have you found a solution?
Does anyone from Yoast follow this support forum?
I can assume adding the static pages have something to do with wpseo_sitemap_author_content , but I cannot find how to use it.
I see no way to add my custom images, unless I replace the WPSEO_Sitemaps class with something custom, but that won’t withstand upgrades.