Jump to content

Slider and top horizontal menu problems


Recommended Posts

I am a beginner here so please be patient. I also don't have much programming skills so please keep it simple.

 

PrestaShop version 1.6.0.9

Shop URL http://www.knoticalbutnice.co.uk/

Current theme in use default-bootstrap

 

2 questions

 

  • How do I remove  the image slider and replace it with an image in the same place. I have figured how to disable the slider but not how to put the static slider image in its place. Can I just stop the slider sliding?
     
  • I have 3 categories on the top horizontal bar. But they are aligned left. I want them aligned centre. Is it possible.

Thank you very much

Link to comment
Share on other sites

At the admin panel I clicked on "Modules"  then went to (Configure "Image Slider For Your Home Page" Module) I then clicked "edit" on the first picture and downloaded my image and simply deleted the other 2 and now I have my single pic not moving.

 

Now the problem I have, and hopefully someone can chime in.....But, When I change the images on the slide in one of my multi stores it changes all stores, even my main store. I am specifically checking for only this store to be edited, but effects them all.   

Edited by ewireless (see edit history)
Link to comment
Share on other sites

Maybe these work for the menu but not is the ideal

 

look in your css and add red line

#header .sf-menu {
    background: none repeat scroll 0% 0% #FFF;
    border-bottom: 3px solid #E8E8E8;
    padding-left: 20%;
}
 
just work for the three option but you need check
 
 
for the slider you can go to 
 
themes/yourtheme/js/modules/homeslider.js
 
and change or add dont remember
 
 
autoStart: false
auto:false
infiniteLoop:false
controls: false  // Hide Arrows
Link to comment
Share on other sites

thank you I have managed to stop the slider

 

 

Maybe these work for the menu but not is the ideal

 

look in your css and add red line

#header .sf-menu {
    background: none repeat scroll 0% 0% #FFF;
    border-bottom: 3px solid #E8E8E8;
    padding-left: 20%;
}
 

Not sure where to find the CSS file. Please can someone tell me

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...