Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Marco
You also need the javascript from the template you’ve copied this from. You also need to make to to call this:
wp_enqueue_script( 'jquery-gomap' );You should not do this from within the template because it only needs called once. Putting it in the template will call it each time an entry is displayed. Here’s the code:
// Register the required JS file. add_filter( 'cn_template_required_js-cmap', 'marco_enqueue_gomap' ); function marco_enqueue_gomap( $required ) { $required[] = 'jquery-gomap'; return $required; }Hope that helps!
Steven Zahm
Keymaster@ Jerry
No problem!
If I have not asked and you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
http://wordpress.org/support/view/plugin-reviews/connectionsSteven Zahm
Keymaster@ Stefano
Best guess is that Connections is not able to automatically move any previous uploaded logos to the new folder structure which is why you would see that error.
Can I get a temp admin account and FTP login so I can see why that would be the case. The login details can be posted here as a private reply. After you leave the private reply, please follow-up with a regular non-private reply so I am notified of the login details being posted.
Steven Zahm
Keymaster@ B Ellerin
Yes, I do have a dev I can recommend who has a lot of experience with Connections. I’ll ask him to post a reply in this thread so you and he can get in touch.
Steven Zahm
Keymaster@ Christopher
You can use any old email address that you’d like, just post the user/pass here as a private reply. Please follow-up with a regular non-private reply so I’m notified that you posted the login details.
Steven Zahm
Keymaster@ Christopher
You can use any old email address that you’d like, just post the user/pass here as a private reply. Please follow-up with a regular non-private reply so I’m notified that you posted the login details.
Steven Zahm
Keymaster@ simon
No problem, glad to help!
If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
http://wordpress.org/support/view/plugin-reviews/connectionsSteven Zahm
Keymaster@ Susan
Yes, there is a similar command to place custom meta fields … use this within the template:
$entry->getMeta( array( 'key' => 'meta-key-name', 'single' => TRUE ) );Can you share the link to your directory after you’re finished? I’m curios to see what you’ve done.
Steven Zahm
Keymaster@ Kim
Great to hear you’ve worked this out! I was sick yesterday so now I’m a bit backlogged in my support requests.
Steven Zahm
Keymaster@ Arizona Lowe
Are you certain this is the exact same error? This error was corrected long ago. Could you paste in the exact error you’re seeing?
-
AuthorPosts
