BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 11,711 through 11,720 (of 15,332 total)
  • Author
    Posts
  • in reply to: Very Plain Listing Template #282259
    Steven Zahm
    Keymaster

    @ Brian

    Great!

    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/connections

    in reply to: cMap Google Map error #282251
    Steven Zahm
    Keymaster

    I’m unable to edit the template plugin file to to it being unwritable, please change this:

    public function __construct( $template ) {
    
    	self::$template = $template;
    
    	$template->part( array( 'tag' => 'card', 'type' => 'file', 'path' => $template->getPath() . 'card.php' ) );
    	$template->part( array( 'tag' => 'card_single', 'type' => 'file', 'path' => $template->getPath() . 'card-single.php' ) );
    	$template->part( array( 'tag' => 'js', 'type' => 'action', 'callback' => array( __CLASS__, 'enqueueJS' ) ) );
    
    	if ( ! is_admin() ) {
    
    		// Enqueue the frontend scripts and CSS.
    		add_action( 'wp_enqueue_scripts', array( __CLASS__, 'enqueueCSS' ) );
    
    		// Update the permitted shortcode attribute the user may use and override the template defaults as needed.
    		add_filter( 'cn_list_atts_permitted-' . $template->getSlug() , array( __CLASS__, 'initShortcodeAtts') );
    		add_filter( 'cn_list_atts-' . $template->getSlug() , array( __CLASS__, 'initTemplateOptions') );
    	}
    }

    to this:

    public function __construct( $template ) {
    
    	self::$template = $template;
    
    	$template->part( array( 'tag' => 'card', 'type' => 'file', 'path' => $template->getPath() . 'card.php' ) );
    	$template->part( array( 'tag' => 'card_single', 'type' => 'file', 'path' => $template->getPath() . 'card-single.php' ) );
    	// $template->part( array( 'tag' => 'js', 'type' => 'action', 'callback' => array( __CLASS__, 'enqueueJS' ) ) );
    
    	if ( ! is_admin() ) {
    
    		// Enqueue the frontend scripts and CSS.
    		add_action( 'wp_enqueue_scripts', array( __CLASS__, 'enqueueCSS' ) );
    		add_action( 'wp_enqueue_scripts', array( __CLASS__, 'enqueueJS' ) );
    
    		// Update the permitted shortcode attribute the user may use and override the template defaults as needed.
    		add_filter( 'cn_list_atts_permitted-' . $template->getSlug() , array( __CLASS__, 'initShortcodeAtts') );
    		add_filter( 'cn_list_atts-' . $template->getSlug() , array( __CLASS__, 'initTemplateOptions') );
    	}
    }

    The file can be found here:
    ../wp-content/plugins/connections-cmap/cmap.php

    in reply to: Very Plain Listing Template #282249
    Steven Zahm
    Keymaster

    @ Brian

    I attached the simple template to this post … I just happened to have one “laying” around. You’ll have to work out the CSS though. Hope that helps.

    Attachments:
    You must be logged in to view attached files.
    in reply to: cMap Google Map error #282247
    Steven Zahm
    Keymaster

    @ Regine

    Understood. I’ll take a look and see if there is another solution without touching plugins or the theme.

    I just did try to login, but the user/pass failed.

    in reply to: cMap Google Map error #282241
    Steven Zahm
    Keymaster

    @ Regine

    Generally this error is caused due to either an error within the theme’s or another plugin’s JavaScript. Try deactivating all other plugins and change the theme back to the default, temporarily, to see if the issue resolves itself. I’d have to be able to see the page to offer more precise solution.

    in reply to: Text confined when image hidden #282240
    Steven Zahm
    Keymaster

    @ Jeremy

    No, they are the exact same version and there have been no updates since then. What is the exact shortcode you’re using on that page?

    in reply to: Shortcodes: Combining alpha_index with category. #282173
    Steven Zahm
    Keymaster

    @ Lars

    Oh, If you code this, send it my way … I see it it can be included or something.

    in reply to: Shortcodes: Combining alpha_index with category. #282172
    Steven Zahm
    Keymaster

    @ Lars

    You would have to code that, sorry. This is the function that outputs the index. You’d have to update this function to join the terms tables limiting the results to the current category.

    I hope that helps!

    in reply to: Display list of directory member categories #282113
    Steven Zahm
    Keymaster

    @ Larissa

    Sorry, no, there is not … however, please check your email> I emailed an unreleased extension.

    in reply to: Uploading or Installing widget pack = white screen #282112
    Steven Zahm
    Keymaster

    @ Timothy

    128 should be more than sufficient in most cases. Ther is a slightly newer version of Excerpt Plus; version 1.0.3. That only had a few minor bug fixes. What version of the Widget Pack?

    Also, did you try deactivating all other plugins, besides the Connections related ones to see if there is an unknown conflict?

Viewing 10 posts - 11,711 through 11,720 (of 15,332 total)