Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Stephen
Navigate to the Connections : Tools admin page and click the Logs tab. In the filter down down choose the Contact Extension option and then click the Filter button.
Hope that helps!
04/12/2018 at 10:45 am in reply to: cMap & QuickTip: Show No Entries Until User Performs a Search #458753Steven Zahm
Keymaster@ Diane
If I understand correctly, add
parent_id=291to the shortcode as well.Steven Zahm
Keymaster@ jinfuxia
Try this instead:
#cn-cmap .link-block a.url:link { border-bottom: 2px solid; }Steven Zahm
Keymaster@ karin
Great to hear!!! Sorry it took so long to narrow down the trouble.
Steven Zahm
Keymaster@ karin
RE: Now, that the code is gone, shouldn’t the outcome be as it was when I first asked you for help?
This is what I see when I look at the page. The font size looks like the size I would expect it to be.
I think I finally understand the issue you are having!!!
You are actually editing the actual CSS file for the theme. The file is very likely named
style.css. Is that correct?If that is correct, you should not edit this file!
Here’s why… it is likely to be overwritten during a theme update. The theme very likely has a custom CSS area in its settings. Add your custom CSS to this settings area. Refer to your theme’s documentation/support channel if you can not find it. My best guess is that it is in the theme Customizer.
Why are you having trouble when editing this file… the browser does not download this file over and over. The browser will cache this file locally on your computer to speedup the page load. So, if you make a change to the file on the server — you will very likely not see the change because the browser is still loading the old locally cached version.
If you want to edit this file and see the changes. Open the page in Chrome, hit the F12 key and then click the Network tab. Add a checkmark to the “Disable cache” option. Now, on every page load, the files will be requested from the server instead of locally cached versions but only when the browser console is open by hitting the F12 key.
Steven Zahm
Keymaster@ jinfuxia
Add this to the theme’s custom CSS area:
#cn-cmap a { border-bottom: 2px solid; }Hope this helps!
Steven Zahm
Keymaster@ karin
Ok, so, now that the custom CSS you’ve added is removed… What are the issues? It seems like everything is correct.
Steven Zahm
Keymaster@ andisites
No, the character index is keyed to the last name. Now, it is possible to hook in you own index.
You would have to unhook the
cn_list_character_indexaction and register your own.You can see how I build the character index here:
Hope this helps!
Steven Zahm
Keymaster@ karin
Ok, I better understand (I hope). First, remove any and all custom CSS you applied. Then let me know. I’ll then check the page and I will be able to tell what other custom CSS is being applied and where it is at.
Steven Zahm
Keymaster@ steve
Technically I do not see any reason why WC and Connections could be not be integrated… but, that would have to be custom coded as there is no “out of box” solutions like you are asking for.
Benerally my recommendation is to use a membership plugin like Restrict Content Pro to manage membership payments and renewals. You would use their membership to give them access to the directory and perhaps access to add/edit their own entry. Using a membership plugin affords you greater opportunities to monetize your site thru membership benefits vs limited it to only being a directory entry benefit.
I hope this helps!
-
AuthorPosts
