Title: fellowito's Replies | WordPress.org

---

# fellowito

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Ads – Ad Manager & AdSense] Recommendation: New ubication](https://wordpress.org/support/topic/recommendation-new-ubication/)
 *  Thread Starter [fellowito](https://wordpress.org/support/users/fellowito/)
 * (@fellowito)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/recommendation-new-ubication/#post-11780993)
 * Oh, ok, I see.
    Thank you!! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OneSignal - Web Push Notifications] Link expirates when activating](https://wordpress.org/support/topic/link-expirates-when-activating/)
 *  Thread Starter [fellowito](https://wordpress.org/support/users/fellowito/)
 * (@fellowito)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/link-expirates-when-activating/#post-11353915)
 * Hello, I’ve updated to v. 1.17.0 but I can’t still activate it :S
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OneSignal - Web Push Notifications] Link expirates when activating](https://wordpress.org/support/topic/link-expirates-when-activating/)
 *  Thread Starter [fellowito](https://wordpress.org/support/users/fellowito/)
 * (@fellowito)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/link-expirates-when-activating/#post-11312415)
 * Hello, I did the changes you mentioned but I have the same issue 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP] how can show image post thumbnail in amp?](https://wordpress.org/support/topic/how-can-show-image-post-thumbnail-in-amp/)
 *  [fellowito](https://wordpress.org/support/users/fellowito/)
 * (@fellowito)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/how-can-show-image-post-thumbnail-in-amp/#post-8430495)
 * Hello!,
 * What do you mean with “I put it in functions.php of a child theme.”
 * I created the folder templates-child in /amp/ directory, and created a functions.
   php file with this code:
 *     ```
       <?php
   
       add_filter( 'amp_post_template_metadata', 'bbm_amp_modify_json_metadata', 10, 2 );
   
       function bbm_amp_modify_json_metadata( $metadata, $post ) {
           if (!array_key_exists('image', $metadata)) {
       	$metadata['image'] = array(
                   '@type' => 'ImageObject',
                   'url' => get_template_directory_uri() . '/images/default.png',
                   'height' => 512,
                   'width' => 1024,
               );
           }
           return $metadata;
       }
       ?>
       ```
   
 * Nothing happens, how do I create a child theme of that templates?
 * So thanks!!
    -  This reply was modified 9 years, 10 months ago by [fellowito](https://wordpress.org/support/users/fellowito/).
    -  This reply was modified 9 years, 10 months ago by [fellowito](https://wordpress.org/support/users/fellowito/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPtouch - Make your WordPress Website Mobile-Friendly] Seeing mobile theme on desktop/desktop theme on mobile?](https://wordpress.org/support/topic/seeing-mobile-theme-on-desktopdesktop-theme-on-mobile/)
 *  [fellowito](https://wordpress.org/support/users/fellowito/)
 * (@fellowito)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/seeing-mobile-theme-on-desktopdesktop-theme-on-mobile/#post-6176414)
 * Hello.
 * I have WordPress 4.2.2 and WPtouch 3.8.2. I’ve done everything you indicate in
   this post and it still doesn’t work. When you see a post (single post page), 
   sometimes, it shows the mobile theme, but most of times it still shows de desktop
   theme. What am I doing wrong?
 * Thanks!! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPtouch - Make your WordPress Website Mobile-Friendly] WordPress 4.2.2 WPtouch 3.8.1 Not working](https://wordpress.org/support/topic/wordpress-422-wptouch-381-not-working/)
 *  Thread Starter [fellowito](https://wordpress.org/support/users/fellowito/)
 * (@fellowito)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/wordpress-422-wptouch-381-not-working/#post-6295799)
 * Please, can anyone help us? Thanks!! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comment Form Quicktags] Saving modified settings no longer works.](https://wordpress.org/support/topic/saving-modified-settings-no-longer-works/)
 *  [fellowito](https://wordpress.org/support/users/fellowito/)
 * (@fellowito)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/saving-modified-settings-no-longer-works/#post-3495673)
 * Great! I had to “reset” options, it was showing my previous buttons. So thanks!!
   🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comment Form Quicktags] Saving modified settings no longer works.](https://wordpress.org/support/topic/saving-modified-settings-no-longer-works/)
 *  [fellowito](https://wordpress.org/support/users/fellowito/)
 * (@fellowito)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/saving-modified-settings-no-longer-works/#post-3495671)
 * Hello,
 * I am trying to change the buttons directly in “comment-form-quicktags.php” as
   Cyp Luraghi but I can’t find what I have to change. Any help please?
 * Thanks 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordTwit Twitter Plugin] Not tweet when post title too long](https://wordpress.org/support/topic/not-tweet-when-post-title-too-long/)
 *  Thread Starter [fellowito](https://wordpress.org/support/users/fellowito/)
 * (@fellowito)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/not-tweet-when-post-title-too-long/#post-3838651)
 * Ok, I had to delete previous application. Now it seems it works, even when title
   is too long. Thank you so much!! 😉 Great plugin!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordTwit Twitter Plugin] Not tweet when post title too long](https://wordpress.org/support/topic/not-tweet-when-post-title-too-long/)
 *  Thread Starter [fellowito](https://wordpress.org/support/users/fellowito/)
 * (@fellowito)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/not-tweet-when-post-title-too-long/#post-3838649)
 * Thanks 🙂
 * I’ve updated but I can’t add a new twitter account. I click in add new account,
   it refresh the page but it’s the same screen. I’ve tried google chrome and Firefox.
   Nothing happens. It’s only me?
 * Thanks ;D
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Exploit Scanner] Exploit Scanner cannot report any exploits info](https://wordpress.org/support/topic/exploit-scanner-cannot-report-any-exploits-info/)
 *  [fellowito](https://wordpress.org/support/users/fellowito/)
 * (@fellowito)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/exploit-scanner-cannot-report-any-exploits-info/#post-2565262)
 * I have the same problem…..
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Malware Issue, please someone help.](https://wordpress.org/support/topic/malware-issue-please-someone-help/)
 *  [fellowito](https://wordpress.org/support/users/fellowito/)
 * (@fellowito)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/malware-issue-please-someone-help/#post-2571316)
 * [@ivystar](https://wordpress.org/support/users/ivystar/) I had to:
 * – Delete folders wp-content and wp-include, and upload again those folders from
   the original wordpress. If you do that, you don’t have to install anything, your
   blog will be unoperative meanwhile you are deleting and uploading, but when you
   finish, it should be operative again.
 * – Delete and upload all the plugins (you can try uploadling only javascrip files
   of each plugin).
 * Anyway, backup all your files (mainly folders wp-content, wp-include and plugins),
   and the database.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Malware Issue, please someone help.](https://wordpress.org/support/topic/malware-issue-please-someone-help/)
 *  [fellowito](https://wordpress.org/support/users/fellowito/)
 * (@fellowito)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/malware-issue-please-someone-help/#post-2571303)
 * [@ivystar](https://wordpress.org/support/users/ivystar/) You can backup them,
   but not used them, just you have them because maybe you are deleting some important
   files, but you won’t upload them again.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Malware Detected by Chrome](https://wordpress.org/support/topic/malware-detected-by-chrome/)
 *  [fellowito](https://wordpress.org/support/users/fellowito/)
 * (@fellowito)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/malware-detected-by-chrome/page/3/#post-2570057)
 * [@redleg-too](https://wordpress.org/support/users/redleg-too/) thanks.
 * I think now it’s solved.
 * I had to delete folders wp-admin and wp-include, and uploaded them again.
 * I had to replace every javascript file that were in wp-content (plugins and theme).
 * There should be some kind of plugin to detect what file are infected or something,
   because antivirus plugin didn’t detect this.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Malware Detected by Chrome](https://wordpress.org/support/topic/malware-detected-by-chrome/)
 *  [fellowito](https://wordpress.org/support/users/fellowito/)
 * (@fellowito)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/malware-detected-by-chrome/page/3/#post-2570040)
 * This has no sense.
 * I’ve deleted upd.php. It was in wp-content and wp-admin.
 * Besides, I’ve downloaded folders wp-admin, wp-content and wp-includes, and then,
   I’ve look of “var _0x80d0=[“\x64\” in every files with dreamweaver and there 
   weres no matches.
 * This has no sense. The malware 31.184.242.102 only appears in my admin panel 
   when I activate addthis plugin, which I’ve deleted and uploaded again several
   times…

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

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