radhika1992
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Bluestreet] Non-responsive image headerHI
Also add the below css code inside the additional css box.
@media (max-width: 1100px){ body .page-mycarousel { background-size: cover !important; }}
For your information We have managed the header image feature in much better way in our pro theme as you need. If you want further you can use.
Feel free to contact us for further assistance.
Thanks & Regards
Webriti support Team
Forum: Themes and Templates
In reply to: [Bluestreet] Non-responsive image headerHi
Thanks for contacting to us.
To make image header image responsive add the below css code inside the appearance >> customizer >> additional css box.
@media only screen and (max-width: 479px) and (min-width: 200px){ .navbar3.navbar-inverse { position: relative; } body .page-mycarousel {padding: 52px 0;} } @media only screen and (max-width: 820px) and (min-width: 480px){ .navbar3.navbar-inverse { position: relative; } body .page-mycarousel {padding: 98px 0;} } @media only screen and (max-width: 1100px) and (min-width: 821px){ .navbar3.navbar-inverse { position: relative; } body .page-mycarousel {padding: 128px 0;} }
Let us know if you have any confusion.
Thanks
Webriti Support Team
- This reply was modified 1 year, 2 months ago by radhika1992.
Forum: Plugins
In reply to: [Webriti Companion] Webriti Companion UpdateHi
We have tested our webriti companion plugin and spasalon theme both are working with latest version of the wordpress.
Let us know what issue are facing with companion pugin and theme, kindly elaborate us so that we can assist you better.
Thanks&Regards
Webrit Support Team
- This reply was modified 1 year, 2 months ago by radhika1992.
Forum: Plugins
In reply to: [Webriti Companion] Webriti Companion UpdateHi
Thanks for contacting to us .
Kindly more elaborate us what issue are you facing with spasalon theme.
So that we can assist you better.
Thanks & Regards
Webriti Support team
Forum: Themes and Templates
In reply to: [Appointment] License KeyHi
Thanks for contacting to us.
You are using premium version of the theme. According to the www.ads-software.com support guidelines we can provide pro product support here.
Pls contact at premium support channel or email at [email protected]
Thanks & Regards
Webriti Support team
Forum: Themes and Templates
In reply to: [Appointment] Lightbox for woocommerceHi
Thanks for contacting to us. You are using the premium version of the appointment theme. According to www.ads-software.com support guidelines, premium product support is not allowed here. Please Post your query on premium support channel or ask query at themes[at]webriti[dot]com
Thanks & regards
Webriti Support Team
Forum: Themes and Templates
In reply to: [Shk Corporate] no option to add Instagram to social iconsHi
Thanks for contacting us. In the lite version, we have added only 3 social icons. Instagram and more social icon features are available in the premium version.Let us know if you have any confusion.
Thanks
Webriti Support team
- This reply was modified 1 year, 6 months ago by radhika1992.
Forum: Themes and Templates
In reply to: [Appointment] Apointment Pro 2.4.3Hi
Thanks for contacting to us. You are using Pro version.
According to the www.ads-software.com support guideline premium product support doesn’t allow here.
Kindly post your query on our premium support channel.
Thanks
Webriti Support Team
Forum: Themes and Templates
In reply to: [HoneyPress] Remove Title PictureHi
Glad to know that its resolved
If you like our theme and support, please rate us here.
Thanks & Regards
SpiceThemes Support
Forum: Themes and Templates
In reply to: [HoneyPress] Remove Title PictureHi
Did the above solution work for you ?
Thanks
Forum: Themes and Templates
In reply to: [HoneyPress] Remove Title PictureHI
Thanks for sharing your website URL. If you want to remove white space gap indicated inside the snapshot .
For this, Go to appearance >> Customizer >> Find the additional CSS box and add the below CSS code inside the custom css box.
.section-module {
padding-top: 20px;
}Change the padding value as needed.
Let us know if you have any confusion.
Thanks
Forum: Themes and Templates
In reply to: [HoneyPress] Remove Title PictureHi
Thanks for contacting to us.
Yes we can remove this white space, Kindly share your website URL so that we can take a look and assist you better.
Thanks
SpiceThemes Support Team
Forum: Themes and Templates
In reply to: [Spice Software] cant activate proHi
Thanks for contacting us. Your query regarding the premium product. According to the www.ads-software.com support guidelines, we can not provide premium product support here.
Kindly ask your query through our premium product support channel.
Thanks & Regards
SpiceThemes Support Team
Forum: Themes and Templates
In reply to: [Quality orange] Limit blog postsHi
Thanks for contacting to us.
To show only 4 latest posts, On the front page follow the given below instruction.
1 Find the template-tag.php file located in your child theme folder >> functions folder.
2 Open the file and find the below line of code on line no 232 .
$quality_orange_args = array('post_type' => 'post', 'posts_per_page' => 6, 'post__not_in' => get_option("sticky_posts"));
Change the posts per page value to 4 or as needed.
Thanks
Webriti Support Team
Forum: Themes and Templates
In reply to: [Spice Software Dark] menu doesn’t work on mobile devicesHi
Clear your browser cache also.
Activate default twenty twenty three theme and check In mobile devices menu is working on not.
Thanks & Regards
SpiceThemes Support Team
- This reply was modified 1 year, 7 months ago by radhika1992.