BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 2,331 through 2,340 (of 15,332 total)
  • Author
    Posts
  • in reply to: Activate license after migration #448073
    Steven Zahm
    Keymaster

    @ Josep

    You can play with the tile size and the image size options. You can also see how to change the image crop mode using a code snippet which I walked another user thru recently.

    Hope that helps!

    in reply to: Fatal error when using plugin #448068
    Steven Zahm
    Keymaster

    @ Lauren

    That error message does not seem to be the result of Connections. The “WP_Widget_Meta” class is one off the core WP widgets. It is the widget which add the login/register links to the theme’s sidebar when used.

    I would suggest that you verify that this files exists:

    'wp-includes/widgets/class-wp-widget-meta.php'

    If it does not, then that is the issue. I suggest navigating to the Wp Updates admin page and licking the button for reinstalling the current WP version. Your settings and data is safe. WP merely reinstalls its files. This will ensure you are not missing any other core WP files.

    Hope this helps, let me know.

    in reply to: Only Show Intro Text on First Page of Directory #448057
    Steven Zahm
    Keymaster

    @ Jamain

    Apologies for the delay in my reply! I initially overlooked it yesterday when I was doing my support forum work.

    What you wish to do is possible but will require two pages. Create a second page, blank, no content but the [connections] shortcode. Set this new page as the directory home page. On you existing directory page, add the force_home shortcode option.

    Hope this helps, let me know.

    in reply to: Activate license after migration #448053
    Steven Zahm
    Keymaster

    @ Josep

    See this FAQ, the License Activated on Another Site section. After you follow those step, you will be able to activate the licenses on your new site.

    I can not see the page you linked to as it seems to behind a coming soon landing page. I am assuming you are using Tile Plus based on your purchases. Tipew Plus uses a fixed image crop which is center weighted that is ideal for portraits of individuals. This does not work well for logos as they can be of any ratio.

    YOu can play with the tile size and the image size options. You can also see how to change the image crop mode using a code snippet which I walk another user thru recently.

    Hope this helps!

    in reply to: search categories #448052
    Steven Zahm
    Keymaster

    @ Emma

    I took a look at the page and it appears you’ve turned off both the category filter and and the keyword search. I see you also created a bunch of sub-pages, for a lack of a batter term, to display different entries — I’m guessing by category.

    My suggestion is to reenable the category filter and keyword search features. On the main directory page put just the [connections] shortcode, not limited by category. You can then remove all those sub-pages. Those way a user will now be able to filter by category and keyword search like you are requesting.

    Hope that helps!

    in reply to: search function #447960
    Steven Zahm
    Keymaster

    @ Emma

    Yes, you will need one of the premium templates. I suggest the cMap template.

    Hope this helps!

    in reply to: How to remove the "show all categories" #447959
    Steven Zahm
    Keymaster

    @ Nick

    Try adding str_select_all='' to the existing shortcode on the page. You should only have a single instance of the that looks like this:

    [connections category=12 card_width=280 card_height=200 repeat_alphaindex='TRUE' show_social_media='TRUE' str_select_all='']

    I think that will “hide” the default option. Honestly, I can not remember off the top of my head.

    Hope this helps. Let me know.

    in reply to: Connections Widgets Problem #447958
    Steven Zahm
    Keymaster

    @ Don

    RE: When you asked for my log on info, I thought I sent it private but I see it showing up in the forum would you please delete all instances?

    They were in fact private. That is why they showed up in blue. You can check by logging out. Those posts content will not be displayed. Regardless, I delete the login info as requested.

    RE: How do I display a certain category instead of show all categories?

    See the category shortcode option.

    Hope that helps!

    in reply to: Form and Link #447955
    Steven Zahm
    Keymaster

    @ Jenna

    RE: I have everything working like I want it to but now the new entry isn’t showing in the moderation queue.

    I need more info…

    Are you testing as a normal user and not an admin?

    If you are testing as a normal user, is it a new user or existing user?

    If it is an existing user? What is that users role?

    What is that roles settings on the Connections : Roles admin page.

    If it is a new user, what is the role they are assigned upon completing registration?

    What is that roles settings on the Connections : Roles admin page.

    When you say not showing in the moderation queue, does that mean that are showing in the approved list? Or does that mean the user’s info is never received.

    Are you looking at the moderation queue? Sorry have to ask, been here before with another and it was as simple they were not looking at the moderation queue.

    Have you applied any of the manage list filters? These are the dropdowns above the manage list. These should all be set to show all. If they are not, choose the show all for each and then click the filter button.

    in reply to: Month names in upcoming list #447887
    Steven Zahm
    Keymaster

    @ Philip

    Sorry, that is an oversight on my part. The dates are not translatable. I made the necessary changes for the next update to be released in a couple weeks. If you are able to make a minor change to a PHP file you could apply the change now. Here’s the file you need to edit:

    ../wp-content/plugins/connections/includes/entry/class.entry-data.php

    Change line 3501 from:

    return gmdate( $format, $nextUDay );

    To this:

    return date_i18n( $format, strtotime( gmdate( 'c', $nextUDay ) ) );

    This runs the date thru the core WP function which handles the translation of dates.

    Hope this helps!

Viewing 10 posts - 2,331 through 2,340 (of 15,332 total)