markjl
Forum Replies Created
-
Thank you, Site kit now appears stable with WPML.
Thanks again, kind regards, MarkForum: Plugins
In reply to: [Simple Taxonomy Refreshed] Count update for mediaOK will do. I think media library assistant offers display shortcodes. Thanks
Forum: Plugins
In reply to: [Simple Taxonomy Refreshed] Count update for mediaThanks Neil.
The count now works correctly after updating count callback to_update_generic_term_count.Could you advise though.
I would like to view the media attached to the term at https://siteurl/?pack=termvalueBut no media is displayed. I assume the thing is configured to display the attached posts at that urL, not the media.
Can this be changed or is there a shortcode to display media attached to terms?
ThanksForum: Plugins
In reply to: [Simple Taxonomy Refreshed] Count update for mediaHi Neil.
Thanks for responding.
I am using v1.2.2
Here it is …<?php add_action( 'init', 'register_staxo_pack', 10 ); function register_staxo_pack() { register_taxonomy( "pack", array ( 0 => 'attachment', ), array ( 'name' => 'pack', 'description' => '', 'labels' => array ( 'name' => 'pack', 'singular_name' => 'Post Term', 'search_items' => 'Search Terms', 'popular_items' => 'Popular Terms', 'all_items' => 'All Terms', 'parent_item' => 'Parent Term', 'parent_item_colon' => 'Parent Term:', 'edit_item' => 'Edit Term', 'view_item' => 'View Term', 'update_item' => 'Update Term', 'add_new_item' => 'Add New Term', 'new_item_name' => 'New Term Name', 'separate_items_with_commas' => 'Separate terms with commas', 'add_or_remove_items' => 'Add or remove terms', 'choose_from_most_used' => 'Choose from the most used terms', 'not_found' => 'No Terms found', 'no_terms' => 'No Terms', 'items_list_navigation' => 'Terms list navigation', 'items_list' => 'Terms list', 'most_used' => 'Most Used', 'back_to_items' => '← Back to Terms', ), 'public' => true, 'publicly_queryable' => true, 'hierarchical' => true, 'show_ui' => true, 'show_in_menu' => true, 'show_in_nav_menus' => true, 'show_tagcloud' => true, 'show_in_quick_edit' => true, 'show_admin_column' => true, 'capabilities' => array ( 'manage_terms' => 'manage_categories', 'edit_terms' => 'manage_categories', 'delete_terms' => 'manage_categories', 'assign_terms' => 'edit_posts', ), 'rewrite' => false, 'query_var' => 'pack', 'update_count_callback' => '', 'show_in_rest' => true, 'rest_base' => '', 'rest_controller_class' => '', 'sort' => false, ) ); } // Display Terms with Posts: none // Display Terms Before text: pack // Display Terms After text: /**Admin List screens for these post type(s) will have a filter list dropdown: attachment with wp_dropdown_categories parameters: array ( 'taxonomy' => 'pack', 'show_option_all' => 'All Terms', 'orderby' => 'name', 'order' => 'ASC', 'show_count' => false, 'hide_empty' => false, 'hide_if_empty' => false, 'selected' => filter_input( INPUT_GET, \'pack\', FILTER_SANITIZE_STRING ), 'hierarchical' => false, 'name' => 'pack', 'value_field' => 'slug', ) **/ /**Term count callback modified. Applies to posts with status: All except trash **/ /**Terms control parameters set. Applies to posts with status: All statuses except Trash. Notifications only if outside bounds will be given and user cannot change terms. No minimum number of terms. No maximum number of terms. **/Ah, silly me. There was a message to click ‘Got it’ telling me I’d had increased page views :-). Clicked and the notification disappeared. Thanks sorry for bothering you
- This reply was modified 5 years, 6 months ago by markjl.
I’m disappointed to announce that the issue is not completely solved.
Site kit stays connected when you swap from language to language.
But still disconnects if you select ‘All languages’ and then back to a single languageHello. Thank you very much indeed for the update, WPML 4.4.5 solves the problem. What a relief, back to normal. Now I can get on and sort out my SEO !!
I noticed that the update to v1.18 did not solve the reconnect problem
Forum: Plugins
In reply to: [TreePress - Easy Family Trees & Ancestor Profiles] Members not foundPermalinks need to be set to post name
Well spotted. I can reproduce this behaviour. Changing the WPML language selector from EN to FR to EN makes site kit disconnect.
Thanks. Hope you find the solution, please keep us posted.
- This reply was modified 5 years, 8 months ago by markjl.
Ah no.
It’s disconnected again …Yes many thanks that’s resolved by changing the property in Analytics from HTTP:// to https:// Site kit now stays connected. Tx
For some reason, the default site address in the analytics property was http:// and not https://
My guess is it should hold now.
Thanks for the clues,
Kind regards,
MarkIt worked for about 10 minutes then back to the same message.
I filled in the above form with site health info
Thanks in advanceForum: Plugins
In reply to: [Media Library Assistant] More than 10 items per pageThank you David, I installed the development version from the above link and I can now filter more than 10 items.
Thanks for this plug-in, just getting into it.
Any thoughts about making it drag-and-drop?