help with a module

AppSite - Professional Business Template for Joomla support forum.
GK User
Fri Dec 20, 2013 8:37 pm
hello, i would add in the top right (opposite to the logo) the "call us" image with the phone as in attachment. I asked some month ago but not resolved...could you help me how to do?

thank you
User avatar
Expert Boarder

teitbite
Sat Dec 21, 2013 7:14 pm
Hi

Please prepare a module with all You need and publish it in banner1 module position. Than show me Your site.
User avatar
Moderator

GK User
Tue Mar 04, 2014 5:52 pm
hi,
in position "banner1" as shown in attach (the green box) but i need it above in the header. look at the attachment

thanks
Luigi
User avatar
Expert Boarder

teitbite
Tue Mar 04, 2014 6:50 pm
Hi

Now please add this code to css:

Code: Select all
#mainPage {
    position: relative;
}

#gkBanner1 {
    position: absolute;
    right: 0;
    top: -130px;
}
User avatar
Moderator

GK User
Tue Mar 04, 2014 6:55 pm
can i use it for "banner2"? because the actual position of banner1 i need too

Thanks
Luigi
User avatar
Expert Boarder

teitbite
Tue Mar 04, 2014 7:54 pm
Hi

Please leave it in the bottom1 but use this code instead. It should react with custom HTML modules only.

Code: Select all
#mainPage {
    position: relative;
}

#gkBanner1 .custom {
    position: absolute;
    right: 0;
    top: -130px;
}


if other modules from Your banner1 module position are custom html modules as well than add a module class sufix to this one and use it instead of ".custom" in css code.
User avatar
Moderator

GK User
Wed Mar 05, 2014 4:04 pm
Do i have to paste on my override.css?

thanks
User avatar
Expert Boarder

teitbite
Thu Mar 06, 2014 1:02 pm
Hi

Yes, please keep all extra css code in override.css file, this will help during templates updtes, but remeber that override needs to be enabled in order to use this file.
User avatar
Moderator

GK User
Mon Mar 17, 2014 1:08 pm
i wanted know if is possible add a simple store in this template "appsite"...but i would not use virtuemart...could you suggeste me some plugin?
thank you
Luigi
User avatar
Expert Boarder

teitbite
Mon Mar 17, 2014 10:21 pm
Hi

There is couple of components available. I like REDshop or Mijoshop, but heared a lot good about Hickashop. Anyway none of them is supported by this template so You may need add some styling to match component with template.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.