vmp584
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [Connections Business Directory] custom templateEXCELLENT it works. thank you very much. there is documentation about it to create a custom template?
thanks again
Forum: Plugins
In reply to: [Connections Business Directory] custom templatehello thanks for your quick response, i made several attempts.
- i copied the folder connections/templates/profile and connections/templates/members in the path ../wp-content/theme/{child-theme}/connections-templates/{slug} i change the folder’s name and the slug.
- the shortcode that i am using is [connections id=”1″ template=”custom”] also i tried with [connections id=”1″ template_name=”custom”]
- the shortcode is used by ajax call with
add_shortcode( ‘connections’, array( ‘cnShortcode’, ‘view’ ) );
echo do_shortcode( ‘[connections id=”‘.$ids.'” template=”custom” ]’ ); - I still have not changed the template because it does not work
Forum: Plugins
In reply to: [Connections Business Directory] custom templatehello, I’m guided by this link https://connections-pro.com/2014/06/04/quicktip-custom-template-override-files/ i create the folder and the card.php file but i get ERROR: Template custom not found, also tried https://connections-pro.com/2014/05/13/quicktip-tweaking-core-templates/ but i get the same result
Forum: Plugins
In reply to: [Connections Business Directory] custom templatehi, i started from an existing template ‘profile’
Forum: Plugins
In reply to: [Connections Business Directory] short code in ajaxthank you very much, it works.
Forum: Plugins
In reply to: [Connections Business Directory] short code in ajaxI forget to mention that I’m making the call this way do_shortcode(“[connections]”)
Viewing 6 replies - 1 through 6 (of 6 total)