Jump to content

eveall

Members
  • Posts

    11
  • Joined

  • Last visited

Profile Information

  • Location
    Canada
  • Activity
    User/Merchant

eveall's Achievements

Newbie

Newbie (1/14)

0

Reputation

2

Community Answers

  1. I figured it out. At least for me. Has to do with the fifth image. Find the dets here: https://www.prestashop.com/forums/topic/467501-hooks-in-home-dont-line-up/?p=2138839&do=findComment&comment=2138839
  2. Solved it again. This time hopefully for good. Found the solution in the forum. Sometimes it's difficult to find. In the default theme the fifth item is 66%. The way I was configuring it, I wanted it to be 33%. go to /yourinstallation/modules/themeconfigurator/css/hook.css and change : #htmlcontent_home ul li.htmlcontent-item-5 { width: 66.6667%; } @media (max-width: 479px) { #htmlcontent_home ul li.htmlcontent-item-5 { width: 100%; } } to (for example) #htmlcontent_home ul li.htmlcontent-item-8 { width: 66.6667%; } @media (max-width: 479px) { #htmlcontent_home ul li.htmlcontent-item-8 { width: 100%; } } this will allow my eighth item to be 66% but not the fifth.
  3. The second row of hooks should be aligned but it appears the middle picture changes size.
  4. I found a solution here: https://www.prestashop.com/forums/topic/329631-solved-hook-home-banners-theme-configurator-misaligned-in-firefoxie-browser/ Solution is in global css for theme to make the following change (it's set as 33.333333%): .col-xs-4 { width: 33.293%; }
  5. Hopefully someone can help me. I am not able to have my hooks in home line up properly when viewed at full size. I have added some more hooks but it's not write. There are a lot more and duplicates but you'll get an idea of what I mean by seeing the page. Any idea what's going on?
  6. In the SEO and URL tab. It was so simple...I tried all kinds of things but nothing this simple.
  7. Alright, well I figured it out...this after a week of researching and testing and whatnot. The problem appears to have been that the site URL was listed as www.sitename.com as opposed to just sitename.com. With that little switch, images are now inserted properly on the cms pages within the tinymce editor.
  8. @ndiaga Yes, I mean when using the insert image in tinymce editor on a CMS page
  9. Hi, I'm new to prestashop. I am not able to insert an image in a CMS page. The image is not displayed in the file manager and It appears as a broken link when inserted in the page. It is trying to locate the image's path as Sitename.com/adminfoldername/img/tmp/cms/IMG.JPG and Sitename.com/adminfoldername/img/cms/IMG.JPG However, the actual image is loaded to the following location: Sitename.com/img/top/cms/IMG.JPG Sitename.com/img/cms/IMG.JPG What am I doing wrong? What do I need to do, outside of using a file manager to copy and past each file in the correct folder, to insert the images correctly?
×
×
  • Create New...