luzuk Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Nikhar Spa Salon] Top Nav will not display on MobileHello @redfox442 ,
We have checked the theme and menus are working properly. Please check your theme is updated or not.
Thanks.
Forum: Themes and Templates
In reply to: [Nikhar Spa Salon] Top Nav will not display on MobileHey @redfox442 ,
Follow below steps
Steps 1. Go to Dashboard >> Appearnace >> Menus >> Create new menu >> Add menus >> Select “primary menu” from bottom of the dashboard >> Save it.
Thanks.
Forum: Themes and Templates
In reply to: [LZ Cleaning Services] Style sheet not foundForum: Themes and Templates
In reply to: [Expert Lawyer] Problema con i temi WpHello @dudu85 ,
Benvenuto! se hai bisogno di altro aiuto, puoi inviarci la tua richiesta, ti aiuteremo.
Thanks.
Forum: Themes and Templates
In reply to: [Expert Lawyer] Problema con i temi WpHello @dudu85 ,
Follow the below steps to set up your homepage
For Top bar settings
Step1. Go to dashboard >> Appearnace >> Customize >> Theme Settings >> Top Bar >> Add your contact details which will display in top header >> publish it.
For Social media
Step1. Go to dashboard >> Appearnace >> Customize >> Theme Settings >> Social Icons >> Add your social media link. >> publish it.
For Custom Homepage
Step1. Go to dashboard >> pages >> Add new page >> Add title as “Home” >> add page attribute from right sidebar “Custom Home” >> Publish it.
Step2. Go to dashboard >> Settings >> Reading >> Check to Static page >> Select “Home” page >> Save changes.
For Slider Section
Step1. Go to dashboard >> pages >> Add new page >> Add title, content and featured image >> Publish it.
Step2. Go to dashboard >> Apperance >> Customize >> Theme Settings >> Slider Settings >> Select the above page >> publish it.
Note:- Select 4 different pages in slider settings, also click twice show/hide button.
For About us Section
Step1. Go to dashboard >> Post >> Add new post >> Add title, content and featured image >> Publish it.
Step2. Go to dashboard >> Appearnace >> Customize >> Theme Settings >> About Us >> Select the above post >> publish it.
Thanks
Forum: Themes and Templates
In reply to: [Hexagon] Larger Logo?Hello @frostdale ,
Add the below in additional CSS
@media screen and (min-width: 48em) {
.custom-logo-link img {
max-width: 240px;
}
}Forum: Themes and Templates
In reply to: [Hexagon] Larger Logo?Hello @frostdale,
You have to add the below code in additional CSS, not in single-pages.
@media screen and (min-width: 48em) {
.custom-logo-link img {
max-width: 450px;
}
}Thanks.
Forum: Themes and Templates
In reply to: [Negocio Business] How to Remove/Disable Moblie Menu on DesktopHello @aschm27 ,
We have checked your site but there is no mobile menu in desktop layout. It is their from tablet to mobile media.
Thank You.
Forum: Themes and Templates
In reply to: [Hexagon] How to slow down the sliderHello @frostdale ,
Please add the below CSS in your customizer additional CSS. it will
slow down your slide speed..carousel-item { transition-duration: 2s; }
Thanks.
Forum: Themes and Templates
In reply to: [LZ Cleaning Services] Formatting errorsHello @stevenjdavies ,
Could you please share the screenshot, so that we can figure out your problem.
Thank You
Forum: Themes and Templates
In reply to: [Expert Carpenter] Changing font color of title page in WPHello @sergioman ,
Go to Appearance >> Customizer >> Additional css, and paste the below
css #comments label{ color: #fff; }Thank You
Forum: Themes and Templates
In reply to: [LZ Cleaning Services] Mobile Menu Icon MissingHello,
It seems that you are using Elemetor plugin, thats why the icons are
not appearing. To show icons you have to use Font Awesome Plugin.Below is the plugin link, https://www.ads-software.com/plugins/font-awesome/
Thank You
Forum: Themes and Templates
In reply to: [Panadero Bakery] Demo Information DownloadHello @juninho_14 ,
You can set this theme like screenshot, just set front page template as a “Homepage” template then it will look like as theme screenshot,
Thank YouForum: Themes and Templates
In reply to: [LZ Computer Repair] Modifying Search OptionsHello @iryna9
Yes! You can modify search option, but you have to modify it by
coding, you have edit in header.php file.Thanks