northofhades
Forum Replies Created
-
Forum: Themes and Templates
In reply to: TwentyEleven custom page template for full width pageWell! I found the answer, it’s buried in other posts on the topic, but for anyone stumbling across this one first, there are several ways. I appended the css file, and this is how to specify it to the page template:
.page-template-templatefilename-php .entry-header,
.page-template-templatefilename-php .entry-content,
.page-template-templatefilename-php footer.entry-meta,
.page-template-templatefilename-php #comments-title {
width: 100%;
}or you could just change the css file, and make it specific to an individual page, like so:
.page-id-123.singular .entry-header,
.page-id-123.singular .entry-content,
.page-id-123.singular footer.entry-meta,
.page-id-123.singular #comments-title {
width: 100%;
}Who knew it could be that easy? I hope somebody else finds this useful.
Forum: Plugins
In reply to: [WP Customer Reviews] Sidebar widget placement for reviewsThanks for the offer, but I’m setup on localhost right now.
I did not get the cycle to work, but I was playing with the settings in the [WPCR_SHOW POSTID=”all” NUM=”3″ SNIPPET=”100″ MORE=”” HIDECUSTOM=”0″ HIDERESPONSE=”0″] line, and I think I found something that will work for me.
Do you know how I would set the reviews (like the first 3 or something) that I could set as permanent? I know I can just paste the quotes directly into a text widget, but I would like to have the flexibility to have them show the most recent or a set of fixed ones.
And again, thanks for the offer for troubleshooting support.
Forum: Plugins
In reply to: [WP Customer Reviews] Sidebar widget placement for reviews@ddubbua I’m trying to follow the directions you gave on your link (to add cycle) but I am not familiar at all with javascript. What do I do with the downloaded code from the jquery site? I was guessing that I copy and paste it in a file called cycle.js in my childtheme folder, but that doesn’t seem to be it.
Thanks for your help, the monkeybarstorage testimonials look slick.