Hi Dear comunity!
I have recently install this extension but I didn't receive any answer from the developer...
This is the result: https://www.brasseursartisans.com/index ... on/contact
And I would like to make the background of extension white like the box with the contact informations.
Can you help me?
Thanks!
P.S. I think the contact form doesn't working since I have installed this extension.But I'm receiving all notification about new customer and new order...
I have recently install this extension but I didn't receive any answer from the developer...
This is the result: https://www.brasseursartisans.com/index ... on/contact
And I would like to make the background of extension white like the box with the contact informations.
Can you help me?
Thanks!
P.S. I think the contact form doesn't working since I have installed this extension.But I'm receiving all notification about new customer and new order...
Last edited by brasseurs on Mon Jan 26, 2015 8:06 pm, edited 1 time in total.
As for the Opening hours box.. that seems more like an CSS Issue to me?
Add a class to the box-content the opening hours are contained within, and name it, .opening-hours:
Which should produce a box like:

Add a class to the box-content the opening hours are contained within, and name it, .opening-hours:
Code: Select all
.opening-hours {
overflow: auto;
padding: 5px 20px 19px 18px;
margin-bottom: 10px;
background-color: #fff;
border: 1px solid #DBDBDB;
border-radius: 5px;
position: relative;
top: 7px;
}

Hi MackieeE!
Thanks for your fast answer!
The only file for the Open Hours 2.0 is opening_hours.tpl
But I don't really know how make the change, I have tried to add the class but no changes.
This is the code:
Thanks for your fast answer!
The only file for the Open Hours 2.0 is opening_hours.tpl
But I don't really know how make the change, I have tried to add the class but no changes.
This is the code:
Code: Select all
<div class="box">
<div class="box-heading"><?php echo $heading_title; ?></div>
<div class="box-content">
<table cellspacing-right="4" width="100%">
<tbody >
<?php if($show_notes == 1) : { ?>
<tr>
<td align="center" colspan="2"><?php echo $notes; ?></td>
</tr>
<?php } endif; ?>
<?php
foreach( $day_times as $key => $value){ ?>
<tr>
<td valign="top" <?php echo $highlight_today && $key == $today ? 'style="' .$highlight_style. '"' : ''; ?>><?php echo $key; ?></td>
<td valign="top" <?php echo $highlight_today && $key == $today ? 'style="' .$highlight_style. '"' : ''; ?>><?php echo $value; ?></td>
</tr>
<?php } ?>
<?php if($show_notes == 2) : { ?>
<tr>
<td align="center" colspan="2"><br /><?php echo $notes; ?></td>
</tr>
<?php } endif; ?>
</tbody>
</table>
</div>
</div>
Add the above-provided class to your stylesheet. Then, in your template file change:
to:
Something to keep in mind for future posts - this is a support area for OpenCart version 2 and you are using OpenCart 1.5.x. Please post any further issues in the correct forum area. You might even get a quicker answer.
Code: Select all
<div class="box-content">
Code: Select all
<div class="box-content opening-hours">
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Who is online
Users browsing this forum: No registered users and 6 guests