BaconFries wrote:@iamafireman insert the code below in Page HTML between<head></head> tags* set the z-index to what you require but I think 100 should be enough....
Code: Select all
<style type="text/css">
#PPMiniCart {
position: relative !important;
z-index: 100 !important;
}
</style>
I have tested the setting for z-index, based on infos from
https://github.com/jeffharrell/MiniCart/pull/67
Code: Select all
<head>
<style type="text/css">
#PPMiniCart form { z-index: 100; }
</style>
</head>
and, based on infos from
https://github.com/jeffharrell/MiniCart
Code: Select all
<head>
<style type="text/css">
#PPMiniCart { z-index: 100; }
</style>
</head>
result: all don't work. Only a
Code: Select all
<div id="wb_PayPal-Mini-Cart" style="position:absolute; ... z-index:100;" align="left">
<script src="minicart.js" type="text/javascript"></script>
<script type="text/javascript">
PAYPAL.apps.MiniCart.render({
displayEdge: 'right',
edgeDistance: '50px',
cookiePath: '/',
paypalURL: 'https://www.paypal.com/cgi-bin/webscr',
strings: {
button: 'Button',
subtotal: 'Subtotal',
discount: 'Discount',
shipping: 'Shipping'
}
});
</script>
</div>
generate a useful handling. There are to ways to set the z-index:
(1) into WWB project side via STR++ - mostly forgot
(2) after wwb project publis with an outside "search and change" software
professional WWB extensions for tables, MySQL, Excel, e-commerce, measurement, gallery, file uploader, ... - produced from german and thai software engineers