Hari Maliya
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Busiprof] Linking Busiprof WordPress Site to Google PageHi TaraStoll,
Plz paste your Google+ business page link code in header.php.
It locate in theme directory.Like these type here.
<body <?php body_class(); ?>>
<a href="https://plus.google.com/{+PageId}" rel="publisher" />Google Plus </a>
Thanks
Forum: Themes and Templates
In reply to: [Busiprof] Linking Busiprof WordPress Site to Google PageHi TaraStoll,
Add your Google+ business page link inside in body part.
Here are same instruction to add link in body part.
1. Like your Google+ business page link.
" <a href="https://plus.google.com/{+PageId}" rel="publisher" />Google Plus </a> "
2. Past your link code after body tag.
Thanks
Forum: Themes and Templates
In reply to: [Spasalon] size of sliderHi gabriratti,
Fixed your smaller screen, slider and first title distance problem.
You can paste below code in your custom css box.
.slide_content { height: 50%; }
It resoled your slider responsive problem.
Thank’s
Hi Modernnails,
You can easily hide your call us number .
Here are same instruction to hide call us namber.
You can download custom css plugin click here
Input .spa_tag {display:none } css in custom css box and save it.
Default call us number hide.
If you want change your on business number, you need to edit same php code.
Are able to edit php file code?Forum: Themes and Templates
In reply to: [Spasalon] Move info from sidebarsHi James_DG,
Can you provide us your website URL.We’ll look it.
On which page of your website you want to add more text.
Thanks
-HariForum: Themes and Templates
In reply to: [Busiprof] Site Title and TaglineHI Sophia,
We have updated the demo, it will now display properly in IE 9. Give it a try and let us know if it works for you.
-Hari
Forum: Themes and Templates
In reply to: [Busiprof] Remove comment sectionHi beaujjohnson,
Yes! you can easily remove comment section All pages and All posts.
Here are the instruction to remove comment section.
1.) Click on All pages and All Post in admin panel.
2.) Click on Quick Edit page and post do you want to remove comment section.
3.) Unchecked Allow Comments checkbook
4.) Click on update button.Forum: Themes and Templates
In reply to: [Busiprof] Cannot enable home pageHi rev-angeldust,
Remove all white space, php tag space, empty lines and line break in pagination.php.
It will solve your problem.Forum: Themes and Templates
In reply to: [Busiprof] Site Title and TaglineHi sophia,
If you change style.css related to your website layout its better.
Custom css option we will provide in next update version.Forum: Themes and Templates
In reply to: [Busiprof] Line break and links in services / testimonialsHi Rev-angeldust,
It is possible to add link or line breaks in the service section.
Followup same step:
Step 1. Locate file index-services.php in busiprof theme directory.
Step 2. Go to line number 86 and you will find these code
<a href="<?php echo $current_options['service_link_btn']; ?>">
Step 3. Replace to your code like these:
<a href="your link goes here">
Premium version hase already this setting.
Thanks
hari maliyaForum: Plugins
In reply to: [Appointment Calendar] Remove COST field from servicesHi Nagaraj,
Here is the step to hid the service cost.
Step 1. Locate file appointment-calendar-shortcode.php.
Step 2. Goto line no. 707
step 3. Remove the following code
“” /$$Service->cost “”This Service cost variable is used to display the price. Removing it will hide the service cost
thanks
hari maliyaHi nicnack
Facebook Id is a your facebook APP ID.
Click here and create a facebook app.thanks
hari maliyaForum: Plugins
In reply to: [Appointment Calendar] Showing unavailable days on small calendarHi Webrightnow
You can disable dates by doing this tweak:
Open file
appointment-calendar-shortcode.php
, available in plugin directorySearch bellow code line
$myCalendar->setOnChange("myChanged()");
Add new line code after searched line
$myCalendar->setOnChange("myChanged()"); $myCalendar->setSpecificDate(array("2013-05-15", "2013-05-16"), 0, '');
Above code line will disable May’s 2 date 15th & 16th May on small calendar. You can pass other dates to disable them on small calendar.
If you want disable these dates each month then pass an extra parameter as bellow
$myCalendar->setSpecificDate(array("2013-05-15", "2013-05-16"), 0, 'month');
Here the function documentation:
setSpecificDate (array dates, int type, string recursive) Optional: Set the specific to enable or disable. dates: the array of date, and date should be in format YYYY-MM-DD type: enable or disable the date specified. 0=disable, 1=enable recursive: '' (blank)=no recursive, calendar will process only on exact date, 'month'=monthly recursive, or 'year'=yearly recursive Ex 1. $myCalendar->setSpecificDate(array("2011-04-22")); Ex 2. $myCalendar->setSpecificDate(array("2011-04-22"), 0, 'month'); //disable date 22 every month Ex 3. $myCalendar->setSpecificDate(array("2011-04-22"), 0, 'year'); //disable 22 Apr on every year
Thanks & Kind regards
HariHi Molesina13,
Today we will push an update within few hours. you no need to code with plugin. We added this thing with new updates.
Thanks & Have Fun…
–Hari Maliya
Forum: Fixing WordPress
In reply to: how to login new member without contributor using member table ?hi s_ha_dum
I have done this issue
Thanks