Title: ratherloopy's Replies | WordPress.org

---

# ratherloopy

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Counters have been reset and are no longer animated](https://wordpress.org/support/topic/counters-have-been-reset-and-are-no-longer-animated/)
 *  Thread Starter [ratherloopy](https://wordpress.org/support/users/ratherloopy/)
 * (@ratherloopy)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/counters-have-been-reset-and-are-no-longer-animated/#post-16209959)
 * Looks like this was caused by the plugin “Unlimited Addon For Elementor” (A collection
   of quality addons or modules for use in Elementor page builder). After deactivating
   the plugin, the counter widget works as intended.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Backuply - Backup, Restore, Migrate and Clone] Restore deleted page from backup](https://wordpress.org/support/topic/restore-deleted-page-from-backup/)
 *  Thread Starter [ratherloopy](https://wordpress.org/support/users/ratherloopy/)
 * (@ratherloopy)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/restore-deleted-page-from-backup/#post-16186852)
 * It sounded like your instructions were to restore a full backup onto a different
   WP installation which is useful information, but did not seem to address my issue
   which asked how to restore a single page from a backup set. Feel free to mark
   the issue solved if you feel that would be appropriate.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Backuply - Backup, Restore, Migrate and Clone] Restore deleted page from backup](https://wordpress.org/support/topic/restore-deleted-page-from-backup/)
 *  Thread Starter [ratherloopy](https://wordpress.org/support/users/ratherloopy/)
 * (@ratherloopy)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/restore-deleted-page-from-backup/#post-16183482)
 * Thank you for that. I went ahead and just restored the earlier backup, but will
   keep these instructions for future reference.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Mixing page builders and their content](https://wordpress.org/support/topic/mixing-page-builders-and-their-content/)
 *  Thread Starter [ratherloopy](https://wordpress.org/support/users/ratherloopy/)
 * (@ratherloopy)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/mixing-page-builders-and-their-content/#post-16150988)
 * Ah. I was seeing the theme in Dashboard->Themes so I assumed it was from WP/themes,
   but I probably did import it myself at some point (it’s hard to keep up when 
   everything’s new).
 * My question, though, was “can you not work on a theme/page with different tools?”
   but from your reply, I guess I can infer that it should be possible to work on
   a site theme with multiple tools. I guess I’ll start over with a theme that I
   know is from the official repository (or whatever gets it on the WB site).
 * Thanks much.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Fluida] Landing Page -> Icon Boxes setting length of excerpt](https://wordpress.org/support/topic/landing-page-icon-boxes-setting-length-of-excerpt/)
 *  Thread Starter [ratherloopy](https://wordpress.org/support/users/ratherloopy/)
 * (@ratherloopy)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/landing-page-icon-boxes-setting-length-of-excerpt/#post-16147443)
 * Update: I kludged it in the page’s CSS by chopping off the text areas at a preset
   length and hiding the overflow.
 * .page-id-2 .lp-block-text{
    height: 190px; overflow: hidden; }
 * It doesn’t look great that the text is artlessly just chopped off without a trailing
   ellepsis, but I’ll see if I can figure out the CSS to overlay an opacity fade
   over the last 10% or so of the text blocks.
 * It ain’t perfect, but it’s better than it was.
 * ![Fluida-Featured-Icon-Blocks-Kludge-2022-10-30-143545](https://i0.wp.com/i.ibb.
   co/DK7xj82/Fluida-Featured-Icon-Blocks-Kludge-2022-10-30-143545.jpg?ssl=1)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Organizing the list of Pages](https://wordpress.org/support/topic/organizing-the-list-of-pages/)
 *  Thread Starter [ratherloopy](https://wordpress.org/support/users/ratherloopy/)
 * (@ratherloopy)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/organizing-the-list-of-pages/#post-16147381)
 * Now that I look a little closer, the “non-object” error is just a Notice and 
   shows up on nearly every screen now. Your modification fixed that one.
 * The fatal error (below – which I mistook for a longer version of the Notice) 
   is actually complaining about “Call to undefined function get_current_screen()”
   and occurs every time I go to Appearance->Customize. It wasn’t doing that before,
   so I dunno. I can live with it but I may come back and work on it another time(
   I’m knackered). I never met a PHP error I couldn’t fis!
 *     ```
       Fatal error: Uncaught Error: Call to undefined function get_current_screen() in /home/cmayo/wp2.ratherloopy.com/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:5 Stack trace: #0 /home/cmayo/wp2.ratherloopy.com/wp-includes/class-wp-hook.php(309): hide_pages_by_title(' AND posts.post...') #1 /home/cmayo/wp2.ratherloopy.com/wp-includes/plugin.php(235): WP_Hook->apply_filters(' AND posts.post...', Array) #2 /home/cmayo/wp2.ratherloopy.com/wp-includes/class-wp-query.php(2653): apply_filters_ref_array('posts_where', Array) #3 /home/cmayo/wp2.ratherloopy.com/wp-includes/class-wp-query.php(3613): WP_Query->get_posts() #4 /home/cmayo/wp2.ratherloopy.com/wp-includes/class-wp-query.php(3745): WP_Query->query(Array) #5 /home/cmayo/wp2.ratherloopy.com/wp-includes/class-wp-customize-manager.php(985): WP_Query->__construct(Array) #6 /home/cmayo/wp2.ratherloopy.com/wp-includes/class-wp-customize-manager.php(1088): WP_Customize_Manager->find_changeset_post_id('7cfbe65d-72cb-4...') #7 /home/cmayo/wp2.ratherloopy.c in /home/cmayo/wp2.ratherloopy.com/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 5
       There has been a critical error on this website. Please check your site admin email inbox for instructions.
       ```
   
    -  This reply was modified 3 years, 8 months ago by [ratherloopy](https://wordpress.org/support/users/ratherloopy/).
    -  This reply was modified 3 years, 8 months ago by [ratherloopy](https://wordpress.org/support/users/ratherloopy/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Organizing the list of Pages](https://wordpress.org/support/topic/organizing-the-list-of-pages/)
 *  Thread Starter [ratherloopy](https://wordpress.org/support/users/ratherloopy/)
 * (@ratherloopy)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/organizing-the-list-of-pages/#post-16147357)
 * Just a quick addendum. The snippet started throwing a PHP error at WP Dashboard-
   >Appearance->Customize
 * `Notice: Trying to get property 'id' of non-object in /home/user/wp2.dolmain.
   com/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code
   on line 6`
 * I’ll update if/when I get it figured out.
    -  This reply was modified 3 years, 8 months ago by [ratherloopy](https://wordpress.org/support/users/ratherloopy/).
    -  This reply was modified 3 years, 8 months ago by [ratherloopy](https://wordpress.org/support/users/ratherloopy/).
    -  This reply was modified 3 years, 8 months ago by [ratherloopy](https://wordpress.org/support/users/ratherloopy/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Aaaarrgh… WHY??? (Brand New User – Theme demo vs installed))](https://wordpress.org/support/topic/aaaarrgh-why-brand-new-user-theme-demo-vs-installed/)
 *  Thread Starter [ratherloopy](https://wordpress.org/support/users/ratherloopy/)
 * (@ratherloopy)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/aaaarrgh-why-brand-new-user-theme-demo-vs-installed/#post-16146944)
 * [Marking as Solved]
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Organizing the list of Pages](https://wordpress.org/support/topic/organizing-the-list-of-pages/)
 *  Thread Starter [ratherloopy](https://wordpress.org/support/users/ratherloopy/)
 * (@ratherloopy)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/organizing-the-list-of-pages/#post-16146938)
 * 10-4
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Organizing the list of Pages](https://wordpress.org/support/topic/organizing-the-list-of-pages/)
 *  Thread Starter [ratherloopy](https://wordpress.org/support/users/ratherloopy/)
 * (@ratherloopy)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/organizing-the-list-of-pages/#post-16146816)
 * Wow! That is so clever, and I love that it’s so easy to turn the filter off and
   on in the plugin! Honestly, I’m an oldschool PHP developer (procedural only) 
   and am kind of excited about WP’s PHP integration and customization potential,
   and am looking forward to digging into that at some point if I ever learn enough
   about WP’s operation to start experimenting.
 * Thanks very much for the snippet! (and the plugin is pretty cool, too! Cheers!)
    -  This reply was modified 3 years, 8 months ago by [ratherloopy](https://wordpress.org/support/users/ratherloopy/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Aaaarrgh… WHY??? (Brand New User – Theme demo vs installed))](https://wordpress.org/support/topic/aaaarrgh-why-brand-new-user-theme-demo-vs-installed/)
 *  Thread Starter [ratherloopy](https://wordpress.org/support/users/ratherloopy/)
 * (@ratherloopy)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/aaaarrgh-why-brand-new-user-theme-demo-vs-installed/#post-16143655)
 * Thanks very much for those tips, [@pidengmor](https://wordpress.org/support/users/pidengmor/).

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