OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Adding Image Content to Corporation bg_efect_top (0 viewing) 

OrdaSoft template Support

Go to bottom Favoured: 0

Adding Image Content to Corporation bg_efect_top

keel (Visitor)
Posts: 0
graphgraph
User Offline
Adding Image Content to Corporation bg_efect_top 5 Years, 11 Months ago
Karma: 0  
Using Corporation Theme and Drupal 8
There are sections in many of your themes where images and transformed and animated.

How do you add images as Drupal content or blocks? It appears the only way to insert an image there is by changing the css

You can view the problem on my dev site top.mkeel.com

Please help.

In the Corporation themes, they are labeled:

<div class="section_one trnsform3d scale3d"></div>

css:

.post_info .section_one {
height: 600px;
background: url(/themes/corporation/images/businessman.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
-webkit-animation: notransform 20s infinite;
animation: notransform 20s infinite;

AND

<div class="bottom_info_two trnsform3d scale3d"></div>

css:

.bottom_info_two {
height: 600px;
background: url(/themes/corporation/images/businessman2.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
-webkit-animation: notransform 20s infinite;
animation: notransform 20s infinite;
Logged Logged
The administrator has disabled public write access.
osarina (Admin)
Admin
Posts: 29
graphgraph
User Offline Click here to see the profile of this user
Re:Adding Image Content to Corporation bg_efect_top 5 Years, 11 Months ago
Karma: 0  
Hello,

To replace the image without changing the .css file, you need to go to the "themes/corporation/images" folder and upload your new image with the same name as the existing image (your images must be named "businessman.jpg" and "businessman2.jpg"respectively).

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»