Forum Replies Created
-
AuthorPosts
-
reyes
ParticipantI understand but where do I add the category short code option?
[connections category='2,12,5' enable_category_by_root_parent=true]
Do I have to generate a a new page for each Parent category and add it to those pages or do I simply add the short code option to my main directory homepage?
reyes
ParticipantI have followed this thread and want to ensure that I understand the resolution. I want to show only the Parent in my root directory. To do this I have to edit the wp-content/plugins/connections-cmap/cmap.php file to insert
‘include’ => array(2,3),
Where the numbers will be the category ID/s.
And the entire block of code should look like this after the edit:
$atts = array( ‘default’ => self::$atts[‘str_select’], ‘select_all’ => self::$atts[‘str_select_all’], ‘type’ => self::$atts[‘enable_category_multi_select’] ? ‘multiselect’ : ‘select’, ‘group’ => self::$atts[‘enable_category_group_by_parent’], ‘show_count’ => self::$atts[‘show_category_count’], ‘show_empty’ => self::$atts[‘show_empty_categories’], ‘parent_id’ => self::$atts[‘enable_category_by_root_parent’] ? self::$atts[‘category’] : array(), ‘exclude’ => self::$atts[‘exclude_category’], ‘include’ => array(2,3), );
Subsequently, I would have to make a page for each Parent to access the Child categories, correct? Is this the only way to only show the Parent and not the Child categories? What if I only want to show the Parent and Child but not the sub_Child? For example, Federal (parent) Agency (child) Cyber (sub-child) What shortcode would I use?
reyes
ParticipantThank you for your reply. It appears I had a cache issue and the problem was on my end. Sorry for the false alarm.
03/25/2015 at 1:58 pm in reply to: Template/Script Conflict When Connections plug-in activated #324498reyes
ParticipantSteve,
I made a reply “private.” which contained some WP log-in information to my Admin on 3/24. I just want to be sure this was in fact private. If not how do I delete that post?
Thanks.03/25/2015 at 1:37 pm in reply to: Template/Script Conflict When Connections plug-in activated #324497reyes
ParticipantSteve,
Done. You can read my review under Reyes17 on the link you previously provided. Thanks again.
03/25/2015 at 12:04 am in reply to: Template/Script Conflict When Connections plug-in activated #324442reyes
ParticipantSteven,
I think this whole community owes you more than a little something. Thank you for your continued support to newbies like myself. Let me know if there is anything I can do. Thanks again.
03/24/2015 at 7:59 pm in reply to: Template/Script Conflict When Connections plug-in activated #324434reyes
ParticipantThis reply has been marked as private.reyes
ParticipantThis is good news. At least I was not going crazy. Thanks for your help.
03/24/2015 at 6:57 pm in reply to: Template/Script Conflict When Connections plug-in activated #324429reyes
ParticipantI checked the two files as you suggested and the new version from GitHub is now loaded in my CherryFramework. So basically I do have the Dec 2014 fix. Temple Monster did provide the most up to date version. What do you think is still causing the problem with Connections and my FAQs page?
reyes
ParticipantThis reply has been marked as private. -
AuthorPosts
