I am having trouble understanding instructions on theme installation. The theme is Bootstrap Instant by Sergey Pavlenko.

I am just beginning to learn Drupal.

I have:
1 - installed it on my server
2 - installed basic Bootstrap theme
3 - installed Bootstrap Instant theme. Bootstrap Instant required Bootstrap basic theme to be installed first.

I have worked extensively in Joomla and Worldpress, in the past, and have a rudimentary understanding of what is going on but understand Drupal is much more involved than both of the others.

On STEP 7 the instructions state the following:

 Create two image styles on page /admin/config/media/image-styles, with effect
"Scale 945x630" and "Scale 360x240". First style need for page view node type
"article", field "field_images". Second for node type "article",
field "field_image" (for front page).

Which - I am interpreting as saying this:
a) Create two image styles on the page /admin/config/media/image-styles. [I did this - I created two styles]
b) First style - "Scale 945x630" >node type "article" > field "field_images". [I did this.]
c) Second style - "Scale 360x240" - for node type "article", field "field_image" (for front page). [Can't figure this out.]

#1 - For c) Second Style "Scale 360x240" -> I cannot seem to understand how to do this. I created the style - but don't understand where to link it to "field_image" because I don't see field_image.

#2 - The instructions for the second style state "(for front page)" - but I don't understand how to link it to the front page.

Any help is appreciated. If this is posted in the wrong forum category - please move to correct category.

Thank you.

Comments

Stefan Lehmann’s picture

It's talking about the Display options for your node type.

Have a look under: admin/structure/types/manage/article/display for: Second for node type "article",

Not sure what the admin path would be for your other content type, but you should be able to see it in the admin UI.

I like cookies!