After installing the as002054_quickstart package - we've added the Phoca download component. However this appears to prevent the menu items and sub items from being displayed.
Is there anything I can do to fix this? CSS change or otherwise?
Thanks
AS Templates
POSTED: 2014-02-25
Hello CBSDULWICH,
We think there is some conflict between jQuery libraries, not sure if we will be able to help you because Phoca is not our product, but we will try, please provide us with an access to your Joomla admin panel, we have to check this issue.
The info please put in the special info area under your purchased items section of your AS account.
I have a problem in that the CSS does not properly work on firefox and internet explorer. The upper band is not showing, nor are the image art sliders (I tried copy pasting some stuff in here but it did not work).
On opera and chrome it works fine, although chrome had similar problems not long ago and now does not have it anymore.
The website is www.internationalfriends-munich.com
Would be great to have a solution.
Bye
Tim
AS Templates
POSTED: 2014-03-04
Hello TIMCHTEURE,
Can you please provide us with an access to your Joomla admin panel? We would like to check this issue. The info please put in the Special Info area under your purchased items section of your AS account.
Sorry I pressed on the wrong SAVE button. The thing is now there...
Also one more question: How can I upgrade so that I can use the template on several different domain names?
AS Templates
POSTED: 2014-03-06
Hello TIMCHTEURE,
Unfortunately you have not provided us with admin permissions for making changes in the style.php file but we did changes in the style.default.css by adding the following class:
If you will still have any problems in the future you will need to edit styles.php file, find #header-row class (line 170), and delete the last property named: filter.
OK thanks, I guess I will have to access the server directly (I understood nought of what you talked about but over the coming days I will try to find the style.php). Thank you very much.
I have now deleted the account saved under my information.
Also another thing, how do I make the writing in the menus smaller?
AS Templates
POSTED: 2014-03-07
Hello TIMCHTEURE,
You can change the menu font size in your joomla administration panel 'Extensions -> Module Manager -> AS Menu -> Menu Options -> Font Size'
Could you please have a look at my website: www.internationalfriends-munich.com
In the module AS Menu, the space occupied by each menu item is incredibly large. I have problems fitting all my menus on the top space (I have now resorted to making could you please tell me how to make the box of each menu item smaller (ie that there is not so much space between the start of the menu item word and the borders of the box surrounding the menu item).
I hope this makes sense!
Regards, Tim
AS Templates
POSTED: 2014-03-22
Hello TIMCHTEURE,
The AS Menu extension has Submenu Width parameter, try to change it.
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
View History
After installing the as002054_quickstart package - we've added the Phoca download component. However this appears to prevent the menu items and sub items from being displayed.
Is there anything I can do to fix this? CSS change or otherwise?
Thanks
We think there is some conflict between jQuery libraries, not sure if we will be able to help you because Phoca is not our product, but we will try, please provide us with an access to your Joomla admin panel, we have to check this issue.
The info please put in the special info area under your purchased items section of your AS account.
Regards, AS Team.
View History
Thank You for noticing about this issue, the problem with demo preview fixed.
Regards, AS Team.
View History
I have a problem in that the CSS does not properly work on firefox and internet explorer. The upper band is not showing, nor are the image art sliders (I tried copy pasting some stuff in here but it did not work).
On opera and chrome it works fine, although chrome had similar problems not long ago and now does not have it anymore.
The website is www.internationalfriends-munich.com
Would be great to have a solution.
Bye
Tim
Can you please provide us with an access to your Joomla admin panel? We would like to check this issue. The info please put in the Special Info area under your purchased items section of your AS account.
Regards, AS Team.
View History
We are sorry, but we do not see any info.
Regards, AS Team.
View History
Sorry I pressed on the wrong SAVE button. The thing is now there...
Also one more question: How can I upgrade so that I can use the template on several different domain names?
Unfortunately you have not provided us with admin permissions for making changes in the style.php file but we did changes in the style.default.css by adding the following class:
#header-row
{
background-color:#3F3840;
background-image:linear-gradient(#763E78, #3F3840);
}
If you will still have any problems in the future you will need to edit styles.php file, find #header-row class (line 170), and delete the last property named: filter.
Regards, AS Team.
View History
I have now deleted the account saved under my information.
View History
You can change the menu font size in your joomla administration panel 'Extensions -> Module Manager -> AS Menu -> Menu Options -> Font Size'
Regards, AS Team.
View History
View History
Please contact us using the following page:
http://www.astemplates.com/supportservices
Regards, AS Team.
View History
Could you please have a look at my website: www.internationalfriends-munich.com
In the module AS Menu, the space occupied by each menu item is incredibly large. I have problems fitting all my menus on the top space (I have now resorted to making could you please tell me how to make the box of each menu item smaller (ie that there is not so much space between the start of the menu item word and the borders of the box surrounding the menu item).
I hope this makes sense!
Regards, Tim
The AS Menu extension has Submenu Width parameter, try to change it.
Regards, AS Team.
View History
I would like to change the width of each Menu item not the submenu.
Regards, Tim
You can increase the padding in the following class in the ext.asmenu.css file:
#as-menu ul.as-menu > li a,
#as-menu ul.as-menu > li > span
{
display: block;
font-weight: normal;
letter-spacing: 2px;
padding: 0 40px 23px;
}
Regards, AS Team.