Why is Gravityforms Nested Forms showing view entry links on mini cart for non admin? - gravity-forms-plugin

As the title describes it, Gravityforms Nested Forms is showing view entry links on mini cart. (I don't think it should for non-admins)
Is there any way to hide it?
Screenshot below
https://imgur.com/a/hhnRee7

Related

How to add a search field on top of the master-detail(SplitContainer) without damage the navigation?

My requirement is as the title. Basically there are three parts: Search Page, Master Page and Detail Page.
I want to include all of these pages into one page and make them navigable. I considered Splitter layout but it could loose the navigation?
Any ideas??
Best regards,
Thanks,
I think this is a common requirement. I would suggest a full-screen layout, having a search bar and a result list on the landing/first page. From there, when a list item is clicked upon, you can navigate to the detail page.

Drupal 8 - browser tab title translations for views

I am creating a multilingual site in Drupal 8. The browser tab title for nodes translate, but in a view the titles are all in english.
Currently, the goal is to create one view page and use a URL alias to direct to the other translation views. I have the filter set to content revisions for languages using the "Interface text language selected for page". On these view pages, everything but the title translates.
Is there a way to force the browser tab titles to translate without having to create additional view pages for each language?
Thank you in advance for any advice
If by "browser tab title" you mean Views' title, enable "Configuration Translation" core module, and then click on "Translate" link next to your View ("Operations" column, /admin/structure/views).
If you mean titles of nodes' which you output in a View, then check out settings of a default prebuild "FrontPage" View, because it works just great with content translations, maybe you've just missed some important settings which you can spot there.

AngularJS tab-like behavior for list/detail view on same page where form needs to change based on selected list item

I have a list/detail page which I've based off of this question.
It works perfectly for displaying the information, however, my detail view in this case needs to be a form.
So my question (which I really hope some of you smart folks can help with) is two-fold:
How can I add an active class on the list item I clicked, and remove it once I've "closed" the detail view, or clicked on another list item?
How can I update the form in the detail view, and have the user potentially make changes to that form, and still have it update the correct item in my model?
Imagine a list of phones on the left, with an edit form on the right. The user would choose a phone on the left, change the number in the form on the right, and hit save.
I come from a jQuery background, and I'm still trying to get my head around AngularJS.
Any help would be greatly appreciated.

Nav Bar on form issue

I am having an issue with a custom nav bar item in a form that links to a simple html web resource, for some reason the nav item is only visible to system admins, when I try to view the form with a regular user the nav item is not visible. Is there a privilege somewhere that I am missing? The nav item is in the common section of the form and it links to a web resource in CRM, I already tested and the resource is accessible to the users that cannot see the Nav item.
Download the sitemapeditor from codeplex. You probably need to give certain user rigths to do this. Using the sitemapeditor makes it that you can see how to do this by checking other nodes in the tree. Succes

Concrete 5 summary detail page

The solution is probably not unique to Concrete5 CMS, but I need to build a page with a list of items. Each item would link to a detail page of that item showing a full text description.
Each item on the initial summary page would have the first few lines of the detail page description and a "more" link.
Does anyone know how I could go about doing this in C5?
This is a very common thing to do with Concrete5, and there is a built-in block to handle it -- it's called "Page List".
Note that out-of-the-box, this block doesn't show the first few lines of each page's content, but rather shows the "description" field as entered when creating the page (or editing the page's properties). But I have a free addon available in the marketplace called "Page List Teasers" -- http://www.concrete5.org/marketplace/addons/page-list-teasers -- which adds this functionality to the built-in Page List block.
You can also check out the blog views of the page list - they show how to display an area from another page with all the content blocks they contain, and how to display attributes. You could make a rich text attribute called description then display that as you loop through the list of pages.