Title: helpwp1's Replies | WordPress.org

---

# helpwp1

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

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

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Sydney] Testimonials Archive](https://wordpress.org/support/topic/testimonials-archive-2/)
 *  Thread Starter [helpwp1](https://wordpress.org/support/users/helpwp1/)
 * (@helpwp1)
 * [3 months, 1 week ago](https://wordpress.org/support/topic/testimonials-archive-2/#post-18834041)
 * I found out I can use the Sydney Testimonials widget instead
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Poster – Display PDF Files with Custom Viewer] Make editor buttons invisible](https://wordpress.org/support/topic/make-editor-buttons-invisible/)
 *  [helpwp1](https://wordpress.org/support/users/helpwp1/)
 * (@helpwp1)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/make-editor-buttons-invisible/#post-18381602)
 * I have this question too- I think he means the editing tools on the right – top
   of the embedded PDF on the user side… Highlight, Text, Draw, Add and Image. What
   if I don’t want those?
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Calendar - Accessible Event Manager] Month-to-month navigation issue in Firefox with new release](https://wordpress.org/support/topic/month-to-month-navigation-issue-in-firefox-with-new-release/)
 *  [helpwp1](https://wordpress.org/support/users/helpwp1/)
 * (@helpwp1)
 * [2 years ago](https://wordpress.org/support/topic/month-to-month-navigation-issue-in-firefox-with-new-release/#post-17758128)
 * One of our users reported this same thing. I can’t replicate it on my devices.
   I asked them to let me know what browser they’re using. The user said that the
   current month loads fine, but if she clicks on the arrow to go to the next months
   they are blank.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Sydney] Post navigation appears twice](https://wordpress.org/support/topic/post-navigation-appears-twice/)
 *  [helpwp1](https://wordpress.org/support/users/helpwp1/)
 * (@helpwp1)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/post-navigation-appears-twice/#post-17347954)
 * I am having this problem too. It doesn’t happen on the most recent post, but 
   with all other older posts the duplicated navigation is there.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Sydney] Hide Featured image on Posts (Mobile)](https://wordpress.org/support/topic/hide-featured-image-on-posts-mobile/)
 *  Thread Starter [helpwp1](https://wordpress.org/support/users/helpwp1/)
 * (@helpwp1)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/hide-featured-image-on-posts-mobile/#post-15214409)
 * It is fixed now. I used
 *     ```
       /* Remove featured image from posts */
       .single .entry-thumb {
               display: none !important;
       }
       ```
   
 * I think the problem was the order of the css… when I had it at the top of the
   css code something must have been overriding it, because when I moved it to the
   end of the css, it started working.
 * Thanks for your help.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Sydney] Hide Featured image on Posts (Mobile)](https://wordpress.org/support/topic/hide-featured-image-on-posts-mobile/)
 *  Thread Starter [helpwp1](https://wordpress.org/support/users/helpwp1/)
 * (@helpwp1)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/hide-featured-image-on-posts-mobile/#post-15212724)
 * And thank you for the reply, no problem about the delay due to holidays!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Sydney] Hide Featured image on Posts (Mobile)](https://wordpress.org/support/topic/hide-featured-image-on-posts-mobile/)
 *  Thread Starter [helpwp1](https://wordpress.org/support/users/helpwp1/)
 * (@helpwp1)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/hide-featured-image-on-posts-mobile/#post-15212723)
 * It happens on any post. Single post. The featured image is hidden on desktop 
   but not on mobile.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Say What?] Strings not saving – using multisite but active on 2nd site only](https://wordpress.org/support/topic/strings-not-saving-using-multisite-but-active-on-2nd-site-only/)
 *  [helpwp1](https://wordpress.org/support/users/helpwp1/)
 * (@helpwp1)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/strings-not-saving-using-multisite-but-active-on-2nd-site-only/#post-15130367)
 * Success! I Network Deactivated and then activated on each individual site. My
   data was still there. I can enter new Text Changes on all the sites successfully.
 * Thanks for listening and for the quick reply.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Say What?] Strings not saving – using multisite but active on 2nd site only](https://wordpress.org/support/topic/strings-not-saving-using-multisite-but-active-on-2nd-site-only/)
 *  [helpwp1](https://wordpress.org/support/users/helpwp1/)
 * (@helpwp1)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/strings-not-saving-using-multisite-but-active-on-2nd-site-only/#post-15130320)
 * Thank you. I’ll try network deactivating and let you know what happens. I noticed
   the pro version has export and import; that sounds like it might be useful (I
   could export as a backup before making any changes).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Say What?] Strings not saving – using multisite but active on 2nd site only](https://wordpress.org/support/topic/strings-not-saving-using-multisite-but-active-on-2nd-site-only/)
 *  [helpwp1](https://wordpress.org/support/users/helpwp1/)
 * (@helpwp1)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/strings-not-saving-using-multisite-but-active-on-2nd-site-only/#post-15130252)
 * In my case I already entered a bunch of text changes on three of the sites of
   a six-site multisite. The same thing as above is happening now on my remaining
   three sites. If I delete the plugin and re-install it as suggested above will
   it also delete my data? Or should I try network deactivating and then activating
   site by site, first? Will that also delete my data? Or– I saw where you recommended
   the Proper Network Activation plugin but there again I think I would have to 
   deactivate and reactivate. Would like to avoid retyping all the entries if possible.
 * Thank you for any advice.

Viewing 10 replies - 1 through 10 (of 10 total)