Jump to content

TACS

Members
  • Posts

    67
  • Joined

  • Last visited

Profile Information

  • Activity
    User/Merchant

Recent Profile Visitors

4,462,806 profile views

TACS's Achievements

  1. an old post i know, but I was looking for something similar and so have made up something you can insert into a html block, you may need to adjust some of the css properties <div class="category-block-one top-margin bottom-margin"> <div class="container"> <div class="col-xs-12 col-sm-6 col-md-3"><img src="place-image-383px-396px" alt="Image 1" style="width: 100%;" /> <div class="cat-text-block"> <h4><a href="main-category-link">Text Example Category</a></h4> </div> <ul> <li><a href="**category1-link**">&gt; Category 1 </a></li> <li><a href="**category2-link**">&gt; Category 2 </a></li> <li><a href="**category3-link**">&gt; Category 3 </a></li> </ul> </div> <div class="col-xs-12 col-sm-6 col-md-3"><img src="place-image-383px-396px" alt="Image 2" style="width: 100%;" /> <div class="cat-text-block"> <h4><a href="main-category-link">Text Example Category</a></h4> </div> <ul> <li><a href="**category4-link**">&gt; Category 4 </a></li> <li><a href="**category5-link**">&gt; Category 5 </a></li> <li><a href="**category6-link**">&gt; Category 6 </a></li> </ul> </div> <div class="col-xs-12 col-sm-6 col-md-3"><img src="place-image-383px-396px" alt="Image 3" style="width: 100%;" /> <div class="cat-text-block"> <h4><a href="main-category-link">Text Example Category</a></h4> </div> <ul> <li><a href="**category7-link**">&gt; Category 7 </a></li> <li><a href="**category8-link**">&gt; Category 8 </a></li> <li><a href="**category9-link**">&gt; Category 9 </a></li> </ul> </div> <div class="col-xs-12 col-sm-6 col-md-3"><img src="place-image-383px-396px" alt="Image 4" style="width: 100%;" /> <div class="cat-text-block"> <h4><a href="main-category-link">Text Example Category</a></h4> </div> <ul> <li><a href="**category10-link**">&gt; Category 10 </a></li> <li><a href="**category11-link**">&gt; Category 11 </a></li> <li><a href="**category12-link**">&gt; Category 12 </a></li> </ul> </div> </div> </div> and css .category-block-one { /*max-width: 50%;*/ } @media (max-width: 479px) { .category-block-one .col-xs-12 { width: 50%; /* Force full width on each column */ } } @media (max-width: 767px) { .category-block-one .col-xs-12 { width: 50%; /* Force full width on each column */ } } <meta name="viewport" content="width=device-width, initial-scale=1"> <style> .container { position: relative; font-family: Arial; } .cat-text-block a { text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000; position: absolute; top: 35%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: white; } @media (max-width: 479px) { .cat-text-block a { top: 25%; } } @media (max-width: 767px) { .cat-text-block a { top: 25%; } } @media (min-width: 768px) { .cat-text-block a { font-size: 26px; /* Increase font size for larger screens */ } }
  2. same issue/bug with the newest version I am using. perhaps pretahero's can look into the issue and apply a fix.
  3. TACS

    Missing Posts

    anyone have an answer? moderators?
  4. Someone please explain to me WHY prestashop has removed posts from these forums??
  5. You sir are a genious! problem solved in 5 minutes. this is perfect! 1.6.0.14
  6. I was signed in as a customer and I couldn't see any product pages as a result of this issue, with error reporting turned product pages were showing the following [PrestaShopException]Invalid address #377 at line 362 in file classes/Address.php I then went ahead and applied your solution and it worked immediately! Thanks
  7. You're welcome Im not entirely sure what could have caused it to be honest with you, you could try resetting the module "My Account Block" if it is in fact used by your custom theme. otherwise it might be worth you contacting the developer. But at least for now you have a fix
  8. Hi, Its not there in your code, so try this. modules > Top Horizontal Menu > Add New Link Label > Sign In Link > http://healflex.net/my-account New Window = No
  9. I eventually found the change i needed to make. <span id="our_price_display" class="price" itemprop="price" content="{$productPrice}">{convertPrice price=$productPrice|floatval}</span> should be <span id="our_price_display" itemprop="price" content="{$productPrice}">{convertPrice price=$productPrice|floatval}</span> class="price" seems to override the CSS and once removed it is back to normal!
  10. Hello Alex Seen as your post is relatively recent and I can see that you havent fixed this, I decided to see if I could fix this through using inspect. and i may have a solution for you. you just need to make some overrides in the css. Navigate to the following files and Back up before making any alterations. additions are highlighted in BOLD /js/jquery/plugins/bxslider/jquery.bxslider.css around line 11 .bx-viewport { direction: ltr !important; height: 254px!important; /themes/intechpres/css/global.css around line 8083 .product-box { width: 178px!important; float: left; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } Hopefully that will solve it for you
  11. I tried following the tutorials here but the suggestions didnt work for me in 1.6.0.14... then i stumbled upon this website here however now that it works! something I noticed change as I did when using the templates provided here is that the products price font size changes?? Basically, The product price jumps from around 29px down to about 13px and i am a little unsure how to fix this?.. I’ve looked at the CSS however any changes made to font-size have an impact elsewhere on the website. so I imagine it has something to do with the tpl? when I inspect the price “#span_our_price_display” I checked the tpl which lead me to the section <!-- prices --><!-- end content_prices --> i replaced that with my original tpl thinking it may have fixed it, but that didnt solve the issue either. when i inspect view, this is what i see in the styles original global.css:2 element.style { } media=”all” html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; after global.css:5817 element.style { } media=”all” .price { font-size: 13px; color: #777777; white-space: nowrap; if anyone can help solve this i would be very grateful
  12. well, it turns out that the 2.3.4 module worked afterall, it just needed to be reset, so for anyone scratching their head wondering why, just hit the reset button
  13. using 1.6.0.9 and I found that V1.4 worked too, this was after rolling back from a version that was around 2.3. I did this because the Tag assistant was displaying red on homepage and cart (although it had been reporting the correct data back) so i figured id go ahead and try the slightly newer version you posted a link too, however the link seems to be dead now
  14. SOLVED!: Simply add the country code as follows in bold; ecomm_prodid: '{$product->id}-en', {elseif $page_name == 'product'}ecomm_prodid: '{$product->id}-en', ecomm_pagetype: 'product', ecomm_totalvalue: {$product->getPrice(true, $smarty.const.NULL, $priceDisplayPrecision)}
  15. hello ajnglagla, Can you or anyone else confirm how to do this?... its the solution im looking for in my above post
×
×
  • Create New...