BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 4,861 through 4,870 (of 15,332 total)
  • Author
    Posts
  • in reply to: Form – Rename entry headings #394056
    Steven Zahm
    Keymaster

    @ Marion

    Most of the strings displayed in Form come directly from the core Connections plugin. So you can follow this tutorial on how to change strings in Connections. If you try changing a string and it does not work, follow the same instructions but use connections_form as the text domain instead.

    Hope that helps!

    in reply to: Widget Pack – Formatting the research output #394055
    Steven Zahm
    Keymaster

    @ Marion

    In the widget configuration panel, you can choose not to display the date. Under the Show Image drop down, select None.

    Also, to fix the display, edit the page, switch the editor to the Text tab and remove the code and/or pre HTML tags from around/in the widget shortcode.

    To get the columnar layout, you need to apply some custom CSS so the list is displayed in columns instead of a single column.

    Hope that helps!

    in reply to: cannot reactivate licenses again #394054
    Steven Zahm
    Keymaster

    @ Oleg

    I did so, but as mentioned before, you do not need wait on me, you can manage this from your purchase history page under the Licenses tab by clicking the Manage Sites link for each item. See this FAQ, the “License Activated on Another Site” section for step by step instructions.

    Hope that helps!

    in reply to: Missing Commas #394052
    Steven Zahm
    Keymaster

    Closing this as as a duplicate of this post and this post.

    in reply to: Missing Commas #394051
    Steven Zahm
    Keymaster

    @ Heather

    I did reply back to you in the other support ticket you opened, perhaps you missed it? Here’s the link to my reply.

    in reply to: Can't get the edit or view to work #394037
    Steven Zahm
    Keymaster

    @ Jacki

    I guess my first question is what has changed on your site? Back in April those shortcodes were working for you.

    Also, can you describe what you mean by can’t get them to work?

    in reply to: Scandinavian Alphabet #394024
    Steven Zahm
    Keymaster

    @ Ulrike

    When Connections is installed it uses the database collation character set that WordPress is set to. If your was set to the correct language when installing WordPress and Connections, it’ll default to utf8mb4_general_ci. To change this you will need to log into your webhost control panel and use the phpMyAdmin app to change the collation to utf8mb4_{language}_ci, choosing the language option that best suits Scandinavian. After you make this change, the alpha will be sorted correctly. I think you want to choose the utf8mb4_swedish_ci option.

    Here’s a link I found after a quick search that walks you through changing the collation. On you webhost the screens may look a little different but the steps are the same. Do not change the character set, only change the collation.

    https://mediatemple.net/community/products/dv/204403914/default-mysql-character-set-and-collation

    You should also configure WordPress to use the proper collation too.

    Hope this helps!

    in reply to: Token mismatch & 404 error #394023
    Steven Zahm
    Keymaster

    @ Julia

    You do not not have to completely disable your caching, just the page with Form on it, exclude the URL.

    Did you give the user role the edit moderated capability on the Connections : Roles admin page?

    Steven Zahm
    Keymaster

    @ Katelyn

    re: That’s all exactly what I needed!!! Thank you so much!

    No problem. I did noticed my code example was malformed by the forum plugin. I fixed it.

    re: With regards to the class.template-parts.php file, I changed the wording on the single members page from “Go to directory.” to “Return to directory”. I didn’t see anywhere in the template files to make this change, which is why I went looking in the core files.

    Ok, editing the file is one way, but, I recommend the method outline in this tutorial on how to change strings in Connections. This will be update safe and the same method can be used on any plugin which was properly coded for translation. So I am sure you find many uses for it. I know many other do after I show them how ;)

    in reply to: Maps broken after domain change #393900
    Steven Zahm
    Keymaster

    @ Stephen

    In the Console, you can click on the error link that Google provides. In you case the error link which comes after the error message is:

    https://developers.google.com/maps/documentation/javascript/error-messages#api-not-activated-map-error

    So, Google is saying that:

    The Google Maps JavaScript API is not activated on your API project. You may need to enable the Google Maps JavaScript API under APIs in the Google API Console./

    According to the error message and its description, the Google Maps API has not been activated for the keys your generated for your project. You need to enable these, see Step 5 in the tutorial for how to get a Google Maps API Key It has the instructions you need to follow to enable the correct Google APIs so the maps will work.

    Hope that helps!

    ps. I’m going to delete the screenshots attached to your previous messages since they contain info that should not be posted publically.

Viewing 10 posts - 4,861 through 4,870 (of 15,332 total)