RadiusTheme
Forum Replies Created
-
Thanks a lot!!
Hello,
The testimonial slider background color is generated from theme slider JS. We have recently updated the testimonial slider with Swiper slider. the theme slider also uses the same JS library. Please check the below screenshots for your reference:
Home Top slider also has the background color: https://prnt.sc/wneQh3OjPFGO
Home testimonial slider is also affected with this background color: https://prnt.sc/GdtHI81RgDDo
The theme slider JS file reference: https://prnt.sc/D1X-gWU59Ipd
The simplest solution would be copying the below CSS rule in Appearance=> Customizer => Additional CSS:
.home .tss-wrapper .tss-even .tss-grid-item { background: transparent !important; }Thanks
- This reply was modified 4 years, 2 months ago by RadiusTheme.
- This reply was modified 4 years, 2 months ago by RadiusTheme.
Hello,
For Envato Theme support don’t post here create ticket in our website.
Thanks
Please try this CSS
.rt-team-container .layout1 figure { text-align: center !important; }Thanks
Forum: Reviews
In reply to: [Team - Team Members Showcase Plugin] Exactly What I needed and Great SupportThanks a lot !!
Thanks too!!
Please post a rating it will help us to grow.
Thanks too !!
Hello,
Please write a custom CSS code in Appearance => Customize => Additional CSS
.rt-team-container .img-responsive { width: auto !important; }Let me know how it work.
Thanks
Hello,
Yes by filter can do this
Add below code in child theme functions.php file to remove this two options –
add_filter('rtcl_listing_orderby_options', function ($options) { unset($options['title-asc']); unset($options['title-desc']); return $options; });Thanks
Hello,
I can not visit the page it tell 404.
Please check the link.
Thanks
Hello,
Can you please send me screenshot where show this message?
Thanks
Thanks a lot !!
Hello,
Right now we don’t have this option I noted will add this in next version.
Thanks
Hello,
In display we don’t have condition we have from enter has condition see Settings => Moderation 2.23 https://www.radiustheme.com/docs/main-settings/moderation/
You want only for mobile or desktop also? please create a new topic with url then I will check if can control by CSS. Will give you custom CSS.
Thanks
Hello,
I already replied you another topic. We already build the addon now testing hopefully can release next week.
Thanks