Jump to content

Andeore

Members
  • Posts

    63
  • Joined

  • Last visited

Profile Information

  • Location
    italy
  • Activity
    Other

Andeore's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. WOW!!! PERFECT!!! Only in mobile theme how put the slider image first (over) of block category?
  2. I'm sorry. I'm very sorry. I did not want to go against the rules of the forum. I'm very sorry. this code not works as well as the first code because in the block categories menù in desktop version on mobile the "+" sign is very near to the words. I open the site so you can see. EDIT: I editet the string widht of .navbar-toggler. So now I pasted this: @media (min-width: 768px) and (max-width:1199px) { #left-column { padding:0; } .block-categories .category-sub-menu li[data-depth="0"]>a { font-size: 0.8rem; } .navbar-toggler { width: 1.5em; height: 2em; padding: .1rem .75rem; font-size: .8375rem; } } @media (max-width: 767px) { .block-categories { display: inline-block !important; width: 100%; } } I don't know if I made well. Was this the parameter to modify? a question. If i want display the block category only in homepage I must replace this: @media (max-width: 767px) { .block-categories { display: inline-block !important; width: 100%; } } and paste this???? @media (max-width: 767px) { body#index .block-categories { display: inline-block !important; width: 100%; } }
  3. please!! in subactegories page there is the problem still!! I tried to paste this at custom.css but the problem remain @media (min-width: 768px) and (max-width:1199px) { body#category #left-column { padding:0; } body#category .block-categories .category-sub-menu li[data-depth="0"]>a { font-size: 0.8rem; } body#category .navbar-toggler { width: 2.5em; height: 2em; padding: .1rem .75rem; font-size: .8375rem; }
  4. Is it possible put the slider image in mobile over the block categories' but in desktop version the slider must remain in you position. If you want help me otherwise don't worry. thanks!!
  5. maybe because now I pasted in mysite/themes/classic/assets/css/custom.css the fistr code and immediately below the second code. maybe did you advise me to do this?
  6. Ok I want show the block on mobile, so do I must past only this code? @media (max-width: 767px) { body#index .block-categories { display: inline-block !important; width: 100%; } } but where do I paste this? EDIT: so I pasted in mysite/themes/classic/assets/css/custom.css @media (min-width: 768px) and (max-width:1199px) { body#index #left-column { padding:0; } body#index .block-categories .category-sub-menu li[data-depth="0"]>a { font-size: 0.8rem; } body#index .navbar-toggler { width: 2.5em; height: 2em; padding: .1rem .75rem; font-size: .8375rem; } } and now the desktop version of the site in mobile device displays correctly. but I not understand when you say: In fact before I pasted in mysite/themes/classic/assets/css/custom.css only the second code: @media (max-width: 767px) { body#index .block-categories { display: inline-block !important; width: 100%; } } but with only this nothing happens and the module has the same problem. maybe I have to past the second code after the first ? I not understand.
  7. I also tried to disable the module brand list and search by filter but category tree links not work still. Very please help me. this is the last things what I ask you, very please
  8. I clean the cache and this is the result In the left column I have module brandlist and search by filter
  9. Ci sono riuscito, ma se visito il mio sito dallo smartphone abilitando la visione desktop lo vedo così:
  10. I edited themes/classic/modules/ps_categorytree/views/templates/hook/ps_categorytree.tpl but now If I visit the site in desktop version on my smartphone the block categories is not more. I not unsderstood the first solution "You can do it with css true, with media queries, and make block full width....." but id I visit the demo prestashop 1.7 in desktop version in my smartphone the module of demo version not have this problem
×
×
  • Create New...