rishi911
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [BusiCare] Search Box Results Read More LinkHi,
We have released the new update of theme 1.1.3.
Kindly update the theme and the error will resolve.Thanks
RishabhForum: Themes and Templates
In reply to: [BusiCare] Search Box Results Read More LinkHi, bezzaman
It is a minor issue of PHP tag in the code, thanks for mentioning this.
We are fixing this issue and release the new update by tomorrow.
I will let you know once the update will release.Thanks
RishabhForum: Plugins
In reply to: [Spice Box] Update JQuery compatibilityHi, chi110r
Thanks for contacting us!
Can you please let us know you are using the plugin for which theme?
Thanks
RishabhForum: Themes and Templates
In reply to: [HoneyBee] Multiple H1 tagsForum: Themes and Templates
In reply to: [HoneyBee] Page titleForum: Themes and Templates
In reply to: [HoneyBee] Page titleTo show the post category instead of the post title, you need to add the below code in the breadcrumbs.php file after line no. 108. See the screenshot.
else if ( is_single() ) { if(has_category()): echo '<h2 class="text-white">'; foreach((get_the_category()) as $category) { echo $category->cat_name . ' '; } echo '</h2>'; endif; }
Let me know for any confusion!
Thanks
RishabhForum: Themes and Templates
In reply to: [HoneyBee] Multiple H1 tagsThis code is coming from the parent theme. The file name is breadcrumbs.php. It is located in the folder inc/breadcrumbs in the theme.
Thanks
Forum: Themes and Templates
In reply to: [HoneyBee] Page titleHi, redflo
Thanks for contacting us!
The page title section is showing the title of the pages, posts, etc.
There is a setting to change the title of the blog page title, if you want to change it Go to Appearance >> Customize >> HoneyPress theme options >> Blog Page and change the main title.
If you want to hide them you need to write the custom CSS, we will provide this.Thanks
RishabhForum: Themes and Templates
In reply to: [HoneyBee] Multiple H1 tagsHi, redflo
Thanks for contacting us!
Can you please let us know either you want to change the H1 for the page title to H2 or remove the page title from the theme?
Thanks
RishabhForum: Themes and Templates
In reply to: [HoneyPress] Slight Borders in Footer WidgetForum: Themes and Templates
In reply to: [Innofit] hide blog page titleHi, nesnajkneh
Thanks for contacting us!
To do this, add the given below custom CSS in the Additional CSS box:
.page-title, .page-breadcrumb { display:none; }
I hope it will work for you.
Thanks
RishabhForum: Themes and Templates
In reply to: [Innofit] Header/menu colorForum: Themes and Templates
In reply to: [Innofit] Header/menu colorTo do this, add the given below custom CSS code in the Additional CSS box:
@media (max-width: 1100px) { body.page .navbar-custom, body.woocommerce .navbar-custom, .archive .navbar-custom, .search .navbar-custom, .single .navbar-custom, body.blog .navbar-custom, .error404 .navbar-custom { background-color: #2a83e8; } .navbar-collapse, .navbar-collapse.collapse.in { background-color: #2a83e8 !important; }}
I hope it will work for you.
Thanks
RishabhForum: Themes and Templates
In reply to: [Innofit] Header/menu colorHi, nesnajkneh
Thanks for contacting us!
To change the color of the header, Go to Appearance >> Customize >> Additional CSS and add the given below custom CSS code:
body.page .navbar-custom, body.woocommerce .navbar-custom, .archive .navbar-custom, .search .navbar-custom, .single .navbar-custom, body.blog .navbar-custom, .error404 .navbar-custom { background-color: #2a83e8; }
You can change the value of the background-color as per your need.
And if you want to change the color of the menus, there is a setting for this in the customizer. Go to Customizer >> Color & Background >> Primary Menus
Thanks
RishabhForum: Themes and Templates
In reply to: [HoneyPress] Slight Borders in Footer WidgetHi, nerdmagnetshop
Thanks for contacting us!
To do this, Go to Appearance >> Customize >> Additional CSS and add the given below custom CSS code:
.footer-sidebar .widget { box-shadow: none; }
I hope it will work for you.
Thanks
Rishabh