Jump to content

Prestashop 1.7.2 .css Design änder funktioniert nicht wie gewohnt!


Recommended Posts

Hi

 

i will bei Prestashop 1.7.2 das Design ändern doch funktioniert es leider nicht. Siehe Anhang

/themes/classic/_dev/css/components/

/themes/classic/_dev/css/partials/

doch ändert sich auf der Seite garnichts. Siehe Code von theme.yml

müsste ich da was ändern oder gibt es einen anderen grund dafür?

 

 

 

name: cero
display_name: Cero
version: 1.7.2
author:
  name: "Cero Hazuri"
  email: "[email protected]"
  url: "xxx-xxx.de"

meta:
  compatibility:
      from: 1.7.0.0
      to: ~

  available_layouts:
    layout-full-width:
      name: Full Width
      description: No side columns, ideal for distraction-free pages such as product pages.
    layout-both-columns:
      name: Three Columns
      description: One large central column and 2 side columns.
    layout-left-column:
      name: Two Columns, small left column
      description: Two columns with a small left column
    layout-right-column:
      name: Two Columns, small right column
      description: Two columns with a small right column

assets:
  # If you're using this theme as child and you want to load
  # the parent theme assets, uncomment this line.
#  use_parent_assets: true



  # The following lines are showing how to load assets in your page
  # Uncomment and change value to start loading css or js files
#  css:
#    all:
#      - id: custom-lib-style
        path: _dev/css/theme.scss
#    product:
#      - id: product-style
#        path: _dev/css/theme.scss
#        media: all
#        priority: 200
#  js:
#    cart:
#      - id: cat-extra-lib
#        path: assets/js/cart-lib.js


global_settings:
  configuration:
    PS_IMAGE_QUALITY: png
  modules:
   to_enable:
     - ps_linklist
  hooks:
    modules_to_hook:
      displayNav1:
        - ps_contactinfo
      displayNav2:
        - ps_languageselector
        - ps_currencyselector
        - ps_customersignin
        - ps_shoppingcart
      displayTop:
        - ps_mainmenu
        - ps_searchbar
      displayHome:
        - ps_imageslider
        - ps_featuredproducts
        - ps_banner
        - ps_customtext
      displayFooterBefore:
        - ps_emailsubscription
        - ps_socialfollow
      displayFooter:
        - ps_linklist
        - ps_customeraccountlinks
        - ps_contactinfo
      displayLeftColumn:
        - ps_categorytree
        - ps_facetedsearch
      displaySearch:
        - ps_searchbar
      displayProductAdditionalInfo:
        - ps_sharebuttons
      displayReassurance:
        - blockreassurance
      displayOrderConfirmation2:
        - ps_featuredproducts
      displayCrossSellingShoppingCart:
        - ps_featuredproducts

  image_types:
    cart_default:
      width: 125
      height: 125
      scope: [products]
    small_default:
      width: 98
      height: 98
      scope: [products, categories, manufacturers, suppliers]
    medium_default:
      width: 452
      height: 452
      scope: [products, manufacturers, suppliers]
    home_default:
      width: 250
      height: 250
      scope: [products]
    large_default:
      width: 800
      height: 800
      scope: [products, manufacturers, suppliers]
    category_default:
      width: 141
      height: 180
      scope: [categories]
    stores_default:
      width: 170
      height: 115
      scope: [stores]

theme_settings:
  default_layout: layout-full-width
  layouts:
    category: layout-left-column
    best-sales: layout-left-column
    new-products: layout-left-column
    prices-drop: layout-left-column
    contact: layout-left-column
 

 

Link to comment
Share on other sites

Ja wenn der Support von 1.6 zu ende geht dann viel spass. Ausserdem ist die ist der Backoffice von 1.7.2 viel besser und einfacher. Aber es geht ja nicht darum. Würde mich freuen, senn jemand mir Stylesheet von 1.7 er erklären würde.

Link to comment
Share on other sites

Du wirst wohl noch ein paar Jahre lang zu 1.6. mehr Hilfe, Module etc. finden als zu 1.7.

 

Du schreibst auch nicht, was du überhaupt versucht hast zu ändern (weder welche Datei noch welchen Inhalt darin). Besser als eine allgemein gehaltene Frage wäre sicher eine konkrete Frage nach einer bestimmten Änderung.

Link to comment
Share on other sites

  • 2 weeks later...

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...