Jump to content
Sign in to follow this  
kak8500

Hiding comments on Profiles page

Recommended Posts

kak8500

I purchased the Profiles section and set it up on a "custom page" (wasn't sure how else to do it). I logged in today and my profiles are gone and "custom" is no longer an available type of page. I need content on the page in addition to profiles, and I need to hide comments. Also, there was a bunch of unnecessary padding around the highlight section that contained an image (but the highlight section is also gone from my page). Is there anyone that can help resolve this issue? http://dev.zeriongroup.com/who-we-are/

Share this post


Link to post
Share on other sites
kak8500
Since "custom page" was no longer an option, I tried making it a highlight page and that seems to have worked. It also resolved my "hiding comments" issue. However, there is still a bunch of padding above the highlight area that I don't want there and I'm not sure how to remove it. Thanks!

Share this post


Link to post
Share on other sites
Jackey
No need for a custom page... You can add the profile section to the default page template an hide it by default. Enable the profile and disable the comment or content sections in the meta setting on the page where you want to show the profile.

Share this post


Link to post
Share on other sites
kak8500
Ok, thanks. Then how do I get rid of extra padding around the highlight box? I don't know much CSS, but I'm sure I just need some code to insert in the custom code section. Thanks!

Share this post


Link to post
Share on other sites
kastelic
This is the code currently affecting it: [code]#highlight .content-pad .highlight-area { padding: 50px 15px 60px; }[/code] Just copy this in your custom css box and adjust the numbers, something like this: [code]#highlight .content-pad .highlight-area { padding: 10px 15px; }[/code]

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×