trivision
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Customer Reviews] How can I change the submission date of a testimonial?Yes, you can change the date of submission. So far I was able to find out how to change review that has been posted but NOT approved yet. Go under Dashboard -> Customer Reviews. Hover over the date and once you see red pencil click. This should allow you to change Review’s date and other info.
Once the review has been approved you can’t change the date. If you have reviews that have been approved I recommend to delete it and re-post it. Change date and than APPROVE.
glad you found it! I’m sure there are more ways to achieve this. So far we found 2! Good job and thanks for sharing ??
where did you add the css code? were you able to locate your style.css file?
when I work with css elements to assure that I’m applying properties to correct element I often add either background-color: red; or border: 1px red solid;
If you add one of the above properties you should see this reflected on your page. If you don’t see it it means you didn’t apply the css correctly and you might add additional div or class before your
a .yarpp-thumbnail-title {padding-bottom:30px;
background-color: red;}you can add this to any css. You should have style.css inside your Theme folder.
have you tried adding CSS?
a .yarpp-thumbnail-title {padding-bottom:30px;}I solved it myself! ??
I have used CSS to overwrite the space given to display title.
I have added this so now my title is shown in all.
a .yarpp-thumbnail-title {padding-bottom:30px;}I still recommend to use substr(get_the_title(), 0, 90) instead of: get_the_title() to control the length ??
Cheers!
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Can't display results :(Forum: Plugins
In reply to: [Wp-Pro-Quiz] Can't display results :(Thanks again. I went in and all of those were unchecked, I never check any of those boxes so this time I went and I did check all 4 mentioned. I have placed screen shot under the quiz, same location as before.
Still can’t get the results to show. When I’m in dashboard and in edit mode of the quiz, if I click preview results show fine but results don’t show on actual page ??Forum: Plugins
In reply to: [Wp-Pro-Quiz] Can't display results :(Thanks for your time replying. I have WordPress 3.5.1 and WP Quiz Pro 0.24
I have tried basic themes: Twenty Tweleve and Twnety Eleven but nothing worked. I have instereted shrotcode on the page but still nothing ??
Here is my link:https://trivision.tv/blog/sample-page/
Any other ideas? Thanks for all your help!