Jump to content
Sign in to follow this  
queezy

PlatformPro: Enable Comments on Page / Set Carousel Background to Transparent

Recommended Posts

queezy

I'd appreciate help with fixing the following areas: 1) The page (http://purespacemountainretreat.com/comments) needs carousel and comments enabled. I've created a "Pics & Comments" page using Carousel Page template with (page edit/main content area/hide comment form checkbox) = unchecked. For some reason the comment form does not show up on the site page. An alternate I tried was creating a post just for comments, and in (settings/reading) I pointed posts page to "Pics & Comments" page but the carousel could not be enabled. I'm fine with either solution as long as both comment form and carousel are enabled on the page. 2) Can I make the background color in the carousel transparent without effecting the existing menu bar element background color? And can you tell me how to enlarge the thumbnail images? Thanks a bunch.

Share this post


Link to post
Share on other sites
queezy

Of course just as I send for help a moment of clarity hit. 1) I just deduced that comments form, while can be enabled on page default template, cannot be enabled on page carousel theme. I went to pageline/template setup and added carousel to the default page template, then hid carousel on all site pages except "pics & comments". Now it works! Still need assistance with enlarging the thumbnails in carousel and changing only carousel background color to transparent. Thank you.

Share this post


Link to post
Share on other sites
kastelic

To make the carousel transparent, paste in Custom Code -> Custom CSS:

#carousel .content-pad {background:transparent}
and the carousel images:
	#carousel img {
	width:150px;
	height:100px;
	}
	

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  

×