Good day i am struggling to rename the module "Our Stuff" on the About page. I have checked everywhere on the admin panel but cannot find this module. I need to rename this because it is even spelt incorrectly, staff, not stuff. Please assist.
MosimaITSolutio
POSTED: 2015-09-09
staging domain www.theitzone.co.za/fezi
AS Templates
POSTED: 2015-09-09
Hello MOSIMAITSOLUTIONS,
The page heading you can change in your Joomla admin panel -> Menus -> Main Menu -> About -> Page Display -> see Page Heading parameter.
Regards, AS Team.
MosimaITSolutio
POSTED: 2015-10-01
Thank you, how do i make all the team members appear on one page instead of two?
AS Templates
POSTED: 2015-10-01
Hello MOSIMAITSOLUTIONS,
You have to increase intro articles parameter under the team menu item -> blog layout tab options.
Regards, AS Team.
MosimaITSolutio
POSTED: 2015-11-06
Hi AS Team
http://theitzone.co.za/fezi I am trying to add a logo image under the "Fezi Explained" module on the homepage. However, the images appears in the full length and breadth of the module and this is very untidy, I just want the dimension 125x75 as the uploaded picture. Article is "Fezi Auditors & Consultants"
I am also trying to add the "Our Advantage" and "Why Fezi" Modules to the About Us Page but these do not appear even after i select that they appear on this page.
Thanks for a great product and service.
AS Templates
POSTED: 2015-11-06
Hello MOSIMAITSOLUTIONS,
The image size is defined here:
http://theitzone.co.za/fezi/modules/mod_news_pro_gk4/interface/css/style.css
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
The page heading you can change in your Joomla admin panel -> Menus -> Main Menu -> About -> Page Display -> see Page Heading parameter.
Regards, AS Team.
You have to increase intro articles parameter under the team menu item -> blog layout tab options.
Regards, AS Team.
http://theitzone.co.za/fezi I am trying to add a logo image under the "Fezi Explained" module on the homepage. However, the images appears in the full length and breadth of the module and this is very untidy, I just want the dimension 125x75 as the uploaded picture. Article is "Fezi Auditors & Consultants"
I am also trying to add the "Our Advantage" and "Why Fezi" Modules to the About Us Page but these do not appear even after i select that they appear on this page.
Thanks for a great product and service.
The image size is defined here:
http://theitzone.co.za/fezi/modules/mod_news_pro_gk4/interface/css/style.css
in the following css classes:
.gkResponsive img.nspImage,
img.nspImage.gkResponsive
{
height: auto;
width: 100% !important;
}
.nspArt .fnone
{
clear: both;
float: none;
width: 100%;
}
you have just to delete it.
You have two 'About' menu items, one of them is disabled, you are trying to add modules under disabled menu item.
Regards, AS Team.