Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am trying to setup an ecommerce site and would love just the default Acquia Prosper theme to work as demonstrated in the video when you go to find out about the theme itself.
My products just list one after the other instead of as a grid which is what I am looking to do. I thought this theme was supposed to do this by default - but that does not seem to be the case?
I am probably missing something obvious but I do not know what?
I have a similar post here for multiple fields on one line, but now I have a different need. I need five image fields on one line. Right now, they appear like this:
Image1
Image2
Image3
Image4
Image5
I'd like them to appear like this:
Image 1 Image2 Image3 Image4 Image5
I'm using Display Suite, so just five blocks in a region won't work. The images would have to be in a particular section of the layout. My knowledge of CSS and .tpl files is practically nil, so any help is appreciated.
i'm trying to add more then one effect to an image style using the hook_image_default_styles and hook_image_styles_alter.
my settings apply only when i overide the default style.. the drag re-order image appears only on the first item if i do not override defaults. also using style alter results on same behaviour.
how can i modify the styles via the admin form settings?
should i save it using hook_image_style_save?