Jump to content

globalgt

Members
  • Posts

    13
  • Joined

  • Last visited

Profile Information

  • First Name
    James
  • Last Name
    Taylor

globalgt's Achievements

Newbie

Newbie (1/14)

1

Reputation

1

Community Answers

  1. For anyone who reads this, they do have a very good online chat on their website and gave lots of advice free What they have they decided was not actually what I needed and they were honest enough to say so, Top marks for genuine help James
  2. Hi EL Patron thank you for your reply, I have looked at your add on and it does look like its what I need, my issue is that the demo is only the back end so you have no way of evaluating what you do Ive searched vimeo and youtube and found nothing For the price you charge, and I do realise whilst its only a few hours of time at my hourly rate and I'm sure it was a difficult module to make taking you many hours I would expect to see more of a this is how and this is what happens when you do this type 10 min video FYi I fell over at the first drop down on the demo native prestashop multistore.... prestashop multistore pro what does that do? it may be obvious to you but to me I have no idea and I cant do one version and then try the other version as I have no front end to view to play with your tabs have no reviews and the forum link is just to your advert I'm more than willing to do you a deal if you want a user review and video of its use as that is my background a TV presenter James
  3. Hi all I am not the best at setting things up but have managed to get 1 installation of prestashop up and running with a theme and a few paid modules witht he help of just reading on the forum. I have a website with dedicated information of our products and services and a shop link www.a.com and then the link www.a.com/shop even managed to clone it so I have a working backup www.a.com/shopz to play with and make mistakes all works ok I have 3 www addresses they will all sell the same products, all sites hosted at the same (greengeeks) location I want each of the www addresses to use the same shop but be accessed by the www.a.com/shop or www.b.com/shop I have attempted a few times to set up multistore but keep getting 500 error when accessing it from b.com/shop I would like to have each shop theme the same but with the different name on the store ie when you go to a.com/shop it says welcome to a if you went to b.com it says welcome to b all stores have the same products, customers cart etc is fine there is a lot of helpful information out there but sadly I am not able to do this bit myself I am either not understanding the language code as written as I am not a programmer (just a happy hacker!) or I am not doing it correctly Any takers on helping me? Thanks James
  4. Well strange as it is the problem has been generated by copying text from my original site to the new one It seems that a simple ctrlC and ctrlV has changed the color on the site from white to black, I found this by taking the text copying it to word and then in word changing font to white then copying back I could not find the color picker option you mention but thank you for your reply
  5. For some reason I now can not change my font color in the product descriptions, Annoyingly I had solved this before but in resolving prestashop bugs I decided to create a new installation Here is the correct page: http://obd2equipment.com/shop/index.php?id_product=9&controller=product Here is the page as it is on the duplicate site: http://obd2equipment.com/shopz/index.php?id_product=8&controller=product the first link it is white text, the second it is black text. I have tried firebug but still cannot find the line to change, or the css file location unless its global.css? Thanks
  6. I had the same problem. using prestashop 1.6.1.1 and the default shop front all was ok, modified the shop front still all ok, then I bought a shop front from prestacrea and had this issue contacted there help and they said it was a presta problem and not theirs, odd that i never had it until I used their shop front. Followed the instructions above and it worked so thank you to Pete78 My only add on is make sure you follow the path he tells you in post number 5 as there is another folder admin/controllers/ and you need the folder /override/controllers/admin/AdminCategoriesController.php
  7. Hi all I have my website set up so that i have drop down options to add features to a product, I am using the combinations feature to do this My question is this, how to set the main item stock as 10 and an add on item as 10 and have them decrease individually, but no matter what option the main item needs to decrease. my example is this: I have 10 computers, you can order one on my computer page using combinations tab you can add a usb cable if you buy this option i should have 9 computers and 9 cables if you then buy the option of just a computer i should have 8 computers and 9 cables as I currently have it i need to add 10 computers and 10 options of computers and usb cables so if you buy a computer and a usb cable it shows 9 if someone then buys a computer it shows 9 of each but i only have 8 computers now and 9 usb cables and my stock shows 18 computers as it is adding the options together I am just starting with prestashop so this may be a easy fix, I have googled and tried the forum but unless you know the exact terminology to search the results are not found!! Thanks James
  8. hi no its the main bar across the screen that is white that I want to change to black thanks James
  9. Hi www.obd2equipment.com/shop Presta 1.6 default theme modified I have modified a lot of this theme and now want to change the colour of the entire block across the page I am not sure if it is called the new products block it is currently white and i need it to be black When I do the firebug enquiry it comes up as clearfix but i can not find anywhere in the global css how to set the colour for the main bar. Haven't found it for the tabs either but they are black which is the colour I want the white bar to be Thanks James
  10. Hi all and thanks in advance, Been busy learning to change the default theme today and my next job is... The top menu bar, as it currently is and I see it is the same on a lot of themes when you have several top layer tabs when you reduce the size (width) of your browser the tabs fall over onto a second row. The top menu bar on both rows are full width, so they are set to 100% width which is fine, what I want to do is make my tabs a percentage of the menu bar, ie:5 tabs at 20% so that as you make the browser width less the tabs resize with it and not the current fall onto two rows I will then want to make the text resize, maybe with an auto command or with another percentage command? any help greatly recieved James shop site is www.obd2equipment.com/shop
  11. Yeah i managed to figure it out, this is for version 1.6 around line 240 the new code is body { font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 1.42857; color: #777777; background-image: url(../img/bg.jpg); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; } this is me modifying the standard default bootstrap theme I made my picture and saved it as a jpeg (bg.jpg) uploaded it to the images folder went to the /shop/themes/default-bootstrap/css folder modify the global.css file changed the line "background:" to "background-image:" then added in the "url(../img/bg.jpg)" to fix the image and have no repeat add in the 3 extra lines background-repeat: no-repeat; background-attachment: fixed; background-size: cover; and dont forget the "}" to finish the command
  12. Hi Paul Just tried it and again my background just turns white, it looses the image this is the code as I saved it background-image: url(../img/bg.jpg)fixed!important; }
  13. Hi all and thanks in advance. I have read a few topics on here and managed to set my background to an image, my css etc skills are "in developement" shall we say :-) website link is http://obd2equipment.com/shop/index.php what i want to do is set the image so it does not repeat, i have tried adding "no-repeat" after the text where i set my image correctly but it did not work, the image then disappeared and gave me a white background this was the code as i wrote it background-image: url(../img/bg.jpg) no-repeat!important; } after I have achieved this then what i would like to do next is to set it set the image so it is static to the screen size and have the shop content move over the image an example of this is on my website in the bottom container of my website where the black and red image stays static and the webpage moves over the image (it is in the container in this example but i want it to be static over the entire shop main body) http://obd2equipment.com James
×
×
  • Create New...