Jump to content

unpicked

Members
  • Posts

    23
  • Joined

  • Last visited

About unpicked

  • Birthday 02/12/1977

Profile Information

  • Location
    UK
  • Activity
    Other

unpicked's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Nemo ok thanks for your help with regards coding i tried your coding .sf-menu li li ul {display:none !important} but no joy this was the actual coding to hide the child categories #block_top_menu ul li li li ul {display:none!important;} Also Globel CSS was right but as there are two i was working with the wrong one there were two folders "Default" and "Default- Bootstrap" I was working in the "Default" folder which was wrong it should of been "Default-Bootstrap".. Cheers 1 issue down 2 to go!! Wanna Help at all?
  2. ISSUES Someone please HELP!!! 1. Hi there please can someone help!! I have been writing on the forums with no joy! some people have tried but to no joy! Im using Prestashop v.1.6 My Cart as disappeared i uploaded a theme to look at then i reverted it back to the default one and i noticed the cart had gone! I tried restarting the cart module – No Joy I have tried un-installing and reinstalling it – No Joy I made sure in catalogue mode is off – No Joy I can add things to basket but nothing shows the only way i can get to cart is by typing cart in the url after my temp domain http://s520131042.websitehome.co.uk/ http://s520131042.websitehome.co.uk/cart please could you or someone shed some light on this issue as i would like to get it live for xmas.... ------------------------------------------- 2. Also i would like to remove some categories from the header bar I will tell you what i would like to remove go to components you will see Drivetrain / Chain then everything under chains i want to remove but keep live within the site so it looks nicer! I have tried .sf-menu li li ul {display:none !important} but with no joy unless im doing it wrong ---------------------------------------------- 3. And i also noticed under Accessories PUMPS, Sercurity and Other seem to be over to the right hand side is this normal as the rest seem to drop onto the left... Many thanks in advance! I do hope your able to help!!
  3. 1. Hi there please can someone help!! I have been writing on the forums with no joy! some people have tried but to no joy! Im using Prestashop v.1.6 My Cart as disappeared i uploaded a theme to look at then i reverted it back to the default one and i noticed the cart had gone! I tried restarting the cart module – No Joy I have tried un-installing and reinstalling it – No Joy I made sure in catalogue mode is off – No Joy I can add things to basket but nothing shows the only way i can get to cart is by typing cart in the url after my temp domain http://s520131042.websitehome.co.uk/ http://s520131042.we...home.co.uk/cart please could you or someone shed some light on this issue as i would like to get it live for xmas.... ------------------------------------------- 2. Also i would like to remove some categories from the header bar I will tell you what i would like to remove go to components you will see Drivetrain / Chain then everything under chains i want to remove but keep live within the site so it looks nicer! I have tried to add ".sf-menu li li ul {display:none !important}" to the globel css and it doesn't work unless im doing it wrong! ---------------------------------------------- 3. And i also noticed under Accessories "PUMPS and Other" seem to be over to the right hand side is this normal as the rest seem to drop onto the left... Many thanks in advance! I hope someone is able to help one and for all....!
  4. Nemo im having no joy with anything !!! can someone do it for me??
  5. 1. Hi there please can someone help!! I have been writing on the forums with no joy! some people have tried but to no joy! Im using Prestashop v.1.6 My Cart as disappeared i uploaded a theme to look at then i reverted it back to the default one and i noticed the cart had gone! I tried restarting the cart module – No Joy I have tried un-installing and reinstalling it – No Joy I made sure in catalogue mode is off – No Joy I can add things to basket but nothing shows the only way i can get to cart is by typing cart in the url after my temp domain http://s520131042.websitehome.co.uk/ http://s520131042.websitehome.co.uk/cart please could you or someone shed some light on this issue as i would like to get it live for xmas.... ------------------------------------------- 2. Also i would like to remove some categories from the header bar I will tell you what i would like to remove go to components you will see Drivetrain / Chain then everything under chains i want to remove but keep live within the site so it looks nicer! I have tried to add ".sf-menu li li ul {display:none !important}" to the globel css and it doesn't work unless im doing it wrong! ---------------------------------------------- 3. And i also noticed under Accessories "PUMPS and Other" seem to be over to the right hand side is this normal as the rest seem to drop onto the left... Many thanks in advance! I hope someone is able to help one and for all....!
  6. ok i have done this with still no joy! #opc_account_choice ul.bullet , .guest ul.bullet { padding-top:5px;} #opc_account_choice #opc_guestCheckout { float:none;} .sf-menu li li ul {display:none !important} /* —————————————————————————————— printable version —————————————————————————————— */ @media print { * {background:none!important;background-color:white!important;} div#left_column, div#right_column, div#footer, a.button, span.button , .button, ul#usefull_link_block, div#header_user, #languages_block_top, #search_block_top, #currencies_block_top, ul#header_links, ul.idTabs, #availability_statut br {display:none;} div#center_column {width:100%;} input.text {border:1px solid gray;} .block_hidden_only_for_screen {display: block;margin-top:1em;} #more_info_sheets #idTab1 {width:530px;} }
  7. i uploaded a theme to look at and it messed it up. shall i try uninstalling and reinstalling it ?? cheers
  8. There are two css globel in two folders Default Default Bootstrap The end bit of code in css files in the default folder is: #tmfooterlinks ul li a { font:normal 12px/24px Arial, Helvetica, sans-serif; color:#9a9999; text-decoration:none;} #tmfooterlinks ul li a:hover {color:#0b63cd;} #tmfooterlinks p {padding:8px 0 0 0; margin:0 7px 0 2px;clear:both;color:#9a9999; font:normal 12px/24px Arial, Helvetica, sans-serif; border-top:1px solid #d4d4d4; width:678px;} #tmfooterlinks p a {color:#9a9999;font:normal 12px/24px Arial, Helvetica, sans-serif; text-decoration:none;} #tmfooterlinks p a:hover {color:#0b63cd;} #opc_account_choice ul.bullet , .guest ul.bullet { padding-top:5px;} #opc_account_choice #opc_guestCheckout { float:none;} /* —————————————————————————————— printable version —————————————————————————————— */ @media print { * {background:none!important;background-color:white!important;} div#left_column, div#right_column, div#footer, a.button, span.button , .button, ul#usefull_link_block, div#header_user, #languages_block_top, #search_block_top, #currencies_block_top, ul#header_links, ul.idTabs, #availability_statut br {display:none;} div#center_column {width:100%;} input.text {border:1px solid gray;} .block_hidden_only_for_screen {display: block;margin-top:1em;} #more_info_sheets #idTab1 {width:530px;} } and the other end bit of the css file in default bootstrap is: .btn-facebook:hover, .btn-twitter:hover, .btn-google-plus:hover, .btn-pinterest:hover { border-color: white; } .btn-facebook i { color: #435f9f; } .btn-facebook:hover { color: white; background-color: #435f9f; } .btn-facebook:hover i { color: white; } .btn-twitter i { color: #00aaf0; } .btn-twitter:hover { color: white; background-color: #00aaf0; } .btn-twitter:hover i { color: white; } .btn-google-plus i { color: #e04b34; } .btn-google-plus:hover { color: white; background-color: #e04b34; } .btn-google-plus:hover i { color: white; } .btn-pinterest i { color: #ce1f21; } .btn-pinterest:hover { color: white; background-color: #ce1f21; } .btn-pinterest:hover i { color: white; } which one and where about please.
  9. Better still can i send you the css file and could you put it in for me? cheers
  10. Hi Paulito so this bit of code ".sf-menu li li ul {display:none !important}" i just put that into the CCS file, where do i put it beginning, middle, end as you know its a big file if i need to copy into a certail aera it could get tricky cheers in advance
  11. Nemo, im guess prestashop is to much for me!! where on earth is that file!?! i have try to find it in the CCS file and nothing.. anything else
  12. Prestashop 1.6 My basket has gone?????? i cant do code please let it be a module issue or a on and off switch in the preferences or something!! i would like few other thing doing to but i need help!! i have tried restarting the module with no joy! Anyone want to help me ??? URL is http://s520131042.websitehome.co.uk/ cheers
  13. Hey Vekia, can you help at all??? im using prestashop 1.6 and my basket as dispersed from my site i have tried restring the module and nowt as happened ?? please help im getting a little tired now and need to finish my site i just wish it was more user friends for people that cant use code! cheers
  14. Hi Nemo, i went to modules then to cart block its enabled what do i do now thanks for your help by the way Ajax cart Activate AJAX mode for cart (compatible with the default theme)
×
×
  • Create New...