-
AuthorPosts
-
June 2, 2013 at 5:49 pm #187910
I’m having the problem where I have an old logo I designed overshadowing the old one, and I can’t seem to find out how to get rid of it!
http://george.allyourbits.com/
Secondly, how does one get rid of the skateboard under the ‘Shop’ menu item from the quickstarter??
Thirdly, where are the valid typography and module variations for this template?
Thanks!
thatch10 Friendthatch10
- Join date:
- May 2008
- Posts:
- 104
- Downloads:
- 154
- Uploads:
- 8
- Thanks:
- 11
- Thanked:
- 19 times in 1 posts
June 2, 2013 at 7:21 pm #494472kvdman,
the skateboard in the shop menu comes from a module. You can change the info in the module here http://george.allyourbits.com/administrator/index.php?option=com_modules&view=module&layout=edit&id=127 its a module called Hot Product and its in position mega.
if you want to change the module displayed navigate to your default template page and select the navigation option. Click on the shop option and you can see the module for hot product displayed here.
2 users say Thank You to thatch10 for this useful post
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
June 3, 2013 at 7:19 am #494527Hi kvdman,
<blockquote>
I’m having the problem where I have an old logo I designed overshadowing the old one, and I can’t seem to find out how to get rid of it!
</blockquote>It’s bug of this template 🙂 Pls open file “templates/ja_hawkstore/css/themes/red/template.css” find code
[PHP]
.logo-image a {
background-image: url(“../../../images/themes/red/logo.png”) !important;
}
[/PHP]
and change it to :[PHP]
.logo-image a {
background-image: url(“../../../images/themes/red/logo.png”) ;
}
[/PHP]Open file “templates/ja_hawkstore/less/themes/red/template.less” find code :
[PHP]
.logo-image {
a {
background-image: url(“@{T3ImagePathThemes}/logo.png”) !important;
}
}
[/PHP]change it to :
[PHP]
.logo-image {
a {
background-image: url(“@{T3ImagePathThemes}/logo.png”);
}
}
[/PHP]
Regards1 user says Thank You to MoonSailor for this useful post
June 3, 2013 at 1:13 pm #494596thanks for the help guys!
any idea about typography or module variations?
thatch10 Friendthatch10
- Join date:
- May 2008
- Posts:
- 104
- Downloads:
- 154
- Uploads:
- 8
- Thanks:
- 11
- Thanked:
- 19 times in 1 posts
June 3, 2013 at 8:02 pm #494618Kvdman do you mean JA typo the plugin for joomlart here http://www.joomlart.com/forums/downloads.php?do=file&id=2599 you Will also need to install the plugin button from here. http://www.joomlart.com/forums/downloads.php?do=file&id=2866
This allows you to have the typography available from your editor.
Thatch
1 user says Thank You to thatch10 for this useful post
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
June 4, 2013 at 2:56 am #494639Hi kvdman,
<blockquote>Thirdly, where are the valid typography and module variations for this template?</blockquote>
This template supports default typo and module type as a standard Joomla site. We also provide details of which module used in demo site of this template, see userguide for more info: http://www.joomlart.com/forums/topic/ja-hawkstore-userguide/
Regards
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by MoonSailor 11 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum