shoeyn
Forum Replies Created
-
Hi, sorry to hop on to this issue, but I’m also experiencing the same issues.
There’s 404 errors for:
- 2018.js
- 1247.js
- 2727.js
- 2018.css
in the dist folder of the plugin on those pages. the 2018.js/.css are missing on all pages, but the common one missing on the broken pages is the 2727.js
I’m also receiving this same issue after the WordPress 5.0 update.
I am running a WordPress multi-site if that makes a difference- This reply was modified 6 years, 3 months ago by shoeyn.
Forum: Plugins
In reply to: [BuddyMobile] [Plugin: BuddyPress Mobile] Add jet event system to mobile siteI haven’t finished yet, there’s a lot more files than I expected, but here’s my progress this is /wp-content/plugins/buddypress-mobile/themes/default directory zipped up, so you’ll have all the mods I’ve done. It’s all done except for viewing and editing an individual event. You’ll find a nice surprise on the index page of the mobile site as well ??
Just rename your folder to default_backup for example and just upload the extracted folderForum: Plugins
In reply to: [BuddyMobile] [Plugin: BuddyPress Mobile] Add jet event system to mobile sitethanks for your replies, I shall test it out and report back after christmas ??
Forum: Plugins
In reply to: [BuddyMobile] [Plugin: BuddyPress Mobile] Add jet event system to mobile sitesolved – I copied all the files from jet-event-system-for-buddypress/templates/events/ and changed the index.php to have some of the style mods and edited home.php of buddypress mobile to include:
<?php if (is_user_logged_in()) : ?> <li class="menu"><a>/<?php echo JES_SLUG ?>/" title="<?php _e( 'Events', 'jet-event-system' ) ?>"> <span class="name"><?php _e( 'Events', 'jet-event-system' ) ?></span><span class="arrow"></span></a <?php endif; ?>
just before the end of nav. (added if statement to only show if the person is logged in as well)