Jump to content

themechancistoolbox

Members
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • Activity
    User/Merchant

Recent Profile Visitors

302 profile views

themechancistoolbox's Achievements

Newbie

Newbie (1/14)

1

Reputation

1

Community Answers

  1. Hi, I'm looking for someone to get a small e-commerce website up and running for me as soon as possible. I thought I could do it myself but I just don't have the time, and it would take me 100 times longer than someone that knows what they're doing, which I don't apparently. I already have hosting, have purchased a responsive theme that I like, and have it all installed and mostly working. It has some issues, lacks a professional appearance, ect. What I am looking for is a basic starting point so I can add my own product catagories and products and not worry about all the rest of it. I also want someone who is also familiar with Prestashop eBay and Amazon integration, and can show me some work they have done. Thanks.
  2. Hi I'm having an issue with the categories button not expanding on a mobile device (iphone 5). I did some reading and it seems to be linked to blocktopmenu.js, but I tried some of the suggested changes and it didn't work. The demo version of the theme I'm using works just fine on my phone. I'm using Prestashop version 1.6.0.8 and theme #49140. Here's a link http://www.templatemonster.com/demo/49140.html to the theme. My website is here: http://www.themechanicstoolbox.com Here's a link to a copy of my blocktopmenu.js - http://www.themechanicstoolbox.com/temp/blocktopmenu.js - I may have left some of the suggested changes in there. On a side note, I have only one test product listed. On the mobile version when the product is selected, then an image is clicked on, the image box comes up with the arrows to advance to the next image. These don't work. The arrows do work from the product screen where the thumbnails are under the main image. Again this is only on the mobile version. Any help would be greatly appreciated!
  3. That took care of it, thank you. I misunderstood you the first time and added the new code to header.tpl for the homeslider module, not the theme itself. Thanks again for your help, I really appreciate it, I never would have figured that out.
  4. I edited the post above with a link to the code, apparently it's too long to post here.
  5. That didn't work, it's under this link: http://www.themechanicstoolbox.com/temp/code
  6. I cleared the cache using the "clear cache" button under Advanced parameters > Performance, then set template compilation to "force compilation" and saved the changes. I cleared my browser cache but still no luck. Would it be easier to just buy one of the inexpensive slider modules that are available? Thanks again.
  7. I've added the code listed above to header.tpl so now it looks like this: {if isset($homeslider)} {addJsDef homeslider_loop=$homeslider.loop} {addJsDef homeslider_width=$homeslider.width} {addJsDef homeslider_speed=$homeslider.speed} {addJsDef homeslider_pause=$homeslider.pause} {/if} {if isset($js_defer) && !$js_defer && isset($js_files) && isset($js_def)} {$js_def} {foreach from=$js_files item=js_uri} <script type="text/javascript" src="{$js_uri|escape:'html':'UTF-8'}"></script> {/foreach} {/if} I cleared my browser cache and refreshed the page but it still has the same problem. Other ideas? Thanks.
  8. Thanks for the quick responses. I'm using prestashop version 1.6.0.8. Here's all header.tpl has: {if isset($homeslider)} {addJsDef homeslider_loop=$homeslider.loop} {addJsDef homeslider_width=$homeslider.width} {addJsDef homeslider_speed=$homeslider.speed} {addJsDef homeslider_pause=$homeslider.pause}{/if} Here's what homeslider.tpl looks like: {if $page_name =='index'} <!-- Module HomeSlider --> {if isset($homeslider_slides)} <div id="homepage-slider"> {if isset($homeslider_slides.0) && isset($homeslider_slides.0.sizes.1)}{capture name='height'}{$homeslider_slides.0.sizes.1}{/capture}{/if} <ul id="homeslider"{if isset($smarty.capture.height) && $smarty.capture.height} style="max-height:{$smarty.capture.height}px;"{/if}> {foreach from=$homeslider_slides item=slide} {if $slide.active} <li class="homeslider-container"> <a href="{$slide.url|escape:'html':'UTF-8'}" title="{$slide.legend|escape:'html':'UTF-8'}"> <img src="{$link->getMediaLink("`$smarty.const._MODULE_DIR_`homeslider/images/`$slide.image|escape:'htmlall':'UTF-8'`")}"{if isset($slide.size) && $slide.size} {$slide.size}{else} width="100%" height="100%"{/if} alt="{$slide.legend|escape:'htmlall':'UTF-8'}" /> </a> {if isset($slide.description) && trim($slide.description) != ''} <div class="homeslider-description">{$slide.description}</div> {/if} </li> {/if} {/foreach} </ul> <div id="bx-pager-thumb"> {foreach from=$homeslider_slides item=slides name=slides} {if $slide.active} <a data-slide-index="{$smarty.foreach.slides.iteration - 1}" href=""><img src="{$link->getMediaLink("`$smarty.const._MODULE_DIR_`homeslider/images/`$slides.image|escape:'htmlall':'UTF-8'`")}" alt="" /></a> {/if} {/foreach} </div> </div> {/if} <!-- /Module HomeSlider -->{/if}
  9. I'm new to Prestashop but am figuring it out as I go along. One thing I can't figure out is why the image slider isn't working. I'm using the online tool store template from Template Monster, and the slider in the online demo version works perfect: http://www.templatemonster.com/demo/49140.html I've deleted and reinstalled the module but it still doesn't work. It shows the first image, which is the default one, but it never changes nor are there any buttons to manually use it. I've checked every setting I can think of and have spent hours trying to figure it out. Here's a link to my page: www.themechanicstoolbox.com I'm sure I've done something wrong, just can't figure it out. The module is version 1.3.9 - Thanks
×
×
  • Create New...