-
AuthorPosts
-
Hayden A Friend
Hayden A
- Join date:
- April 2010
- Posts:
- 282
- Downloads:
- 0
- Uploads:
- 20
- Thanked:
- 54 times in 53 posts
March 19, 2014 at 3:29 am #527263@cheapwebz,
<blockquote> http://1072871297.8155540.temp.prositehosting.co.uk/</blockquote>
I can’t access your site. Please PM me url, admin and ftp credentials of your site, I will help to debug and will give you suggestion then.Hayden A FriendHayden A
- Join date:
- April 2010
- Posts:
- 282
- Downloads:
- 0
- Uploads:
- 20
- Thanked:
- 54 times in 53 posts
March 19, 2014 at 8:54 am #527309@cheapwebz
You can open this file templates/ja_wall/css/template.css and add following rules:[PHP].logo-image, .logo-text {
background: #333;
border-bottom: solid 5px #000;
width: 150px;
height: 40px;
}#mainnav .menu > li.active > a {
border-bottom-color: red;
}#header {
background: #000;
}
[/PHP]March 25, 2014 at 8:32 pm #528129thanks have sent you a msg
Hayden A FriendHayden A
- Join date:
- April 2010
- Posts:
- 282
- Downloads:
- 0
- Uploads:
- 20
- Thanked:
- 54 times in 53 posts
March 26, 2014 at 8:40 am #528202@cheapwebz
You can open this file templates/ja_wall/css/template.css and add following rules:
[PHP].logo-image h1 {
height: 52px;
margin-top: -2px;
width: 150px;
}.logo-image h1 a {
width: 150px;
}[/PHP]March 28, 2014 at 6:14 pm #528525Hi But confused sent you an email ref only showing two rows of tiles also i add the code and then what image e.g. logo do i use ?
Hayden A FriendHayden A
- Join date:
- April 2010
- Posts:
- 282
- Downloads:
- 0
- Uploads:
- 20
- Thanked:
- 54 times in 53 posts
March 31, 2014 at 6:42 am #528714I have received your PM. I still need a little bit more clarification on your questions.
<blockquote>ok first things first i added in the details to make the logo bigger and its not worked</blockquote>
Have you tried to add following rules to this file templates/ja_wall/css/template.css?
[PHP].logo-image h1 {
height: 52px;
margin-top: -2px;
width: 150px;
}.logo-image h1 a {
width: 150px;
} [/PHP]<blockquote>or it has i will keep playing the main thing i want to try and achieve is the tiles 2 things one i only want to display to rows of tiles also is there anyway of getting like on the front of the tiles like 10% off or 15%off and so on ? also a favourite button ? just thought i would ask the details to log into the site are as follows</blockquote>
It would be best if you can send me screenshot for better illustration, I will give suggestion then.
August 19, 2015 at 6:39 am #662906I want to have the logo on top of the site, like ‘hte huffington post’, and as explained in this posting http://www.joomlart.com/forums/topic/color-block-how-do-i-enlarge-the-space-for-the-logo/#post-466289
I downloaded the zipfile, and it wasalmost working , but not quite, the code has changed a bit , so i would like some tips on how to get the logo in the middle on top in a current version of joomla and JA wall ?
August 19, 2015 at 6:39 am #745926I want to have the logo on top of the site, like ‘hte huffington post’, and as explained in this posting http://id.joomlart.com/forums/topic/color-block-how-do-i-enlarge-the-space-for-the-logo/#post-466289
I downloaded the zipfile, and it wasalmost working , but not quite, the code has changed a bit , so i would like some tips on how to get the logo in the middle on top in a current version of joomla and JA wall ?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 20, 2015 at 1:45 pm #663799Well, this is the current situation: (logo was already a bit enlarged compared to the standard wall template:
But we want to get the look more like this:
Also, in the red ellips, that might be a bit bolder fontwise. But the logo is the most important thing right now.
August 20, 2015 at 1:45 pm #746136Well, this is the current situation: (logo was already a bit enlarged compared to the standard wall template:
But we want to get the look more like this:
Also, in the red ellips, that might be a bit bolder fontwise. But the logo is the most important thing right now.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 21, 2015 at 2:54 am #663863@wvlee: Your request is custom full logo on JA Wall template, it’s pretty hard to custom on that, but you can try to use my solution below
+ Backup all css styles on your site.
+ Open templates/ja_wall/css/navigation.css file
from
#mainnav {
left: 120px; /* Space for Logo */
position: absolute;
width: 100%;
top: 0;
}to
#mainnav {
left: 0px; /* Space for Logo */
position: absolute;
width: 100%;
top: 45px;
}+ Open templates/ja_wall/css/layout.css file
from
#sidebar {
margin-left: -120px;
position: fixed;
top: 70px; /* Space for header */
width: 120px;
}to
#sidebar {
margin-left: -120px;
position: fixed;
top: 115px; /* Space for header */
width: 120px;
}+ Open templates/ja_wall/css/template.css file
from
/* Logo Image ---*/
.logo-image,
.logo-text {
background: #690
border-bottom: 5px solid #84b12a
float: left;
height: 40px;
position: relative;
width: 120px;
z-index: 1000;
text-align: center;
}#header {
background: #333
border-bottom: 10px solid #e5e5e5 /* Seperate content and header while scroll page */
color: #CCC
height: 45px;
position: fixed;
top: 0;
z-index: 999;
}.has-toggle {
z-index: 999;
}.logo-image h1 a {
background: url(../images/logo.png) no-repeat 0px 0px;
display: block;
text-indent: -999em;
width: 79px;
}
to
/* Logo Image ---*/
.logo-image,
.logo-text {
background: #690
border-bottom: 5px solid #84b12a
float: left;
height: 40px;
position: relative;
width: 100%;
z-index: 1000;
text-align: center;
}#header {
background: #333
border-bottom: 10px solid #e5e5e5 /* Seperate content and header while scroll page */
color: #CCC
height: 90px;
position: fixed;
top: 0;
z-index: 999;
}.has-toggle {
z-index: 998;
}.logo-image h1 a {
background: url(../images/logo.png) no-repeat 0px 0px;
display: block;
text-indent: -999em;
width: 100%;
}
and change dimension logo to big logo with templates/ja_wall/images/logo.png path
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 21, 2015 at 2:54 am #746200@wvlee: Your request is custom full logo on JA Wall template, it’s pretty hard to custom on that, but you can try to use my solution below
+ Backup all css styles on your site.
+ Open templates/ja_wall/css/navigation.css file
from
#mainnav {
left: 120px; /* Space for Logo */
position: absolute;
width: 100%;
top: 0;
}to
#mainnav {
left: 0px; /* Space for Logo */
position: absolute;
width: 100%;
top: 45px;
}+ Open templates/ja_wall/css/layout.css file
from
#sidebar {
margin-left: -120px;
position: fixed;
top: 70px; /* Space for header */
width: 120px;
}to
#sidebar {
margin-left: -120px;
position: fixed;
top: 115px; /* Space for header */
width: 120px;
}+ Open templates/ja_wall/css/template.css file
from
/* Logo Image ---*/
.logo-image,
.logo-text {
background: #690
border-bottom: 5px solid #84b12a
float: left;
height: 40px;
position: relative;
width: 120px;
z-index: 1000;
text-align: center;
}#header {
background: #333
border-bottom: 10px solid #e5e5e5 /* Seperate content and header while scroll page */
color: #CCC
height: 45px;
position: fixed;
top: 0;
z-index: 999;
}.has-toggle {
z-index: 999;
}.logo-image h1 a {
background: url(../images/logo.png) no-repeat 0px 0px;
display: block;
text-indent: -999em;
width: 79px;
}
to
/* Logo Image ---*/
.logo-image,
.logo-text {
background: #690
border-bottom: 5px solid #84b12a
float: left;
height: 40px;
position: relative;
width: 100%;
z-index: 1000;
text-align: center;
}#header {
background: #333
border-bottom: 10px solid #e5e5e5 /* Seperate content and header while scroll page */
color: #CCC
height: 90px;
position: fixed;
top: 0;
z-index: 999;
}.has-toggle {
z-index: 998;
}.logo-image h1 a {
background: url(../images/logo.png) no-repeat 0px 0px;
display: block;
text-indent: -999em;
width: 100%;
}
and change dimension logo to big logo with templates/ja_wall/images/logo.png path
August 22, 2015 at 2:51 am #664551well, the logo is now looking a bit strange (dimentions logo are 766 *99 at the moment) , but the site is showing:
-
AuthorPosts
This topic contains 62 replies, has 16 voices, and was last updated by Ninja Lead 9 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum