Title: justinianch's Replies | WordPress.org

---

# justinianch

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Error : Your preview doesn’t have any records to import](https://wordpress.org/support/topic/error-your-preview-doesnt-have-any-records-to-import/)
 *  [justinianch](https://wordpress.org/support/users/justinianch/)
 * (@justinianch)
 * [1 month ago](https://wordpress.org/support/topic/error-your-preview-doesnt-have-any-records-to-import/#post-18944073)
 * I was able to fix this on my AWS Lightsail/bitnami instance.
    1. Bitnami uses a symlink (`/opt/bitnami/wordpress` → `/bitnami/wordpress`)
    2. The Events Calendar 6.16.4 added a path traversal security check that uses `
       realpath()` to resolve symlinks
    3. WordPress’s `wp_upload_dir()` returns the symlinked path
    4. The two paths never matched so every CSV was rejected with the misleading `invalid-
       csv-file` error
 * The fix — setting `WP_CONTENT_DIR` and `WP_CONTENT_URL` in wp-config.php — forces
   WordPress to use the real path, so they match.
   This is what I added to wp-config.
   php:define( ‘WP_CONTENT_DIR’, ‘/bitnami/wordpress/wp-content’ );define( ‘WP_CONTENT_URL’,‘
   [https://www.SITENAME.com/wp-content&#8217](https://www.SITENAME.com/wp-content&#8217););
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Error : Your preview doesn’t have any records to import](https://wordpress.org/support/topic/error-your-preview-doesnt-have-any-records-to-import/)
 *  [justinianch](https://wordpress.org/support/users/justinianch/)
 * (@justinianch)
 * [1 month, 1 week ago](https://wordpress.org/support/topic/error-your-preview-doesnt-have-any-records-to-import/#post-18938573)
 * The same thing is happening to me. Even if I try to import a file that previously
   worked, I get the “Your preview doesn’t have any records to import” error and
   can’t import the file.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gutenberg] Navigation block doesn’t work on mobile](https://wordpress.org/support/topic/navigation-block-doesnt-work-on-mobile/)
 *  Thread Starter [justinianch](https://wordpress.org/support/users/justinianch/)
 * (@justinianch)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/navigation-block-doesnt-work-on-mobile/#post-18394170)
 * For anyone who finds this via search, I finally ended up removing the Navigation
   Block from all my pages and replaced it with a built-in navigation menu. Using
   the Mega Menu plugin, I was able to style it and place it where I wanted on the
   pages via a php tag. I can place it anywhere else using a shortcode.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gutenberg] Navigation block doesn’t work on mobile](https://wordpress.org/support/topic/navigation-block-doesnt-work-on-mobile/)
 *  Thread Starter [justinianch](https://wordpress.org/support/users/justinianch/)
 * (@justinianch)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/navigation-block-doesnt-work-on-mobile/#post-18363731)
 * OK. Glad it’s working on some devices! I checked on two iPhones, running iOS 
   16.1.1 and 16.6.1 and it’s not working on either of them.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gutenberg] Navigation block doesn’t work on mobile](https://wordpress.org/support/topic/navigation-block-doesnt-work-on-mobile/)
 *  Thread Starter [justinianch](https://wordpress.org/support/users/justinianch/)
 * (@justinianch)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/navigation-block-doesnt-work-on-mobile/#post-18362660)
 * Thanks for looking! It’s actually the Navigation Block embedded into the page
   a bit further down that isn’t working.
 * > [View post on imgur.com](https://imgur.com/a/pzmWECM)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Futurio] WordPress Navigation Block not expanding on mobile](https://wordpress.org/support/topic/wordpress-navigation-block-not-expanding-on-mobile/)
 *  Thread Starter [justinianch](https://wordpress.org/support/users/justinianch/)
 * (@justinianch)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/wordpress-navigation-block-not-expanding-on-mobile/#post-18359414)
 * I switched to the 2025 Theme and it’s not working there either, so I’ll close
   this out.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quotes and Tips by BestWebSoft] Display all Quotes/Tips](https://wordpress.org/support/topic/display-all-quotes-tips/)
 *  Thread Starter [justinianch](https://wordpress.org/support/users/justinianch/)
 * (@justinianch)
 * [3 years, 12 months ago](https://wordpress.org/support/topic/display-all-quotes-tips/#post-15856514)
 * Right, but I’d like to display all of the quotes in a category, not just one 
   at a time. Is that possible?
 * Thanks!

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