Can’t see content on page to edit

Hard to say without more information. Are you trying to make an edit to the page that displays events, or one of the events itself? If you’re trying to edit the Events they should have their own Custom Post Type in the sidebar of the dashboard.

Missing Page, But Still Exists In Preview

It certainly sounds like a caching issue. Even if you disable W3 Total Cache, often it keeps cache code in your wp-config.php file and .htaccess. Purge all that code and see if the problem persists. Also, make sure your web host does not have server caching. Many “managed” platforms have a built-in cache (eg. WP … Read more

Access the same page from multiple urls (wildcard)

You can use template_include, but before you hook to this filter you must do the following steps: Create page template. e.g: page-target.php <?php /** * Template Name: Page Target */ … Manually query the contents of target-page on page-target.php template, because the global $post will be referencing to your some-prefix-* page. (Optional): Edit and apply … Read more

Column Images Showing Gaps

You need to use either the pagetemplate called “100% width” – else you’ll need to change the settings for the column, to allow it to go 100% in width – and remove the custom padding (set to 30 or 50px on each side).