@ 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!