http://costinlondon.com/site/index.php? ... on/contact
I've looked in the contact.tpl and contact.php but cannot find any reference to these heading and can't see where they're from.
Thanks
Company:
Code: Select all
<strong style="margin-bottom: 5px;">Company Information:</strong><br />
Code: Select all
<b>Our Email: </b><br />
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Yes that is the file I've been editing, it's in the correct place and I have already done changes to it which have worked, but for some reason the two titles I mentioned do not appear in this file, I've even deleted the <div class="right"> where I thought the titles appeared but one of them, "company information" is still appearing.
Only thing I can think of is to delete all of it and add my changes to the actual file rather than having it picked up from the admin side.
Code: Select all
<h4><?php echo $heading_title; ?></h4>
<form action="<?php echo $action; ?>" method="post" enctype="multipart/form-data">
<div class="row-fluid">
<div class="span4">
<!--<h2><?php echo $text_location; ?></h2>-->
<div class="contact-info well">
<div class="content"><div class="left"><!--<b><?php echo $text_address; ?></b><br />-->
<?php echo $store; ?><br />
<?php echo $address; ?></div>
<!-- <div class="right">
<?php if ($telephone) { ?>
<b><?php echo $text_telephone; ?></b><br />
<?php echo $telephone; ?><br />
<?php } ?>
<?php if ($fax) { ?>
<b><?php echo $text_fax; ?></b><br />
<?php echo $fax; ?>
<?php } ?>
</div>-->
</div>
</div>
</div>
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Switch back to the default template. Are you able to make definitions to the contact.tpl's default template and see the changes afterwards?osubat wrote:Yes a couple of them, but for the products nothing for any other operation.
Note: Ensure to delete the system/cache folder also, not only your browser cache.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
The default template should appear on the store-front end when choosing the default template from the admin settings. If you only notice a blank page from your store-front end, ensure that the default template is entirely upload in your catalog/view/theme/default and their sub-folders and not to use the default theme as your custom theme folder.osubat wrote:It's quite a heavily modified template, so nothing appears when I switch the template back to default.
In your admin - > systems - > error log page, do you see any recent errors (by date and time) regarding the default theme folder?
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
2016-07-21 18:56:35 - PHP Notice: Error: Could not load template /home/costinco/public_html/site/catalog/view/theme/default/template/module/ecslideshow.tpl! in /home/costinco/public_html/site/vqmod/vqcache/vq2-system_engine_controller.php on line 90
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Code: Select all
<?php echo $address; ?>
This normally happens on the FTP software client you might be using. The integrated editors are not the most suggested to use. I personally use related editors from my OS and when I save the files, it gets automatically re-uploaded.osubat wrote:I don't know how it's happened but it appears to have gone now!
I commented it out, then uploaded and then un commented it, uploaded again and it no longer appears.
That quite strange?
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Users browsing this forum: No registered users and 19 guests