• Resolved carlicastellani

    (@carlicastellani)


    Using free version – want to hide specific groups from profile pages — is there a way to do that? Didn’t find a shortcode for it or anything else that hides it from the profile page (don’t want default group showing for anyone).

    Also noticed other short codes aren’t working too (like wall or discussion group don’t seem to do anything (are they extension specific?).

    Using version Version 6.4.2 of Wp and PHP should be up to date.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author ProfileGrid Support

    (@profilegrid0)

    Hello @carlicastellani,

    Currently, there is not shortcode to hide a group from profile page. You may hide by applying the custom CSS.

    Wall / Discussions are related to extension and only work if extension is activated and related settings are configured on site.

    I hope this helps, let us know if you have any other questions.

    Thread Starter carlicastellani

    (@carlicastellani)

    Thank you for the clarity. May I ask a favor — can you give me an example of some custom CSS that would hide the default (or other group) from the profile page? I am comfortable entering CSS on a page I just don’t know what would hide a group from showing on the profile page. I will be adding extensions if not the full pro package, as so far this works well for my needs, other than hiding a group.

    Plugin Author ProfileGrid Support

    (@profilegrid0)

    Hello @carlicastellani,

    You can add the following CSS to your site’s theme CSS file:

    .pmagic div#pg-user-group-box-11

    {

    display:none;

    }

    Here, ’11’ is the group ID. You may replace this with your site’s group ID which you want to hide in the profile.

    I hope this helps. Let us know if you have any other questions.

    Thread Starter carlicastellani

    (@carlicastellani)

    Unfortunately, that CSS didn’t work to hide the group from the profile page (I put in it’s number, 6). I am brainstorming another way to do what I need — which is for an account/profile page to show just the groups the person is enrolled in, but *not* the default one (even if default is renamed, I have no use for it). And I am still getting a lot of spam registrations even tho I am using Profile Grid Premium and integrated with Registration Magic. I would consider a cusstom solution but don’t have much of a budget, having spent it on the premium plugin. Any suggestions appreciated, hoping to make something work so it wasn’t a waste of money. Thanks.

    Thread Starter carlicastellani

    (@carlicastellani)

    Actually, some of the features of the premium I am definitely going to be putting to use, like the menu restrictions — so just wanted to add that as I was feeling like nothing was right earlier and now I am working things out. See other message tho on I have a couple of things I would love to get tweaked somehow. Another area I would love a tweak on is the group wall post — I would love to be able to have it so you don’t have the drop-down of other groups to add a post to, I would want the post to be just for one specific group you are in.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Shortcodes etc not working’ is closed to new replies.