BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 14,951 through 14,960 (of 15,332 total)
  • Author
    Posts
  • in reply to: Simple Search Widget – not working #251851
    Steven Zahm
    Keymaster

    @ Kirk Thompson

    Is your directory home page set to be the same page that is set as the site’s front page? If it is, please move your directory home page to be any other page than the front page. That should resolve the issue. Let me know. Thanks!

    in reply to: Remove the Address Type in a form? #251832
    Steven Zahm
    Keymaster

    The March release of Connections will have a method to de-register address, phone, email types as well as register new types.

    Initially this will be a code thing that you’ll have to drop in the theme’s functions.php [which will be a horrible place to add it actually] but it’s a first step to allow user to add and remove what they need.

    in reply to: Display logo AND image #251728
    Steven Zahm
    Keymaster

    @ Alice Hohl

    The only way to achieve that is by editing the template.php file for cMap. This file can be found here:
    ./wp-content/connections_templates/cmap.

    You have to be comfortable with editing PHP. If you are the change should be too difficult at all.

    in reply to: Removing white box behind logo? #251727
    Steven Zahm
    Keymaster

    @ Alice Hohl

    To achieve that, you’ll need to pre-process the images that you upload so they have the same ratio as the image settings. I hope that makes sense! Hmmm, I’ll give an example.

    The default image size used in the cMap template is the Medium images setting found on the Connections : Settings admin page under the Images tab. The default value is 225 x 150px. So before you upload a image you’ll have to crop it manually so it has the same ratio. Lets say the image you plan on uploading is 1024 x 768px, crop that image to 900 x 600px and then upload it. How did I come up with 900 x 600px? Here’s how. 225 times 4 equals 900 and 150 times 4 is 600px. How do you know you’ve got the right ratio? 225 divided by 150 equal 1.5. 900 divided by 600 is also 1.5. So as long as the image you upload has a ratio of 1.5 it scale without white space filling in.

    Steven Zahm
    Keymaster

    @ Alice Hohl

    Sorry, no. The March update of Connections will include a “header” message of sorts that’ll state you’re searching in xxxxx categories with yyyyy terms and have a clear button to address this.

    in reply to: Add Search Member Directory to site's homepage? #251717
    Steven Zahm
    Keymaster

    @ Alice Hohl

    Yes, install and activate the Widget Pack which is one of the downloads in the Pro Pack. There is a Search widget that can be placed on in the theme’s sidebar.

    in reply to: Directory listings not appearing in IE9 #251707
    Steven Zahm
    Keymaster

    @ Mark

    Sorry, no. I never did get the email. I logged in and made the change, it should work now.

    in reply to: SEO XML Sitemap or RSS Feed for GWT etc #251698
    Steven Zahm
    Keymaster

    @ Barry

    It does appear that I do need to rel=”next” and rel=”prev” to the pagination link in order to help Google understand that it should follows those links and index them. I have this as a hot item to be included in the next release.

    in reply to: Updates/fixes after purchase #251690
    Steven Zahm
    Keymaster

    @Avi

    Updates and fixes can always be downloaded from Purchase History page. Those will always have the latest released version.

    I hope that helps!

    in reply to: Different image sizes on different templates #251646
    Steven Zahm
    Keymaster

    @ Michael Bova

    Yes that is correct. Here the three options available for present.

    getImage( array( 'preset' => 'profile' );  // Large Image
    getImage( array( 'preset' => 'entry' );  // Medium Image
    getImage( array( 'preset' => 'thumbnail' );  // Small Image
    

    Hope that helps.

Viewing 10 posts - 14,951 through 14,960 (of 15,332 total)