Quote Symbol Issue
-
Hello, I am having a curious issue with quote symbols. They work fine on one page but not on 2 others.
Here they work: https://rotemstudio.com/who-am-i/
Here they do not: https://rotemstudio.com/testimonials/
Here do they not: https://rotemstudio.comCan you advise?
-
Hello @jrotem,
Can you please tell me what template do you have for the view here: https://rotemstudio.com ?
To see it go to your dashboard > Testimonials > Views > edit it > scroll down to Style > Template > and choose Default or Modern from there > save. Only these 2 have quotes.Best wishes,
MihaelaThanks for the quick reply! I didn’t know Modern also has the quote symbol but for now all are Default.
Hello @jrotem,
The quotes are missing because you do not have a title for those testimonials.
If you’d like to add them please add the following code in Appearance > Customize > Additional CSS:.strong-view-id-2 .t-slide .testimonial-content::before { font-family: FontAwesome; font-size: 16px; font-size: 1.6em; padding-left: -10px; content: "\f10d"; color: #dedede; font-style: normal; font-weight: normal; text-decoration: inherit; margin-top: 0; padding-right: 20px; text-align: left; }This will fix it.
All the best,
MihaelaGreat, that worked for the homepage.
Can you help as to why the quotes are still not showing here? http://rotemstudio.com/testimonials/I have other CSS for this plugin — is something here conflicting, perhaps?
* Strong Testimonials Slider COntainer*/
.strong-view.default.slider-container.slider-adaptive:not(.slider-mode-horizontal) .wpmslider-viewport {
border: 0px solid #E6E6E6;
}
.strong-view.default.slider-container.slider-adaptive:not(.slider-mode-horizontal) .wpmslider-viewport {
border: 0px solid #ff6600 !important;
margin-bottom: 100px;
background-color: #fff;
border-radius: 30px;
}
.strong-view-id-2 .t-slide .testimonial-content::before {
font-family: FontAwesome;
font-size: 16px;
font-size: 1.6em;
padding-left: -10px;
content: “\f10d”;
color: #dedede;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
margin-top: 0;
padding-right: 20px;
text-align: left;
}Just went to that page but they seems to be displaying.
Here is a screenshot: https://gyazo.com/0948b81cc0031d75e4761ad33d1ff975
Did you find the issue?All the best,
MihaelaNo, they are still not displaying for me despite clearing caches. Same result on other devices.
screenshot: https://cl.ly/e5a533750023It’s odd — if I choose “Modern” they display. When I switch back to Default only the placeholder box shows. Even when I choose “no quote symbol” the empty box shows.
Hope you can help, because this is my favorite testimonials plugin and I’m not looking to switch. π But I must use Default layout.
Thank you!
Hello @jrotem,
Please go to the file where you added this CSS code:
.strong-view-id-2 .t-slide .testimonial-content::before { font-family: FontAwesome; font-size: 16px; font-size: 1.6em; padding-left: -10px; content: "\f10d"; color: #dedede; font-style: normal; font-weight: normal; text-decoration: inherit; margin-top: 0; padding-right: 20px; text-align: left; }And remove it.
Then go to the file where you also added this code:
.strong-view.default .testimonial-heading { background: none no-repeat scroll left center transparent !important; margin-top: 0; padding-left: 0px !important; text-align: left; font-style: normal; }And remove this as well then save the file.
Once you remove these 2 codes it should work.All the best,
Mihaela
The topic ‘Quote Symbol Issue’ is closed to new replies.