harishlodha122688
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Quality] Remove sidebarHi,
Thanks for using our theme.
First of all create a “Child_Theme” using this link.
After creating a “Child_Theme” copy the “index.php”
and “page.php” file from your Core Theme” directory into your “Child_Theme” directory.
Now open “page.php” file from your “Child_
Theme” directory and find the given below line of code snippet.<?php comments_template(”,true); ?>
and remove it.
Similarly open index.php file and find the given below line of code snippet.
<?php get_sidebar(); ?>
and remove it.
Let me know for further assistance.
Thanks
Harish
Forum: Themes and Templates
In reply to: [Spasalon] Banner Text Won't ChangeForum: Themes and Templates
In reply to: [Spasalon] How to change placeholder text and header textHi,
I would like to suggest you that before performed the changes in your
core theme directory please create a “Child_Theme”
directory.
and perform all the changes in it instead of “core
theme” directory.
To create a “Child_Theme” directory follow this link
I think you modified wrong file.
Please refer this thread to solve this issue.
Let me know for further assistance.
Thanks
Harish
Forum: Themes and Templates
In reply to: [Spasalon] Product Section, links go nowhereHi,
Did the above issue fixed.
can i close this ticket.
Thanks
Harish
Forum: Themes and Templates
In reply to: [Spasalon] change menu background color for spasalonHi,
Go to Dashboard Admin Panel >> Appearance Menu >> Option Panel >> General >> Custom CSS.
Write the given below CSS rules into Custom CSS box.
the rules is here:
.navbar-inverse .nav li.current_page_item{
background-color: orange;
}.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover { background-color: orange; }Let me know for further assistance.
Note: Please raise separate ticket for separate issue.
Thanks
Harish
Forum: Themes and Templates
In reply to: [Spasalon] Header Text issueHi,
Thanks for using our theme.
we have managed this only for Home Page from option panel.
If you want to use banner strip for all pages then follow the given
below description.
Go to Dashboard admin panel >> Pages >> Add new.
Now Fill the Banner Description, Banner Heading One, Banner
Heading Two for all the templates or pages.
Note: if you want to add same banner strip for all the
pages then you have to fill same entry in Banner Description, Banner
Heading One, Banner Heading Two in all the pages or templates.
Let we know for further assistance.
Thanks
Harish
Forum: Themes and Templates
In reply to: [Spasalon] Background changeHi,
Sorry for late reply.
To solve this issue follow the given below instructions:
First of all create a “Child_Theme” using this
link.
Now copy the given below line of code snippet and paste into
“style.css” file of your “Child_Theme”
directory.
The code is here :
body {
background: url(“./images/image.jpg”) repeat scroll 0 10px rgba(0, 0, 0, 0);
}
After it create a “images” folder in your
“Child_Theme” directory and insert the image which
you want to set on background.
Now replace the image.jgp(Image Name) with your own image name.
Thanks
Harish
Forum: Themes and Templates
In reply to: [Quality] Home PageHi,
Did the above issue fixed.
Thanks
Harish
Forum: Themes and Templates
In reply to: [Quality] Home PageHi,
Sorry for inconvenience.
It’s a small bug.
So please improve this issue follow given below instructions :
Go to your core theme directory >> index.php file.
Now open index.php file and find the given below line
of code snippet
<?php the_post(); ?>
and remove it.
Let me know for further assistance.
Thanks
Harish
Forum: Themes and Templates
In reply to: [Quality] Home PageHi,
To set up the different Home Page setup than the default then follow
the given below instructions :
Go to dashboard Admin Panel >> Settings >> Reading >>
Front Page Displays.
Select “a static Page” option.
Now select your editable page from “Front Page”
drop down menu.
Let me know for further assistance.
Thanks
Harish
Forum: Themes and Templates
In reply to: [Busiprof] Links from 'Services'Hi,
Thanks for using our theme.
Sorry for inconvenience.
In free Version You can’t link the service ‘icons’ to other page.
all internal links comes with Premium Version of the theme only.
Yes. Upgrade your version to premium . You will get lots of features
in this theme.
Thanks
Harish
Forum: Themes and Templates
In reply to: [Rambo] Add Logo Text TitleHi,
Sorry for inconvenience.
It’s not possible to use both logo together.
at a time you can use only one logo either image or text.
Thanks
Harish
Forum: Themes and Templates
In reply to: [Quality] Updating Font-AwesomeHi,
It’s very easy to update the font-awesome.
To change/update the font-awesome version follow the given below
instructions:
Go to your theme directory >> functions folder >> scripts folder >>scripts.php file.
Now open the “scripts.php” file.
And find the given below code snippet:
wp_enqueue_style(‘font-awesome-min’, WEBRITI_TEMPLATE_DIR_URI . ‘/css/font-awesome-4.0.3/css/font-awesome.min.css’);
and replace the font-awesome-4.0.3 old folder name with your own latest font-awesome folder name.
Thanks
Harish
Forum: Themes and Templates
In reply to: [Busiprof] Sidebar widthHi,
It’s not possible to change the width of sidebar.
if you change the sidebar width then layout will be stretch.
We are not responsible for responsiveness.
Thanks
Harish
Forum: Themes and Templates
In reply to: [Spasalon] change menu background color for spasalonHi,
To change the background color of the menu follow the given below instructions:
Go to Dashboard Admin Panel >> Appearance Menu >> Option Panel >> General >> Custom CSS.
Write the given below CSS Rule in it.
The rules is here:
.navbar-inverse .nav{
background-color: lightpink;
}You can Change background color according to your requirement.
Simply replace the color code.Thanks
Harish