Template Club Package Silver Pacakage Gold Pacakage Developer Pacakage Accepted Payments Member Login
Welcome, Guest
Please Login or Register.    Lost Password?
What module position for pagepeel? (1 viewing) (1) Guest
Go to bottomPost New TopicPost Reply Favoured: 0
TOPIC: What module position for pagepeel?
#37555
Re:What module position for pagepeel? 11 Months, 2 Weeks ago Karma: 0  
Search button error also.
I disable the image, I use text only optin on the module, but the text is not allign!
I also went to edit custom.css and deleted the bgsearch_aftertop.gif!
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
balitamedia (User)
FreshPlazzoic
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
Reply Quote  
#37556
Re:What module position for pagepeel? 11 Months, 2 Weeks ago Karma: 0  
custom.css changes

#aftertop_inner_mid {
float:left;
width:240px;
height:20px;
background: url(../images/bgsearch_aftertop.gif;
}

#aftertop_inner_mid #mod_search_searchword {
width:182px;
border:none;
background:none;}

to

#aftertop_inner_mid {
float:left;
width:240px;
height:20px;
}

#aftertop_inner_mid #mod_search_searchword {
width:182px;
border:none;
background:none;}
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
balitamedia (User)
FreshPlazzoic
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
Reply Quote  
#37785
Re:What module position for pagepeel? 11 Months, 2 Weeks ago Karma: 0  
Can anybody answer my inquiry?

balitamedia wrote:
Check this error!
IE7 in windows!

Thanks!
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
balitamedia (User)
FreshPlazzoic
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
Reply Quote  
#40562
Re:What module position for pagepeel? 9 Months, 4 Weeks ago  
Here's another case of the same issue.
Can't get pagepeel to locate correctly.
Driving me up a wall. Don't know if I should move on to another template or try to fix this.
Using template by the name of bicolor, and here is index.php page:

body>
<div id="container">
<div id="header">
<div id="header-background">
<div id="header-left">
<div id="header-fix1"></div>
<div id="header-fix2"></div>
</div>
<div id="header-trans"></div>
<div id="header-limiter">
<div></div>
</div>
</div>
<div id="subheader">
<div id="identity">
<?php if ($display_logo) : ?>
<div id="logo<?php echo (strtolower(substr($logo, -4)) == '.png' ? '-png' : ''; ?>"></div>
<?php endif; ?>
<div id="sitename">
<table>
<tr>
<td valign="middle">
<div id="sitename-main"><a href="<?php echo $this->baseurl; ?>/" title="<?php printf(JText::_('HOME_PAGE', $sitename); ?>"><?php echo $sitename; ?></a></div>
<?php if ($slogan) : ?>
<div id="slogan"><?php echo $slogan; ?></div>
<?php endif; ?>
</td>
</tr>
</table>
</div>
<span class="clear"></span>
</div><!-- END IDENTITY -->
<?php if ($showuser4 and $user4) : ?>
<div id="user4">
<jdoc:include type="modules" name="user4" style="none" />
</div>
<?php endif; ?>
</div><!-- END SUB HEADER -->
</div><!-- END HEADER -->

<?php if ($user3 and $showuser3) : ?>
<div id="horizontal-menu-holder">
<div id="horizontal-menu-border-top"></div>
<div id="horizontal-menu-holder-inner">
<jdoc:include type="modules" name="user3" style="xhtml" />
</div><!-- END HORIZONTAL MENU HOLDER CONTENT-->
<div id="horizontal-menu-border-bottom"></div>
</div><!-- END HORIZONTAL MENU HOLDER -->
<?php endif; ?>

