Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ James
I’ve identified the bug and will be leasing a bug release, version 0.8.7, which will fix this this issue. Apologies for the trouble!
Steven Zahm
Keymaster@ bhardwick
I see the entry display data cache was out of sync with the entry database data. Simply clicking update while editing the entry resolved the issue.
Steven Zahm
Keymaster@ Joseph
I would think that the better way to hide the admin menu from users would be to remove the
View Admin Menucapability on the Connections : Roles admin page would be better and secure. Hiding it will still allow access if the user knew the URL/s.Here’s the code that will hide it from view:
add_action( 'admin_menu', 'cn_remove_admin_menu', 999 ); function cn_remove_admin_menu() { remove_menu_page('connections_dashboard'); }Hope that helps!
Steven Zahm
Keymaster@ Shawn
Maybe the best option is to maybe use the Bio Entry Card template for that page instead of Slim Plus. There really would not be another way. To do that you would override the current activate template like this:
[connections template='card-bio']Hope that helps!
Steven Zahm
Keymaster@ bhardwick
Can I have a temp admin account so I can look into the issue?
Steven Zahm
Keymaster@ bhardwick
Awhile back when multiple link support for Connections was added, Tile Plus was updated to support this new feature. Old versions of Tile Plus simply forced the the use of the “Visit Website” title. Tile Plus will now use the
Titleset in the in the link. The update process on existing entries was to fill this field in Connections was to set theTitletoVisit Website. Any new entries added after that update would use theURLforTitleif no title was added when entering the entry.So, long explanation short, on the the entries where the URL is shown, enter a value for the
Titlefield in the entry.Hope that helps.
Steven Zahm
Keymaster@ danyelle
Following the instruction in this support forum post should fox the issue for you.
Alternatively and highly recommended, you could update Market to the latest version. The update is free for you and can be downloaded from your purchase history.
The method which templates has changed a while ago, please carefully follow the template update installation instructions.
Hope that helps.
Steven Zahm
Keymaster@ John
The best I can tell from the screenshot is that the theme contains a CSS style which is overriding a CSS style in Form which is causing the gap. I would need to have a link to the page having the issue in order to be able to give you CSS statement that would be able to override the theme’s CSS.
Steven Zahm
Keymaster@ bhardwick
The error is occurring because you have a pretty old version of Tile Plus. You need to update the template to fix the error, the update is free for you and can be downloaded from your purchase history.
The process for template installation has changed quite awhile ago, please carefully follow the template update installation instructions.
Steven Zahm
Keymaster@ Rodger
Make sure you’re using the full string…
For
You are searching within category(ies):
Use:
You are searching within category(ies): %sYou need to have that string placeholder or gettext doesn’t consider it to be the same string.
For many strings in cMap you need to use the str_***** shortcode options, please see this FAQ. This page has the complete list of available options.
I hope that helps!
-
AuthorPosts
