Help please ... superficial changes

GK User
Mon Mar 02, 2015 8:21 am
Hi,

I'd appreciate your help with a few elements on the page that I need to change.

First. On the event registration, is it possible to change the button from vertical to horizontal (class gkEventRegister)?

Image

Second. I'd like to add a module (custom HTML) with contact information that is visible on all pages, for example in the header_right position. On the main page it appears OK, but on other pages it appears behind the main menu. How can I move it down so that it appears OK on all pages including the front page?

Image

Thanks very much.
User avatar
Junior Boarder

GK User
Mon Mar 02, 2015 4:06 pm
Could you please post an url to your site?
User avatar
Moderator

GK User
Mon Mar 02, 2015 5:25 pm
Hi. The URL is http://mxt.crealtion.com.

Thanks
User avatar
Junior Boarder

GK User
Tue Mar 03, 2015 7:38 am
1. "The button".
Please edit: /templates/gk_university/css/override.css and add at its end:
Code: Select all
.csstransforms .gkEvent .gkEventRegister {
-webkit-transform: rotateZ(0deg) translateY(37px);
-moz-transform: rotateZ(0deg) translateY(37px);
-ms-transform: rotateZ(0deg) translateY(37px);
-o-transform: rotateZ(0deg) translateY(37px);
transform: rotateZ(0deg) translateY(37px);
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Tue Mar 03, 2015 7:40 am
2. "The module" - you need to decide where it should display. Please create a mockup of how should it look.
User avatar
Moderator

GK User
Wed Mar 04, 2015 10:05 am
Hi Cyberek,

The button appears just as I wanted. Thanks for your help.

With respect to point number 2. I've added an image with what I want to do...

Image

On the main page, position header_right, I have a few modules.The first is the contact information (highlighted by the border), then some links and finally a video.

I want the contact information module to be visible on all pages, in the same position.

If you see the right-hand side of the image, I've changed page via the main men, but the contact information module in the header_right position has now moved up behind the menu. I'd like it to be visible below the menu.

Is that possible?

Thanks.
User avatar
Junior Boarder

GK User
Sat Mar 07, 2015 7:00 pm
Well, the problem is that on homepage there is place for this module in header as a whole. On the subpages header is small - it would be better to place it in sidebar instead.
User avatar
Moderator


cron