Title: genweb's Replies | WordPress.org

---

# genweb

  [  ](https://wordpress.org/support/users/genweb/)

 *   [Profile](https://wordpress.org/support/users/genweb/)
 *   [Topics Started](https://wordpress.org/support/users/genweb/topics/)
 *   [Replies Created](https://wordpress.org/support/users/genweb/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/genweb/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/genweb/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/genweb/engagements/)
 *   [Favorites](https://wordpress.org/support/users/genweb/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/users/genweb/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/genweb/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Printful Integration for WooCommerce] Cannot connect my Woo to Printful](https://wordpress.org/support/topic/cannot-connect-my-woo-to-printful/)
 *  Thread Starter [genweb](https://wordpress.org/support/users/genweb/)
 * (@genweb)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/cannot-connect-my-woo-to-printful/#post-13524320)
 * Hello!
 * 1. Yes, I confirm it.
 * 2. I did it again and still nothing, there are no errors after using the “connect”
   button under “Connect to Printful” section.
 * I also tried all PHP versions from 7.0 to 7.4, same results.
 * I think you are missing a message in WordPress when the site is not able to connect
   to printful.
 * I would only need to locate the PHP code linked to that button (initial connection)
   so I can debug it myself.
 * If your server cannot communicate with my server, there must be an error message
   somewhere.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Printful Integration for WooCommerce] woocommerce auth + wordpress URL fail in status](https://wordpress.org/support/topic/woocommerce-auth-wordpress-url-fail-in-status/)
 *  [genweb](https://wordpress.org/support/users/genweb/)
 * (@genweb)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/woocommerce-auth-wordpress-url-fail-in-status/#post-13519981)
 * If you already followed this steps and still fails: [https://developer.woocommerce.com/2015/08/07/api-settings-and-the-api-authentication-endpoint-in-2-4/](https://developer.woocommerce.com/2015/08/07/api-settings-and-the-api-authentication-endpoint-in-2-4/)
 * Try to save permalinks under WordPress – Settings (detailed in printul instructions)
   or maybe contact your hosting provider.
 * PS: I’m not support from this plugin, just checking if they reply me in other
   thread 🙂
    -  This reply was modified 5 years, 8 months ago by [genweb](https://wordpress.org/support/users/genweb/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Printful Integration for WooCommerce] woocommerce auth + wordpress URL fail in status](https://wordpress.org/support/topic/woocommerce-auth-wordpress-url-fail-in-status/)
 *  [genweb](https://wordpress.org/support/users/genweb/)
 * (@genweb)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/woocommerce-auth-wordpress-url-fail-in-status/#post-13517471)
 * What happens if you visit yourdomain.com/wc-auth/v1/authorize?
    If blocked, you
   need to unblock it.
    -  This reply was modified 5 years, 8 months ago by [genweb](https://wordpress.org/support/users/genweb/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Breadcrumb NavXT] data-vocabulary.org schema deprecated](https://wordpress.org/support/topic/data-vocabulary-org-schema-deprecated-3/)
 *  Thread Starter [genweb](https://wordpress.org/support/users/genweb/)
 * (@genweb)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/data-vocabulary-org-schema-deprecated-3/#post-12376686)
 * [@turkeysforlife](https://wordpress.org/support/users/turkeysforlife/) just follow
   [@mtekk](https://wordpress.org/support/users/mtekk/) advice.
 * Check your template PHP files and replace the function call with the Schema compatible
   code like this:
 *     ```
       <div class=”breadcrumbs” typeof=”BreadcrumbList” vocab=”https://schema.org/”>
       <?php if(function_exists(‘bcn_display’))
       {
       bcn_display();
       }?>
       </div>
       ```
   
 * After it, Google Schema Checker will recognice your BreadcrumbList element.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Breadcrumb NavXT] data-vocabulary.org schema deprecated](https://wordpress.org/support/topic/data-vocabulary-org-schema-deprecated-3/)
 *  Thread Starter [genweb](https://wordpress.org/support/users/genweb/)
 * (@genweb)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/data-vocabulary-org-schema-deprecated-3/#post-12362195)
 * [@mtekk](https://wordpress.org/support/users/mtekk/) the reset method works great.
 * The only question is: after I apply reset, the Google Structured Data Checking
   Tool stops detecting “Breadcrumb” items.
 * I mean, the tool warning “data-vocabulary.org schema deprecated” it’s fixed after
   reseting the plugin, but I lose the whole Breadcrumb item type.
 * Is this the expected behavior? Or should I do additional steps to keep the “Breadcrumbs”
   schema items like before?
 * Thank you very much!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Breadcrumb NavXT] data-vocabulary.org schema deprecated](https://wordpress.org/support/topic/data-vocabulary-org-schema-deprecated-3/)
 *  Thread Starter [genweb](https://wordpress.org/support/users/genweb/)
 * (@genweb)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/data-vocabulary-org-schema-deprecated-3/#post-12354240)
 * Maybe this can help you on fixing it:
    [https://meetanshi.com/blog/fix-data-vocabulary-org-schema-deprecated-error/](https://meetanshi.com/blog/fix-data-vocabulary-org-schema-deprecated-error/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] data-vocabulary.org schema deprecated](https://wordpress.org/support/topic/data-vocabulary-org-schema-deprecated/)
 *  Thread Starter [genweb](https://wordpress.org/support/users/genweb/)
 * (@genweb)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/data-vocabulary-org-schema-deprecated/#post-12353524)
 * [@rankmath](https://wordpress.org/support/users/rankmath/) you are right, the
   problem came from other plugin. Sorry for being that kind of guy, thanks a lot!
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[WPC Pixabay] Plugin updated, is great, best image plugin in 2020!](https://wordpress.org/support/topic/warning-do-not-use-it-2/)
 *  Thread Starter [genweb](https://wordpress.org/support/users/genweb/)
 * (@genweb)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/warning-do-not-use-it-2/#post-12082811)
 * I saw that warning after being forced to remove missing pictures from 200+ posts
   🙁
 * An average user will never know what you mean with “insert images with original
   URL”. They can even ban you API key for doing this.
 * You should remove the insert button in the free version or show a JS alert saying“
   this image will be gone in 24? hours”. Any other warning method will be useless.
 * Please, tell me after updating it so I can update this review. The plugin is 
   great, but the hotlinking issue was crazy and really dangerous.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quiz and Survey Master (QSM) - Easy Quiz and Survey Maker] Certificate user name: NONE](https://wordpress.org/support/topic/certificate-user-name-none/)
 *  Thread Starter [genweb](https://wordpress.org/support/users/genweb/)
 * (@genweb)
 * [7 years ago](https://wordpress.org/support/topic/certificate-user-name-none/#post-11620796)
 * I fixed it by adding this new line below line 78.
 * _$content = iconv(‘UTF-8’, ‘windows-1252’, $content);_
 * File: **qsm-certificate-1.0.0/php/generate-certificate.php**
 * Kind regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quiz and Survey Master (QSM) - Easy Quiz and Survey Maker] Certificate user name: NONE](https://wordpress.org/support/topic/certificate-user-name-none/)
 *  Thread Starter [genweb](https://wordpress.org/support/users/genweb/)
 * (@genweb)
 * [7 years ago](https://wordpress.org/support/topic/certificate-user-name-none/#post-11616049)
 * Thank you very much, I missed that option.
 * It will fill in the %USER_NAME% var now, but I found another problem related 
   to char encoding.
 * It will show “RodrÂ-guez” instead of “Rodríguez” in the PDF certificate if you
   use Spanish characters.
 * Can I know what file prints/creates the PDF? so I can try to fix the encoding
   there.
 * Thanks again!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quiz and Survey Master (QSM) - Easy Quiz and Survey Maker] Certificate user name: NONE](https://wordpress.org/support/topic/certificate-user-name-none/)
 *  Thread Starter [genweb](https://wordpress.org/support/users/genweb/)
 * (@genweb)
 * [7 years ago](https://wordpress.org/support/topic/certificate-user-name-none/#post-11603001)
 * Cool, I´m a PHP programmer, tell me if you need any help to fix this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Affiliates] Error 500](https://wordpress.org/support/topic/error-500-132/)
 *  Thread Starter [genweb](https://wordpress.org/support/users/genweb/)
 * (@genweb)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/error-500-132/#post-11542109)
 * Thats cool.
    It is still working fine on my side after doing that change. Thank
   you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Affiliates] ERROR 500](https://wordpress.org/support/topic/error-500-104/)
 *  [genweb](https://wordpress.org/support/users/genweb/)
 * (@genweb)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/error-500-104/#post-11522717)
 * Problem solved here: [https://wordpress.org/support/topic/error-500-132/](https://wordpress.org/support/topic/error-500-132/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Affiliates] Error 500](https://wordpress.org/support/topic/error-500-132/)
 *  Thread Starter [genweb](https://wordpress.org/support/users/genweb/)
 * (@genweb)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/error-500-132/#post-11522702)
 * 24 hours after replacing doubleval by floatval: it seems that the malware scan
   is no longer renaming the file, so I think this solves the problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Affiliates] Error 500](https://wordpress.org/support/topic/error-500-132/)
 *  Thread Starter [genweb](https://wordpress.org/support/users/genweb/)
 * (@genweb)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/error-500-132/#post-11520604)
 * More info about this false positive, it seems that a lot of people experience
   it.
 * [https://github.com/waja/maldetect/issues/17](https://github.com/waja/maldetect/issues/17)
   
   [https://github.com/rfxn/linux-malware-detect/issues/215](https://github.com/rfxn/linux-malware-detect/issues/215)
   [https://github.com/nbs-system/php-malware-finder/issues/51](https://github.com/nbs-system/php-malware-finder/issues/51)
 * My next test will be replacing doubleval by floatval, probably the wrong antimalware
   regex should not false positive “floatval”.

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/users/genweb/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/genweb/replies/page/2/?output_format=md)