Title: Phalcon's Replies | WordPress.org

---

# Phalcon

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields: Extended] Not saving the right order](https://wordpress.org/support/topic/not-saving-the-right-order/)
 *  [Phalcon](https://wordpress.org/support/users/phalcon/)
 * (@phalcon)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/not-saving-the-right-order/#post-16200929)
 * Hi [@hwk-fr](https://wordpress.org/support/users/hwk-fr/),
    Unfortunately, I 
   can reproduce it with ACF 6.0.0, 6.0.2, 6.0.3 or 6.0.4 with ACF Extended 0.8.8.7
   or 0.8.8.10
    -  This reply was modified 3 years, 5 months ago by [Phalcon](https://wordpress.org/support/users/phalcon/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post Views Counter] Admin Bar Style loading on every page, slowing the site down](https://wordpress.org/support/topic/why-does-admin-bar-style-load-for-non-logged-in-users/)
 *  [Phalcon](https://wordpress.org/support/users/phalcon/)
 * (@phalcon)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/why-does-admin-bar-style-load-for-non-logged-in-users/#post-15888896)
 * Sorry, small fix
 * `if (is_user_logged_in())`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post Views Counter] Admin Bar Style loading on every page, slowing the site down](https://wordpress.org/support/topic/why-does-admin-bar-style-load-for-non-logged-in-users/)
 *  [Phalcon](https://wordpress.org/support/users/phalcon/)
 * (@phalcon)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/why-does-admin-bar-style-load-for-non-logged-in-users/#post-15888688)
 * [@greenhoe](https://wordpress.org/support/users/greenhoe/)
    You can use that 
   thing to prevent loads PVC styles on front
 *     ```
       add_action( 'wp_print_styles', function() {
           if (current_user_can( 'update_core' )) {
               return;
           }
   
           wp_deregister_style('dashicons');
           wp_deregister_style('post-views-counter-frontend');
       }, 100);
       ```
   
 * `
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post Views Counter] Admin Bar Style loading on every page, slowing the site down](https://wordpress.org/support/topic/why-does-admin-bar-style-load-for-non-logged-in-users/)
 *  [Phalcon](https://wordpress.org/support/users/phalcon/)
 * (@phalcon)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/why-does-admin-bar-style-load-for-non-logged-in-users/#post-15888517)
 * Confirm.
 * Also, every page loads
    `<link rel="stylesheet" href="/plugins/post-views-counter/
   css/frontend.css">` where admin bar not applied
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Media Cloud for Bunny CDN, Amazon S3, Cloudflare R2, Google Cloud Storage, DigitalOcean and more] Site icon background changes from transparent to white](https://wordpress.org/support/topic/site-icon-background-changes-from-transparent-to-white/)
 *  Thread Starter [Phalcon](https://wordpress.org/support/users/phalcon/)
 * (@phalcon)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/site-icon-background-changes-from-transparent-to-white/#post-9678434)
 * I try it before, but it didn’t help. So I disable imgix and after that it works
   fine. But it’s not solution.
 * P.S
    I Disabled compress then upload icon, but icon still returns back with white
   bg. Just try do it again, but result the same
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Media Cloud for Bunny CDN, Amazon S3, Cloudflare R2, Google Cloud Storage, DigitalOcean and more] Site icon background changes from transparent to white](https://wordpress.org/support/topic/site-icon-background-changes-from-transparent-to-white/)
 *  Thread Starter [Phalcon](https://wordpress.org/support/users/phalcon/)
 * (@phalcon)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/site-icon-background-changes-from-transparent-to-white/#post-9678393)
 * – “Auto Format” – false
    – “Auto Compress” – true
    -  This reply was modified 8 years, 6 months ago by [Phalcon](https://wordpress.org/support/users/phalcon/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Media Cloud for Bunny CDN, Amazon S3, Cloudflare R2, Google Cloud Storage, DigitalOcean and more] Site icon background changes from transparent to white](https://wordpress.org/support/topic/site-icon-background-changes-from-transparent-to-white/)
 *  Thread Starter [Phalcon](https://wordpress.org/support/users/phalcon/)
 * (@phalcon)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/site-icon-background-changes-from-transparent-to-white/#post-9678362)
 * duplicate comment
    -  This reply was modified 8 years, 6 months ago by [Phalcon](https://wordpress.org/support/users/phalcon/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Media Cloud for Bunny CDN, Amazon S3, Cloudflare R2, Google Cloud Storage, DigitalOcean and more] Site icon background changes from transparent to white](https://wordpress.org/support/topic/site-icon-background-changes-from-transparent-to-white/)
 *  Thread Starter [Phalcon](https://wordpress.org/support/users/phalcon/)
 * (@phalcon)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/site-icon-background-changes-from-transparent-to-white/#post-9678360)
 * Sorry for my english. Step of reproducing:
    1. Install plugin 2. Configure s3,
   imgix 3. Go to wp-admin->themes->customize->site identity -> Site Icon set image
   like icon with transparent background.
 * Expectation: site icon(tab icon) with transparent bg
    Result: bg is white
 * When I disable imgix and upload icon again all ok, but if I enable imgix again
   the same problem
    -  This reply was modified 8 years, 6 months ago by [Phalcon](https://wordpress.org/support/users/phalcon/).
    -  This reply was modified 8 years, 6 months ago by [Phalcon](https://wordpress.org/support/users/phalcon/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NS Google Sheets Connector] Dosn't work](https://wordpress.org/support/topic/dosnt-work-4/)
 *  Thread Starter [Phalcon](https://wordpress.org/support/users/phalcon/)
 * (@phalcon)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/dosnt-work-4/#post-7051319)
 * nope.
 * I debug plugin and it doesn’t work.
 * plugin crash in line 76 $worksheetFeed = $spreadsheet->getWorksheets();
    file
   google-sheets.php
 * `Fatal error: Call to a member function getWorksheets() on a non-object in /var/
   www/html/dreamFactory/web/app/plugins/ns-google-sheets-connector/lib/google-sheets.
   php on line 76`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NS Google Sheets Connector] Dosn't work](https://wordpress.org/support/topic/dosnt-work-4/)
 *  Thread Starter [Phalcon](https://wordpress.org/support/users/phalcon/)
 * (@phalcon)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/dosnt-work-4/#post-7051190)
 * [Congig screenshot](http://awesomescreenshot.com/0d95met155)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NS Google Sheets Connector] Dosn't work](https://wordpress.org/support/topic/dosnt-work-4/)
 *  Thread Starter [Phalcon](https://wordpress.org/support/users/phalcon/)
 * (@phalcon)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/dosnt-work-4/#post-7051182)
 * So, the next
    ‘refresh_token’ => $refreshToken, – is null
 * =(
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NS Google Sheets Connector] Dosn't work](https://wordpress.org/support/topic/dosnt-work-4/)
 *  Thread Starter [Phalcon](https://wordpress.org/support/users/phalcon/)
 * (@phalcon)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/dosnt-work-4/#post-7051180)
 * After that I see correct debug log
 *     ```
       20:20:11 	 PHP 5.5.9-1ubuntu4.14 	 Error refreshing the OAuth2 token, message: '{
         "error" : "invalid_request",
         "error_description" : "Missing required parameter: refresh_token"
       }',#0 /var/www/html/dreamFactory/web/app/plugins/ns-google-sheets-connector/lib/php-google-oauth/auth/Google_OAuth2.php(244): Google_OAuth2->refreshTokenRequest(Array)
       #1 /var/www/html/dreamFactory/web/app/plugins/ns-google-sheets-connector/lib/php-google-oauth/Google_Client.php(315): Google_OAuth2->refreshToken(NULL)
       #2 /var/www/html/dreamFactory/web/app/plugins/ns-google-sheets-connector/lib/google-sheets.php(50): Google_Client->refreshToken(NULL)
       #3 /var/www/html/dreamFactory/web/app/plugins/ns-google-sheets-connector/ns-google-sheets-connector.php(297): googlesheet->auth()
       #4 [internal function]: ns_google_sheets_connector->wpcf7_send_to_sheets(Object(WPCF7_ContactForm))
       #5 /var/www/html/dreamFactory/web/wp/wp-includes/plugin.php(525): call_user_func_array(Array, Array)
       #6 /var/www/html/dreamFactory/web/app/plugins/contact-form-7/includes/submission.php(163): do_action('wpcf7_mail_sent', Object(WPCF7_ContactForm))
       #7 /var/www/html/dreamFactory/web/app/plugins/contact-form-7/includes/submission.php(28): WPCF7_Submission->submit()
       #8 /var/www/html/dreamFactory/web/app/plugins/contact-form-7/includes/contact-form.php(614): WPCF7_Submission::get_instance(Object(WPCF7_ContactForm))
       #9 /var/www/html/dreamFactory/web/app/plugins/contact-form-7/includes/controller.php(57): WPCF7_ContactForm->submit(true)
       #10 /var/www/html/dreamFactory/web/app/plugins/contact-form-7/includes/controller.php(18): wpcf7_ajax_json_echo()
       #11 [internal function]: wpcf7_control_init('')
       #12 /var/www/html/dreamFactory/web/wp/wp-includes/plugin.php(525): call_user_func_array('wpcf7_control_i...', Array)
       #13 /var/www/html/dreamFactory/web/wp/wp-settings.php(413): do_action('wp_loaded')
       #14 /var/www/html/dreamFactory/web/wp-config.php(9): require_once('/var/www/html/d...')
       #15 /var/www/html/dreamFactory/web/wp/wp-load.php(42): require_once('/var/www/html/d...')
       #16 /var/www/html/dreamFactory/web/wp/wp-blog-header.php(12): require_once('/var/www/html/d...')
       #17 /var/www/html/dreamFactory/web/index.php(5): require('/var/www/html/d...')
       #18 {main}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NS Google Sheets Connector] Dosn't work](https://wordpress.org/support/topic/dosnt-work-4/)
 *  Thread Starter [Phalcon](https://wordpress.org/support/users/phalcon/)
 * (@phalcon)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/dosnt-work-4/#post-7051179)
 * Ok. Plugin have bugs.
    Fixes for correct work(part1): 1. set permissions for 
   folder logs 777 recursive 2. Upgrade code in ns-google-sheets-connector.php –
   string 332
 *     ```
       try{
       			$log = fopen(plugin_dir_path(__FILE__) . "logs/log.txt", 'a');
                   if(is_array($error)) {
                       $error = implode(",", $error);
                   }
   
       			$result = fwrite($log, print_r(date('H:i:s')." \t PHP ".phpversion()." \t $error \r\n", TRUE));
       			fclose( $log );
       		} catch (Exception $e) {
   
       		}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NS Google Sheets Connector] Dosn't work](https://wordpress.org/support/topic/dosnt-work-4/)
 *  Thread Starter [Phalcon](https://wordpress.org/support/users/phalcon/)
 * (@phalcon)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/dosnt-work-4/#post-7051173)
 * Hello.
    Now I debugging code.
 * 1. logs file crash bcs in string 335 $error is a array
    2.
 *     ```
       Error refreshing the OAuth2 token, message: '{
         "error" : "invalid_request",
         "error_description" : "Missing required parameter: refresh_token"
       }''
       #0 /var/www/html/dreamFactory/web/app/plugins/ns-google-sheets-connector/lib/php-google-oauth/auth/Google_OAuth2.php(244): Google_OAuth2->refreshTokenRequest(Array)
       #1 /var/www/html/dreamFactory/web/app/plugins/ns-google-sheets-connector/lib/php-google-oauth/Google_Client.php(315): Google_OAuth2->refreshToken(NULL)
       #2 /var/www/html/dreamFactory/web/app/plugins/ns-google-sheets-connector/lib/google-sheets.php(50): Google_Client->refreshToken(NULL)
       #3 /var/www/html/dreamFactory/web/app/plugins/ns-google-sheet'...
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] Absolute url in sitemap.xml](https://wordpress.org/support/topic/absolute-url-in-sitemapxml/)
 *  Thread Starter [Phalcon](https://wordpress.org/support/users/phalcon/)
 * (@phalcon)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/absolute-url-in-sitemapxml/#post-6620252)
 * I fix it, problem in another plugin what filtered data from wp.

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

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