Forum Replies Created
-
AuthorPosts
-
10/16/2013 at 4:46 pm in reply to: Another "Warning: Invalid argument supplied for foreach()" problem #271640
Steven Zahm
Keymaster@ ck6612
I just emailed you directly to the email account used to make your purchase.
Steven Zahm
Keymaster@ Dave
Thanks for your purchase!
Steven Zahm
Keymaster@ Susan
Can you zip up your custom template files and upload it to you wp-upload folder and post a link to it here. If you do, I’ll take a look. It is likely that I may have missed something with my instructions.
Steven Zahm
Keymaster@ Alyssa
Can you post the link to your directory and I’ll take a look. Likely there is something I overlooked in my instructions.
Steven Zahm
Keymaster@ Hubert
You’re installing it as any other plugin, correct? not using the legacy template installer. It seems the file was corrupted during download. Please try downloading again from your Purchase History.
Steven Zahm
Keymaster@ Nigel
Apologies! I overlooked your other question.
Could you explain to me your workflow on taking submissions? Such as, are users logged in when submitted? If they are, what is their role and what capabilities has that role be assigned on the Connections : Roles admin page?
Steven Zahm
Keymaster@ Ruth
What are you attempting to do? If you try to access the file with a browser, you would get a 404. You need to login using a FTP application such as FileZilla to access that file or use the Plugin Editor in the WordPress admin.
Steven Zahm
Keymaster@ Dave
This feature is only available as part of several of the premium templates. Do you have one of those installed?
Steven Zahm
Keymaster@ Ruth
If you’re not much of a techie, this is not an easy change to make…
The file you need to edit is
card.phpand can be found here:
../wp-content/plugins/cmap/Look for this line of code:
echo '<div class="cn-bio" id="bio-block-' , $entry->getRuid() , '" style="display: none;">';Change it to this:
echo '<div class="cn-bio" id="bio-block-' , $entry->getRuid() , '" style="display: block;">';Look for this block of code and delete it:
if ( $atts['enable_bio'] && $entry->getBio() != '' ) { printf( '<a class="cn-bio-anchor toggle-div" id="bio-anchor-%1$s" href="#" data-uuid="%1$s" data-div-id="bio-block-%1$s" data-str-show="%2$s" data-str-hide="%3$s">%2$s</a>', $entry->getRuid(), $atts['str_bio_show'], $atts['str_bio_hide'] ); } if ( ( $atts['enable_note'] && $entry->getNotes() != '' ) && ( $atts['enable_bio'] && $entry->getBio() != '' ) ) { echo ' | '; }That should do it.
Now, save and upload overwriting the original. Of course you should make a backup incase you make an error.
Steven Zahm
Keymaster@ Nigel
To change field names in Form, you need to use the
connections_formdomain. Also, to not add the trailing colon. You only want to add the actual word(s).cMap [all templates] have their own way of changing text. See this FAQ for more details. All the
str_*options available to cMap can be found on this page.I hope that helps!
-
AuthorPosts
