BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 11,051 through 11,060 (of 15,332 total)
  • Author
    Posts
  • in reply to: Geocode issues #292986
    Steven Zahm
    Keymaster

    @ Ian

    re: SCRIPT_DEBUG
    The regular add entry page works fine with SCRIPT_DEBUG removed. Try force refreshing your browser.

    re: when a teacher has updated their entry, when I go to review the directory I receive no results. It seems to only happen for teachers.
    Can you explain further?

    in reply to: Removing 'Work' and Adding Fields #292979
    Steven Zahm
    Keymaster

    @ Lori

    re: How can I remove Work from the address, email and phone fields?
    Maybe you saw this QuickTip. For Slim Plus, you can follow this FAQ. You can found all the options available to Slim Plus on this page.

    re: How can I add fields to display (I need to add several fields for company information)?
    It is possible, however, not out-of -the box. This would require custom coding. You can refer to these free extensions for Connections for how to programmatically add new custom fields.
    http://wordpress.org/plugins/connections-business-directory-hours/
    http://wordpress.org/plugins/connections-business-directory-income-levels/
    http://wordpress.org/plugins/connections-business-directory-education-levels/

    Hope that helps!

    in reply to: Adding Custom Fields #292974
    Steven Zahm
    Keymaster

    @ Annie

    Peculiar… I followed your steps and it works fine for me. May I have a temp admin account so I can see?

    in reply to: Problems — Just Paid For CMAP Template #292973
    Steven Zahm
    Keymaster

    @ Rob

    re: Sent you a question,Steve, that I marked private –thinking you’d see it. Did you? If not, I’ll write again.
    Yep, saw it, looks like I was replying when you sent the follow-up post. I tend to be quick with my reply … but I can not always reply immediately, usually it is no more than 24 hours or so, just so you know.

    in reply to: click the Visual tab the information disappears #292972
    Steven Zahm
    Keymaster

    @ Julian

    Can you attach screen shots showing the issue?

    in reply to: Problems — Just Paid For CMAP Template #292969
    Steven Zahm
    Keymaster

    @ Rob

    re: Added the CSS file as you suggested, but it didn’t seem to work
    Try this instead:

    #cn-cmap span.fn {
        font-size: 1.5em !important;
    }

    re: Now, here’s the big issue
    This is being caused by a theme CSS statement which is overriding the template. The solution is to use more targeted CSS in order to override the theme:

    #cn-cmap span.cn-image img {
        height: auto !important;
        width: auto !important;
    }

    re: light gray areas that stick out from behind the background on all sides and it doesn’t look great.
    That is part of the template style. You can remove the border like so:

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

    Since you now have quite a bit of custom CSS, I really suggest using the method outlined in this QuickTip to apply it.

    re: I like the option of not having all the entries show up, but only after a search
    Follow the solutions in these two posts:
    http://connections-pro.com/support/topic/display-entries-only-when-searched-for/#post-290967
    http://connections-pro.com/support/topic/display-entries-only-when-searched-for/#post-290973

    re: although for SEO purposes, I assume it’s better to show all of them. Is there a way to do so?
    The view all link should suffice.

    Hope that helps!

    Steven Zahm
    Keymaster

    @ aphrodite

    Yes, that sounds correct … creating categories for the regions.

    in reply to: Geocode issues #292957
    Steven Zahm
    Keymaster

    @ Ian

    Can you please remove the SCRIPT_DEBUG so I can see the error on the normal add entry admin page?

    The error on the Link admin likely has existed for a long time … no either no one noticed or no one reported it before. The next major release of Link is soon to be released, I can install it as it resolves the issue of a missing script that should be loaded on that page. I would still consider it beta only because I may have to make minor tweaks before I actually release it.

    in reply to: Disable | category & search #292956
    Steven Zahm
    Keymaster

    @ John

    Well, that definitely looks right.

    [connections category='X' enable_search='false' enable_category_select='false']
    

    The number one reason shortcodes end up not working is because there is HTML tags or other stray text within the shortcode cause WordPress not to read it correctly. Take a look at this QuickTip and follow its advice to see if it resolves the issue.

    Let me know if that helps!

    in reply to: "No Results" on site and backend #292955
    Steven Zahm
    Keymaster

    @ Nathaniel

    Can I get a temp admin account so I can take a closer look? Also, can you install the Query Logger plugin? That’ll help a lot once I log in to see what the issue may be.

    In regards to the 404… looks like the server is IIS 6 … that’s pretty old. If you do not have access the the IIS config, then your host will have to make the change necessary to the rewrite rules in order to remove the index.php from the URL (that the website address in the browser address bar).

    See the last post in this support thread, they are a few links which may help.
    http://wordpress.org/support/topic/removing-indexphp-from-my-urls#post-4433162

    Sorry that’s the best I can do because this is a web host issue. There’s nothing I can do to fix it, sorry.

Viewing 10 posts - 11,051 through 11,060 (of 15,332 total)