Jump to content

artway

Members
  • Posts

    48
  • Joined

  • Last visited

Contact Methods

Profile Information

  • Location
    Burnaby, BC, Canada
  • Activity
    Freelancer

artway's Achievements

Newbie

Newbie (1/14)

5

Reputation

2

Community Answers

  1. FYI, I found the way how to link the FEATURED PRODUCTS to its SUBCATEGORY. It can be done in BO > Catalog > Product > Edit > Associations panel, by choosing SUBCATEGORY as a DEFAULT CATEGORY. See attachment. Thank you. Hi, I would like to in HOME PAGE make a link of FEATURED PRODUCT item to its SUBCATEGORY instead to PRODUCT PAGE. Current link: /index.php?id_product=3&controller=product&id_lang=1 opens product page. I would like to change it to SUBCATEGORY which is a result of DROP DOWN submenu link, like this: /index.php?id_category=39&controller=category&id_lang=1 Briefly, I would like to open FEATURE PRODUCT as SUBCATEGORY page, the same as from SUBMENU. I have problem to locate the related file to make adequate change. Thank you for your concern.
  2. Hi, I was able to resize my slider in PS 1.5.6.1 Details can be found here: https://www.prestashop.com/forums/topic/394716-how-ro-resize-minicslider-tmhtml-default-modules/?hl=slider&do=findComment&comment=1930051
  3. Hi: I have a problem to create a new customer account from computer browser. Clicking button CREATE AN ACCOUNT page with registration form is not showing up - remains blank and browser attempts to load the page. Here is the Authentication Link: index.php?controller=authentication&back=my-account I can do it (create new account) from my mobile browser. My PS Theme is 1.5.6.1 version. Any suggestion? Thank you.
  4. I had received the following message while saving CMS page content pasted into html editor. Content of the page include css and java script (image hover). Attachment show screenshot of the entire message. .......................... [PrestaShopException]Property CMS->content is not valid at line 878 in file classes/ObjectModel.php .......................... Has anybody an experience with this issue. BTW I was able to create such page(s) on testing (duplicate) site within the same server. It works. Thank you.
  5. Hi, My problem: I created a new CMS Category (PASTRY) with 2 CMS Subcategory pages (SPECIAL, DIETARY). Everything works fine with one exception. When a CMS Subcategory page is open it overlaps (hides) all MainMenu drop down list including the PASTRY drop down list (SPECIAL, DIETARY). See attachment. My Subcategory pages include image Java Script hovers. Does it cause a problem? Thank you.
  6. If you are talking of TOP MENU then use TOP HORIZONTAL MENU module. It can be opened from MODULES menu > MODULES submenu in your Back Office panel. Click Configure to open TOP HORIZONTAL MENU control panel called Block TOP MENU. In the Block TOP MENU panel select your Category from the list on the top-right side and REMOVE it. Later you ad it back.
  7. I agree with 65fastback2+2. Consider this: First of all contact your host IT and report your website poor performance. Usually slow performance happens with low budged hosting services. I had this situation before until I changed hosting to slightly more expensive and close to my location. I spent lots of time to configure my website, to find reason and to communicate with hosting guys. In vain. Now it works very fast.
  8. Thank you, Vekia. BTW could give me a hint how to solve my problem with CMS page link. I posted it here: www.prestashop.com/forums/topic/396717-link-to-cms-page-in-permanent-links-block-of-page-header/?hl=%2Bcms#entry1935641 I followed very clear instruction from: http://www.templatemonster.com/help/prestashop-1-5-x-how-to-manage-footer-and-header-links.html but it doesn't work on my official website. It works on my TEST website version on the same server where I tried. Thank you.
  9. Hi, here is more info about my problem with PrestaShop 1.5.6

 1. I created CMS ABOUT US page in PREFERENCES > CMS 
2. I placed ABOUT US button in MENU TOP LINKS. It works fine. 
3. Next I placed ABOUT US button in CMS page in PERMANENT LINKS Block (very top set of links).* 
3a. I was able to do so by putting extra code in blockpermanentlinks-header.tpl file (themes > themeXXX > module > permanentlinks > blockpermanentlinks-header.tpl) ....................................................
 <!-- Block permanent links module HEADER -->
