Hello, i want to ask you, can i edit super fish menu module ? if i can how to do, cause i want edit "resizing" or disable it. Change size of menu buttons and positions when i scroll down. Thank you.
AS Templates
POSTED: 2018-09-27
Hello PATRIKMART,
It can be changed by editing css files. You can easy determinate the file which should be changed and the css class by installing and using Firefox Web Development tools
https://developer.mozilla.org/son/docs/Tools or Firebug Lite for Google Chrome https://getfirebug.com/releases/lite/chrome/
Here you can find some info of using firebug tool:
http://blog.astemplates.com/firebug-tutorial/#more-402
Or you can add your custom css in the style.custom.css file.
Regards, AS Team.
Patrikmart
POSTED: 2018-11-07
Hello dear. I want to ask you, how to set super fish menu - always scrolled.
AS Templates
POSTED: 2018-11-07
Hello PATRIKMART,
Sorry, not quite understand, do you mean sticky menu?
Regards, AS Team.
Patrikmart
POSTED: 2018-11-07
I have second question,please which file .php i have to used, when i want apply js.script, i need add tag <?php $doc->addScript('/templates/' . $this->template . '/js/accordion.js', 'text/javascript'); ?>.
thanks for reply!
AS Templates
POSTED: 2018-11-07
Hello PATRIKMART,
You can put it in template's index.php file.
Regards, AS Team.
Patrikmart
POSTED: 2018-11-19
Hello dear, I want to take care of the advice.
I have next question about as002090 template.
On page www.zafirzlatnictvo.sk my logo does not work in the retina resolution. The logo I uploaded in double-sided resolution and I tried and more. But still doesnt works... if u check page one smartphone you will see bad resolution of logo.
AS Templates
POSTED: 2018-11-19
Hello PATRIKMART,
We are sorry, the url you provided to us is not built with our template.
Regards, AS Team.
Patrikmart
POSTED: 2018-11-22
Whatever i change css in a superfish menu, nothing happens, I've been trying it for a month and what I have not changed.
Menu items are very large and need to be reduced. But it does not work. please do not tell me that I can change it in css, try to write me which line.
AS Templates
POSTED: 2018-11-22
Hello PATRIKMART,
What is your website url please and what are you trying to change?
Regards, AS Team.
Patrikmart
POSTED: 2018-11-23
my webiste is http://www.mlpprojekt.sk/
when I move down, the orange menu items will decrease, I want to edit the size of these orange menu items.
When I get back to the top of the page, the main menu is stretched. That size I need to change is pretty big.
#Menu-items #orange
AS Templates
POSTED: 2018-11-24
Hello PATRIKMART,
Our suggestion is to put all your custom css in the '/templates/as002090/css/style.custom.css' file.
Regards, AS Team.
Patrikmart
POSTED: 2018-12-10
Hello, i want to ask you how to hide article form home page, or how to hide ugly space between as-slider and footer.
Check my page - http://www.mlpprojekt.sk
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
It can be changed by editing css files. You can easy determinate the file which should be changed and the css class by installing and using Firefox Web Development tools
https://developer.mozilla.org/son/docs/Tools or Firebug Lite for Google Chrome https://getfirebug.com/releases/lite/chrome/
Here you can find some info of using firebug tool:
http://blog.astemplates.com/firebug-tutorial/#more-402
Or you can add your custom css in the style.custom.css file.
Regards, AS Team.
Sorry, not quite understand, do you mean sticky menu?
Regards, AS Team.
thanks for reply!
You can put it in template's index.php file.
Regards, AS Team.
I have next question about as002090 template.
On page www.zafirzlatnictvo.sk my logo does not work in the retina resolution. The logo I uploaded in double-sided resolution and I tried and more. But still doesnt works... if u check page one smartphone you will see bad resolution of logo.
We are sorry, the url you provided to us is not built with our template.
Regards, AS Team.
Menu items are very large and need to be reduced. But it does not work. please do not tell me that I can change it in css, try to write me which line.
What is your website url please and what are you trying to change?
Regards, AS Team.
when I move down, the orange menu items will decrease, I want to edit the size of these orange menu items.
When I get back to the top of the page, the main menu is stretched. That size I need to change is pretty big.
#Menu-items #orange
Our suggestion is to put all your custom css in the '/templates/as002090/css/style.custom.css' file.
Regards, AS Team.
Check my page - http://www.mlpprojekt.sk
i found tutorial with this code but wont help.
<?php if (JRequest::getVar('view') != 'frontpage'): ?>
<div id="xxxx">
<jdoc:include type="component" />
</div>
<?php endif ?>
tutorial link - https://bigspring.co.uk/how-to-hide-joomla-content-from-the-homepage-using-a-simple-hack/
You have to add page class suffix to you page and then add css class in the style.custom.css file like the following:
.body__home #main-content-row {
padding: 0px;
}
For more info please see Joomla documentation:
https://help.joomla.org/proxy/index.php?keyref=Help30:Menus_Menu_Item_Manager_Edit#Page_Display
Regards, AS Team.