-
AuthorPosts
-
lovedigit Friend
lovedigit
- Join date:
- September 2011
- Posts:
- 235
- Downloads:
- 22
- Uploads:
- 41
- Thanks:
- 13
- Thanked:
- 14 times in 3 posts
June 25, 2015 at 7:28 pm #207855Hello,
Topic selection tab disappeared from the article submission page in frontend. Earlier it would appear like this (see screenshot) in article submission page. But, unfortunately it is not showing up now when I created the new menu item.
Also, fontawesome icons doesn’t appear in the off canvas menu. (see screenshot)
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 26, 2015 at 6:48 am #575581Hi
Could you clarify a bit – steps by steps to reproduce issue?
– How can I have that ‘submit articles’ link?
– Which page can I see that off-canvas menu?Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 26, 2015 at 6:48 am #641910Hi
Could you clarify a bit – steps by steps to reproduce issue?
– How can I have that ‘submit articles’ link?
– Which page can I see that off-canvas menu?Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 26, 2015 at 6:48 am #740571Hi
Could you clarify a bit – steps by steps to reproduce issue?
– How can I have that ‘submit articles’ link?
– Which page can I see that off-canvas menu?lovedigit Friendlovedigit
- Join date:
- September 2011
- Posts:
- 235
- Downloads:
- 22
- Uploads:
- 41
- Thanks:
- 13
- Thanked:
- 14 times in 3 posts
June 26, 2015 at 12:22 pm #575628You can find submit articles page here – http://digitfreak.com/submit
about second question, You don’t know where to find that offcanvas menu? This is Joomlart support right?
You can find that menu on your smartphone, on any page, or re sizing your browser window to replicate mobile view port.
lovedigit Friendlovedigit
- Join date:
- September 2011
- Posts:
- 235
- Downloads:
- 22
- Uploads:
- 41
- Thanks:
- 13
- Thanked:
- 14 times in 3 posts
June 27, 2015 at 2:46 am #575671bump……
lovedigit Friendlovedigit
- Join date:
- September 2011
- Posts:
- 235
- Downloads:
- 22
- Uploads:
- 41
- Thanks:
- 13
- Thanked:
- 14 times in 3 posts
June 27, 2015 at 1:22 pm #575683I am literally fed up of joomlart support team. 2 days, and no response. What do you want from me? More money? Ask for it, if you want to charge extra for support. At least don’t keep it hanging there.
lovedigit Friendlovedigit
- Join date:
- September 2011
- Posts:
- 235
- Downloads:
- 22
- Uploads:
- 41
- Thanks:
- 13
- Thanked:
- 14 times in 3 posts
June 28, 2015 at 3:39 pm #575718Anyone there?
lovedigit Friendlovedigit
- Join date:
- September 2011
- Posts:
- 235
- Downloads:
- 22
- Uploads:
- 41
- Thanks:
- 13
- Thanked:
- 14 times in 3 posts
June 28, 2015 at 3:39 pm #642047Anyone there?
lovedigit Friendlovedigit
- Join date:
- September 2011
- Posts:
- 235
- Downloads:
- 22
- Uploads:
- 41
- Thanks:
- 13
- Thanked:
- 14 times in 3 posts
June 28, 2015 at 3:39 pm #740707Anyone there?
lovedigit Friendlovedigit
- Join date:
- September 2011
- Posts:
- 235
- Downloads:
- 22
- Uploads:
- 41
- Thanks:
- 13
- Thanked:
- 14 times in 3 posts
June 28, 2015 at 10:42 pm #575735Ok, I fixed the first Issue somehow. But I am still not able to make those icons visible in off canvas menu. Please have a look.
lovedigit Friendlovedigit
- Join date:
- September 2011
- Posts:
- 235
- Downloads:
- 22
- Uploads:
- 41
- Thanks:
- 13
- Thanked:
- 14 times in 3 posts
June 28, 2015 at 10:42 pm #642064Ok, I fixed the first Issue somehow. But I am still not able to make those icons visible in off canvas menu. Please have a look.
lovedigit Friendlovedigit
- Join date:
- September 2011
- Posts:
- 235
- Downloads:
- 22
- Uploads:
- 41
- Thanks:
- 13
- Thanked:
- 14 times in 3 posts
June 28, 2015 at 10:42 pm #740724Ok, I fixed the first Issue somehow. But I am still not able to make those icons visible in off canvas menu. Please have a look.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 29, 2015 at 6:37 am #575778Hi
I don’t see the style for these icons on your site, you can add below css into ‘custom.css’ file in this directory: root/templates/ja_your_default_template/css/
.t3-off-canvas .t3-off-canvas-body .nav-pills > li > a.nav-icon.nav-community:before {
content: "f10d";
}.t3-off-canvas .t3-off-canvas-body .nav-pills > li > a.nav-icon.nav-forum:before {
content: "f10d";
}
The ‘content’ property here will show icon for menu item, you can find and replace with your desired icons here: http://fortawesome.github.io/Font-Awesome/icons/
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 29, 2015 at 6:37 am #642107Hi
I don’t see the style for these icons on your site, you can add below css into ‘custom.css’ file in this directory: root/templates/ja_your_default_template/css/
.t3-off-canvas .t3-off-canvas-body .nav-pills > li > a.nav-icon.nav-community:before {
content: "f10d";
}.t3-off-canvas .t3-off-canvas-body .nav-pills > li > a.nav-icon.nav-forum:before {
content: "f10d";
}
The ‘content’ property here will show icon for menu item, you can find and replace with your desired icons here: http://fortawesome.github.io/Font-Awesome/icons/
-
AuthorPosts
This topic contains 16 replies, has 2 voices, and was last updated by Saguaros 9 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum