- Posts: 45
- Thank you received: 0
Hot Appointment module in Hot Teeth Template
-
Enopho
Inactive member - Topic Author
- Member
Less
More
8 years 11 months ago #46204
by Enopho
Hot Appointment module in Hot Teeth Template was created by Enopho
Hi there,
i was wondering how i could remove the date picker from the Hot Appointment module in position Header 2 on the Hot Teeth Template? (basically i like the contact part, but i don't want the date selector at all! I cant seem to figure it out?
Thanks
Eno
i was wondering how i could remove the date picker from the Hot Appointment module in position Header 2 on the Hot Teeth Template? (basically i like the contact part, but i don't want the date selector at all! I cant seem to figure it out?
Thanks
Eno
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
8 years 11 months ago #46206
by milos
Replied by milos on topic Hot Appointment module in Hot Teeth Template
Hi Eno,
You would need to edit file /modules/mod_hot_appointment/mod_hot_appointment.php and remove this part:
Regards,
Milos
You would need to edit file /modules/mod_hot_appointment/mod_hot_appointment.php and remove this part:
Code:
// print date input
print '<div class="span4">' . '<input class="hot_appointment inputbox datepicker ' . $mod_class_suffix . '" type="text" name="rp_date" placeholder="Select Date"/>';
Regards,
Milos
Please Log in to join the conversation.
-
Enopho
Inactive member - Topic Author
- Member
Less
More
- Posts: 45
- Thank you received: 0
8 years 11 months ago #46207
by Enopho
Replied by Enopho on topic Hot Appointment module in Hot Teeth Template
Hi Milos,
Thanks for the quick reply.. i was actually in that file when you messaged I have done as you say, and the date picker has gone, but so has half of the module? i have attached the screenshot of how it looks now.
how do i make the bottom half of the module re-appear?
Thanks again.
Eno
Thanks for the quick reply.. i was actually in that file when you messaged I have done as you say, and the date picker has gone, but so has half of the module? i have attached the screenshot of how it looks now.
how do i make the bottom half of the module re-appear?
Thanks again.
Eno
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
8 years 11 months ago #46208
by milos
Replied by milos on topic Hot Appointment module in Hot Teeth Template
It's a CSS problem and I need link of your site to inspect that.
Thanks
Thanks
Please Log in to join the conversation.
-
Enopho
Inactive member - Topic Author
- Member
Less
More
- Posts: 45
- Thank you received: 0
8 years 11 months ago #46212
by Enopho
Replied by Enopho on topic Hot Appointment module in Hot Teeth Template
I have sent you logon details for the site in the report to moderator as the site is offline.
Thanks for your help.
Eno
Thanks for your help.
Eno
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
8 years 11 months ago #46215
by milos
Replied by milos on topic Hot Appointment module in Hot Teeth Template
Please change class "div.hot_appointment" in template_css.css file to look like this:
Regards
Code:
div.hot_appointment {
background: #2fadd6;
padding: 20px 15px;
height: 150px;
}
Regards
Please Log in to join the conversation.
Time to create page: 0.174 seconds