Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter northofhades

    (@northofhades)

    Well! 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.

    Thanks 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.

    @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.

Viewing 3 replies - 1 through 3 (of 3 total)