micho88 Posted August 13, 2014 Share Posted August 13, 2014 (edited) I used html box for slide, not module Please help to hide/disable on popup Picure says more like 1000 words Edited August 13, 2014 by micho88 (see edit history) Link to comment Share on other sites More sharing options...
PascalVG Posted August 13, 2014 Share Posted August 13, 2014 Micho, can you share your website URL, so we can try to see what's wrong ourselves? What PrestaShop version do you use? pascal Link to comment Share on other sites More sharing options...
vekia Posted August 13, 2014 Share Posted August 13, 2014 it will be necessary to alter code that you use, it will be necessary to check with js page address and if it will contain $_GET param that indicates popup contents, then you will have to hide code with facebook slider Link to comment Share on other sites More sharing options...
micho88 Posted August 13, 2014 Author Share Posted August 13, 2014 I use PS 1.5.4.1 https://www.112pc.si is my page footer.tpl contain: {* * 2007-2013 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2013 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} {if !$content_only} </div> <!-- Right --> <div id="right_column" class="column grid_2 omega"> {$HOOK_RIGHT_COLUMN} </div> </div> <!-- Footer --> <div id="footer" class="grid_9 alpha omega clearfix"> {$HOOK_FOOTER} {if $PS_ALLOW_MOBILE_DEVICE} <p class="center clearBoth"><a href="{$link->getPageLink('index', true)}?mobile_theme_ok">{l s='Browse the mobile site'}</a></p> {/if} </div> </div> {/if} {literal} <script type="text/javascript">// <![CDATA[ jQuery(document).ready(function() {jQuery(".damirdugonjic").hover(function() {jQuery(this).stop().animate({right: "0"}, "medium");}, function() {jQuery(this).stop().animate({right: "-250"}, "medium");}, 500);}); // ]]></script> <style type="text/css"><!-- .damirdugonjic{background: url("https://3.bp.blogspot.com/-TaZRLv66f8g/UoMnTyTbF6I/AAAAAAAAAGY/U4qcf-SP6d0/damirdugonjic_facebook_widget.png") no-repeat scroll left center transparent !important; float: right;height: 270px;padding: 0 5px 0 46px;width: 245px;z-index: 99999;position:fixed;right:-250px;top:20%;} .damirdugonjic div{ padding: 0; margin-right:-8px; border:4px solid #3b5998; background:#fafafa;} .damirdugonjic span{bottom: 4px;font: 8px "lucida grande",tahoma,verdana,arial,sans-serif;position: absolute;right: 6px;text-align: right;z-index: 99999;} .damirdugonjic span a{color: gray;text-decoration:none;} .damirdugonjic span a:hover{text-decoration:underline;} } --></style> <div class="damirdugonjic"> <div><iframe width="320" height="240" style="border: white; overflow: hidden; height: 270px; width: 245px; background: #fafafa; color: 000;" src="https://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Ffacebook.com%2F112PC.si&width=245&colorscheme=light&show_faces=true&border_color=white&connections=9&stream=false&header=false&height=270" scrolling="no" frameborder="0"></iframe><center><a style="color: #a8a8a8; font-size: 8px;" href="http://faceupward.com"></a> Facebook <a style="color: #a8a8a8; font-size: 8px;" href="https://www.facebook.com/112pc.si">112PC.si</a></center></div> </div> {/literal} </body> </html> Link to comment Share on other sites More sharing options...
vekia Posted August 13, 2014 Share Posted August 13, 2014 {if !$content_only} CODE HERE {/if} Link to comment Share on other sites More sharing options...
micho88 Posted August 13, 2014 Author Share Posted August 13, 2014 Thank you, master. Don't know how to edit topic as [sOLVED] Link to comment Share on other sites More sharing options...
vekia Posted August 13, 2014 Share Posted August 13, 2014 [sOLVED] TopicIf, after posting a topic, you find a solution to your problem, please indicate it in your post and describe the solution. Furthermore if you are the author of the topic for which a solution has been found, please edit your topic title to mark it as [sOLVED]. To mark a topic as [solved] : - Edit the first post of your topic by clicking on the "Edit" button, - Click on the "Use full editor" button, - Add the "[solved]" string at the beginning of your topic title and click on the "Submit Modified Post" button. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now