Forum Replies Created
-
AuthorPosts
-
02/22/2017 at 2:54 pm in reply to: Custom Template not activated? Remove labels? Include expanded profile in page? #412631
Steven Zahm
Keymaster@ laurelv
re: I created my subdirectory in the plug-in directory
No, the
connections-templates/cmapfolder should not be in thepluginsfolder. It should be in one of these:- ../wp-content/theme/{child-theme}/connections-templates/cmap
- ../wp-content/theme/{parent-theme}/connections-templates/cmap
- ../wp-content/connections-templates/cmap
re: I want to remove the labels like Work: Phone: and just simply list the entries. I added this CSS to my main WP template code
You can do this using shortcode options for cMap too. See this in the docs.
re: How would I go about adding the expanded profile part to a WP page via shortcodes?
Sorry, not sure I understand. Could you give more detail? The cMap template already includes a single view when you click on the entry name, it takes you to the entry’s page.
Hope that helps!
Steven Zahm
Keymaster@ Helen
re: I would like to adjust the title diplayed (removing the main category, alongside the sub-category)
Sorry, not sure I understand what you are asking.
re: remove the Alpha listing at the top.
This can be turned off in the settings.
If it is off, perhaps you enabled it with the show_alphaindex shortcode option. If that is the case, setting it to false or removing it will remove it from the directory assuming the setting is off too.
Hope this helps!
Steven Zahm
Keymaster@ Raffaella
re: Works like a charm.
Great to hear.
re: Is it possible to have that in the drop down filter?
yes, I answered this just now in the other support thread. :)
Steven Zahm
Keymaster@ Jeffrey
Sounds like another plugin or perhaps the theme is including their javascript on the Connections admin pages rather than just their admin page(s) and causing a fatal javascript error to occur.
You can check for this by opening the page in Chrome, hitting the F12 key and then clicking the Console tab. Now try an export. Any javascript errors will be shown in the Console.
My suggestion is to check for plugin and theme conflicts:
Hope this helps. Let me know.
Steven Zahm
Keymaster@ Raffaella
Navigate to the Connections : Settings admin page and click the Display tab.
Scroll to this option:
- Display the categories above the results list?
Disable it and save the change.
Now, add
show_category_count='TRUE'to the existing shortcode on the page. That will add the counts to the drop down.Hope that helps!
Steven Zahm
Keymaster@ Raffaella
Where did you put the CSS? I do not see it? You did put it in the theme’s custom CSS area right?
Try adding the
!importantflag, like so.#cn-list .chosen-container .chosen-results li:before { content: "" !important; } #cn-list .chosen-container .chosen-results li, #cn-list .chosen-container-single .chosen-single { font-family: Georgia, "Times New Roman", Times, serif !important; }I tested it on your site and the selectors do work. Like I said I can not find where you adding the CSS I gave.
Hope this helps!
ps. You should use the category list OR the category drop down filter, not both.
Steven Zahm
KeymasterThis reply has been marked as private.Steven Zahm
Keymaster@ Ryan
In order to give an estimate I would need to know more details on the desired behavior. Could you please contact me using the Contact link at the very bottom of the page? Thanks!
ps. I would be doing the work. My team is; me, myself and I :)
Steven Zahm
Keymaster@ Diego
What is the exact shortcode you are using? Please copy/paste it in a reply so I can see it.
Thanks!
Steven Zahm
Keymaster@ Raffaella
Where did you move the page too? So I can take a look to see why the CSS is not overriding like it should. I get a 404 message when I click on the link you originally gave me.
-
AuthorPosts
