HTML Line Breaks and Groups
-
Hi Kento,
Your plugin is exactly what I’ve been searching for to contol access to HTML category descriptions on a private client portal. Everything works as described, so no complaints about the functionality.
The only issue I’ve noticed is that extra line breaks are inserted where I’ve placed the shortcode, thus leaving empty gaps between divs. This is occurring across all browers when nesting shortcodes to restrict access to specific fields to a sub group of users.
Here’s an example of the code I’m using – note the restriction of all content to registered users, and further restriction of the Gravity Form to a sub-group of users:
[groups_member group="Registered"] <p>Example text viewable by "Registered" group members</p> [/groups_member] [groups_member group="Formview"] <strong>Private Form</strong> <br /> <img src="https://www.website.com/images/image.jpg"> <br /> [gravityform id="1" name="Gravity Form" title="false" description="false" ajax="true"] [/groups_member] [groups_member group="Registered"] <p>Example text viewable by "Registered" group members</p> [/groups_member]
In this example, the two
tags are still being computed even though they are wrapped by a nested shorcode. If I remove the nested “Formview” shortcode and just restrict the content to “Registered” users, the line breaks still display.Any thoughts?
- The topic ‘HTML Line Breaks and Groups’ is closed to new replies.