Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor Michael Cannon

    (@comprock)

    See FAQ for CSS debugging.

    Thread Starter amenret

    (@amenret)

    Hello Michael,

    Thanks for the tips. The font is fixed now. It could be new style that was introduced in latest 3.1.1 bootstrap since I use the wp_enqueue_style( ‘ecohost-bootstrap’, ‘//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css’ );

    Since I upgraded the Testimonials plugin last night. It’s stuck at the same testimonial till I reload the page then it will got next. The fade out effect still works then it becomes empty space. Looks like time out.

    https://www.amer.net

    Is it javascript conflict?

    Please advise how to fix it.

    Thank you!

    Charles

    Plugin Contributor Michael Cannon

    (@comprock)

    I see that bootstrap uses .hide with a !important. As such, it’s overriding testimonials’ styling.

    So it seems that the .hide class name needs to change.

    Please try replacing the plugin with this https://github.com/michael-cannon/testimonials-widget/archive/2.18.3RC1.zip.

    Thread Starter amenret

    (@amenret)

    Hello Michael,

    That did it. Thank you so much for your help.

    Thanks again!

    Charles

    Thread Starter amenret

    (@amenret)

    Hello Michael,

    Very minor thing. I realized the line breaks right after and before the double quote sign.

    I checked all the testimonials pages and it’s just simple <p> paragraph format and nothing else.

    Is it related to the style got updated as you noticed?

    Thanks!

    Charles
    https://www.amer.net

    Plugin Contributor Michael Cannon

    (@comprock)

    Charles,

    It seems that your content includes p tags directly. Remove those.

    Thread Starter amenret

    (@amenret)

    Hello Michael,

    Thanks! For some reason, the visual editor kept adding the <P> and </BR> tags at the end.

    I had to toggle to txt editor to take it out then switch back to visual editor to update the file in order to keep the format. Really weird ??

    Quick question, the alignment is one line off compared to “OUR SERVICES” paragraph. Is it related to the css got updated? Is it possible to adjust it so it’s like before or I have to change on my end. I tried to align it by adding
    but it’s still off.

    https://www.amer.net

    Thanks again!

    Charles

    Plugin Contributor Michael Cannon

    (@comprock)

    Try…

    .testimonials-widget-testimonial blockquote {
    	border-left: none;
    	padding: 0;
    }
    Thread Starter amenret

    (@amenret)

    Hello Michael,

    Thanks for the help. I tried it and I like the current one better even though it’s off by one line compared before.

    I like the border and padding. I compared the older version testimonials-widget-2.14.0.css and saw there’s .bx-wrapper .bx-viewport.

    I tried to rename it to testimonials-widget.css and you already knew the come out will be since I’m not programmer. ??

    I will leave it as is since you have helped me so much already.

    I’m very grateful for your help!

    Charles

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Font size got changed after upgrade’ is closed to new replies.