cheapweb Posted May 20, 2014 Share Posted May 20, 2014 cannot post in 1.6 forum Link to comment Share on other sites More sharing options...
cheapweb Posted May 20, 2014 Author Share Posted May 20, 2014 Hmm so I can post here but not in 1.6 forum. Here is my topic: Problem with multistore Have anybody had this problem and are there any suggestions? I have made a multistore with seperate store for 3 languages, Danish, English and German. But when I try to see a store in English or German, firefox cannot load the page. Nothing shows up and in Danish I get "the store but with the message that the page cannot be found. All help will be appreciated. THx Link to comment Share on other sites More sharing options...
vekia Posted May 21, 2014 Share Posted May 21, 2014 can you share url to these websites? also, what kind of configuration you use for these stores instances in multistore configuration? you use separate domain for each of them? subdomain? different virtual catalog? Link to comment Share on other sites More sharing options...
kbytin Posted May 21, 2014 Share Posted May 21, 2014 problem with creating topics at any forum, so I ask question here: I tried to use standard Bootstrap feature such as "popover" and failed. I've inserted example code from here http://getbootstrap.com/javascript/#popovers on product.tpl and javascript not working. How can i enable it or what I doing wrong? Link to comment Share on other sites More sharing options...
vekia Posted May 21, 2014 Share Posted May 21, 2014 how you added the code? can you show the exact code that you added? Link to comment Share on other sites More sharing options...
kbytin Posted May 21, 2014 Share Posted May 21, 2014 (edited) <button type="button" class="btn btn-default" data-container="body" data-toggle="popover" data-placement="left" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus."> Popover on left </button> Edited May 21, 2014 by kbytin (see edit history) Link to comment Share on other sites More sharing options...
kbytin Posted May 22, 2014 Share Posted May 22, 2014 vekia, can you help with it? Link to comment Share on other sites More sharing options...
vekia Posted May 22, 2014 Share Posted May 22, 2014 and where is the js script? as far as i know to use popover you have to run script like <script type="text/javascript"> $(document).ready(function(){ $(".popover-examples a").popover(); }); </script> Link to comment Share on other sites More sharing options...
kbytin Posted May 27, 2014 Share Posted May 27, 2014 {literal} <script type="text/javascript"> $(document).ready(function(){ $(".popover").popover(); }); </script> {/literal} <a type="button" class="btn btn-default popover" data-container="body" data-toggle="popover" data-placement="left" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus."> Popover on left </a> I've putted this code and only button appeared . Tried to put js to head - the same Link to comment Share on other sites More sharing options...
vekia Posted May 27, 2014 Share Posted May 27, 2014 and what you see in console output when you click on this button? Link to comment Share on other sites More sharing options...
kbytin Posted May 27, 2014 Share Posted May 27, 2014 I'm not strong in JS and console. here is the link http://giftpoint.com.ua/uk/163-london.html . The button is just above the footer Link to comment Share on other sites More sharing options...
Recommended Posts