Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
- This topic has 11 replies, 2 voices, and was last updated 5 years, 1 month ago by
Steven Zahm.
-
AuthorPosts
-
10/04/2018 at 10:59 am #474122
David Fernando
ParticipantHello Steven,
We purchased premium templates and want to edit/modify the titles displayed on the front end. Please see attached cmap and cmap 2, will explain what need to be changed in the numbers below;
Attachment 1 – cmap ;
1 – How can we use the images instead of the logo? It will be easier if we replace a line of code in the template to locate the image rather than the logo. Please help
2 – We don’t the gender to appear in the front end next to the name. Possible to hide it with css? Although we will use the gender in the search category by gender.
3 – This is GMC Number … each consultant have a different number. We want to add the word GMC No. in front of each number. At the moment that number is in the organisation filed. Can we edit the template and add GMC No. in before the number ? All in the front end.
4 – Change / edit the word Notes to Speciality
5 – Hide the image in the bio drop down.
6 – Change / edit the word Notes to Speciality============================================================================
Attachment 2 – cmap-2 ; This is inside the single profile page
1 – Move the gender under the name
2 – Add GMC No. in before the number … similar above
3 – Hide the logo image
4 – Change / edit the word Notes to SpecialityHere is an example of what we used in the past :
https://imperialprivatehealthcare.co.uk/consultants-directory/
===================================================================
How can we activate the search drop down by category. See this example
We want to achieve the drop down filter by category … we will use search by categories;
1 – Location
2 – Speciality
3 – Gender
4 – The search field by keyword.
Thanks you
Attachments:
You must be logged in to view attached files.10/04/2018 at 1:52 pm #474125Steven Zahm
Keymaster@ David
RE: How can we use the images instead of the logo? It will be easier if we replace a line of code in the template to locate the image rather than the logo.
Navigate to the Connections : Templates admin page and click the Customize button for cMap. The page will reload displaying the Customizer on the left and a preview on the right.
Click the back arrow in the upper left of the Customizer.
Click the Image panel.
Change the Image Type from Logo to Photo and click the back arrow in the Customizer.
Click the Bio Tray Image and change the Image Type to None. Click the back arrow in the Customizer.
Now click an entry name in the preview. Any entry name, it does not matter which. The preview will refresh displaying the single entry profile view.
Make the images choices again.
Click the “Go Back” link above the directory in the Preview.
Do not exit the Customizer. Many of the other questions can be answered by making changes in the Customizer
RE: We don’t the gender to appear in the front end next to the name. Possible to hide it with css? Although we will use the gender in the search category by gender.
I’m assuming the gender has been saved to the name suffix field, correct?
While still in the Customizer, click the Advanced panel. Enter this into the Name Format field:
%prefix% %first% %middle% %last%
RE: This is GMC Number … each consultant have a different number. We want to add the word GMC No. in front of each number. At the moment that number is in the organisation filed. Can we edit the template and add GMC No. in before the number ? All in the front end.
Instead of editing the template, perhaps the better solution is to add it with CSS. Add the following to the theme’s custom CSS area:
span.organization-name.notranslate:before { content: "GMC No. "; }
RE: Change / edit the word Notes to Speciality
While still in the Customizer, click the Strings panel.
Change the strings as desired.
Now click an entry name in the preview. Any entry name, it does not matter which. The preview will refresh displaying the single entry profile view.
Again, change the strings as desired.
Finally Publish the changes and exit the Customizer.
RE; How can we activate the search drop down by category
Since you have purchased the Pro Pack, I will email you the addon with instructions.
While in the Customizer, you should disable both the keyword search and category filter filter in cMap because they will be redundant.
Hope this helps!
10/05/2018 at 11:16 am #474182David Fernando
ParticipantThanks Steven!!
Image 2 cmap-2.png …. how can we make the changes to inside each consultant profile? Please look above in the numbers and the images was attached in my first query.
I’ve also attached another image cmap-3png. How can we hide the directory search/filter from inside the consultant page ?… It appears inside the page.
Thanks and have a nice weekend
Regards
David
Attachments:
You must be logged in to view attached files.10/05/2018 at 11:17 am #474184David Fernando
Participanthere is a link for the new directory ;
10/05/2018 at 11:35 am #474188Steven Zahm
Keymaster@ David
RE: 1 – Gender Location
Use this CSS:
#cn-list span.honorific-suffix { display: block; }
RE: 2 – Speciality
Already done with the other CSS I supplied.
RE: 3 – Hide the logo image
Open the Template Customize for cMap, click an entry name in the Preview so the preview refreshes to the single entry profile view.
Navigate to the Image panel and choose the desired image type.
Publish and exit the Customizer.
RE: 4 – The search field by keyword.
Sorry, but I do not understand … the keyword search field already does this function. Or do you to search the notes field? If that is the case, navigate to the Connections : Settings admin page and click the Search tab. Ensure the Notes field is selected. For the best results it is advisable to limit the number of fields to the absolute minimum required for your use case.
RE: How can we hide the directory search/filter from inside the consultant page ?… It appears inside the page.
Sorry this is not possible at this time.
Hope this helps!
10/09/2018 at 7:31 am #474405David Fernando
ParticipantThank you very much!
Is it possible to change the layout for the search/filter directory?
Please see attached
Attachments:
You must be logged in to view attached files.10/09/2018 at 8:46 am #474408Steven Zahm
Keymaster@ David
The Avada theme is overriding the styles of the drop downs. In this case it is a good thing since it matches the theme better than the default styles of the advanced search. To make whatever change you want (not sure what you want to change), you can likely use CSS to accomplish and apply it to your child theme.
10/09/2018 at 9:13 am #474415David Fernando
ParticipantThanks, we actually made those css changes to match the current website theme/colors.
My question is how can we make the cat drop downs 2 on the right and 2 on the left ? At the moment it’s all stacked.
Please see here : https://iphtest2018.wpengine.com/consultants/
I used photo shop on the image above and cut the cat drop downs and moved 2 to the right and 2 to left. Just to show you what we went to achieve.
Thanks
10/09/2018 at 12:42 pm #474426Steven Zahm
Keymaster@ David
Try this:
#cn-multi-category-search div { margin-top: 20px; margin-right: 40px; width: 30%; display: inline-block; }
You’ll have to remove the shortcode from within the 2/3 column, otherwise it’ll get really tight on space. I was not able to tell how this affected the name input due to it being in a column so you may have to tweak the CSS.
Hope this helps!
10/10/2018 at 7:24 am #474591David Fernando
ParticipantHi Steven,
Great, this is exactly what we wanted to achieve! Thank you.
The search field by name or keyword … we want to search in the entire directory database. At the moment if we search for any key word such as cancer … etc
It doesn’t show any of the consultants. Please try the search consultant below;
http://iphtest2018.staging.wpengine.com/consultants/
We are looking at the forums and found the article below, we tried the snippet code wordpress filter in the article but it doesn’t work or error in line 67 …
How can we make the search by name of key word for the entire directory ??
Thanks
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.