WEB DEVELOPMENT PLANS


Bronze                                    Silver                                  Gold
Welcome, Guest
Please Login or Register.    Lost Password?

positioning the popper on my page
(1 viewing) (1) Guest
Popper Module ver2.0 and 2.1
Go to bottomPage: 123
TOPIC: positioning the popper on my page
#103
Re: positioning the popper on my page 1 Year, 5 Months ago  
thanks kelchuk... i guess back to the drawing board to see if i can find a popup mondule on the joomla website that will accomplish what im looking for...

how come yours will not work with those edits you gave me earlier....did i put the correct info from your post?

trey
The topic has been locked.
 
#104
Re: positioning the popper on my page 1 Year, 5 Months ago  
i wish i could get this to work... honestly this component is the best ive seen and would be perfect for our site's...

trey
The topic has been locked.
 
#105
Re: positioning the popper on my page 1 Year, 5 Months ago  
Okay. I believe you want something like this page:

www.templatesjoomla.ca/sandbox/

You can try this code. Just change this part of the default.php file


#popper_content {

padding:<?= $params->get('modPadding'); ?>;

background:<?= $params->get('modBackground'); ?>;

width:<?= $params->get('modWidth'); ?>;

height:<?= $params->get('modHeight'); ?>;

z-index:<?= $params->get('mod-ZIndex'); ?>;

margin:0 auto;

/*margin-top:<?= ($params->get('topDistance')/2); ?>%;*/
bottom: 0px;

position: fixed;

width: 100%;
padding: 10px;

text-align:<?= $params->get('modTextAlign'); ?>;

border:<?= $params->get('modBorderSize'); ?> solid <?= $params->get('moduleBorderColor'); ?>;

color:<?= $params->get('modtextcolor'); ?>;

filter:alpha(opacity=<?= $params->get('modopacityexplorer'); ?>);

}
The topic has been locked.
 
#106
Re: positioning the popper on my page 1 Year, 5 Months ago  
that worked... did we hardcode the positioning and is the percentage entered in the backend now uniform when viewed on all monitors now...

thanks for the info...really appreciate it!!!

trey
The topic has been locked.
 
#107
Re: positioning the popper on my page 1 Year, 5 Months ago  
Now for the fun part. This should work fine on all browsers with the exception of Internet Explorer 6. Now that only 6% or so people use it, I will no longer do backwards coding to make sure it satisfies this browser. When I did earlier, I had it right, but after hundreds of edits, something got lost and coding for this browser can be more work than the others combined.

With that said, here is a redirect that I use for this browser:
<?php
$get_user_agent = $_SERVER['HTTP_USER_AGENT'];
if (strpos($get_user_agent,'MSIE') != false ){
if (substr($get_user_agent,strpos($get_user_agent,'MSIE')+5,1) < 7){
header('Location: www.bohemiawebsites.com');
}}
?>

How about adding a star or so in the Joomla extensions directory.
The topic has been locked.
 
#108
Re: positioning the popper on my page 1 Year, 5 Months ago  
thanks and i will goto the website tomorrow and update my rating with 5 stars.... do i add that code at the bottom of the default.php file?

thanks again for your help...im off to bed... is almost midnight here in georgia...

trey
The topic has been locked.
 
Go to topPage: 123
My Cart
VirtueMart
Your Cart is currently empty.

After comparing and researching a wide range of web developers, I found that Bohemia was, hands down, the best option in terms of price, experience, and quality of work.
Many thanks Bohemia!

 Darian A.
You Can Beat This