BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 13,941 through 13,950 (of 15,332 total)
  • Author
    Posts
  • in reply to: cMap Google Map Error #260803
    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/cmap

    Add 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?

    in reply to: Loading issue: Image in Slim Plus #260796
    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/

    in reply to: Loading issue: Image in Slim Plus #260795
    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.

    in reply to: cMap Google Map Error #260789
    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.

    in reply to: CSV updating / duplicates etc. #260766
    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.

    in reply to: cMap Google Map Error #260765
    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.

    in reply to: Incorporating Browser Shots #260763
    Steven Zahm
    Keymaster

    This is has actually been in Connections for about two years now … I’ve just never exposed the functionality.

    in reply to: Creating a Query String #260762
    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…

    in reply to: Changing the listing and category names #260761
    Steven Zahm
    Keymaster

    @

    Take a look at these doc pages:

    Here’s the page that has the complete list of options for cMap.

    Hope that helps.

Viewing 10 posts - 13,941 through 13,950 (of 15,332 total)