Title: panto's Replies | WordPress.org

---

# panto

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GA Google Analytics – Connect Google Analytics to WordPress] Where to find the GA Tracking ID](https://wordpress.org/support/topic/where-to-find-the-ga-tracking-id/)
 *  Thread Starter [panto](https://wordpress.org/support/users/panto/)
 * (@panto)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/where-to-find-the-ga-tracking-id/#post-13642368)
 * * UA code
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GA Google Analytics – Connect Google Analytics to WordPress] Where to find the GA Tracking ID](https://wordpress.org/support/topic/where-to-find-the-ga-tracking-id/)
 *  Thread Starter [panto](https://wordpress.org/support/users/panto/)
 * (@panto)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/where-to-find-the-ga-tracking-id/#post-13642362)
 * Thanks Jeff
    That’s a very old article and yes I know how to get the US code 
   from what I think is the previous version of GA, inside Property Settings.
 * However the same code is no longer displaying inside this new account;
 * Here’s a screen grab to show you…
 * [https://ibb.co/4RZWCy7](https://ibb.co/4RZWCy7)
 * cheers
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flying Analytics: Self-Host Google Analytics v4 with Speed Optimization] Google Analytics Filter not working](https://wordpress.org/support/topic/google-analytics-filter-not-working/)
 *  Thread Starter [panto](https://wordpress.org/support/users/panto/)
 * (@panto)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/google-analytics-filter-not-working/#post-13279137)
 * Looks like I have it sorted – changed the settings to Analytics.js
 * cheers
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] Donate Reveal Button Styling](https://wordpress.org/support/topic/donate-reveal-button-styling/)
 *  Thread Starter [panto](https://wordpress.org/support/users/panto/)
 * (@panto)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/donate-reveal-button-styling/#post-12383409)
 * Thanks so much! Works perfectly.
 * cheers
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] Donate Reveal Button Styling](https://wordpress.org/support/topic/donate-reveal-button-styling/)
 *  Thread Starter [panto](https://wordpress.org/support/users/panto/)
 * (@panto)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/donate-reveal-button-styling/#post-12379158)
 * Thanks so much Ben!
 * I also managed to work out a hover color state for both button types as per code
   below.
 * For the $ buttons, when user selects a $amount, I would like the green hover 
   state to remain active eg: [https://ibb.co/ZBw2kTL](https://ibb.co/ZBw2kTL)
 * Would you be able to help on that?
 * Here’s my current code………………
 * /* Give Donate Amount Buttons */
 * button.give-donation-level-btn {
    color:white; background-color: #fbac34 }
 * button.give-donation-level-btn:hover {
    background-color: #228AA4 }
 * /* Give Donate Now Button */
 * button.give-btn.give-btn-reveal {
    color:white; background-color: #94287b }
 * button.give-btn.give-btn-reveal:hover {
    background-color: #228AA4 }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Access Manager – Access Governance for WordPress] Gravity Forms capabilities](https://wordpress.org/support/topic/gravity-forms-capabilities/)
 *  [panto](https://wordpress.org/support/users/panto/)
 * (@panto)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/gravity-forms-capabilities/#post-10752511)
 * Thanks Vasyl
 * Besides this GF issue – AAM has saved us from an enormous multi-user admin issue.
   Your work is brilliant. Especially keeping to the WP core.
 * Keep up the great work – we would happily pay for a pro version to incorporate
   your updates mentioned above.
 * cheers
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Access Manager – Access Governance for WordPress] Gravity Forms capabilities](https://wordpress.org/support/topic/gravity-forms-capabilities/)
 *  [panto](https://wordpress.org/support/users/panto/)
 * (@panto)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/gravity-forms-capabilities/#post-10727869)
 * Thanks Brian
 * gform_full_access didn’t exist inside Capabilities so I manually created that
   in.
 * Then in Backend Menu, “Forms1” displayed for the first time.
 * When expanding that it has selection boxes for Forms, Entries, Import, Export
   etc available for restricting.
 * The question now is, where in AAM do I restrict a user/role to specific Form 
   IDs?
 * Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Access Manager – Access Governance for WordPress] Gravity Forms capabilities](https://wordpress.org/support/topic/gravity-forms-capabilities/)
 *  [panto](https://wordpress.org/support/users/panto/)
 * (@panto)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/gravity-forms-capabilities/#post-10727486)
 * Just to clarify above – I’ve got “Forms” displaying on the left WordPress Admin
   menu, to manage all our Gravity Forms. However in AAM it’s not displaying.
 * So would like to know how to enable G-Forms so I can grant individual Form ID
   access to specific user/roles.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Access Manager – Access Governance for WordPress] Gravity Forms capabilities](https://wordpress.org/support/topic/gravity-forms-capabilities/)
 *  [panto](https://wordpress.org/support/users/panto/)
 * (@panto)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/gravity-forms-capabilities/#post-10727291)
 * Thanks Brian
 * As an AAM newbie, I tried adding this in Miscellaneous: “gravity_forms”, but 
   there was no visibility in AAM.
 * What are the exact steps to enable Gravity Forms in AAM?
 * Many thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Saving failed: Ajax Error](https://wordpress.org/support/topic/saving-failed-ajax-error/)
 *  Thread Starter [panto](https://wordpress.org/support/users/panto/)
 * (@panto)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/saving-failed-ajax-error/#post-7554941)
 * Brilliant Tobias. Thanks for the speedy feedback – that worked.
 * cheers
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Saving failed: AJAX call successful, internal saving process failed](https://wordpress.org/support/topic/saving-failed-ajax-call-successful-internal-saving-process-failed/)
 *  [panto](https://wordpress.org/support/users/panto/)
 * (@panto)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/saving-failed-ajax-call-successful-internal-saving-process-failed/#post-6731729)
 * Hi Tobias
 * Great plugin.
 * I had the same issue here (latest WordPress and plugin). Put a “.” in the blank
   description field and it saved fine.
 * We’re running a brand new server using:
    CentOS 7 servers with PHP 5.6 and MySQL
   5.6
 * Any ideas as to what the config issue could be?
 * Cheers
    Paul
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Clone] Error on Backup: Mysql server has gone away](https://wordpress.org/support/topic/error-on-backup-mysql-server-has-gone-away/)
 *  [panto](https://wordpress.org/support/users/panto/)
 * (@panto)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/error-on-backup-mysql-server-has-gone-away/#post-6795297)
 * Thanks. I’ve now managed to backup successfully. Then when doing a restore from
   URL into a sub directory WP install I’m getting the SQL issue again.
 * >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    The plugin encountered an error while cloning
   the database,the following error message was returned: Error Message : MySQL 
   server has gone away
 * Temporary files created in /home/hurric17/public_html/01/wp-content/wpclone-temp
   will be deleted.
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * The max_execution_time = 1200
 * Any clues?
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Clone] Error on Backup: Mysql server has gone away](https://wordpress.org/support/topic/error-on-backup-mysql-server-has-gone-away/)
 *  [panto](https://wordpress.org/support/users/panto/)
 * (@panto)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/error-on-backup-mysql-server-has-gone-away/#post-6795293)
 * OK. Which directories / files does it exclude?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Clone] Error on Backup: Mysql server has gone away](https://wordpress.org/support/topic/error-on-backup-mysql-server-has-gone-away/)
 *  [panto](https://wordpress.org/support/users/panto/)
 * (@panto)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/error-on-backup-mysql-server-has-gone-away/#post-6795283)
 * HI – it was on backup. However I think it may have been to do with the file size(
   was around 1 GB). I’ve since deleted a lot of archive and video files to reduce
   the overall size of backup and it worked.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Clone] Error on Backup: Mysql server has gone away](https://wordpress.org/support/topic/error-on-backup-mysql-server-has-gone-away/)
 *  [panto](https://wordpress.org/support/users/panto/)
 * (@panto)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/error-on-backup-mysql-server-has-gone-away/#post-6795278)
 * Hi – I’m getting the same SQL error message.
 * I went into Advance Settings and ticked use wpdb but it didn’t work, just sits
   on a blank page ?

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

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