Home Welcome HTML with ASIN Homepage Breaks (Firefox) v5
Home Welcome HTML with ASIN Homepage Breaks (Firefox) v5
When the home welcome html page is used with ASIN homepage, the line breaks to the right causing the asin items to be leftout of the body content. It's only shows the break line in firefox.
-
- Admin
- Posts: 1879
- Joined: Fri Oct 01, 2004 10:40 pm
- Contact:
Re: Home Welcome HTML with ASIN Homepage Breaks (Firefox) v5
I'm going to pm the url.
-
- Admin
- Posts: 1879
- Joined: Fri Oct 01, 2004 10:40 pm
- Contact:
Re: Home Welcome HTML with ASIN Homepage Breaks (Firefox) v5
In the home tpl files where you see this code...
Please try changing it to...
Be sure to clear your cache. How does that work?
Code: Select all
<?php if (isset($this->aom->t['HomeWelcomeHtml'])) : ?>
<div class="aom_home_welcome"><?php echo $this->aom->t['HomeWelcomeHtml'] ?></div>
<?php endif; ?>
<?php if (isset($this->aom->t['HomeWelcomeFile'])) : ?>
<div class="aom_home_welcome"><?php include($this->aom->t['HomeWelcomeFile']) ?></div>
<?php endif; ?>
Code: Select all
<?php if (isset($this->aom->t['HomeWelcomeHtml'])) : ?>
<div class="aom_home_welcome"><?php echo $this->aom->t['HomeWelcomeHtml'] ?></div>
<div style="clear:both;"></div>
<?php endif; ?>
<?php if (isset($this->aom->t['HomeWelcomeFile'])) : ?>
<div class="aom_home_welcome"><?php include($this->aom->t['HomeWelcomeFile']) ?></div>
<div style="clear:both;"></div>
<?php endif; ?>
Re: Home Welcome HTML with ASIN Homepage Breaks (Firefox) v5
No, it does not work.
-
- Admin
- Posts: 1879
- Joined: Fri Oct 01, 2004 10:40 pm
- Contact:
Re: Home Welcome HTML with ASIN Homepage Breaks (Firefox) v5
Please email your cfg.saved.php and reference this thread. Thanks
Re: Home Welcome HTML with ASIN Homepage Breaks (Firefox) v5
I just send the cfg.saved.php as a txt file.
-
- Admin
- Posts: 1879
- Joined: Fri Oct 01, 2004 10:40 pm
- Contact:
Re: Home Welcome HTML with ASIN Homepage Breaks (Firefox) v5
I'm not seeing the <div style="clear:both;"></div>. Make sure you edit the home tpl files (there are a few). Upload and overwrite the old ones. Then clear your browser cache.
Re: Home Welcome HTML with ASIN Homepage Breaks (Firefox) v5
It's still not working.
-
- Admin
- Posts: 1879
- Joined: Fri Oct 01, 2004 10:40 pm
- Contact:
Re: Home Welcome HTML with ASIN Homepage Breaks (Firefox) v5
The div is not added to the correct tpl file. Please open a ticket here and reference this thread so we can further assist...
http://www.associate-o-matic.com/support/index.php
Thanks
http://www.associate-o-matic.com/support/index.php
Thanks
Re: Home Welcome HTML with ASIN Homepage Breaks (Firefox) v5
I send the files for review.
Re: Home Welcome HTML with ASIN Homepage Breaks (Firefox) v5
Alright! Those adjustment fixed it!
Who is online
Users browsing this forum: No registered users and 17 guests