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
thank you
-
- 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.
Please prepare a module with all You need and publish it in banner1 module position. Than show me Your site.
-
- 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
in position "banner1" as shown in attach (the green box) but i need it above in the header. look at the attachment
thanks
Luigi
-
- Expert Boarder
- teitbite
- Tue Mar 04, 2014 6:50 pm
Hi
Now please add this code to css:
Now please add this code to css:
- Code: Select all
#mainPage {
position: relative;
}
#gkBanner1 {
position: absolute;
right: 0;
top: -130px;
}
-
- 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
Thanks
Luigi
-
- 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.
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.
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.
-
- Moderator
- GK User
- Wed Mar 05, 2014 4:04 pm
Do i have to paste on my override.css?
thanks
thanks
-
- 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.
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.
-
- 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
thank you
Luigi
-
- 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.
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.
-
- Moderator
10 posts
• Page 1 of 1