haylau 198 Posted June 4, 2014 Posted June 4, 2014 Hello, Could you tell me why adsense code is not display on website ? I put the code in </> it is OK in preview is OK but in website (on header) there is only empty space, why ? http://swiatloswiecy.pl/pl/ If the adsense account is new it can take up to a week for the account to be approved and ads to start appearing Share this post Link to post Share on other sites
zengo 0 Posted June 4, 2014 Posted June 4, 2014 If the adsense account is new it can take up to a week for the account to be approved and ads to start appearing Thank you for replay, but it's not this. I've put next code (another dimensions and it works in other website) and it is the same, have a look ... Share this post Link to post Share on other sites
haylau 198 Posted June 4, 2014 Posted June 4, 2014 Well the code is there if you look at the source code. The only difference between your code and my code that works is that you have a comment in the middle of the code <!-- swiece_01 --> the other idifference is that I use a different module for ads, http://www.mackstores.com/index.php Share this post Link to post Share on other sites
vekia 8,966 Posted June 4, 2014 Posted June 4, 2014 hello i checked your page and i don't see adsense code in the page source. while you're trying to add adsense code disable tinymce editor, and don't enable it, then press save Share this post Link to post Share on other sites
zengo 0 Posted June 4, 2014 Posted June 4, 2014 There is a code <link rel="alternate" type="application/rss+xml" title="Świece zapachowe, świece kolorowe i świece białe - Światło świecy - świece na każda okazje" href="http://swiatloswiecy.pl/modules/feeder/rss.php?id_category=0&orderby=date_add&orderway=desc" /> <center> <script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- swiece_728x90 --> <ins class="adsbygoogle" style="display: inline-block; width: 728px; height: 90px;" data-ad-client="ca-pub-4738600599215571" data-ad-slot="3091018040"></ins> </center> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,600" type="text/css" media="all" /> <!--[if IE 8]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> <![endif]--> </head> <body id="index" class="index hide-right-column lang_pl"> <div id="page"> I did off editor, I've used as well </> code button and no result ... Share this post Link to post Share on other sites
zengo 0 Posted June 6, 2014 Posted June 6, 2014 There is a code <link rel="alternate" type="application/rss+xml" title="Świece zapachowe, świece kolorowe i świece białe - Światło świecy - świece na każda okazje" href="http://swiatloswiecy.pl/modules/feeder/rss.php?id_category=0&orderby=date_add&orderway=desc" /> <center> <script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- swiece_728x90 --> <ins class="adsbygoogle" style="display: inline-block; width: 728px; height: 90px;" data-ad-client="ca-pub-4738600599215571" data-ad-slot="3091018040"></ins> </center> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,600" type="text/css" media="all" /> <!--[if IE 8]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> <![endif]--> </head> <body id="index" class="index hide-right-column lang_pl"> <div id="page"> I did off editor, I've used as well </> code button and no result ... No more idea to help .... Share this post Link to post Share on other sites
vekia 8,966 Posted June 6, 2014 Posted June 6, 2014 why you use: </head> <body id="index" class="index hide-right-column lang_pl"> <div id="page"> in this code? these tags are defined already in page source, in header.tpl file of your theme Share this post Link to post Share on other sites
zengo 0 Posted June 6, 2014 Posted June 6, 2014 look there is a code in website code and I can see it on module <center> <script async=""src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- swiece_728x90 --> <insclass="adsbygoogle" style="display: inline-block; width: 728px; height: 90px;" data-ad-client="ca-pub-4738600599215571"data-ad-slot="3091018040"></ins> </center> what I do wrong ? Share this post Link to post Share on other sites
haylau 198 Posted June 6, 2014 Posted June 6, 2014 look there is a code in website code and I can see it on module <center> <script async=""src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- swiece_728x90 --> <insclass="adsbygoogle" style="display: inline-block; width: 728px; height: 90px;" data-ad-client="ca-pub-4738600599215571"data-ad-slot="3091018040"></ins> </center> what I do wrong ? Try this module :http://www.mackstores.com/index.php If it works then the problem is with the html module, if it does not work the problem is with your prestashop installation or adsense account Share this post Link to post Share on other sites
ftlrs 2 Posted June 19, 2014 Posted June 19, 2014 I downloaded the module.. But how does it work? How do I get the facebook like button floating. I dont see any instruction? Thanks! Share this post Link to post Share on other sites
KevinNash 119 Posted June 20, 2014 Posted June 20, 2014 (edited) Hello, It is an HTML box module, so you must put the HTML code you want in that box configuration, it cames empty of course. For Facebook like button, you can generate your HTML code here https://developers.facebook.com/docs/plugins/like-button and paste it to the HTML box module after Edited June 20, 2014 by KevinNash (see edit history) Share this post Link to post Share on other sites
ftlrs 2 Posted June 20, 2014 Posted June 20, 2014 Thanks Kevin But I got the impression that this module woutd create a floating facebook button. Not just a another option of inserting html. Am I missing something?? Thanks! Share this post Link to post Share on other sites
KevinNash 119 Posted June 20, 2014 Posted June 20, 2014 I can't tell you, make a try to paste the code in the HTML box Share this post Link to post Share on other sites
vekia 8,966 Posted June 20, 2014 Posted June 20, 2014 Thanks Kevin But I got the impression that this module woutd create a floating facebook button. Not just a another option of inserting html. Am I missing something?? Thanks! btw. module name is "html box" so how it can be related to floating facebook button? html box allows to add any content you want it means that you can add there also floating facebook button. follow this guide: http://mypresta.eu/en/art/tips-and-tricks/how-to-add-floating-fixed-advertise-button-in-prestashop.html 1 Share this post Link to post Share on other sites
ftlrs 2 Posted June 22, 2014 Posted June 22, 2014 Ahhhh Thanks so much!!! :-) All works now. EXCEPT: When clicking on the button nothing happens. Ive inserted the link ect.. Share this post Link to post Share on other sites
vekia 8,966 Posted June 22, 2014 Posted June 22, 2014 When clicking on the button nothing happens. Ive inserted the link ect.. on what button? Share this post Link to post Share on other sites
ftlrs 2 Posted June 22, 2014 Posted June 22, 2014 ohh soory.. I followed your instruction here.. http://mypresta.eu/e...prestashop.html Share this post Link to post Share on other sites
vekia 8,966 Posted June 23, 2014 Posted June 23, 2014 hello there are two possible things: - code is malformed - you changed url in wrong way in this case please: - share url to your shop - share how the modified code looks like Share this post Link to post Share on other sites
ftlrs 2 Posted June 23, 2014 Posted June 23, 2014 (edited) Its so nice of you to help me :-)This is the code: <div style="width: 314px; height: 81px; display: block; position: fixed; right: 0px; top: 100px; background: none;"><a href="http://www.facebook.com/xxx" style="background: none;" target="_blank"> <img src="http://originalebutterflies.dk/themes/tendance/img/fb-bjaelke.jpg" style="background: none;" /> </a></div> Edited June 24, 2014 by ftlrs (see edit history) Share this post Link to post Share on other sites
vekia 8,966 Posted June 23, 2014 Posted June 23, 2014 your code is okay, module is enabled on your website? (originalbutterflies) Share this post Link to post Share on other sites
vekia 8,966 Posted June 23, 2014 Posted June 23, 2014 okay i see where the problem is! use z-index:99999999; like i show below (in style="") <div style="z-index:9999999999; width: 314px; height: 81px; display: block; position: fixed; right: 0px; top: 100px; background: none;"><a href="http://www.facebook....nalebutterflies" style="background: none;" target="_blank"> <img src="http://originalebutterflies.dk/themes/tendance/img/fb-bjaelke.jpg" style="background: none;" /> </a></div> Share this post Link to post Share on other sites
ftlrs 2 Posted June 23, 2014 Posted June 23, 2014 Thanks!!!! :-) Share this post Link to post Share on other sites
vekia 8,966 Posted June 24, 2014 Posted June 24, 2014 i can confirm it started to work :-) Share this post Link to post Share on other sites
ftlrs 2 Posted June 24, 2014 Posted June 24, 2014 YES!!! Thanks!!!! :-) Share this post Link to post Share on other sites
ftlrs 2 Posted June 26, 2014 Posted June 26, 2014 (edited) Vekia... Can you tell me whats wrong here? I tried inserting another image. It shows, but non of the images now are clickabla. Also when enableing th editor, I only see the facebook image, even though both show in front end. Thanks! Edited June 28, 2014 by ftlrs (see edit history) Share this post Link to post Share on other sites
vekia 8,966 Posted June 28, 2014 Posted June 28, 2014 you closed anchor with </a> before <img> in addition, for what purposes you use <span> there? it's not necessary, and styles aren't used. clean it :-) Share this post Link to post Share on other sites
ftlrs 2 Posted June 28, 2014 Posted June 28, 2014 hmm its not really working for me. Would you mind copy the full coding to here from above with the </a> in the rigth place? Thanks so much! Share this post Link to post Share on other sites
vekia 8,966 Posted June 28, 2014 Posted June 28, 2014 <div style="z-index: 9999999999; width: 314px; height: 81px; display: block; position: fixed; right: 0px; top: 100px; background: none;"> <a href="http://www.facebook.com/originalebutterflies" target="_blank"> <img src="http://originalebutterflies.dk/themes/tendance/img/fb-bjaelke.jpg" style="background: none;" /> </a> <br /> <br /> <br /> <br /> <a href="http://www.facebook.com/originalebutterflies" target="_blank"> <img src="http://originalebutterflies.dk/themes/tendance/img/in-bjaelke.png" /> </a> </div> Share this post Link to post Share on other sites
ftlrs 2 Posted June 28, 2014 Posted June 28, 2014 THANKS!!!!!! :-) Share this post Link to post Share on other sites
vekia 8,966 Posted June 28, 2014 Posted June 28, 2014 you're welcome :-) Share this post Link to post Share on other sites
ftlrs 2 Posted June 28, 2014 Posted June 28, 2014 By the way... Is there an easy way to get multible html modules? The dont work with translations, so would be great to have one for each of my multistores. I tried to just rename it and upload it, but that didnt work... Thanks Share this post Link to post Share on other sites
vekia 8,966 Posted June 29, 2014 Posted June 29, 2014 nope, it's not allowed by license. It is strictly forbidden to: 1) Use our products in many shops / domains / production websites with one (1) license bought. It mean: one license = one shop - a separate license should be purchased for each PrestaShop installation. (regading to the paid modules) 2) Reselling and redistributing our products. 3) Remove "MyPresta.eu" trademarks like "proudly developed by MyPresta.eu" from any place in the code is strictly forbidden, in free modules also. 4) Copying code and changing module name to duplicate addon. Share this post Link to post Share on other sites
waldiPL 13 Posted June 29, 2014 Posted June 29, 2014 in my opinion it's worth to order html box pro module. im using it, and .... features are ... just awesome. 1 Share this post Link to post Share on other sites
ftlrs 2 Posted June 29, 2014 Posted June 29, 2014 OK. but prestahsop has a html module by defaulyt too right? And its free. So I dont understand whats wrong in using a free module twice? Thanks! Share this post Link to post Share on other sites
vekia 8,966 Posted June 29, 2014 Posted June 29, 2014 in my opinion it's worth to order html box pro module. im using it, and .... features are ... just awesome. thank you :-) well, it's worth to invest :-) Share this post Link to post Share on other sites
vekia 8,966 Posted June 29, 2014 Posted June 29, 2014 OK. but prestahsop has a html module by defaulyt too right? And its free. So I dont understand whats wrong in using a free module twice? Thanks! prestashop by default hasn't got html box pro, and html box module that i created. you can use any other modules you want, but if you want to duplicate html box - it's not possible (in fact, it is, but's it's against the license) Share this post Link to post Share on other sites
ftlrs 2 Posted June 29, 2014 Posted June 29, 2014 ok. I got it!! Thanks Vekia! Share this post Link to post Share on other sites
hotrodder 0 Posted July 1, 2014 Posted July 1, 2014 hi, how i can use your plugin with custom hook? Or how i can make custom hook in PS1.5.2 and using it with your modul? I need to place custom html/text content in specific place inside of thee columned footer (in last column) so hook_footer is not good for me. Share this post Link to post Share on other sites
vekia 8,966 Posted July 2, 2014 Posted July 2, 2014 hi, how i can use your plugin with custom hook? Or how i can make custom hook in PS1.5.2 and using it with your modul? I need to place custom html/text content in specific place inside of thee columned footer (in last column) so hook_footer is not good for me. at the moment module doesnt support any custom hooks, if you're looking for complex solution check this one: with this addon you can add custom hooks and also automatically create custom contents for these new hooks Share this post Link to post Share on other sites
Troy 4 Posted August 30, 2014 Posted August 30, 2014 (edited) Sorry. Wrong forum Edited August 30, 2014 by Troy (see edit history) Share this post Link to post Share on other sites
kunglao 2 Posted September 1, 2014 Posted September 1, 2014 hi vekia i have buy the html box pro I want to know one thingthe box on the right column appears in the bottom of the pageif I wanted to see it as the first on the list as I do?www.askmetobuy.comthank you Share this post Link to post Share on other sites
vekia 8,966 Posted September 1, 2014 Posted September 1, 2014 hi vekia i have buy the html box pro I want to know one thing the box on the right column appears in the bottom of the page if I wanted to see it as the first on the list as I do? www.askmetobuy.com thank you go to modules > positions search for modules list named "displayRightColumn" you will see there modules associated with this hook (position) search for html box pro module on that list and move it (just drag n drop) to the top of the list take a look on example (how to change module position) Share this post Link to post Share on other sites
kunglao 2 Posted September 1, 2014 Posted September 1, 2014 (edited) thanksssssssssssssssssssssssssssssssss you are number one! p.s. another questionwhen I change the translation of the siteI entered the box disappear Edited September 1, 2014 by kunglao (see edit history) Share this post Link to post Share on other sites
vekia 8,966 Posted September 1, 2014 Posted September 1, 2014 you mean that custom contents disappear from your website (front office) when you switch front office language? Share this post Link to post Share on other sites
kunglao 2 Posted September 2, 2014 Posted September 2, 2014 yes Share this post Link to post Share on other sites
vekia 8,966 Posted September 2, 2014 Posted September 2, 2014 html box pro has got feature to define contents for each language in your store do you defined contents for each language? or just for one? near textbox of block you can find button to switch language (flag icon) Share this post Link to post Share on other sites
kunglao 2 Posted September 2, 2014 Posted September 2, 2014 ok i have find the flag :-) i have solve the problem thanks you are number one can you reply for my question of template in other thred :-) :-) Share this post Link to post Share on other sites
vekia 8,966 Posted September 2, 2014 Posted September 2, 2014 ok i have find the flag :-) i have solve the problem thanks you are number one can you reply for my question of template in other thred :-) :-) i will definitely, i have to read each topic here, if i will see your topic - i will reply :-) Share this post Link to post Share on other sites
vekia 8,966 Posted September 3, 2014 Posted September 3, 2014 new version released! - added improvements to installation procedure - added improvements to appearing of js scripts in code Share this post Link to post Share on other sites
3D Wall 0 Posted September 7, 2014 Posted September 7, 2014 (edited) Hi Vekia Love the little App you created, but I'm having a small problem with a Sale Marketing Message I'm trying to have on my homepage. The picture attached shows the problem. When people first visit the site, they get a sale popup, which then disappears when they click on it, but there are a couple of problems. 1 - The header is still in view and white. I have a transparent image which is supposed to cover the whole screen, but for some reason, it wont cover the header. 2 - The image is Central is, using a % margin unit and a top PX value, but it doesn't actually sit central on all screen sizes and on mobiles. How do I go about having the image in the very centre. Here is the code I use. <style type="text/css" media="all"> #float_bottom_left { position: fixed; z-index: 10; background-image: url(http://www.3dwallpanelling.co.uk/img/black80-bg.png); background-repeat: repeat; height: 100%; width: 100%; left: 0px; top: 0px; } #close { position: fixed; top: 200px; left: 50em; } </style><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js"></script> <script type="text/javascript"> $(function() { $('#close').click(function() { $('#float_bottom_left').remove(); }); }); </script> </head><body><div id="float_bottom_left"> <a href="#"> <img border="0″ src="imagesbox.png"/></a> <img src="img/sale-img.png" id="close" ></div></body></head> Many Thanks for any help (Ive removed the code from the website module until I can sort it, so if you visit the website, you wont be able to see the problem as it doesn't currently run.) Kind Regards Paul Edited September 7, 2014 by 3D Wall (see edit history) Share this post Link to post Share on other sites
vekia 8,966 Posted September 7, 2014 Posted September 7, 2014 what hook you use to place code? Share this post Link to post Share on other sites
3D Wall 0 Posted September 7, 2014 Posted September 7, 2014 Hi Vekia. Which Hook? I use your HTML Box module and add it to the Home Page only. Before I installed your module, I basically added the code manually to the very bottom of the index.tpl file after the last </if> Hope that helps Share this post Link to post Share on other sites
vekia 8,966 Posted September 7, 2014 Posted September 7, 2014 module has got several hooks to select (left column on module configuration page) then code that you will use in textbox (on module configuration page) will appear in selected hook. which one (hook) you selected? Share this post Link to post Share on other sites
3D Wall 0 Posted September 7, 2014 Posted September 7, 2014 Ahhh, I think I get you now, I choose "HOME" option in the left column, then tick the "Only On Homepage" as I only want people to see the message when they first visit the homepage, then they will click through the site as usual. Share this post Link to post Share on other sites
vekia 8,966 Posted September 7, 2014 Posted September 7, 2014 can you try with hook named "header" ? Share this post Link to post Share on other sites
3D Wall 0 Posted September 7, 2014 Posted September 7, 2014 Ok, putting the code in Header didn't work, but putting it in TOP works perfectly for the whole page now being covered with the transparent background. My next problem is the image, I cant seen to get the image to sit centrally on all screen resolutions. with a 35% left position, its looks great on my my PC running 1900 screen res, but in my laptop running 1440 it sits too far to the right and on my IPAD is to far to the right also. PC LAPTOP The image also doesn't move if I shrink the IE windows to a different size instead of full screen. Cheers for your help Paul Share this post Link to post Share on other sites
vekia 8,966 Posted September 7, 2014 Posted September 7, 2014 it's a case of css styles not an error in module you use left param you have to define media queries in your css styles to display it in different way on other devices (with other screen sizes) Share this post Link to post Share on other sites
3D Wall 0 Posted September 7, 2014 Posted September 7, 2014 ahhhh, ok, something I will have to learn, as I know nothing about media queries etc - Im a bit new to all this coding/css etc etc. If it isn't in the CSS properties box then i'm lost Many Thanks for your help. Kind Regards. Share this post Link to post Share on other sites
fedeselmer 0 Posted September 8, 2014 Posted September 8, 2014 Hi, does this module support multi-language? I want to write something in two different languages. I can do it also via php but the module filters the php code and does not allow me to do it. I downloaded the module like a month ago so maybe it's in the updaes? Thank you and good work! Share this post Link to post Share on other sites
vekia 8,966 Posted September 8, 2014 Posted September 8, 2014 only pro version have got possibility to define different contents depending on selected language (for each language you can define different contents). php code is not supported, it only supports browser side programming languages like css, js, html etc. Share this post Link to post Share on other sites
3D Wall 0 Posted September 8, 2014 Posted September 8, 2014 Hi Vekia, could I be cheeky and send you a quick email/PM about adding a little extra option to my checkout, just so you could let me know how easy it would be to implement and what coding would be involded. Many Thanks Paul Share this post Link to post Share on other sites
ricky11 47 Posted September 15, 2014 Posted September 15, 2014 (edited) Hi, I am using the latest html box and inserting some HTML in the displaynav. It displays well, but i am trying to make the div tag responsive, so i insert as follows : <div style="padding-top: 5px;" class="row hidden-xs hidden-sm"> as soon as i put the class=row hidden-xs hidden-sm'" the the currency block on right does not work. The code itself works and when i size down the window to xs, my html text disappears. But something goes wrong with the style in the div tag that causes problems with the currency block... Any ideas? Edited November 6, 2014 by ricky11 (see edit history) Share this post Link to post Share on other sites
vekia 8,966 Posted September 16, 2014 Posted September 16, 2014 you removed element you created from displayNav ? i don't see it there Share this post Link to post Share on other sites
ricky11 47 Posted September 16, 2014 Posted September 16, 2014 Hi Vekia, I added it back in, you can see it now I must add, that the language block and sign in block seem to work in IE 10, but not in chrome. Take a look please. thanks Share this post Link to post Share on other sites
vekia 8,966 Posted September 16, 2014 Posted September 16, 2014 fix is very simple instead class="row hidden-xs hidden-sm" just use class="col-sm-9 hidden-xs hidden-sm" Share this post Link to post Share on other sites
ricky11 47 Posted September 16, 2014 Posted September 16, 2014 Thanks.. I have to read up why that works i guess on bootstrap website. thanks again. Share this post Link to post Share on other sites
vekia 8,966 Posted September 16, 2014 Posted September 16, 2014 row is a clasc tak cover whole container this is an answer you created div an it was above other layers, so it was not possible to click on these overlapped elements Share this post Link to post Share on other sites
dszuecs 0 Posted September 17, 2014 Posted September 17, 2014 Great Plugin, thanks* Is it possible to use Prestashops built in language toggle? Like i have German & English, need to have some links in DisplayNav for German & English. Any Idea? Thanks & Cheers Dennis Share this post Link to post Share on other sites
laurix 7 Posted September 25, 2014 Posted September 25, 2014 Hi! I've been having trouble with this module since the site went online. I just need it to put two logos in the left column, something really simple. But now, when I put the code (with the editor or html directly) it adds a lot of " and ="". I have seen that this was a known issue, but I could'nt find here the solution, and everytime I click on save settings, it changes the code. So, anyone has a clue about how to solve it? The weirdest part is that it still works in our copy on localhost Thanks. And thank you Vekia for your modules! using PS 1.5.6.2 Share this post Link to post Share on other sites
reno123 4 Posted October 2, 2014 Posted October 2, 2014 Hi Vekia, I 've got short question... Is it possible to use HTML Box Free in more then one place ? For example in header one text and the other (different one) in footer. If yes, how to do this ? Thanks. Share this post Link to post Share on other sites
vekia 8,966 Posted October 2, 2014 Posted October 2, 2014 new version released! added minor improvements related to module installation Share this post Link to post Share on other sites
vekia 8,966 Posted October 2, 2014 Posted October 2, 2014 Hi Vekia, I 've got short question... Is it possible to use HTML Box Free in more then one place ? For example in header one text and the other (different one) in footer. If yes, how to do this ? Thanks. free version doesnt allow to put more than one block, and it's not possible to more than one hook. only pro version allows to create unlimited number of blocks and to use unlimited number of hooks (with custom hooks too) Share this post Link to post Share on other sites
reno123 4 Posted October 2, 2014 Posted October 2, 2014 I don't like this )) All right, it's for free... Thank for reply. Share this post Link to post Share on other sites
KevinNash 119 Posted October 2, 2014 Posted October 2, 2014 new version released! added minor improvements related to module installation Hi Vekia First post says 1.5.4 version but when I install it I see 1.5.3.2 version Share this post Link to post Share on other sites
vekia 8,966 Posted October 3, 2014 Posted October 3, 2014 Hi Vekia First post says 1.5.4 version but when I install it I see 1.5.3.2 version wow! that's strange you downloaded module from website or from first post here? Share this post Link to post Share on other sites
KevinNash 119 Posted October 3, 2014 Posted October 3, 2014 I tried both, 1.5.3.2 for each version and on your website, I see 1.5.3.2 indicated, here on this thread I see 1.5.4 Share this post Link to post Share on other sites
charalambos 0 Posted October 20, 2014 Posted October 20, 2014 (edited) HtmlBox module Help please! I can seem to be able to enable this module, it was enabled and working with a code that pulls my rss feeds into it and displays on home page the Feed stop working so i disabled the module until the feed was back, i tried to re-enable it but it will not. I have tried to remove it and re-install, i have tried different browsers, cleared cache..... nothing any ideas please Edited October 20, 2014 by charalambos (see edit history) Share this post Link to post Share on other sites
vekia 8,966 Posted October 22, 2014 Posted October 22, 2014 new version released! - added improvements to saving block in the database - minor fixes for installation function Share this post Link to post Share on other sites
KevinNash 119 Posted October 22, 2014 Posted October 22, 2014 (edited) Hello Vekia, I think the file on post 1 is wrong. It is big with many files and HTML box versions inside By the way, the good one 1.5.3.3 is inside the archive Edited October 22, 2014 by KevinNash (see edit history) Share this post Link to post Share on other sites
vekia 8,966 Posted October 22, 2014 Posted October 22, 2014 lol i uploaded archive with each module version i changed file - now it's possible to download 1.5.3.4 Share this post Link to post Share on other sites
ElMarley 1 Posted October 23, 2014 Posted October 23, 2014 Hi Can I use this modules 2 times on home page ? if yes how can I do it , thank you Exemple : I have already an image on home page with HTMLBox , i need to add some text on other place on the same page (Home page) . Share this post Link to post Share on other sites
KevinNash 119 Posted October 23, 2014 Posted October 23, 2014 perfect Share this post Link to post Share on other sites
vekia 8,966 Posted October 23, 2014 Posted October 23, 2014 Hi Can I use this modules 2 times on home page ? if yes how can I do it , thank you Exemple : I have already an image on home page with HTMLBox , i need to add some text on other place on the same page (Home page) . for that purposes use html box pro. html box free doesnt have feature to display more than one block. Share this post Link to post Share on other sites
deli00 3 Posted October 25, 2014 Posted October 25, 2014 Hello Vekia, I am having some trouble setting up links everytime i put the full link it shortens it to ../content/mylink but prestashop is in a subfolder so it isn's working as expected, i added ../shop/content/mylink but then every time the page loads, it adds a new ../shop/ part to the link and it ends up looking like this ../shop/shop/shop/shop/content/mylink how can i force it to use absolute links? Thank you very much! Share this post Link to post Share on other sites
deli00 3 Posted October 30, 2014 Posted October 30, 2014 Prestashop HTML Box module --- for free --- works with: 1.2.x + 1.3.x. + 1.4.x + 1.5.x + 1.6.x This module is great tool for adding to your shop widgets created by other websites like twitter, facebook, pinterest, allegro, etc. Main feature in this module is an ability to add the "client side" code such like HTML, javascript, css for any place you want. article about this module for free download wait for tutorials about usage this module for adding facebook like box etc. updates of the module version | date 1.5.4 | 02.10.2014 1.5.3 | 03.09.2014 1.5.2 | 01.06.2014 1.5.1 | 19.05.2014 1.5.0 | 01.04.2014 1.4.9 | 10.03.2014 1.4.8 | 19.02.2014 1.4.7 | 18.12.2013 1.4.6 | 11.12.2013 1.4.5 | 30.10.2013 1.4.4 | 23.09.2013 1.4.3 | 27.08.2013 1.4.2 | 13.05.2013 1.4.1 | 29.04.2013 1.3.0 | 07.11.2012 download file: Hello Vekia, I am having some trouble setting up links everytime i put the full link it shortens it to ../content/mylink but prestashop is in a subfolder so it isn's working as expected, i added ../shop/content/mylink but then every time a page loads, it adds a new ../shop/ part to the link and it ends up looking like this ../shop/shop/shop/shop/content/mylink how can i force it to use the full link? Thank you very much! Share this post Link to post Share on other sites
Roozbeh Aghabeighi 3 Posted October 31, 2014 Posted October 31, 2014 Hi Vekia, I use it but when i put Histats.com code into it, counter not work, my prestashop ver is 1.6. Share this post Link to post Share on other sites
vekia 8,966 Posted November 5, 2014 Posted November 5, 2014 Hello Vekia, I am having some trouble setting up links everytime i put the full link it shortens it to ../content/mylink but prestashop is in a subfolder so it isn's working as expected, i added ../shop/content/mylink but then every time a page loads, it adds a new ../shop/ part to the link and it ends up looking like this ../shop/shop/shop/shop/content/mylink how can i force it to use the full link? Thank you very much! hello it's malfunciton of the tinymce editor in prestashop i already added fixtures but to pro version in the next release i will include these fixes to this free module too. Share this post Link to post Share on other sites
vekia 8,966 Posted November 5, 2014 Posted November 5, 2014 Hi Vekia, I use it but when i put Histats.com code into it, counter not work, my prestashop ver is 1.6. what code you see in front office ? Share this post Link to post Share on other sites
generalexperts 19 Posted November 17, 2014 Posted November 17, 2014 Using http://www.seoptimer.com/ on my site, the report says 8 images found and 2 without ALT attribute. How would I add that for the two images that are using the htmlbox module? Thanks Share this post Link to post Share on other sites
vekia 8,966 Posted November 21, 2014 Posted November 21, 2014 version 1.5.3.4 released added minor improvements to module upgrade function to support changes in prestashop 1.6.0.9 and 1.6.0.8 Share this post Link to post Share on other sites
vekia 8,966 Posted November 21, 2014 Posted November 21, 2014 1.6 to add alt="" you have to use source code editor </> and provide alt param 1.5 and older versions of PS if you're on 1.5 you can use image plugin (when you want to insert picture you click on tiny pic button) there are a fields to fill like "title" "alt" etc. Share this post Link to post Share on other sites
Niller 0 Posted December 12, 2014 Posted December 12, 2014 Hey Vekia. Is it possible to get the module to follow a responsive site? I use the html module to show the payment cards under the cart as attached, how can i make it stay there on mobile site? Standard: Mobile: Share this post Link to post Share on other sites
diag2all 1 Posted December 30, 2014 Posted December 30, 2014 hi all, i try to use Lite version but it didnt save AD code , why ? (my PS is 1.4.11) Share this post Link to post Share on other sites
vekia 8,966 Posted January 2, 2015 Posted January 2, 2015 hi all, i try to use Lite version but it didnt save AD code , why ? (my PS is 1.4.11) what code you're trying to save and how? Share this post Link to post Share on other sites
vekia 8,966 Posted January 22, 2015 Posted January 22, 2015 new version ready module added to addons store, now it's trusted by addons marketplace you can use it in prestashop cloud. Share this post Link to post Share on other sites
Atanda 3 Posted February 3, 2015 Posted February 3, 2015 Hello I installed this module in my Prestashop shop which is version 1.4.9.0. I tried to inset an iframe from youtube to embed a video but it will not accept it. I tried to put off the editor but the on and off button has no effect and did not hide the editor. What can I do please? I read the module is compatible with PS 1.4.x Thanks Share this post Link to post Share on other sites
Recommended Posts