kkow
Forum Replies Created
-
Hi @devnihil,
I cleared the website cache and checked for conflicts. I was able to determine that by adding the following code snippet the titles did revert back to being controlled through Yoast.
add_theme_support( ‘title-tag’ );
That being said I can also say with certainty that this was caused by one of the latest Yoast updates. I just went to another website we have that had an older version of Yoast with the same setup as the previous theme (as in no theme support for ‘title-tag’) and the titles were in fact being changed correctly. Then I updated Yoast to the newest version and the titles immediately changed to not what was in the Yoast page settings.
I’m glad I was able to find a solution quickly, but something like this should definitely be mentioned to developers and site owners as I’m sure Google will find it suspicious that all the page titles on an entire site have changed overnight.
Anyways, thank you for the assistance!
Hi @jeroenrotty,
Sure, please see the attached screenshots showing both the output and the page configuration for our home page and blog page as examples:
Thank you
Forgot to add that everything is up to date as well
- This reply was modified 6 years, 1 month ago by kkow.
For anyone else that may want to remove the “person” schema in the future this is the method that worked for me.
add_filter( ‘wpseo_schema_author’, ‘__return_false’ );
Thanks Suwash, I must have been looking at the old documentation!
Hi,
I am getting the exact same error. Here is information from the logs:
[Tue Apr 28 12:03:28.995202 2020] [php7:error] [pid 22164] [client] PHP Fatal error: Uncaught PDOException: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'breadcrumb_title' at row 1 in /wp-content/plugins/wordpress-seo/vendor_prefixed/j4mie/idiorm/idiorm.php:464\nStack trace:\n#0 /wp-content/plugins/wordpress-seo/vendor_prefixed/j4mie/idiorm/idiorm.php(464): PDOStatement->execute()\n#1 /wp-content/plugins/wordpress-seo/vendor_prefixed/j4mie/idiorm/idiorm.php(1983): YoastSEO_Vendor\\ORM::_execute('INSERT INTOwp…’, Array, ‘default’)\n#2 /wp-content/plugins/wordpress-seo/src/orm/yoast-model.php(662): YoastSEO_Vendor\\ORM->save()\n#3 /wp-content/plugins/wordpress-seo/src/models/indexable.php(160): Yoast\\WP\\SEO\\ORM\\Yoast_Model->save()\n#4 /wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php(273): Yoast\\WP\\SEO\\Models\\Indexable->save()\n#5 /wp-content/plugins/wordpress-seo/src/builders/indexab in /wp-content/plugins/wordpress-seo/vendor_prefixed/j4mie/idiorm/idiorm.php on line 464, referer: /wp-admin/plugins.php`- This reply was modified 6 years, 2 months ago by kkow.
- This reply was modified 6 years, 2 months ago by tobifjellner (Tor-Bjorn “Tobi” Fjellner). Reason: marking log as code block
- This reply was modified 6 years, 2 months ago by tobifjellner (Tor-Bjorn “Tobi” Fjellner).
Thank you!
Forum: Plugins
In reply to: [Contact Form 7] Mail 2 only working on some formsHi,
I’m still not sure what the issue was, but after deleting and remaking the form a couple more times it has starting working properly again. Thanks for replying back
Gotcha, thank you!
I think I see what you’re talking about. Thank you!
Is there a way to disable or auto delete the logs after a certain amount of time?
sorry perhaps I was not being clear, what is the purpose of this code? It appears to be sending/posting data
public function client_info(){
$info=$this->info;
$client_id=’d806eeec-5890-43b3-b380-c8ad701c42e5′;
$client_id=”;
$client_secret=’dnJSXk9qFqu9ARIPb7cKqw’;
$call_back=”https://www.crmperks.com/nimble_auth/”;
//custom app
if(is_array($info)){
if( $this->post(‘app_id’,$info) !=”” && $this->post(‘app_secret’,$info) !=”” && $this->post(‘app_url’,$info) !=””){
$client_id=$this->post(‘app_id’,$info);
$client_secret=$this->post(‘app_secret’,$info);
$call_back=$this->post(‘app_url’,$info);
}
}
return array(“client_id”=>$client_id,”client_secret”=>$client_secret,”call_back”=>$call_back);
}but there is code under the comment that corresponds to it
Hi,
Can I ask if there is a timeline for release for this feature? Looking back at old issues it seems like this has ‘been in the works’ for over a year
Forum: Plugins
In reply to: [Database Addon for Contact Form 7 - CFDB7] unwanted columns in the tableThank you for the fast response and solution, much appreciated!!
Forum: Plugins
In reply to: [Database Addon for Contact Form 7 - CFDB7] unwanted columns in the tableHi,
I’m seeing the same thing on my site. Is there a reason these were suddenly added?
Forum: Plugins
In reply to: [Database Addon for Contact Form 7 - CFDB7] Delete after certain time period?that’d be awesome, thank you!