-
AuthorPosts
-
infi Friend
infi
- Join date:
- October 2013
- Posts:
- 27
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 10
- Thanked:
- 4 times in 1 posts
January 18, 2014 at 5:10 pm #193846Hello dear creators!
First great job! Amazing template! 🙂I have a problem with numbers of articles show in tag menu (like “Tag items” in “J!Pages” in DEMO)
now the number is 20 and then i see “load next set”.How to make it 30(for example).
Thanks!
Regards!infi Friendinfi
- Join date:
- October 2013
- Posts:
- 27
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 10
- Thanked:
- 4 times in 1 posts
January 18, 2014 at 5:33 pm #518929To ask too…
1. When i open my project and demo from mobile the facebook box in “home-1” text is in the middle and is over the icon (f)
tweeter and google+ are good, only facebook is “wrong” 🙂its not verry important, but do we can fix it ?
2. I dont see how to set ordering to tags… http://prntscr.com/2kmrfa
in menu edit doesnt have too -> http://prntscr.com/2kmrkynow i will change date’s, but if have an option it will be good to know 🙂
3. http://prntscr.com/2kmwul – from where to set characters limit for that text?
Thanks!
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
January 20, 2014 at 10:10 am #519082Hope my answers below would be of help:
<blockquote>
I have a problem with numbers of articles show in tag menu (like “Tag items” in “J!Pages” in DEMO)
now the number is 20 and then i see “load next set”.How to make it 30(for example)
</blockquote>Go to administrator->Global Configuration and change “Default List Limit” as per screenshort:
<blockquote>
. When i open my project and demo from mobile the facebook box in “home-1” text is in the middle and is over the icon (f)
tweeter and google+ are good, only facebook is “wrong”
</blockquote>Create a new file “custom.css” into the folder “css”, then insert css rules below:
@media (max-width: 320px) {
.facebook-like iframe{
margin-top:70px;
margin-left:25px;
}
}
<blockquote>
2. I dont see how to set ordering to tags… http://prntscr.com/2kmrfa
in menu edit doesnt have too -> http://prntscr.com/2kmrkynow i will change date’s, but if have an option it will be good to know
</blockquote>In my localhost testing, the ordering works fine. Pls PM me url and admin credentials of your site, I will check further.
<blockquote>3. http://prntscr.com/2kmwul – from where to set characters limit for that text?</blockquote>
Setting limit for that text is handled by CSS. If you want change it, insert to the file “custom.css” mentioned above css declaration below:
.fixel-grid .items.image.rotateY article .back .article-intro{
height:60px;
}
-
1 user says Thank You to MoonSailor for this useful post
infi Friendinfi
- Join date:
- October 2013
- Posts:
- 27
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 10
- Thanked:
- 4 times in 1 posts
January 20, 2014 at 10:28 am #519090and one more question:
for module “JA Slideshow Lite” i want to make link to picture and to be opened in new tab (_blank)
can i make it without edit the css file ? and if i must do it, who’s the css file? 🙂Thanks again!
regards!infi Friendinfi
- Join date:
- October 2013
- Posts:
- 27
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 10
- Thanked:
- 4 times in 1 posts
January 20, 2014 at 6:05 pm #519142@moonsailor – all work!! really thanks! If you can help me for my last post i will be very thankful!
For tags order – you dont understand me or i dont ask correctly 🙂 orders work fine and good, but dont have custom order (manual, to set them who to be 1,2,3 and etc.)
Thanks again mate!!!
Regards!MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
January 21, 2014 at 2:38 am #519178<blockquote>
For tags order – you dont understand me or i dont ask correctly orders work fine and good, but dont have custom order (manual, to set them who to be 1,2,3 and etc.)
</blockquote>Tags order is default feature of joomla. So the custom order you mentioned need customisation to joomla default. In the case, it’s beyond scope of our support.
1 user says Thank You to MoonSailor for this useful post
infi Friendinfi
- Join date:
- October 2013
- Posts:
- 27
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 10
- Thanked:
- 4 times in 1 posts
January 21, 2014 at 8:50 am #519224<em>@MoonSailor 406846 wrote:</em><blockquote>Tags order is default feature of joomla. So the custom order you mentioned need customisation to joomla default. In the case, it’s beyond scope of our support.</blockquote>
Okey mate, thanks!!!
and one more question:
for module “JA Slideshow Lite” i want to make link to picture and to be opened in new tab (_blank)
can i make it without edit the css file ? and if i must do it, who’s the css file?screenshot – http://prntscr.com/2l7p8y
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
January 21, 2014 at 9:36 am #519238<blockquote>
for module “JA Slideshow Lite” i want to make link to picture and to be opened in new tab (_blank)
can i make it without edit the css file ? and if i must do it, who’s the css file?
</blockquote>You need customize modules. Please PM me url, admin and ftp credentials of your site. I’ll help you out.
1 user says Thank You to MoonSailor for this useful post
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
January 22, 2014 at 5:04 am #519342Hi,
Pls download file “mod_jaslideshowlite.zip” I attach and unzip it to “modules/mod_jaslideshowlite” folder ( Backup old file first)
Go to Backend > Module manager > JA Slideshow Lite module, with field of “Targets”
you can put following value:
_blank : Opens the linked document in a new window or tab
_self Opens : the linked document in the same frame as it was clicked (this is default)
_parent : Opens the linked document in the parent frame
_top : Opens the linked document in the full body of the window
or set it null.
-
1 user says Thank You to MoonSailor for this useful post
AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 2 voices, and was last updated by MoonSailor 10 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum