Title: robertag's Replies | WordPress.org

---

# robertag

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [In the classic editor, authors not appear (but in the block editor, they do)](https://wordpress.org/support/topic/in-the-classic-editor-authors-not-appear-but-in-the-block-editor-they-do/)
 *  Thread Starter [robertag](https://wordpress.org/support/users/robertag/)
 * (@robertag)
 * [5 months, 1 week ago](https://wordpress.org/support/topic/in-the-classic-editor-authors-not-appear-but-in-the-block-editor-they-do/#post-18749032)
 * Thank you so much for your replies, but unfortunately nothing seems to work. 
   I don’t understand why. I’ve deactivated every plugin, and that doesn’t help.
   I’ve checked the functions.php and removed some old custom code, but it still
   doesn’t work. I tried on a clean test site, installed the same theme, and the
   author selection seems to work only that way. Maybe the old developer made some
   changes. I think I’ll reinstall WordPress at this point.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Co-Authors, Multiple Authors and Guest Authors in an Author Box with PublishPress Authors] Integration issue with theme author widgets and guest authors](https://wordpress.org/support/topic/integration-issue-with-theme-author-widgets-and-guest-authors/)
 *  Thread Starter [robertag](https://wordpress.org/support/users/robertag/)
 * (@robertag)
 * [10 months ago](https://wordpress.org/support/topic/integration-issue-with-theme-author-widgets-and-guest-authors/#post-18562018)
 * While investigating the site structure, I searched for the widget files that 
   display the author lists and found two main files in the theme folder: “author-
   list.php” and “all-authors.php.” I fed them to the AI, and it turns out that 
   by analyzing their code, the AI noticed that instead of using the standard WordPress
   function `get_users()` to retrieve the author list, both widgets use the `get_terms()`
   function. From what I can tell, the theme isn’t managing authors as users, but
   rather treating them as WooCommerce “Brands,” likely using a plugin like “MAS
   WooCommerce Brands.” This would explain why the plugin I’m trying to use (PublishPress
   Authors) isn’t displaying its “Guest Authors”—it’s simply not looking at the 
   correct data source (PublishPress profiles), but rather at the “terms” of a product-
   related taxonomy.
 * My question is: 1. Can you think of any reason for this specific behavior? It
   almost seems like the theme has its own proprietary system for “registering” 
   authors and I’m not following the correct procedure. 3. Is there a common solution
   or “trick” for a theme to “see” authors managed by a plugin like PublishPress?
   4. Given that the architecture is so specific and tied to WooCommerce, does it
   make sense to try to modify these files via a child theme to force them to read
   the PublishPress data? And above all, considering that each post card on the 
   blog contains all the author information, especially the author page, what will
   happen if I make any changes?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Strange author structure incompatible with guest author plugin](https://wordpress.org/support/topic/strange-author-structure-incompatible-with-guest-author-plugin/)
 *  Thread Starter [robertag](https://wordpress.org/support/users/robertag/)
 * (@robertag)
 * [10 months ago](https://wordpress.org/support/topic/strange-author-structure-incompatible-with-guest-author-plugin/#post-18562016)
 * Publishpress responded by saying that the problem is related to the theme and
   its configuration
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Co-Authors, Multiple Authors and Guest Authors in an Author Box with PublishPress Authors] Integration issue with theme author widgets and guest authors](https://wordpress.org/support/topic/integration-issue-with-theme-author-widgets-and-guest-authors/)
 *  Thread Starter [robertag](https://wordpress.org/support/users/robertag/)
 * (@robertag)
 * [10 months ago](https://wordpress.org/support/topic/integration-issue-with-theme-author-widgets-and-guest-authors/#post-18559981)
 * Hi, ok, but, the problem persists because I enabled the two options you can see
   in the screenshot. However, even if I create a user and associate an email address
   with them, the author list still doesn’t appear after refreshing the page. I 
   created a demonstration video. [https://www.loom.com/share/d4bbb9e1c40944eaae12edb16b2dab51?sid=044d9d0b-e268-4459-ac92-7cb650ab0517](https://www.loom.com/share/d4bbb9e1c40944eaae12edb16b2dab51?sid=044d9d0b-e268-4459-ac92-7cb650ab0517)
 * > [View post on imgur.com](https://imgur.com/a/K3hiPBw)
    -  This reply was modified 10 months ago by [robertag](https://wordpress.org/support/users/robertag/).
    -  This reply was modified 10 months ago by [robertag](https://wordpress.org/support/users/robertag/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Co-Authors, Multiple Authors and Guest Authors in an Author Box with PublishPress Authors] Integration issue with theme author widgets and guest authors](https://wordpress.org/support/topic/integration-issue-with-theme-author-widgets-and-guest-authors/)
 *  Thread Starter [robertag](https://wordpress.org/support/users/robertag/)
 * (@robertag)
 * [10 months ago](https://wordpress.org/support/topic/integration-issue-with-theme-author-widgets-and-guest-authors/#post-18559593)
 * Thanks for your reply! Could you explain how it works? Should I create the admin
   as a user first and then convert it, or can I create it directly from PublishPress
   using the function you indicated?
 * Also, if the articles are always created with an integral part of the theme, 
   will all the author information (name, surname, etc.) be displayed correctly 
   when I create an author admin following the procedure you indicated?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress update not work](https://wordpress.org/support/topic/wordpress-update-not-work/)
 *  Thread Starter [robertag](https://wordpress.org/support/users/robertag/)
 * (@robertag)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/wordpress-update-not-work/#post-17894303)
 * oh, wow! Thank you
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress update not work](https://wordpress.org/support/topic/wordpress-update-not-work/)
 *  Thread Starter [robertag](https://wordpress.org/support/users/robertag/)
 * (@robertag)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/wordpress-update-not-work/#post-17894293)
 * Thanks for your reply! I wanna ask also if this is a know issue
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cookiebot by Usercentrics - Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode] cookiebot scanner does not detect any cookies](https://wordpress.org/support/topic/cookiebot-scanner-does-not-detect-any-cookies/)
 *  Thread Starter [robertag](https://wordpress.org/support/users/robertag/)
 * (@robertag)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/cookiebot-scanner-does-not-detect-any-cookies/#post-17049391)
 * I remove a different CMP that was installed in website, nothing change. also 
   the 19 cookies you mentioned were displayed in the report section, but are listed
   in the “Cookies removed” section. This is incorrect, the site has those cookies,
   but cookiebot is not detecting them and no changes have been made to the site.
   How can I solve? Help please!
    -  This reply was modified 2 years, 8 months ago by [robertag](https://wordpress.org/support/users/robertag/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cookiebot by Usercentrics - Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode] cookiebot scanner does not detect any cookies](https://wordpress.org/support/topic/cookiebot-scanner-does-not-detect-any-cookies/)
 *  Thread Starter [robertag](https://wordpress.org/support/users/robertag/)
 * (@robertag)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/cookiebot-scanner-does-not-detect-any-cookies/#post-17049291)
 * Thank you for your reply Frederik. I scanned now (see screenshot), it only detects
   one cookie, not 19 [https://imgur.com/SbD2iSu](https://imgur.com/SbD2iSu) I have
   a question about it: In my case, all cookie Cookiebot check are all complete 
   in list that it have scanned? I downloaded log list in my admin in Cookiebot,
   but I see that some pages are not detected. Page detected are 39 but many of 
   which however are the same path, therefore seems Cookiebot scan the same page
   counting it as multiple pages! So my question is: If this cookie checker find
   all cookie website use, how can I know if all the cookies have been detected 
   if the pages I find in the list of scanned pages are not all? ? Another question
   is: some time ago I scanned the site with devtool and I saw in cookie section
   under my domain a google.com domain, all that cookie are not detect by cookiebot.
   Why? Thanks in advance for reply
    -  This reply was modified 2 years, 8 months ago by [robertag](https://wordpress.org/support/users/robertag/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Local Google Fonts] Which Cookie use this plugin](https://wordpress.org/support/topic/which-cookie-use-this-plugin/)
 *  Thread Starter [robertag](https://wordpress.org/support/users/robertag/)
 * (@robertag)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/which-cookie-use-this-plugin/#post-16866869)
 * Hi, thanks for your reply. So google font cookies are not activated if this plugin
   is installed?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forminator Forms – Contact Form, Payment Form & Custom Form Builder] Not receive submission](https://wordpress.org/support/topic/not-receive-submission/)
 *  Thread Starter [robertag](https://wordpress.org/support/users/robertag/)
 * (@robertag)
 * [3 years ago](https://wordpress.org/support/topic/not-receive-submission/#post-16693132)
 * Hi Adam, thanks for your reply. But, my question is: When a person fills out 
   the form and I find his data in the submission item, can I use the submission
   section to host the data of the booker or it is necessary a third-party service
   needed to do this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forminator Forms – Contact Form, Payment Form & Custom Form Builder] Not receive submission](https://wordpress.org/support/topic/not-receive-submission/)
 *  Thread Starter [robertag](https://wordpress.org/support/users/robertag/)
 * (@robertag)
 * [3 years ago](https://wordpress.org/support/topic/not-receive-submission/#post-16682786)
 * Hi Patrick, tranks for your reply. I’ve turned on what you recommend, but haven’t
   tested yet. I have another question: If I use Forminator for collecting customer
   contacts, I have to synchronize these contacts with several third-party services?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forminator Forms – Contact Form, Payment Form & Custom Form Builder] Not receive submission](https://wordpress.org/support/topic/not-receive-submission/)
 *  Thread Starter [robertag](https://wordpress.org/support/users/robertag/)
 * (@robertag)
 * [3 years ago](https://wordpress.org/support/topic/not-receive-submission/#post-16673246)
 * This is the report: [https://drive.google.com/file/d/1dNXSsAGkBQCNm_qbMwI4xUQlw66OO0g0/view?usp=sharing](https://drive.google.com/file/d/1dNXSsAGkBQCNm_qbMwI4xUQlw66OO0g0/view?usp=sharing)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forminator Forms – Contact Form, Payment Form & Custom Form Builder] Not receive submission](https://wordpress.org/support/topic/not-receive-submission/)
 *  Thread Starter [robertag](https://wordpress.org/support/users/robertag/)
 * (@robertag)
 * [3 years ago](https://wordpress.org/support/topic/not-receive-submission/#post-16673197)
 * Hi, thanks for your reply.
 * Your submission arrived, but I don’t see it in submission page.
 * I apologize for the contradiction. So: Last week, at first I found in the submission
   section all those entries without name, surname and required data. These submissions
   were also reported by the wp mail SMTP plugin which sent me a report. Yesterday
   I eliminated all those empty submissions (which I’d like to know how we arrived
   and above all why they arrived empty) and I then carried out some submissions
   tests via the contact form. When I fill out the form and send, the submission
   arrives only by email, but in the submission section, in formulator backend, 
   I don’t detect any submission.
 * this is the result:
 * > [View post on imgur.com](https://imgur.com/dmUjeMd)
 * > [View post on imgur.com](https://imgur.com/zUXjgdo)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Blocksy] Issue with shape divider](https://wordpress.org/support/topic/issue-with-shape-divider/)
 *  Thread Starter [robertag](https://wordpress.org/support/users/robertag/)
 * (@robertag)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/issue-with-shape-divider/#post-16559379)
 * Hi Eduard, i haven’t negative margin. I can share screenshot. when I set shape
   divider, this doesn’t stretch no matter how wide I give it. I don’t have a cache
   being local and I don’t have other active plugins other than Elementor and blocksy
   theme. [https://imgur.com/w3PdTpt](https://imgur.com/w3PdTpt)

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

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