akhileshnagar
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [WPKites] how remove category tittleHi @malicie
Thanks for contacting to us.
For this follow the given below instruction.
1 Find the breadcrumbs.php file located in your theme folder >>inc folder >>breadcrumbs folder.
2 Open the file and find the below line of code on line no 83.echo '<h1>'. ( esc_html__('Category: ','wpkites' ).single_cat_title( '', false ) ) .'</h1>';
3 And Replace it with below line of code.
echo '<h1>'. ( esc_html__('','wpkites' ).single_cat_title( '', false ) ) .'</h1>';
Let me know if you have any confusion.
Thanks
AkhileshForum: Reviews
In reply to: [Spice Software Dark] break your site with thisHi
Thanks for contacting to us.
We have checked our theme, The Theme is working fine at our end. Let me know are you using any plugin if yes kindly deactivate all plugin one by one and check your issue resolve or not bz it may be any plugin conflicting with you end.
Pls also share your website URL, So that we can check whats going wrong with your end.Thanks
SpiceTheme Support Team.Forum: Themes and Templates
In reply to: [OliveWP] Error 500 – While importing Starter SiteHi
Did your query resolve ?
ThanksForum: Themes and Templates
In reply to: [OliveWP] Error 500 – While importing Starter SiteHi
I have test at our end, The starter sites are importing at our end.
Kindly let me know which starter site you are importing .
Pls clear your browser cache and and also reset your wordpress database then try.Feel free to contact us for further assistance.
Thanks
Akhilesh- This reply was modified 2 years, 5 months ago by akhileshnagar.
Forum: Themes and Templates
In reply to: [SpicePress] Mobile menu doesn’t workHi
Glade to know that its resolve.
If you like our theme and support pls give your valuable review here.Thanks
AkhileshForum: Themes and Templates
In reply to: [SpicePress] Mobile menu doesn’t workHi
Thanks for contacting to us.
Let me know are you using any plugin if yes kindly deactivate all plugin one by one and check your issue resolve or not bz it may be any plugin conflict with the theme.Thanks
AKhileshForum: Themes and Templates
In reply to: [OliveWP] Error 500 – While importing Starter SiteHi
Thanks for using our theme.
To import free starter site refer below help docs link.Let me know for any confusion.
Thanks
AkhileshForum: Themes and Templates
In reply to: [SpicePress] “Back to Top” and “Title” Buttons Missing IconsHi
Pls share your website URL, so that we can take a look and assist you better.Thanks
AkhileshForum: Themes and Templates
In reply to: [SpicePress] “Back to Top” and “Title” Buttons Missing IconsHi
The icon you indicated inside the snapshot its showing perfect at our end.
See the snapshot https://prnt.sc/bRDU-wF5F39j
Let me know are you using any plugin if yes kindly deactivate all plugin one by one except spicebox and check your issue resolve or not bz it may be any plugin conflict with the theme.
Feel free to contact us for further assistance.
Thanks
PrimeForum: Themes and Templates
In reply to: [SpicePress] “Back to Top” and “Title” Buttons Missing IconsHi @quynhng
Thanks for contacting to us.
Pls send me the snapshot of the area where the icon is missing.
So that we can take a look of snapshot and assist you better.
Thanks
SpiceThemes SupportForum: Themes and Templates
In reply to: [HoneyPress] How can I make header sticky at the top too?Hi
TO fix the jumping issue add the below css code inside the customizer >> additional css box.@media (max-width: 600px){ .navbar .navbar-toggler { margin-bottom: 0px; } nav.navbar.navbar-expand-lg.navbar-light.header-sticky { margin-bottom: 25px; } }
Let me know for any confusion.
Thanks
AkhileshForum: Themes and Templates
In reply to: [HoneyPress] How can I make header sticky at the top too?Hi
For this add the below css code inside the customizer >> additional css box.@media only screen and (max-width: 600px) { .stickymenu { z-index: 999; } }
Let me know for any confusion.
ThanksForum: Themes and Templates
In reply to: [WPKites] chance the header on pagesHi
To remove welcome to text add the below css code inside the additional css box..breadcrumb-overlay h3.theme-dtl { display: none; }
Let me know for any confusion.
ThanksForum: Themes and Templates
In reply to: [WPKites] Quote block wrapping and citation typographyForum: Themes and Templates
In reply to: [WPKites] Quote block wrapping and citation typographyHi
Thanks for contacting to us.
TO set word break add the below css code inside the customzier >> additional css box.blockquote { word-break: initial ! important; }
Let me know for any confusion.
Thanks
Akhilesh