Title: phpnukes's Replies | WordPress.org

---

# phpnukes

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/phpnukes/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/phpnukes/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/phpnukes/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/phpnukes/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/phpnukes/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/phpnukes/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Remove link to add calendars](https://wordpress.org/support/topic/remove-link-to-add-calendars/)
 *  Thread Starter [phpnukes](https://wordpress.org/support/users/phpnukes/)
 * (@phpnukes)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/remove-link-to-add-calendars/#post-17283317)
 * found adding this snippet to the theme function.php removed this link.
 * `// Hide subscribe box on single event pages.`
 * `add_filter(`
 * `    ``'tec_views_v2_subscribe_link_visibility'``,`
 * `    ``function``( ``$subscribe_links``) {`
 * `        ``return``! is_singular( Tribe__Events__Main::POSTTYPE );`
 * `    ``},`
 * `    ``100`
 * `);`
 * Just added my own link via a form for registered users to complete for approval
   first.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Contact Form 7 Not sending successfully](https://wordpress.org/support/topic/contact-form-7-not-sending-successfully/)
 *  [phpnukes](https://wordpress.org/support/users/phpnukes/)
 * (@phpnukes)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/contact-form-7-not-sending-successfully/#post-17125801)
 * finally resolved
 * It was all to do with the mail key panel
 * [https://contactform7.com/setting-up-mail/](https://contactform7.com/setting-up-mail/)
 * the from email address was always wordpress@site address
 * change to a valid email and saved
 * fixed the non sending to email.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Contact Form 7 Not sending successfully](https://wordpress.org/support/topic/contact-form-7-not-sending-successfully/)
 *  [phpnukes](https://wordpress.org/support/users/phpnukes/)
 * (@phpnukes)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/contact-form-7-not-sending-successfully/#post-17125465)
 * getting forms responses via flamingo but nothing via email
 * still getting try later error
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Contact Form 7 Not sending successfully](https://wordpress.org/support/topic/contact-form-7-not-sending-successfully/)
 *  [phpnukes](https://wordpress.org/support/users/phpnukes/)
 * (@phpnukes)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/contact-form-7-not-sending-successfully/#post-17124214)
 * I get no responses but one of my members sent one but not email.
 * I received through flamingo messaging.
 * I will have another attempt
    -  This reply was modified 2 years, 6 months ago by [phpnukes](https://wordpress.org/support/users/phpnukes/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gutenberg] Vulnerability with 16.7.1 and under](https://wordpress.org/support/topic/vulnerability-with-16-7-1-and-under/)
 *  [phpnukes](https://wordpress.org/support/users/phpnukes/)
 * (@phpnukes)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/vulnerability-with-16-7-1-and-under/#post-17124211)
 * using the latest **Version:** 16.8.1
 * Critical Problems:
 * * The Plugin “Gutenberg” has a security vulnerability.
 * 
   Vulnerability Severity: 5.4/10.0 (Medium)
 * announced by wordfence?
 * any ideas
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Contact Form 7 Not sending successfully](https://wordpress.org/support/topic/contact-form-7-not-sending-successfully/)
 *  [phpnukes](https://wordpress.org/support/users/phpnukes/)
 * (@phpnukes)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/contact-form-7-not-sending-successfully/#post-17122880)
 * ![](https://i0.wp.com/www.treccobay.wales/wp-content/uploads/2023/10/IMG_7112.
   jpeg?ssl=1)
 * not sure the error warning is red or orange maybe needs to be changed.
 * yellow I understand is to do with error with the form – no error on form
 * orange to do with recaptcha conflict with other plug-in – changed to contact 
   form 7 recaptcha v2 – No change
 * red to do with smtp email so added smtp plugin – No change
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Contact Form 7 Not sending successfully](https://wordpress.org/support/topic/contact-form-7-not-sending-successfully/)
 *  [phpnukes](https://wordpress.org/support/users/phpnukes/)
 * (@phpnukes)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/contact-form-7-not-sending-successfully/#post-17122501)
 * reCAPTCHA maybe the issue. But this has not resolved even change the the recaptcha
   v2 for contact form 7.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Contact Form 7 Not sending successfully](https://wordpress.org/support/topic/contact-form-7-not-sending-successfully/)
 *  [phpnukes](https://wordpress.org/support/users/phpnukes/)
 * (@phpnukes)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/contact-form-7-not-sending-successfully/#post-17121190)
 * Notice this is with all my contact form 7
 * unable to send try later.
 * no error messages
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Date Time Picker for Contact Form 7] Date & Time Picker](https://wordpress.org/support/topic/date-time-picker-4/)
 *  Thread Starter [phpnukes](https://wordpress.org/support/users/phpnukes/)
 * (@phpnukes)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/date-time-picker-4/#post-17060885)
 * changed one of the form tags to Date Picker2
 * this works perfectly.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ad Inserter - Ad Manager & AdSense Ads] Posting ads in footer 1 & 2 and blog sidebar](https://wordpress.org/support/topic/posting-ads-in-footer-1-2-and-blog-sidebar/)
 *  Thread Starter [phpnukes](https://wordpress.org/support/users/phpnukes/)
 * (@phpnukes)
 * [3 years ago](https://wordpress.org/support/topic/posting-ads-in-footer-1-2-and-blog-sidebar/#post-16637677)
 * Data on this website : [http://www.treccobay.wales](http://www.treccobay.wales)
 * This is a functional instructional request
 * Homepage would include the footer 1 & 2 both with widgets how would you target
   placement one ad in the footer 1 and a different ad in footer 2 only
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ad Inserter - Ad Manager & AdSense Ads] Posting ads in footer 1 & 2 and blog sidebar](https://wordpress.org/support/topic/posting-ads-in-footer-1-2-and-blog-sidebar/)
 *  Thread Starter [phpnukes](https://wordpress.org/support/users/phpnukes/)
 * (@phpnukes)
 * [3 years ago](https://wordpress.org/support/topic/posting-ads-in-footer-1-2-and-blog-sidebar/#post-16631069)
 * Selecting homepage the advert displays twice in the homepage and footer where
   the shortcode has been added. I only want the advert to display in the footer
   1 only. Is there a solution.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ad Inserter - Ad Manager & AdSense Ads] Posting ads in footer 1 & 2 and blog sidebar](https://wordpress.org/support/topic/posting-ads-in-footer-1-2-and-blog-sidebar/)
 *  Thread Starter [phpnukes](https://wordpress.org/support/users/phpnukes/)
 * (@phpnukes)
 * [3 years ago](https://wordpress.org/support/topic/posting-ads-in-footer-1-2-and-blog-sidebar/#post-16630897)
 * Ok found the solution.
 * by selecting the manual button there is the option to select Widgets.
 * I copied the shortcode and pasted into the widget window. It works.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ad Inserter - Ad Manager & AdSense Ads] Posting ads in footer 1 & 2 and blog sidebar](https://wordpress.org/support/topic/posting-ads-in-footer-1-2-and-blog-sidebar/)
 *  Thread Starter [phpnukes](https://wordpress.org/support/users/phpnukes/)
 * (@phpnukes)
 * [3 years ago](https://wordpress.org/support/topic/posting-ads-in-footer-1-2-and-blog-sidebar/#post-16630847)
 * I have the Gutenberg plugin which addresses short codes maybe the solution here.
   Need to establish which are the short codes will cover blog sidebar, footer 1&
   2
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Block visitor WF not updating](https://wordpress.org/support/topic/block-visitor-wf-not-updating/)
 *  Thread Starter [phpnukes](https://wordpress.org/support/users/phpnukes/)
 * (@phpnukes)
 * [3 years ago](https://wordpress.org/support/topic/block-visitor-wf-not-updating/#post-16583582)
 * When WF shows a block option I select and it changes to unblock
 * when I return after login out I noticed block shows when it should be unblock
   but it shows block so I repeat. Still not changing when I return.
 * could it be cache issues
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Site Kit by Google - Analytics, Search Console, AdSense, Speed] Adverts not showing via WordPress Google Adsense plugin](https://wordpress.org/support/topic/adverts-not-showing-via-wordpress-google-adsense-plugin/)
 *  Thread Starter [phpnukes](https://wordpress.org/support/users/phpnukes/)
 * (@phpnukes)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/adverts-not-showing-via-wordpress-google-adsense-plugin/#post-16552099)
 * Thank you.
 * Used the form will continue to check Adsense help centre.
 * No adverts being displayed

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

1 [2](https://wordpress.org/support/users/phpnukes/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/phpnukes/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/phpnukes/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/phpnukes/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/phpnukes/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/phpnukes/replies/page/2/?output_format=md)