This topic has 6 replies, 3 voices, and was last updated 10 years, 5 months ago ago by Eva Kemp
Eva, Jack
Can you direct me to a definitive list of shortcodes for Legenda (and any other 8Themes)? I have looked at the documentation, the demo and loaded the sames, and there are many items that are, for instance, in the demo data that are nowhere to be found in the documentation.
Like counters. They are in the demo data, but not the docs or the visual editor.
Is there one main place to look?
Thx, Mike
Hello,
The shortcodes description you can find here and also in our documentation. There is some shortcodes may be missed. We’ll revise them soon and will add missed ones.
If you have a list of shortcodes which are missed in the documentation please send it to us.
Here is shortcode for counter [counter init_value="1" final_value="11000"]
Regards,
Jack Richardson
Jack, et al.,
There is a bug in the Testimonials widget in the slider. It is calling quote2.png with the incorrect path from the css.
/wp-content/themes/legenda/css/style.less:
12101 .top-panel .cbp-qtrotator blockquote {
12102 border-color:#5E5E5E;
12103: background-image: url('images/quote2.png');
12104 }
12105
12106 .testimonials-slider{
12107 position: relative;
12108: background-image: url('/demo/legenda/wp-content/themes/legenda/images/quote2.png');
12109 background-repeat: no-repeat;
12110 background-position: 10px 20px;
the url path should be:
12108: background-image: url('/wp-content/themes/legenda/images/quote2.png');
Can you point me to an example of the testimonials that doesn’t have the frame around it? One that looks a little more attractive? I want the testimonial to appear floating in a full-width box, with the big quote marks faded in so the text can be read. Thanks!
Mike
Hello,
Thank you for notifying about the bug.
Could you please provide us with the link where the testimonials are displayed?
Thank you.
Regards,
Eva Kemp.
https://multi.realkitchenchicago.com/catering/
Can you or jack help to to make this look better?
I would like the quote mark in there, but also remove the frame and be full screen.
Thanks.
Unfortunately I’m unable to log in to admin panel now. Have you changed the password?
Do you want testimonials to be displayed like this?
If so, then you need add this code into custom.css file:
.testimonials-text {border: none;}
.testimonials-slider {background-image: url('/wp-content/themes/legenda/images/quote2.png') !important;
background-position: 10px 85px;}
.vc_custom_1403233036931 {background-color: none !important;}
Regards,
Eva Kemp.
Tagged: definitive, list, persuasive, shortcode, themes, woocommerce, wordpress
The issue related to '‘A definitive shortcode list?’' has been successfully resolved, and the topic is now closed for further responses