Forum Replies Created

Viewing 15 replies - 16 through 30 (of 54 total)
  • Thread Starter CineWars

    (@max1138)

    Okay, 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!

    Thread Starter CineWars

    (@max1138)

    Here’s the GitHub page.

    Thread Starter CineWars

    (@max1138)

    I 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.

    Thread Starter CineWars

    (@max1138)

    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 Working
    Thread Starter CineWars

    (@max1138)

    And 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 Working
    Thread Starter CineWars

    (@max1138)

    Okay,

    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] Widgets
    Thread Starter CineWars

    (@max1138)

    Your 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] Widgets
    Thread Starter CineWars

    (@max1138)

    I 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] Widgets
    Thread Starter CineWars

    (@max1138)

    No problem.

    I’ll figure a way! ??

    Forum: Plugins
    In reply to: [Lumière Movies] Widgets
    Thread Starter CineWars

    (@max1138)

    How 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)

    Example

    Forum: Plugins
    In reply to: [Lumière Movies] Widgets
    Thread Starter CineWars

    (@max1138)

    Changed 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] Widgets
    Thread Starter CineWars

    (@max1138)

    Ah, I don’t use the Block Editor, I use the Classic Version so it doesn’t have an option for that

    My Widget Options

    Forum: Plugins
    In reply to: [Lumière Movies] Widgets
    Thread Starter CineWars

    (@max1138)

    Erm, where would I write that?

    Forum: Plugins
    In reply to: [Lumière Movies] Widgets
    Thread Starter CineWars

    (@max1138)

    That’s the trouble, in the Widgets selection page, I can’t find Lumiere.

    Forum: Plugins
    In reply to: [Lumière Movies] Widgets
    Thread Starter CineWars

    (@max1138)

    I don’t seem to have much success with 1/ but 2/ works brilliantly.

    ??

Viewing 15 replies - 16 through 30 (of 54 total)