<section class="header-box blockpermanentlinks-header">
 <ul id="header_links" class="hidden-xs">
 <li><a href="{$link->getPageLink('index.php')}" class="header_links_home">{l s='home' mod='blockpermanentlinks'}</a></li>
 <li id="header_link_about-us"><a class="header_links_about-us" href="{$link->getPageLink('about-us', true)|escape:'html'}" title="{l s='about-us' mod='blockpermanentlinks'}">{l s='about us' mod='blockpermanentlinks'}</a></li>
 <li id="header_link_contact"><a class="header_links_contact" href="{$link->getPageLink('contact', true)|escape:'html'}" title="{l s='contact' mod='blockpermanentlinks'}">{l s='contact' mod='blockpermanentlinks'}</a></li>
 <li id="header_link_stores"><a class="header_links_stores" href="{$link->getPageLink('stores')|escape:'html'}" title="{l s='Stores' mod='blockpermanentlinks'}">{l s='stores' mod='blockpermanentlinks'}</a></li>
 <li id="header_link_sitemap"><a class="header_links_sitemap" href="{$link->getPageLink('sitemap')|escape:'html'}" title="{l s='sitemap' mod='blockpermanentlinks'}">{l s='sitemap' mod='blockpermanentlinks'}</a></li>
 </ul> 
.................................................... 4. The problem is that the link doesn't work. The original CMS ABOUT US link (in Module BLOCK TOP Menu) is: index.php?id_cms=4&controller=cms&id_lang=1 I tried many different hrefs: cms&id_lang=1 / 1 / about-us None of them works. Any clue?
  10. Does it (https://github.com/P...f63db1a7d253827) apply to PrestaShop 1.5.6 too?
  11. Hi In PS 1.5.6 those images are controlled by TM HTML content module which can be found in Modules Menu > Modules > Others Click Configure to open control panel where in Hook HOME you can add/remove new images. Hope we are talking about the same.
  12. Hi, I found a clearly described solution at: http://www.templatemonster.com/help/prestashop-how-to-add-cms-page-with-link-in-headerfooter-menu.html Hope that some of you will find it useful too. .................................................................... Hi, I am working with PS 1.5.6.1 Here is my problem: I created CMS ABOUT US page with a link at Main Menu in Page Header. Original link to the CMS ABOUT US is: index.php?id_cms=4&controller=cms&id_lang=1 This work fine. Bur, I won't to place ABOUT US link in the PERMANENT LINKS block in PAGE HEADER. I modified blockpermanentlinks-header.tpl …………………………………………………. <section class="header-box blockpermanentlinks-header"> <ul id="header_links" class="hidden-xs"> <li><a href="{$link->getPageLink('index.php')}" class="header_links_home">{l s='home' mod='blockpermanentlinks'}</a></li> <li id="header_link_about-us"><a class="header_links_about-us" href="{$link->getPageLink('about-us')|escape:'html'}" title="{l s='about-us' mod='blockpermanentlinks'}">{l s='about us' mod='blockpermanentlinks'}</a></li> <li id="header_link_contact"><a class="header_links_contact" href="{$link->getPageLink('contact', true)|escape:'html'}" title="{l s='contact' mod='blockpermanentlinks'}">{l s='contact' mod='blockpermanentlinks'}</a></li> <li id="header_link_stores"><a class="header_links_stores" href="{$link->getPageLink('stores')|escape:'html'}" title="{l s='Stores' mod='blockpermanentlinks'}">{l s='location' mod='blockpermanentlinks'}</a></li> <li id="header_link_sitemap"><a class="header_links_sitemap" href="{$link->getPageLink('sitemap')|escape:'html'}" title="{l s='sitemap' mod='blockpermanentlinks'}">{l s='sitemap' mod='blockpermanentlinks'}</a></li> </ul> …………………………………………………. Brawser displays link name in the right place but link doesn't work. The message tells - Page cannot be found. It means that link which goes the CMS file is wrong. Where can I find the proper address to this page? Can anybody tell my what wrong I am doing? Regards.
  13. Hi All curious visitors of this issue. Here is a good news. I can share with you how to resize the minic slider in home page. See the illustration in my initial post. This solution works with PrestShop 1.5.6. The first of all you have to remove from TM HTML module 2 banners (images). To do so log in: to your Back Office > Modules > Modules > Other Modules > TM HTML > click CONFIGURE to open the module content then remove 2 of 4 your banners from HOOK HOME list. Open a browser to review your website home page look. Only 2 banners on the right side of the slider should be present there now. NEXT - you will change the slider width that will push 2 existing banner to the right. Login to your FTP site files and locate nivo-slider.css. To do so: Go to --> YourTheme### > CSS > Modules > MinicSlider > Views > JS > Plugins > Nivo-Slider > Nivo-Slider.css Open Nivo_Slider.css file and change #minic_slider width:50% to width:75% or to any other value you want to get. Save your file and upload it. Because you changed the slider dimension/proportions you will need to upload modified images the slider module. Minic-slider module can be found at Back Office > Modules > Modules > Advertising and Marketing > minic-slider module That's it, Thank you
×
×
  • Create New...