Hello EYALKATTAN,
We are sorry, it looks like we don't have such class in the template.
Our suggestion, in case to have the template like on our demo preview server, please install the quick-start installation package on your demo server, so you will be able to see all classes and articles used in this template.
For any customization services you have ask for our services:
http://www.astemplates.com/ourservices.php
Regards, AS Team.
eyalkattan
POSTED: 2013-01-03
Thank you for the info. I actually added the class to the LINK CSS STYLE in the menu item under LINK TYPE OPTION and it worked :-)
http://www.atlhomepros.com/
eyalkattan
POSTED: 2013-01-05
Hello,
In this template's demo you have 3 content items in position-16.
I tried to use "K2 Item" but it only shows the items in a single column
Which module is used in the template?
Thanks,
Eyal
AS Templates
POSTED: 2013-01-05
Hello EYALKATTAN,
Please install the quick-start installation package on your demo server, so you will be able to see which module has been used in which position and all necessary module configuration for current template. For example in position-16 has been used module News Show Pro GK4 with specific configuration.
Regards AS Team.
eyalkattan
POSTED: 2013-01-07
Hello,
I have a small issue with the News Pro GK4 module. I followed the settings in the quick start template but for some reason when I resize the browser, the module doesn't resize until it switches layout to iPad or iPhone.
Could you take a look please at the page and let me know how can I fix this?
When I view the page in full screen the layout used is a list from top to bottom. however when I resize the browser the layout changes to horizontal list. I assume this is because the template changes to tablet size.
I would like to keep the same vertical listing to both desktop view and tablet view. Can you let me know how to do this?
2. I would like to change the font properties of the member's name in this module. I see that "a" object is assigned with "ubUserName" class. Should I just go ahead and change/add the font properties to this class or should I create a module suffix and apply the changes there? Or is there another recommended approach?
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
try to add in setting.css following code:
#ja-right .ja-moduletable {overflow: hidden; }
Regards AS Team.
<div class="ja-moduletable ja-masonry moduletable masonry-brick" id="Mod95" style="position: absolute; top: 548px; left: 0px;">
Not sure if this is the issue tough
Please, provide us with the problem page . We have to see issue with overlapping.
Regards AS Team.
http://atlhomepros.com/index.php
I couldn't find the CSS property to fix this.
Thanks,
Eyal
Please, replace following code in k2.css in "Search Box" section :
div.k2SearchBlock form input.inputbox { }
div.k2SearchBlock form input.button { }
with
div.k2SearchBlock form input.inputbox { margin-right: 10px; padding: 8px 15px 7px; width: 200px; float: left; }
div.k2SearchBlock form input.button {float: left; }
Regards AS Team.
You can ignore the overlap issue as I decided to re-arrange the modules on the page.
How can I add the class "top-icon-login" to the a object for menu buttons that I created. I'm trying to get the same result as you have in this demo:
http://www.astemplates.com/content/asj40/index.php/login
Thanks,
Eyal
We are sorry, it looks like we don't have such class in the template.
Our suggestion, in case to have the template like on our demo preview server, please install the quick-start installation package on your demo server, so you will be able to see all classes and articles used in this template.
For any customization services you have ask for our services:
http://www.astemplates.com/ourservices.php
Regards, AS Team.
http://www.atlhomepros.com/
In this template's demo you have 3 content items in position-16.
I tried to use "K2 Item" but it only shows the items in a single column
Which module is used in the template?
Thanks,
Eyal
Please install the quick-start installation package on your demo server, so you will be able to see which module has been used in which position and all necessary module configuration for current template. For example in position-16 has been used module News Show Pro GK4 with specific configuration.
Regards AS Team.
I have a small issue with the News Pro GK4 module. I followed the settings in the quick start template but for some reason when I resize the browser, the module doesn't resize until it switches layout to iPad or iPhone.
Could you take a look please at the page and let me know how can I fix this?
http://www.atlhomepros.com/
Thanks,
Eyal
You have to change following code :
1. in css / layout-normal.css
#ja-horizontal-blog .nspMain .nspArt
{
width: 300px !important;
}
with
#ja-horizontal-blog .nspMain .nspArt
{
max-width: 323px !important;
}
-------------------------------------------------------------
2. in css / layout-tablet.css
#ja-horizontal-blog .nspMain .nspArt
{
max-width: 248px !important;
}
---------------------------------------------------------------
3. in css / layout-mobile-port.css
#ja-horizontal-blog .nspMain .nspArt
{
...
width: 290px !important;
}
with
#ja-horizontal-blog .nspMain .nspArt
{
...
max-width: 320px !important;
}
-----------------------------------------------------------------
Regards AS Team.
How can I remove the "Built on T3 Framework. Designed by Your Name" message from the footer.
You can change it in Module Manager / Footer_Custom (Custom HTML Module, position-55).
Regards AS Team.
I have 2 questions:
1. I am using the K2 users module to display a specific user group:
http://www.atlhomepros.com/index.php/about/our-members
When I view the page in full screen the layout used is a list from top to bottom. however when I resize the browser the layout changes to horizontal list. I assume this is because the template changes to tablet size.
I would like to keep the same vertical listing to both desktop view and tablet view. Can you let me know how to do this?
2. I would like to change the font properties of the member's name in this module. I see that "a" object is assigned with "ubUserName" class. Should I just go ahead and change/add the font properties to this class or should I create a module suffix and apply the changes there? Or is there another recommended approach?
Thanks,
Eyal
1. You have to change in :
layout-normal.css :
from
.k2UsersBlock ul li { width: 140px }
to
.k2UsersBlock ul li { width: 100% }
---------------------------------------------------------------------------
layout-tablet.css
from
#ja-extras .ja-box { width: 50%!important }
to
#ja-extras .ja-box { width: 100%!important }
-----------------------------------------------------------------------------
2.
k2.css
from
div.k2UsersBlock ul li div.ubUserDescription { }
to
div.k2UsersBlock ul li div.ubUserDescription { your font styles ... }
--------------------------------------------------------------------------------
Regards AS Team.
I would like to change the color of the following Main Menu text properties:
Hover
Selected
I only want to change the main level. could you let me know in which CSS this is done?