sitebizniz
Forum Replies Created
-
No errors on submission now. Looks like it is fixed.
Forum: Plugins
In reply to: [Schema & Structured Data for WP & AMP] reviewedBy Instead of PersonI use a function like this to create the new user profile:
/* Create Reviewer User Role */ remove_role('reviewer'); add_role( 'reviewer', // System name of the role. __( 'Reviewer' ), // Display name of the role. array( 'level_8' => true, 'read' => true, 'delete_posts' => false, 'delete_published_posts' => false, 'edit_posts' => true, 'edit_others_posts' => true, 'publish_posts' => true, 'upload_files' => true, 'edit_pages' => true, 'edit_others_pages' => true, 'edit_published_pages' => true, 'publish_pages' => true, 'delete_published_pages' => false, // This user will NOT be able to delete published pages. ) );
Looks like it is now working although it still has this warning message:
Warning: basename() expects parameter 1 to be string, array given in /home/customer/www/structured-data-for-wp.com/public_html/wp-content/plugins/advanced-cf7-db/includes/vsz-cf7-db-function.php on line 132
I deleted the other plugin and purchased yours because I can see in this forum that you provide excellent support
I have “Article Body” disabled
Thank you. I don’t have “Structured Data” in my WordPress menu. I have Schema Premium installed.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] URL changes very earlyThank you! It is working as expected now. The only strange thing is if I add the scroll_distance parm to the shortcode like scroll_distance=”80%” then nothing is loaded at all. When I leave out the parm it works but waits until the user is at the very end of the article before starting to load.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] URL changes very earlyThank you. I’m seeing it most of the time as I visit pages at random from the menu.
Can you help me figure out how to work around it? I have tag manager set up and the page views are firing together almost at the top of every page.
Forum: Plugins
In reply to: [SCHEMA for Article] Home pageForum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Some blocks not appearingThank you! This code worked for me. I tested articles of several different links.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Some blocks not appearingAlso, the Block 6 was inserted, and it has the same word count as blocks 9,11,12 which were not inserted.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Some blocks not appearingThe link I sent to you shows word count at 2840 which is approximately correct. The blocks omitted (9,11,12) have word count at >=2001.
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Widget not scrollingThank you Max! That did it. It is now working with the caching plugin re-activated.
I appreciate how responsive you are in support of your plugin. I made a small donation.
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Widget not scrollingW3 Total Cache. I cleared the cache, then cleared MaxCDN cache, then disabled caching plugin. Still doesn’t seem to be working.
Thanks for your help.
Forum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] WP DB ErrorHi, I’m getting a similar error:
[23-Dec-2016 17:17:54 UTC] WordPress database error Table ‘trucksfo_wp.wp_gdbc_attempts’ doesn’t exist for query SELECT Count(1) AS Hits, ClientIp FROM wp_gdbc_attempts WHERE CreatedDate > 1482513412 AND ( (ModuleId = 2 AND SectionId = 2) OR (ModuleId = 2 AND SectionId = 5) OR (ModuleId = 9 AND SectionId = 1) OR (ModuleId = 21 AND SectionId = 1) OR (ModuleId = 25 AND SectionId = 1) ) GROUP BY ClientIp made by require(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), include_once(‘/plugins/goodbye-captcha/goodbye-captcha.php’), GdbcBruteGuardian::startGuarding, GdbcDbAccessController::getLatestLoginAttempts, GdbcDbAccessController::executePreparedQuery