Jump to content

Urbanbria

Members
  • Posts

    23
  • Joined

  • Last visited

Profile Information

  • First Name
    Brian
  • Last Name
    Thomas

Recent Profile Visitors

205 profile views

Urbanbria's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks. I suspected that will be the case... I guess ftp it is then! ... and a wildcard SSL!
  2. I'm yet to be convinced by 1.7 (yet...). 1.6 is much easier to work with and obviously, much more stable. Good luck
  3. If using PS 1.6 the CSS problem worked for me by having " Smart cache for CSS" set to "NO" I guess it will be the same for the JavaScript
  4. I have finally managed to figure out the use of the PS static media servers feature, but I was wondering if it is possible when adding a new product image (or and image), it is possible to automatically save them into the different media server folders rather than having to copy and then upload via ftp? Example: Save an image via admin CP, it saves to store/modules/themeconfigurator/img is it possible via admin CP to also have the same image save to store.mediaserver1/modules/themeconfigurator/img? Or do I have to keep making a manual copy of the image folder every time I update or upload a new image and copy it to the media server via ftp? Thanks in advance
  5. Thanks for the info. After spending hours "messing around" with the CSS, I think photoshop is my best bet!
  6. Rocky, I can place a border round the images by adding a line of code to the CSS, is it not possible to add something like: linear-gradient(top, rgba(0,0,0,0.5), rgba(117, 55, 55, 0.5)); to the CSS to create the effect on the images? Or it that only possible to do on a single linked image? Please forgive my ignorance, as I am "learning as I go" Thanks
  7. I have been trying to add a linear-gradient to the main images on the default theme (see attached image), Can someone please point me in the right direction? I have been looking at both the global.css and hooks.css in the modules (theme config). If anyone could help, it would be very much appreciated.
  8. Thanks for the reply. Unfortunately it did not work? I have noticed that the slider will show on a smaller screen tablet, but not on a larger screen one? Both tabs running on Android using Chrome. It will only work on the larger screen tab if the 'display on mobile' option is selected? Is there somewhere within the CSS that determines the screen resolution? Thanks again.
  9. I am using the default theme, using the latest PS version. The slider will not show on an Android Tablet when you select the "Disable on Mobile" option in the module setting. I have it set to enable on tablet and on desktop, but it will only show on a tablet (9" Galaxy Tab) if the "Display on Mobile" option is set? I have tried 2 clean installs of PS, and it still happens? I have read others have had the same issue, but I haven't found a solution. Any help would be much appreciated.
  10. Would you say it's best to have an index landing page to your website first with a brief description of your website/services, or just go straight in with the shop as your index page? If you do have a basic home landing page, linking to the shop, do you think this will help with search rankings? Finally, if you do go for the landing page option, how should you link your store? domain.com/shop or shop.domain.com?
  11. Hello friends, If I wanted a border around the images on the index page of the default Prestashop theme, where would I look to achieve this? Attached image to make it clear the ones I mean - not product images. Thank you in advance for any help
  12. I tried to change it to "auto;" and a different value, but it remained the same? Very odd...
  13. Okay, after messing around with the CSS, it now works in mobile, but the background colour disappears. It is visible on desktop screens, but for mobile it is white? Not a major problem, thanks for pointing me in the right direction. Here is the code I have used if anyone else needs help doing it: #cmsinfo_block { overflow: none; background: #f2f2f2; min-height: 344px; height: 344px; padding-right: 29px; padding-left: 29px; } @media (max-width: 991px) { #facebook_block, #cmsinfo_block { min-height: 354px; height: auto; padding-left: 13px; padding-right: 13px; } } @media (max-width: 767px) { #facebook_block, #cmsinfo_block { width: 100%; min-height: 1px; } }
  14. Endriu107, thank you for your help. Your solution just gave me a scrollbar within the Custom block. I changed overflow: hidden; to overflow: none; and this has half solved the problem. Although the full block is now visible on mobile, the background colour stops half way, and I can't figure where to look in the CSS? If worst comes to the worst, I can always change the BG colour to white...
×
×
  • Create New...