Jump to content

vishnuo

Members
  • Posts

    8
  • Joined

  • Last visited

Profile Information

  • Location
    Canada
  • Activity
    User/Merchant

vishnuo's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. I have the same issue. I see plenty of artifacts on my white background. has anyone found an issue to this?? i uploaded Jpeg and set quality to max. the thickbox image is ok, since i uploaded at thickbox size, but all other smaller ones which are resized have artifacts.
  2. I have the same problem. Any solutions yet?? didnt understand the previous post??
  3. I have the same issue. I want to be able to assign more than one color for one combination. so for example a in two different color can be searched by either color. I cant do this with attributes since if i choose more than one color i mess up my stock.
  4. I found this is an another thread and seemed to work: <div id="google_translate_element"></div> <script> function googleTranslateElementInit() { new google.translate.TranslateElement({ pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.SIMPLE }, 'google_translate_element'); } </script> <script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
  5. I was able to duplicate this module. the steps i took is below. i went into the I changed the followings: folder name: blocktopmenu2 tpl name: blocktopmenu2.tpl php name:blocktopmenu2.php php name:menutoplinks2.class php file code: in blocktopmenu2.php i did the following: - search all "menutoplinks" and replace with "menutoplinks2" - change "class blocktopmenu extends Module" to "class blocktopmenu2 extends Module" - search and change all "blocktopmenu.tpl" to "blocktopmenu2.tpl" - search and chage all "MOD_BLOCKTOPMENU_ITEMS" to "MOD_BLOCKTOPMENU_ITEMS2" - search and change all "MOD_BLOCKTOPMENU_SEARCH to "MOD_BLOCKTOPMENU_SEARCH2" - search and replace all "linksmenutop" to "linksmenutop2" - search and replace all "linksmenutop_lang" to "linksmenutop2_lang" in menutoplinks2.class change: - search and replace all "linksmenutop" to "linksmenutop2" - search and replace all "linksmenutop_lang" to "linksmenutop2_lang" - "class MenuTopLinks2" to "class MenuTopLinks2" And finally if you have a theme, yo need to go into ../themes/theme_name/module and make a copy of the "blocktopmenu" folder and rename it "blocktopmenu2" and i also had to go into ../themes/theme_name/css/module and make a copy of the "blocktopmenu" folder and rename it "blocktopmenu2"
  6. I also found a similar solution. Here's the link: http://nemops.com/page-specific-prestashop-module/ I pretty much just edited the .php files for the modules I wanted to be displayed on every page except the blog.
  7. I have the same issue. I added blog and I want to hide the search box and certain thing in the top of pages, but am unable to because the blog is not in the exceptions list.
×
×
  • Create New...