CineWars
Forum Replies Created
-
Forum: Plugins
In reply to: [TinyMCE Templates] Dropdown Menu in Alphabetical OrderOkay, I managed to get alphabetical order by changing:
{ $args = array( 'label' => __( 'Templates', 'tinymce_templates' ), 'labels' => array( 'singular_name' => __( 'Templates', 'tinymce_templates' ), 'add_new_item' => __( 'Add New Template', 'tinymce_templates' ), 'edit_item' => __( 'Edit Template', 'tinymce_templates' ), 'add_new' => __( 'Add New', 'tinymce_templates' ), 'new_item' => __( 'New Template', 'tinymce_templates' ), 'view_item' => __( 'View Template', 'tinymce_templates' ), 'not_found' => __( 'No templatess found.', 'tinymce_templates' ), 'not_found_in_trash' => __( 'No templates found in Trash.', 'tinymce_templates' ), 'search_items' => __( 'Search Templates', 'tinymce_templates' ), ), 'public' => false, 'menu_icon' => 'dashicons-edit', 'publicly_queryable' => false, 'exclude_from_search' => true, 'show_ui' => true, 'capability_type' => 'post', 'hierarchical' => true, << from false to true 'menu_position' => 100, 'rewrite' => false, 'show_in_nav_menus' => false, 'register_meta_box_cb' => array( $this, 'add_meta_box' ), 'supports' => array( 'title', 'editor', 'revisions', 'author', ) ); register_post_type( $this->post_type, $args ); }
BUT when editing for the backend editor drop down, changing from DESC to ASC makes no difference:
public function get_templates() { $p = array( 'post_status' => 'publish', 'post_type' => $this->post_type, 'orderby' => 'date', 'order' => 'DESC', <<<<<<<< 'numberposts' => -1, );
So, I’m stuck!
Forum: Plugins
In reply to: [TinyMCE Templates] Dropdown Menu in Alphabetical OrderHere’s the GitHub page.
Forum: Everything else WordPress
In reply to: Dropdown Menu in Alphabetical OrderI recreated it here because I hoped more people would see it.
I’ve read the code and atm I cannot find any reference to a dropbox.
I, of course, will continue this on the original.
It seems to have fixed itself…but yes, it is a paid paln, I only posted here because that is where the link sent me.
??
Forum: Plugins
In reply to: [Media Deduper] Not WorkingAnd now it has indexed, I still have a message telling me:
Thanks for updating Media Deduper Pro. Due to recent enhancements you’ll need to regenerate the index.
Help
Forum: Plugins
In reply to: [Media Deduper] Not WorkingOkay,
I’ve had second thoughts about this plugin
BUT
I am confused.
I tried the Free version and it flew through the indexing of the site
BUT then I repurchased the Pro version AND it takes forever
Is there a setting I am doing wrong?
Forum: Plugins
In reply to: [Lumière Movies] WidgetsYour time with this has been very much appreciated and the Plugin is working great…will update to new version and continue to use the plugin as is…again, FANTASTIC plugin.
??
Forum: Plugins
In reply to: [Lumière Movies] WidgetsI figured a way.
Instead of having Auto Widget enabled as such, so it doesn’t create the wrong information (as per example), I still have the Widget and Code in my menu and when posting, I put the movie info in the Lumiere Movies box in Add New/Edit Post and it appears in the posts menu.
So, really, it still works and gives me more control.
??
Forum: Plugins
In reply to: [Lumière Movies] WidgetsNo problem.
I’ll figure a way! ??
Forum: Plugins
In reply to: [Lumière Movies] WidgetsHow do I make sure it only calls the Movie referenced?
For instance, in my post for Call Jane, it has a film listed not related to the actual film Nowhere to Call Home: A Tibetan in Beijing (2014)
Forum: Plugins
In reply to: [Lumière Movies] WidgetsChanged to Block Editor
Found Widget Code
Copied It
Back to Classic
Went to Widgets
Added Block to Menu
Copied Lumiere code
Saved
Looked at main page (nothing as expected)
Clicked on a post with a film title….and lo and behold, a widget in the menu about that particular movie.
Great Stuff
I LOVE this plugin even more than I did before, if that is even possible.
Thank You
??
Forum: Plugins
In reply to: [Lumière Movies] WidgetsAh, I don’t use the Block Editor, I use the Classic Version so it doesn’t have an option for that
Forum: Plugins
In reply to: [Lumière Movies] WidgetsErm, where would I write that?
Forum: Plugins
In reply to: [Lumière Movies] WidgetsThat’s the trouble, in the Widgets selection page, I can’t find Lumiere.
Forum: Plugins
In reply to: [Lumière Movies] WidgetsI don’t seem to have much success with 1/ but 2/ works brilliantly.
??