Title: Arijuz's Replies | WordPress.org

---

# Arijuz

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [WordPress Mobile App](https://wordpress.org/support/forum/mobile/)
   
   In reply to: [Error loading/manage plugins](https://wordpress.org/support/topic/error-loading-manage-plugins/)
 *  Thread Starter [Arijuz](https://wordpress.org/support/users/arijuz/)
 * (@arijuz)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/error-loading-manage-plugins/#post-16637900)
 * It occurs that when entering the plugins button on the starting page is clicked.
   Just saying an error occurred while loading the plugins. Same when I then hit
   the manage link on top of the screen. All this while using the dashboard and 
   then plugins inside the app works fine.
 * Edit: sry for my english, but it is wiered that plugins get well loaded via the
   dashboard but not when I use the plugins link on the starting page of the app
    -  This reply was modified 3 years, 4 months ago by [Arijuz](https://wordpress.org/support/users/arijuz/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Neve] Remove breadcrumbs](https://wordpress.org/support/topic/remove-breadcrumbs-12/)
 *  [Arijuz](https://wordpress.org/support/users/arijuz/)
 * (@arijuz)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/remove-breadcrumbs-12/#post-14998569)
 * I use Breadcrumbs NAVXT with Neve and here you are…
 *     ```
       function hide_breadcrumbs_everywhere( $input ) {
   
          return false;
       }
       add_filter( 'neve_show_breadcrumbs', 'hide_breadcrumbs_everywhere', 10, 1 );
       ```
   
 * Now what it does is to simply return false whenever ‘neve_show_breadcrumbs’ is
   called.
 * So… no more breadcrumbs but still able to use breadcrumbs wherever you want when
   using e.g. the breadcrumbs navxt widget…
    -  This reply was modified 4 years, 9 months ago by [Arijuz](https://wordpress.org/support/users/arijuz/).
      Reason: missed a word
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Team Builder - Team Member Showcase With Grid and slider, Compatible With Elementor, Gutenberg] Disable autoplay](https://wordpress.org/support/topic/disable-autoplay-7/)
 *  Thread Starter [Arijuz](https://wordpress.org/support/users/arijuz/)
 * (@arijuz)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/disable-autoplay-7/#post-14618745)
 * [@lokeshkalosiya](https://wordpress.org/support/users/lokeshkalosiya/)… Thank
   you so much! That did the job…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] privacy is lost because of "mydomain.com/events.ics" ?](https://wordpress.org/support/topic/privacy-is-lost-because-of-mydomaincomeventsics/)
 *  Thread Starter [Arijuz](https://wordpress.org/support/users/arijuz/)
 * (@arijuz)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/privacy-is-lost-because-of-mydomaincomeventsics/#post-5515131)
 * Short edit…
 * Got a quick solution, but..
    I’m not happy with the solution i use right now:
 * Copied the ical.php to mytheme/plugins/events-manager/templates and added
 *     ```
       if (!is_user_logged_in()) {
       	wp_redirect( 404 );
       	exit();
       }
       ```
   
 * to the top of the page.
 * But… i would like to have a solution that keeps “mydomain.com/events.ics” in 
   the webbrowsers url-line, so really noone recognizes the manipulation.
 * With the posted solution the url-line of the browsers displays “mydomain.com/
   404″… unlike other 404-redirects where the wrong url is still displayed after
   the redirect.
 * Any solution to make my events manager ical-plugin stealthy to non-members?

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