Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ MJA
You can safely upgrade Connections without losing the change. However, upgrades to cMap will overwrite the change.
To redo the the change, open the cmap.php file found here:
../wp-content/plugins/cmapAdd this line of code:
wp_enqueue_script( 'jquery-gomap-min', CN_URL . "js/jquery.gomap-1.3.2.min.js", array( 'jquery' , 'cn-google-maps-api' ), '1.3.2' );Within the
is_admin()if statement in the__construct()method. Right under this line will do:add_action( 'wp_enqueue_scripts', array( __CLASS__, 'enqueueCSS' ) );Steven Zahm
Keymaster@ Steven
The behavior I see is the correct default behavior. Changing the category selection in the drop down should not send you to another page. Market can’t does not that either that either. Did you somehow customize Market to do this? Did you by chance just have the category select sidebar turned off in Market?
Steven Zahm
Keymaster@ Judy
If the pasted URL is correct from the page source, this is the error message you should receive:
http://wpnepal.org/a-timthumb-error-has-occured-400-bad-request/
Steven Zahm
Keymaster@ Judy
Can you grab the full URL, the error console truncated it, for the image from the page source for this:
Failed to load resource: the server responded with a status of 400 (Bad Request) http://www.mc.vanderbilt.edu/vanderbiltheart/wp-content/plugins/connections…derbiltheart/wp-content/connection_images/06_original.jpg&h=120&w=100&zc=2
Do two things, copy/paste it here and paste in the browser address bar and hit enter. You should, I hope, be presented with an error message, copy/paste that message here.
Steven Zahm
Keymaster@ MJA
Something within the site’s configuration , another plugin, the theme, I don’t know for sure, was absolutely preventing that Google Maps API from being loaded in the site’s footer.
The change I made was on the Connections : Settings admin page under the Advanced tab; uncheck the JavaScript option and saved the setting.
I then had to modify the cMap to enqueue the the API in the site’s header.
It now works fine. However, the API is now loaded on every page rather than just when needed for Connections. Generally that’s the avenue other plugins take any way so there’s no real harm.
Steven Zahm
Keymaster@ ian1119
s2Member does indeed hijact the login process and it must run before Link so Link never has a chance to run.
Can I get a temp admin account so I can make a very minor tweak to Link to see if it resolves the issue? Details can be posted here as a private reply.
Steven Zahm
Keymaster@ MJA
Well, it’s always something new. All the other scripts are loading just fine and of course they are all being called and loaded in the same sections of code but yet neight the gomap or the Google Maps API script are being loaded.
Can I get a temp admin account so I can take a closer look? Details can be posted here as a private reply.
Steven Zahm
KeymasterThis is has actually been in Connections for about two years now … I’ve just never exposed the functionality.
Steven Zahm
Keymaster@ brian
Sorry. Would love too, but right now I’m having a hard time just keeping up with Connections and all my plan for it and add-ons that are in the works. Later this summer when some big changes come, I might be begging for work…
Steven Zahm
Keymaster@
Take a look at these doc pages:
- str_map_show=’Show Map’
- str_map_hide=’Close Map’
- str_bio_head=’Biography’
- str_bio_show=’Show Bio’
- str_bio_hide=’Close Bio’
- str_note_head=’Notes’
- str_note_show=’Show Notes’
- str_note_hide=’Close Notes’
Here’s the page that has the complete list of options for cMap.
Hope that helps.
-
AuthorPosts
