BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 10,161 through 10,170 (of 15,332 total)
  • Author
    Posts
  • in reply to: Display Entries only when searched for? #303726
    Steven Zahm
    Keymaster

    @ Christopher

    That sounds about it. I would need an admin account to see why this is not working for you … It could be the way the theme renders the page, the code in the snippet is never run. If that is the case, there is not much I’ll be able to do … but I will not know until I take a look.

    in reply to: List of categories?! #303722
    Steven Zahm
    Keymaster

    @ Roland

    The Widget Pack comes with a category widget which can be placed in the theme’s sidebar. Maybe that will meet your needs? There’s also the alpha plugin I’ll give those who purchase and item.

    Here’s a link to another forum post of another user using it on their site to their satisfaction.

    Hope that helps!

    in reply to: CATEGORY LISTING SORT, TRANSLATION NAMES, COLOURS #303720
    Steven Zahm
    Keymaster

    @ Inomid

    re: How I can sort categories ?. Automatically are sorted by name and not want that. I would like to sort by ID, for example, or by the order in which I entered
    Sorry but categories are only sortable by name.

    re: Plugin Google Language Translate, translates the name of the organization. How can I avoid it?
    Sorry, I am not at all familiar with this plugin. You might be better off asking that plugin’s dev to see if there is a way to prevent specific text from being translated.

    re: How I can put another color in the link fields ?. Default takes the theme colors and do not like. Can I change them?
    Yes this is possible … the default is to inherit from the theme to provide tighter integration with the style of the theme. If you can share a link to you directory page and the color you want to the links to be, I’ll take a look and give you the CSS that’ll be required to be added to the theme’s custom CSS area.

    NOt too much of a help, sorry! But I hope it helps a little.

    in reply to: Examples of Business Directories #303719
    Steven Zahm
    Keymaster

    @ Roland

    Sure here are few links:

    1. http://connections-pro.com/showcase/
    2. http://connections-pro.com/live-samples/

    Scroll down to the See it action… section:

    1. http://connections-pro.com/add-on/cmap/
    2. http://connections-pro.com/add-on/market/

    The remaining template also have a see it in action section too but both cMap market seemed better relating to answer your question.

    Hope that helps!

    in reply to: Full size photo in thumbnail box after updating #303683
    Steven Zahm
    Keymaster

    @ Jessica

    The theme’s CSS is breaking the new HiDPI (Retina) image support.

    This bit of CSS is overriding Connections:
    #content img, #content figure, #content table {
    max-width: 640px !important;
    height: auto;
    }

    In this file:
    http://www.ippcs.org/wp14/wp-content/themes/ippcs/style.css

    This can be overridden by adding the following to the theme’s custom CSS area:
    #cn-list img.cn-image {
    max-width: 100% !important;
    }

    That should fix it up.

    in reply to: Deleting entries #303664
    Steven Zahm
    Keymaster

    @ Oliver

    Yes, it is PHP version related. The version used by the web host does not support that function call. I’ll be releasing version 8.1.2 within the next days or so which fixes this issue. Apologies for the trouble!

    Oh, SKIP_DOTS was only in 8.0, try updating to 8.1.1. It no longers uses SKIP_DOTS … but this still might not work because some versions of PHP do not like the isDot replacement in 8.1.1. Any way 8.1.2 addresses both.

    in reply to: umlauts doesn't work #303663
    Steven Zahm
    Keymaster

    @ Florian

    Good to hear it is working fine for you now!

    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: Phone Number Name Labels #303662
    Steven Zahm
    Keymaster

    @ Felipe

    Oh, I see … I can not think of a way to have both, sorry!

    in reply to: Logo not showing on mobile using WPTouch #303661
    Steven Zahm
    Keymaster

    @ Kerry

    Add the following to the theme’s custom CSS area (WPTouch too?):

    #cn-cmap span.cn-image-style {
        background: transparent !important;
    }
    

    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 vs Market #303659
    Steven Zahm
    Keymaster

    @ Roland

    The setup that Temp is using can be done with cMap or Market. Here’s how:

    1. Go to the Connections : Templates admin page.
    2. Activate the Names template.
    3. Click the Individual template type link, top, left.
    4. Activate the Market template (or cMap).
    5. Do the same for the Organization template type.
    6. Now, go to the Connections : Settings admin page.
    7. Enable the Single Entry Template option under the Display tab.

    That’ll do it, but you’ll need to update your version of Market which should be available to you from your purchase history page.

    Hope that helps!

Viewing 10 posts - 10,161 through 10,170 (of 15,332 total)