• Resolved area97

    (@area97)


    hi, I recently discovered your plugin and I think it does what I need!
    I wish to maintanin a database of actors and actresses on my blog.

    I’ve used the Names template to display names list, and this works perfectly.

    I’ve choosen to use the entry card 3.0 to display each actor’s data. however I noticed that the entry page is not displayed as I expected.

    well, when I click customize in templates, I can see the page changing, but when I refresh it on the site, page is always the same, without any of the customiziation I’ve done in the control panel.

    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.

    also, 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.

    Template is avada and yes, I do have dozen of plugins installed. 😉

    Please give me hints. thank you. marco.

    https://wordpress.org/plugins/connections/

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘…individual template…’ is closed to new replies.