Forum Replies Created
-
AuthorPosts
-
Themes CaliberKeymaster
Hi,
You can remove those section from the Appearance -> Customize -> Theme settings -> Open the section you want to disable. And check the radio button to disable.
Thanks
Themes CaliberKeymasterHi,
Kindly unset the highlight color from customizer.
Go to Appearance –> Theme Setting –> Typography Setting –> Highlight color (It will change it globally)Thanks
Themes CaliberKeymasterHello
You can do this by adding the below code to your function.php file
Go To Appearance >> Editor >> Function.php
Paste the code at the end of file
add_filter( ‘woocommerce_billing_fields’, ‘wc_npr_filter_phone’, 10, 1 );
function wc_npr_filter_phone( $address_fields ) {
$address_fields[‘billing_phone’][‘required’] = true;
return $address_fields;
}Hope this helps
ThankyouThemes CaliberKeymasterHi,
Child Theme is basically used to add your own functions and add CSS according to your requirement.
You can add or create new sections accordingly by using hooks as a function in your function.php file
If anything troubles you feel free to ask anything about our theme
Thankyou
Themes CaliberKeymasterHi Giovanni,
Go to Appearance >> Menu >>
1.) Create a menu name it anything you want
2.) Select options/ Pages you want to display on your front panel.
3.) At the bottom of the page, you can find three checkboxes:- check the primary menu
4.) Click on save menuHope this helps
Thankyou
Themes CaliberKeymasterHi,
Thank you for asking the query, and you got yourself a right plugin for your gallery,
If you know something about the programming you can activate the child theme which would be available on our portal https://www.themescaliber.com/
In the download section
Child theme Allows you to alter CSS according to your need and add the functions which would very easy to use.
Hope this helps
Themes CaliberKeymasterHi rickg013,
Thank you for letting us know about your issue
1.)If you would like to change the CSS you can do it by
GO TO >> Appearance >> Editor >> (there you can find the style.css file)
go to line no. 4118
there you can find
.med-header {
background: #e22626; // change color code here
margin-top: 7%;
}2.) It is difficult to find which lightbox plugin you are using and most of the features are not provided in the demo version
https://wordpress.org/plugins/lightbox-slider/
check out for the above link
Thankyou
Themes CaliberKeymasterHi
We are working on the mega menu thing, These features will be available soon in our template, as soon as we update our theme, we will notify you by email
till then you can try for different plugin available at https://wordpress.org/plugins/
Thankyou
Themes CaliberKeymasterGo to Dashboard >> Appearance >> Widget >> (Find option for footer 1, footer 2, footer 3, footer 4)
For the 4 respective columns
There You can drag the content like (navigation menu, Image, Calendar, Blog Audio etc)
and save the changes
Hope this helps
Themes CaliberKeymasterThank you for your response Mrs. Jain
Themes CaliberKeymasterHi Mrs. Jain,
The request you are asking for will change the default theme layout but still if it helps with your website we can do that by changing some functionalities on to your personal portal.
Hope this helps
Thank you
- This reply was modified 6 years, 10 months ago by Themes Caliber.
Themes CaliberKeymasterHi Carlo,
kindly go through the documentation on http://themescaliber.com/doc/tc-ecommerce-shop-documentation/
Go through the theme setup throughly
If possible send us the url of your website to checkout what exactly the problem is.
Hope this helps
Regards
Team http://www.themescaliber.com/Themes CaliberKeymasterIf you want to send the screen shot send it at support@themescaliber.com
thankyou
Themes CaliberKeymasterThat’s because you have created a new page named stencil.
you need to add product categories to you under your menu named shop not the pages if you add product categories it will automatically shows products under that page like http://wordpress.thepeekaboodesigns.com/product-category/stencil/
one of the demo is done for you you. The product demo is removed.
upload a image from media section and you can find the url below it copy that url and paste it where @@@ symbol appears
go to widget click on text >> add it to footer 1 >> select text from text or visual write there
Image link
save it
hope this helps
- This reply was modified 6 years, 11 months ago by Themes Caliber.
- This reply was modified 6 years, 11 months ago by Themes Caliber.
- This reply was modified 6 years, 11 months ago by Themes Caliber.
- This reply was modified 6 years, 11 months ago by Themes Caliber.
Themes CaliberKeymasterHi Mifthah,
Thanks for your warm Greetings we would always there for our client satisfaction and we are really very happy that you have choose our platform to grow your business
thankyou
Regards
Team http://www.themescaliber.com/ -
AuthorPosts