BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 11,631 through 11,640 (of 15,332 total)
  • Author
    Posts
  • in reply to: how to open all categories by default? #283555
    Steven Zahm
    Keymaster

    @ Ajay

    Well, the template wasn’t designed to be open by default. So, in order to do that, you will have to edit the template.

    Open the card.php found here:
    ../wp-content/plugins/connections-slim-plus/
    or here:
    ../wp-content/plugins/slim-plus/

    Change line 19, which should be this:

    in_array( 'show', $categories ) ? $show = ' cn-show' : $show = ' cn-hide';
    

    To this:

    in_array( 'show', $categories ) ? $show = ' cn-show' : $show = ' cn-show';
    

    Now, everything will be open by default.

    Hope that helps.

    in reply to: Using separate page for Featured Listings #283553
    Steven Zahm
    Keymaster

    @ Reba

    Just following up on the search box sizing…

    I loaded up a virtual machine with a fresh install of Win 7 and and IE9 [a free download courtesy of MS for web devs]…

    The search input renders exactly as it should. It seems that issue only presents itself when one enables the “compatibility View” in IE. It is that little icon in the address bar that looks like a torn piece of paper by the refresh icon. This is off by default so a user would have to click it on. Over-simplified, but this sort of makes IE render pages like IE6 which is no longer supported by pretty much anyone.

    So, if you have this option on, I recommend turning it off.

    I hope that helps!

    in reply to: Contact Details not showing in Excerpt Plus #283547
    Steven Zahm
    Keymaster

    @ Ronald

    Great to hear activating the template solved the issue.

    in reply to: No image displayed #283546
    Steven Zahm
    Keymaster

    @ Stephan

    What is the folder permissions for:
    ../wp-content/connection_images/

    It should be 755. If it is, try 767.

    If this still does not work and you can not still view the folder contents with FileZilla. See if your web host can fix the permissions on the folder. You should be able to view its contents.

    If you give me a temp admin account and an FTP account login, I’ll take a closer look.

    Steven Zahm
    Keymaster

    @ Brad

    I tracked down the exact issue and implemented a fix. It’ll be part of the forthcoming 0.8 release due out within weeks.

    in reply to: Single Map, all businesses #283479
    Steven Zahm
    Keymaster

    @ Michael

    Sorry, no a feature like that is not available. I would have to custom coded from scratch.

    in reply to: Contact Details not showing in Excerpt Plus #283478
    Steven Zahm
    Keymaster

    @ Ronald

    Have you installed the template? Here are the template installation instructions.

    If you have installed the template, then go to the Connections : Templates admin page and Activate it for use.

    Hope that help.

    in reply to: Contact Details not showing in Excerpt Plus #283448
    Steven Zahm
    Keymaster

    @ Ronald

    TIFF/s are not supported, please attach JPEG/s or PNG/s.
    Also, please take a look at this FAQ. It gives several solutions to when templates do not seem to be rendering correctly. If none of those solve the issue, please let me know. Hope that helps!

    in reply to: Increase character limit in Department field #283446
    Steven Zahm
    Keymaster

    @ Daniel

    Install the Say What? plugin.

    It’ll add a new Text Changes menu item. Click Add New, enter the string exactly as shown in Connections, enter connections [notice the lack of capitalization, that's important!] as the domain and then enter your new text.

    The great thing about using this plugin is that it will be update safe and you can use it on any other plugin that has been properly internationalized.

    Here’s an example; for Original string you would enter Work Phone and for New string you would enter Phone or any other string of your choosing.

    Hope that helps.

    Steven Zahm
    Keymaster

    @ John

    This has been fixed. Please double check the settings … looks like you updated from a pretty older version.

    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

Viewing 10 posts - 11,631 through 11,640 (of 15,332 total)