<?php if ($showbanner == 'top' || $showbanner == 'both' : ?>
<jdoc:include type="modules" name="banner" />
<?php endif; ?>

<?php if ($showbreadcrumbs) : ?>
<jdoc:include type="module" name="breadcrumbs" />
<?php endif; ?>

<div id="wrapper">
<?php if ($left or ($syndicate and $showsyndicate)) : ?>
<div id="sidebar-left" class="sidebar float-left">
<jdoc:include type="modules" name="left" style="sidebar" />
<?php if ($syndicate and $showsyndicate) :?>
<jdoc:include type="modules" name="syndicate" style="sidebar" />
<?php endif; ?>
</div>
<?php endif; ?><!-- END LEFT SIDEBAR -->

<?php if ($right or ($top and $showtop)) : ?>
<div id="sidebar-right" class="sidebar float-right">
<?php if ($showtop) : ?>
<jdoc:include type="modules" name="top" style="sidebar" />
<?php endif; ?>
<jdoc:include type="modules" name="right" style="sidebar" />
</div>
<?php endif; ?><!-- END RIGHT SIDEBAR -->

<?php
if (($left || ($syndicate and $showsyndicate)) xor ($right || ($top and $showtop))) {
$column = 2;
} elseif (($left || ($syndicate and $showsyndicate)) and ($right || ($top and $showtop))) {
$column = 3;
} else {
$column = 1;
}
?>

<?php if ($column == 2) : ?>
<div id="middlebar" class="two-column">
<?php elseif ($column == 3) : ?>
<div id="middlebar" class="three-column">
<?php else : ?>
<div id="middlebar" class="one-column">
<?php endif; ?>

<jdoc:include type="message" />

<?php if($user1 || $user2) : ?>
<div id="user12">
<?php if($user1 and $showuser1) : ?>
<div id="user1">
<jdoc:include type="modules" name="user1" style="minimal" />
</div>
<?php endif; ?>

<?php if($user2 and $showuser2) : ?>
<div id="user2">
<jdoc:include type="modules" name="user2" style="minimal" />
</div>
<?php endif; ?>

<?php if (($user1 and $showuser1) || ($user2 and $showuser2)) : ?>
<div class="clr"></div>
<?php endif; ?>
</div>
<?php endif; ?>

<jdoc:include type="component" style="xhtml" />
</div><!-- END MIDDLEBAR -->
<div class="clear"></div>

<?php if ($showbanner == 'bottom' || $showbanner == 'both' : ?>
<jdoc:include type="modules" name="banner" />
<?php endif; ?>

<div id="back-to-top" class="center"><a href="#"><?php echo JText::_('TOP_OF_PAGE'; ?></a></div>
</div><!-- END WRAPPER -->

<div id="footer">
<div id="footer-background">
<div id="footer-left-bg">
<div id="footer-fix1"></div>
<div id="footer-fix2"></div>
</div>
<div id="footer-trans"></div>
<div id="footer-limiter">
<div></div>
</div>
</div>
<div id="footer-cover">
<div id="footer-left-corner"></div>
<div id="footer-right-corner"></div>

<div id="footer-left">
<!-- HERE IS LEFT FOOTER AREA -->
Powered by <a href="www.joomla.org">Joomla! 1.5</a> | Validate <a href="validator.w3.org/check/referer">XHTML</a> | <a href="jigsaw.w3.org/css-validator/check/refere...ot;>CSS</a>
</div><!-- END FOOTER-LEFT -->

<div id="footer-right">
<?php if ($showfooter) : ?>
<jdoc:include type="modules" name="footer" />
<?php endif; ?>
</div><!-- END FOOTER-RIGHT -->
<div class="clear"></div>
</div>
</div><!-- END FOOTER -->
<h1 class="supporter"></a></h1>
</div>
<jdoc:include type="modules" name="debug" />
</body>
</html>
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
Ricky_O (Visitor)

Logged Logged  
 
Reply Quote  
#40566
Re:What module position for pagepeel? 9 Months, 4 Weeks ago Karma: 142  
Hello Ricky_O,
Would you like to share your live site url and published the page peel banner?
i want to see that

Thanks
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
ronysyz (Moderator)
Terus Berjuang.....
Support Team
Posts: 7713
graph
User Offline Click here to see the profile of this user
Gender: Male GlobalTor.com Location: Indonesia
Logged Logged  
 
 
Reply Quote  
#41844
Re:What module position for pagepeel? 9 Months ago  
Just a note for the gang...

I am using Artisteer template designer, and it turns out that if you set the Page Peel Banner to use "User 3" as its location, it will position in the upper-right/always-on-top position *within* your page (not the browser, but within the Joomla site itself). Kinda nifty if, like me, you're having trouble similar to the others here getting into the right place.

-S
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
Artisteer (Visitor)

Logged Logged  
 
Reply Quote  
Go to topPost New TopicPost Reply