Themescaliber
Forum Replies Created
-
Forum: Reviews
In reply to: [Logistic Transport] Ruined my website after updateHello,
If you want to get any extra settings or changes done in Customizer, then you can do it by creating a separate child theme. So, if you update the theme then those settings and changes will not be lost from the customizer.
Thank You.
Forum: Themes and Templates
In reply to: [Pet Animal Store] erase the search widget in the nav barHello,
To erase the search widget in the main menu, follow the below steps.
Step 1: Go to dashboard >> Appearance >> Customize >> Additional CSS
Step 2: Add below CSS in additional CSS.
#header .searchbg{
display:none;
}
#header .menubg{
width:100%;
}Thank You.
Forum: Themes and Templates
In reply to: [Pet Animal Store] missing layout (layout/theme.liquid)Hello,
To set the theme layout please follow the below documentation link
https://themescaliber.com/demo/doc/free-tc-pet-shop/Thank You
Forum: Themes and Templates
In reply to: [Logistic Transport] Setup Home Page TemplateHello,
There is no setup wizard you have to setup theme manually by using post and pages.
Follow below documentation.
https://themescaliber.com/demo/doc/free-tc-logistics-transport/
Thank You.
Forum: Themes and Templates
In reply to: [Interior Designs] Slider Image SizeHello,
As we have studied you are using high resolutions images for the slider so that it is not uploading please compress images and then try to upload.
Thank You.
Forum: Themes and Templates
In reply to: [Advance Blogging] Slider + category section missingHello,
To show the slider and category section on the home page, follow the below steps.
For slider section:
Step 1: Go to dashboard >> Pages >> Add New – create a home page and select a page template as a Custom Home Page and publish it.
Step 2: Go to dashboard >> Customizer >> Homepage Settings – Select a Static Page and publish it. Step 3: Go to dashboard >> Customizer >> Theme Settings >> Slider Settings – Select slider pages. – Click on the checkbox to show the slider and publish it.For category section:
Step 1: Go to dashboard >> Posts >> Categories – create a new category and publish it.
Step 2: Go to dashboard >> Posts >> Add New – Create a new post and select the category that you have created, same for other posts. Step 3: Go to dashboard >> Customizer >> Theme Settings >> Category Post – Select the Category that you have created to display Post and publish it.Thank You.
Forum: Themes and Templates
In reply to: [Sauna Lite] Change mobile menu background colorYou can use this css to change the header text color of the dashboard, please follow the below steps.
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste below css here.
#wpadminbar a{
color: #ffffff !important;
}Thank You.
Forum: Themes and Templates
In reply to: [Sauna Lite] Change mobile menu background colorHello,
To change the mobile menu header color, please follow the below steps.
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste below css here.
.side-menu{
background-color: Add color code here !important;
}To change the footer text color, please follow the below steps.
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste below css here.
.copyright p{
color: Add color code here !important;
}To change the header text color of the dashboard, please follow the below steps.
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste below css here.
.wp-admin a{
color: #ffffff !important;
}Thank You.
Forum: Themes and Templates
In reply to: [Logistic Transport] Warning: Use of undefined constant phpHello,
This is a free theme support forum and the issue you have mentioned is of a premium theme, so you have to mail it to the premium theme support forum.
Thank You.
Forum: Themes and Templates
In reply to: [Sauna Lite] Change mobile menu background colorHello,
To change the background color of header, please follow the below steps.
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste below css in additional css.
#header{
background-color: Add color code here !important;
}To make the menu font bigger, please follow the below steps.
Go to Dashboard >> Appearance >> Customize >> Theme Settings >> Header Section >> Navigation Font Size, here you can change the menu font size.
To change the paragraph color of whole theme, please follow the below steps.
Go to Dashboard >> Appearance >> Customize >> Theme Settings >> Color / Font Pallete >> Paragraph color, here you can change the paragraph color.
Thank You.
Forum: Themes and Templates
In reply to: [Township Lite] Navigation menu not displaying properlyHello Rintesh,
We are glad to know that your problem is solved.
Thank You
Forum: Themes and Templates
In reply to: [Township Lite] Navigation menu not displaying properlyHello Rintesh,
We have checked your site, the menus and the right sidebar is displaying properly. Can you please send us a screenshot of this? So, we can help you to resolve the issue.
Thank You
Forum: Themes and Templates
In reply to: [Pet Animal Store] Modify Top HeaderHello Jacquied,
To make the topbar smaller, you have to reduce topbar height.
To change the top header height, please follow the below steps.
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste below css in additional css.
.topbar{
height: add height here in px;
}Thank You.
Forum: Themes and Templates
In reply to: [Township Lite] Change color of mobile menuHello,
To change the mobile menu color, you have to paste the below css in additional css and after that, you have to enter the color code.
.sidebar, .primary-navigation ul ul a:hover, .primary-navigation ul li a:hover{
background-color: Add your color code here;
}Thank You
Hello,
If you are using elementer plugin, elementer plugin does not contain updated font awesome so that you have to install below WP font awesome plugin.
https://www.ads-software.com/plugins/font-awesome/
Thank You