technical@bosonweb.net

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
in reply to: OneDrive not working on front end #71845

The issue is with your rewrites in class.Apply.php and class.Settings.php. You are using get_post_field which only returns the page slug, but if the page is assigned to a parent (like mine was), the rewrite wasn’t correct.

I’ve updated to get_page_url so it get’s any parents too.

Thanks

in reply to: OneDrive not working on front end #70958

So i’ve changed the permalink structure to ‘Plain’ instead of ‘Post Name’ and that seems to have fixed the issues. But we need this to work with ‘Post Name’ set as ‘Plain’ still uses query args which is an issue.

Please advise.

in reply to: OneDrive not working on front end #70956

Hi there,

So it seems if i put the shortcode in the content editor it seems to work (although breaks some of my scripts and styling). But i want to include it in my page template so am using: <?php echo do_shortcode(“[wpdm_frontend flaturl=1]“); ?>

This outputs fine and doesn’t cause any issues with scripts, but then i get the 404 error with this method. Any suggestions how to include the shortcode in template without causing the 404?

Thanks

in reply to: OneDrive not working on front end #70559

The flaturl=1 option doesn’t work with our site, which is why we used the other option. We just get 404 errors when its set to 1.

We have the shortcode in a page template and the initial screen displays fine but both the add new and edit screen both go to 404’s.

Tried clearing cache and permalinks and also checked the correct page was assigned in the WPDM settings… Any ideas?

Thanks

in reply to: OneDrive not working on front end #69533
This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)