Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Contributor Chris Dillon

    (@cdillon27)

    Try

    .testimonial-heading {
      line-height: 29px;
    }

    You have

    .strong-view-id-6 .testimonial-inner {
        background: transparent linear-gradient(to bottom, #FBFBFB 0%, #EDEDED 100%) repeat scroll 0% 0%;
    }

    Add the other view:

    .strong-view-id-6 .testimonial-inner,
    .strong-view-id-7 .testimonial-inner {
        background: transparent linear-gradient(to bottom, #FBFBFB 0%, #EDEDED 100%) repeat scroll 0% 0%;
    }

    Or add the gradient to all views:

    .strong-view .testimonial-inner {
        background: transparent linear-gradient(to bottom, #FBFBFB 0%, #EDEDED 100%) repeat scroll 0% 0%;
    }

    Or use the “light gray gradient” preset in the Background option for each view.

    Thread Starter Bidibodi

    (@bidibodi)

    It does not work even with .testimonial-heading.
    I never entered .strong-view-id-6-.testimonial inner anywhere, but I have configured everything by Views

    Plugin Contributor Chris Dillon

    (@cdillon27)

    My mistake. It looked like some custom CSS.

    Does view id 7 have the background set to “light gray gradient”?

    Try

    h3.testimonial-heading {
      line-height: 29px;
    }

    Thread Starter Bidibodi

    (@bidibodi)

    It does not work even with h3. Yes, the view 7 is set to light gray.

    Thread Starter Bidibodi

    (@bidibodi)

    This is my code:
    <div style=”float: left; text-align: justify; width: 50%; padding:20px”>
    <h2>My spouses…</h2>
    [testimonial_view id=6]</div>

    <div style=”float: right; text-align: justify; width: 50%; padding:20px”>
    <h2>…and who knows me</h2>
    [testimonial_view id=7]</div>

    Plugin Contributor Chris Dillon

    (@cdillon27)

    Thanks.

    Where are you entering the testimonial-heading code?

    Are you using a caching or minifying plugin?

    Thread Starter Bidibodi

    (@bidibodi)

    I flushed mu cache, and I don’t use minify plugins

    Plugin Contributor Chris Dillon

    (@cdillon27)

    It seems you found a bug with two views on the same page. I will work on it.

    Where are you adding the .testimonial-heading CSS?

    Thread Starter Bidibodi

    (@bidibodi)

    Wow! ??
    I’m adding it in style.css file, from administrator -> Aspect -> Editor

    Plugin Contributor Chris Dillon

    (@cdillon27)

    Rebecca child theme, yes? I don’t see it in the page source which is why I asked about caching.

    Thread Starter Bidibodi

    (@bidibodi)

    Yes, in rebecca child…

    Plugin Contributor Chris Dillon

    (@cdillon27)

    Here’s a copy of the style.css I get:
    https://gist.github.com/cdillon/034dc99d4d23b6547d88
    I don’t see .testimonial-heading.

    A child theme is the best approach but let’s try a plugin like Simple Custom CSS just to see what happens.

    Thread Starter Bidibodi

    (@bidibodi)

    That’s ok Now: it was my CDN. Thank you

    Plugin Contributor Chris Dillon

    (@cdillon27)

    Good. The gradient bug is fixed in version 1.25.5.

    Thread Starter Bidibodi

    (@bidibodi)

    You’re great. Thank you very much

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Can't see quota in The title’ is closed to new replies.