Forum Replies Created
-
AuthorPosts
-
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_formas the text domain instead.Hope that helps!
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
codeand/orpreHTML 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!
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!
Steven Zahm
KeymasterSteven 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.
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?
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 toutf8mb4_{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 theutf8mb4_swedish_cioption.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!
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?
10/01/2016 at 9:55 am in reply to: Member Directory/Individual Member page ID's are the same #393902Steven 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 ;)
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:
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.
-
AuthorPosts
