Plugin Author
Steven
(@shazahm1hotmailcom)
@ area97
Can you please share a link to the page with the issue so I can take a look? Thanks!
Thread Starter
area97
(@area97)
damn! I forgot the most important thing!!
http://laferla.com/connections/
sorry. 😉
Plugin Author
Steven
(@shazahm1hotmailcom)
@ area97
re: I setup the template to display notes, and notes are not displayed, I’ve setup template to display go-to-top link and the link is not displayed.
My first thought…
The list card view can be configured separately from the single entry profile detail view. I’m guessing you configured the list card view to show the notes, something you will not see because you are using the Names template.
When in the Template Customizer, click an entry name, any name, when the preview refreshes, you can configure the single entry profile view.
re: I’m missing some features in the editor. I mean, the optional links to other plugins like NGG and Justified Image Grid are not available, as well all others.
If this in regards to both the bio and notes fields when adding/editing an entry. This is by design. The editor is setup only to show limited options. This is done for security of those fields which can (with premium extensions) allow site visitor input.
re: Template is avada and yes, I do have dozen of plugins installed. 😉
I have 90 on my site 🙂 … but they are all very carefully chosen not to conflict … and many of them are my own.
Thread Starter
area97
(@area97)
template “problem” fixed. I’m just missing the nice border that the card template displays on the total listing view. but it’s ok now! 😉
well, I’d love to use some of the plugins directly into the connections editor. is maybe a way I can do the trick by myself? I just need a couple of them. otherwise I need to build the page separately then copy/paste the codes into the connections editor. quite time-consuming.
thanks for now. very well done plugin 😉
Plugin Author
Steven
(@shazahm1hotmailcom)
@ area97
re: template “problem” fixed.
Great to hear!
re: I’m just missing the nice border that the card template displays on the total listing view.
That border is not added on the single entry profile detail view. That is by design.
re: I’d love to use some of the plugins directly into the connections editor. is maybe a way I can do the trick by myself?
Maybe…
If you edit this file, at this location:
https://github.com/Connections-Business-Directory/Connections/blob/8.4.2/includes/class.metabox-api.php#L1165
Change this:
wp_editor(
cnSanitize::html( $value ),
sprintf( '%1$s' , $field['id'] ),
$atts
);
to this:
wp_editor(
cnSanitize::html( $value ),
sprintf( '%1$s' , $field['id'] )
);
That might show the controls added by third party plugins. No promises!
Hope that helps!