Jump to content

jeffree7

New Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by jeffree7

  1. Hello, I want to make it so that in the Filter section it displays 'Artist' instead of 'Brand'. From what I can tell, this text is being pulled from $facet.label. Thanks in advance
  2. Hello, I'm not able to export my theme so that I can use it on my server. Things I've tried: I tried using the export button in the backoffice but I only get a 500 server error and when using the command line export command i get an error saying my theme.yml doesn't exist. I've also tried just moving the theme folder into the appropriate place on the server but it doesn't appear in the backoffice like it would on my local computer . Any and all suggestions would be greatly appreciated.
  3. Thanks. Yeah, I ended up going back to the classic theme that comes with Prestashop and downloading the classic theme from Github that has the _dev folder. When I try to choose the theme in admin interface it gives the error "An error occurred. The template "assets/css/theme.css" is missing." so it seems I only need to build the theme now, and then build again after every modification.
  4. I'm trying to start modifying the https://github.com/prestarocket-agence/classic-rocket theme but when I choose the theme I get the error : Cannot install module ps_searchbarjqauto. The module is invalid and cannot be loaded. Any help is appreciated.
  5. I'm trying to do the same but so far have only been modifying the Classic theme like you, by adding .css to the custom.css file. I tried using the start theme but it doesn't install so I just copied all it's contents to an empty folder under /themes called my_theme and then modified the /themes/my_theme/config/theme.yml file changing the "name" and "display name" to be the same as the folder name for my new them "my_theme". Now I can see the theme in the back office / admin area and choose to use it, once i've done that when I go to my site it doesn't load even though in the admin area it shows that I have switched to this theme without error. One thing I noticed about the starter theme is that it has a _dev folder with .css files that you can edit directly instead of using custom.css and the classic theme doesn't have this folder.I believe once you "compile" the them the _dev folder is removed and it's settings are put in the /themes/my_theme/assets/css/ folder but are no longer easily editable. If I can figure out how to get the _dev folder for the Prestarocket Classic Rocket then we'd both be in business! Well this is how far I've gotten if you have any questions and suggestions let me know and I'll get back to you and share whatever knowledge I have.
  6. I'm trying to modify the classic them a little more to my liking, so far I'm only able to add .css to the custom.css file in /themes/my_theme/assets/css/custom.css One of the big things that I'm having difficulty with is making changes to the imageslider, I'm not sure where or how to do this. I want to make the imageslider the full width of the screen but I'm not able to with my css knowledge or I'm looking at the problem wrong. Since the imageslider is a module should I be looking in the .tpl file for that module? I watched a video of someone doing just this but with version 1.6 and they were able to change the width using the admin interface for the module in the Back office. Also, I'm looking for just a push or point in the right direction. I'm not sure if I should look into smarty templates or I need to figure it out with .css Thanks
×
×
  • Create New...