mattdeclaire
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirects] CSV FormatThe standard CSV file format should work. Simply choose CSV from the “save as” dialog in Excel. Let me know if you have issues.
Forum: Plugins
In reply to: [Conferencer] shortcodes in a pageAt the moment, it seems the [agenda] shortcode is not flexible enough to for your layout. But you can use the session-meta shortcode to show individual sessions.
Forum: Plugins
In reply to: [Redirects] Too many redirects broke siteGlad everything worked out.
Forum: Plugins
In reply to: [Conferencer] Custom Templates for Speakers (etc.)You’ll want to create a specific template within your theme: single-speaker.php
Check out the Template Hierarchy for more information.
Forum: Reviews
In reply to: [Redirects] Warning: Invalid argument supplied for foreach …Can you send me a dropbox link to your redirect file?
Forum: Reviews
In reply to: [Redirects] Great simple pluginThanks for the rating.
That’s up to your theme. The PNE plugin just gives you the ability to create the data. Explore around the Theme Directory and see if you can find what you’re looking for.
Forum: Plugins
In reply to: [Press, News, Events] Title blends in with previous lineI’m going to mark this as resolved.
Forum: Plugins
In reply to: [Press, News, Events] Title blends in with previous lineHi. This is not an issue with the plugin, but rather with your theme. It looks like the CSS on .meta-info has the information floated without clearing it. So, the title below squeezes up into its space. I’d add this to you stylesheet:
.meta-info {
overflow: auto;
width: 100%;
}Forum: Plugins
In reply to: [Press, News, Events] Add Jetpack SharingActually, this is a plugin that adds information to your installation. You should be able to use whatever theme you want. And if you’d like to add code to your theme, this plugin shouldn’t get in your way.
Forum: Plugins
In reply to: [Redirects] Help for CSV ProblemsThe plugin has been updated.
Forum: Plugins
In reply to: [Redirects] All redirects have disappearedThat’s very strange. Can you check that the plugin you have matches the code here? The plugin simply does not reference an extra database table.
Forum: Plugins
In reply to: [Redirects] Help for CSV ProblemsI’ll fix this real quick and let you know when the change is live.
Forum: Plugins
In reply to: [Redirects] All redirects have disappearedHow long has it been since you’ve updated? Back in the plugin’s infancy, it used a separate database table to store redirects, but has since been updated to use WordPress’s internal options table (no extract DB tables needed).
I’m going to push a fix for csv uploads. I’ll let you know when that is live.
Yeah, they are showing up out of order. To help debug the situation, can you get me some more information about your time slots? Maybe a screenshot of the admin time slot index?