Peppermintcrisp
Forum Replies Created
-
Hi,
I uploaded a new .jpg that is 112×112 and when I go to the error on google rich results test on the page, the Missing field “url” error is using a different logo form a different location, not the one in SEO → Search Appearance → Knowledge Graph & Schema.org (section)?Looks like Google is taking it from here:
<div itemprop=”publisher” itemscope itemtype=”https://schema.org/Organization”>
<div itemprop=”logo” itemscope itemtype=”https://schema.org/ImageObject”>
<meta itemprop=”url” content=”https://outsite.org/wp-content/themes/ourtheme/images/logo.png”>
<meta itemprop=”width” content=”493″>
<meta itemprop=”height” content=”257″>
</div>
<meta itemprop=”name” content=”Our Organization”>
</div>and not here which is the schema which has the correct URL ???
<script type=”application/ld+json” class=”yoast-schema-graph”>{“@context”:”https://schema.org”,”@graph”:[{“@type”:”Organization”,”@id”:”https://oursite.org/#organization”,”name”:”Our Organization”,”url”:”https://oursite.org/”,”sameAs”:[“https://www.facebook.com/oursite/”,”https://twitter.com/oursite”%5D,”logo”:{“@type”:”ImageObject”,”@id”:”https://oursite.org/#logo”,”inLanguage”:”en-US”,”url”:”https://oursite.org/wp-content/uploads/2020/08/icon-search-panel-with-text-112.jpg”,”width”:112,”height”:112,”caption”:”Organization name”},”image”:{“@id”:”https://oursite.org/#logo”}},Note sure what is going on?
Thanks.- This reply was modified 5 years, 10 months ago by Peppermintcrisp.
- This reply was modified 5 years, 10 months ago by Peppermintcrisp.
Thanks, Rumejan. Is this section for the knowledge graph & schema newish, which version of yoast added it? The logo is there and it’s a jpg. What are the file type options? Does it have to be a specific size? Is there a page on Yoast dealing with what to put in this spot?
I don’t know why we are getting the error. The website was moved to a new host, but the website name stayed the same, and this logo is still in the media section in the same place. Thank you!!!
- This reply was modified 5 years, 10 months ago by Peppermintcrisp.
- This reply was modified 5 years, 10 months ago by Peppermintcrisp.
- This reply was modified 5 years, 10 months ago by Peppermintcrisp.
Forum: Plugins
In reply to: [Redirection] php 7.2 compatibilityhi, yea, its says 5.4 and higher, but I was just being extra careful to find out if it was specifically tested for 7.2. 🙂
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] php 7.2 compatibilityThanks!
Forum: Plugins
In reply to: [Better Font Awesome] BFA 2 beta ready for testing!hi @mcguive7 ,
Given all of the above and that FA will not provide a public API, where do things stand with compatibility with php 7.2 and WordPress 5.2 did you get things working anyway?
-Thanks!Forum: Plugins
In reply to: [Wistia WordPress Plugin] php 7.2 compatibilityAnd also, WordPress 5.2? Thanks!
Forum: Plugins
In reply to: [Redirection] Auto redirect to main site url after delete?Wow, John, that was a super fast reply 🙂
So, that worked, and I enabled the redirect. But the Pos on the top of the column is the 35 and the row under it is also 35 ? The other numbers under Pos look like they are in sequence except for that one. The type of the row under the new row is a 0 not at 301 like the rest of the rows? Is this okay?
Also, would be great for the ones out of the trash to automatically enable with a checkbox or something.
Thanks!
Forum: Plugins
In reply to: [Contact Form 7] reCaptcha integration not updatinghi,
I have my new keys integrated. Not sure how to attach a screen shot, but they are there and saved in the integration tab. When I go to the site all I have is the visible the google captcha with an error. “Error for site owner: Invalid site key.” The key is valid, it’s new I just created it for the invisible google recpatcha. Before, I had an old key with the visible google recapture. I reset the keys to put in the new ones and saved it.
thank you.
Forum: Plugins
In reply to: [Contact Form 7] Spam from CF7Hi,
https://contactform7.com/spam-filtering-with-akismet/
Is another recommended solution on the CF7 site.
Good luck!
- This reply was modified 8 years, 3 months ago by Peppermintcrisp.
- This reply was modified 8 years, 3 months ago by Peppermintcrisp.
Forum: Plugins
In reply to: [Flamingo] How to set Flamingo for Role of AuthorSo, somehow my question was listed as resolved, but I just want to make sure
that with the following code that I don’t break anything? I posted a new comment…- This reply was modified 8 years, 3 months ago by Peppermintcrisp.
Forum: Plugins
In reply to: [Flamingo] How to set Flamingo for Role of Authorokay, doing a little reading about roles. Authors and subscribers can’t edit pages.
If I give permission to editors to delete,edit spam or messages. Also, this will show
up on the admin panel for editors? Will this work? This will replace the ‘edit_users’ with ‘edit_pages’ in the array? to put in functions.php file:add_filter( ‘flamingo_map_meta_cap’, ‘custom_flamingo_map_meta_cap’ );
function custom_flamingo_map_meta_cap( $meta_caps ) {
$meta_caps = array_merge( $meta_caps, array(
‘flamingo_edit_inbound_message’ => ‘edit_pages’,
‘flamingo_edit_inbound_messages’ => ‘edit_pages’,
‘flamingo_delete_inbound_message’ => ‘edit_pages’,
‘flamingo_delete_inbound_messages’ => ‘edit_pages’,
‘flamingo_spam_inbound_message’ => ‘edit_pages’,
‘flamingo_unspam_inbound_message’ => ‘edit_pages’,
) );return $meta_caps;
}Forum: Plugins
In reply to: [Contact Form 7] Upgraded to https and now email body not therehi moderator,
Please can you delete the link to the page I need help with. I’m unable to
edit my post…Thank you 🙂
Forum: Plugins
In reply to: [WP Cerber Security, Anti-spam & Malware Scan] remove cerber plugin ?what other columns in options or other tables? or any other tables ? Thanks
Forum: Plugins
In reply to: [WP Cerber Security, Anti-spam & Malware Scan] remove cerber plugin ?I”m also not sure what other columns are from cerber? At some point I might want to
use cerber again and I dont know if this will mess things up. I also, get nervous
changing the database directly as do others I’m sure.Thanks!
Forum: Plugins
In reply to: [WP Cerber Security, Anti-spam & Malware Scan] remove cerber plugin ?there are also cerber_ and also _cerber columns as well? I can delete those as well?
It would be good to have a removal plugin for all tables and columns for folks, much
cleaner…Thanks!