OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
BookLibrary top books scroller runs a bit too fast (0 viewing) 

BookLibary Component Support

Go to bottom Favoured: 0

BookLibrary top books scroller runs a bit too fast

firstuser (User)
Expert Boarder
Posts: 80
graphgraph
User Offline Click here to see the profile of this user
BookLibrary top books scroller runs a bit too fast 12 Years, 3 Months ago
Karma: 0  
hello dear Book-Libary-fans good evening dear friend,

first of all - i lvoe BookLibrary from the bottom of my heart!
This is one of the most intriguing extensons that have been createted for Joomla! Sure thing!

Well - i have managed to configure and set up the basic things!

Thats just great - now i am able to figure out some basics of book library

see here: the page
literaturen.org/#
literaturen.org/?tp=1

Questions: The top-book-scroller is jsut a bit tooo fast - can this be adjusted and configured to a slower mode!??


look forward to hear from you
many many greetings
martin & firstuser

BTW if you need to access the admin area just do not hesitate

ps: it may be important to notice the Open-Info: -link

On the right side i have a link that is called Open-Info! Well i do not now what is this good for - but if you click ths you see that the template is just opening the positions of the left
hand. Left: These are position-5, 7 and from top down.Question: can this open-info be switched to off - so that i does not appear any more!? and that all the blocks in the default right hand positions just sty visible permanently ?
Note the Right side-block: These are position-6, 8 and 3 from top down.
Logged Logged
The administrator has disabled public write access.
firstuser (User)
Expert Boarder
Posts: 80
graphgraph
User Offline Click here to see the profile of this user
Re:BookLibrary top books scroller runs a bit too fast 12 Years, 3 Months ago
Karma: 0  
a joomla-friend told me that he believes that the Book scrolling is controlled by the following script.
We need ot find out where this script is coming from and then edit the file to change the parameters such as interval and speed.

// execute your scripts when DOM is ready. this is a good habit
$(function() {
// initialize scrollable
$("div.scrollable".scrollable({
// items are auto-scrolled in 2 secnod interval
interval: 2000,
// when last item is encountered go back to first item
loop: true,
// make animation a little slower than the default
speed: 600,
// when seek starts make items little transparent
onBeforeSeek: function() {
this.getItems().fadeTo(300, 0.2);
},
// when seek ends resume items to full transparency
onSeek: function() {
this.getItems().fadeTo(300, 1);
}
});





Note – have a look at the scroller that is visible at www.ropl.org
it is called a scroller featured books
it is a great scroller This scroller scrolls almost at zero speed – it looks crazy good - what do you think about this
Question: can we do this like the solution in ropl.org ?
I look forward to hear from you
greetings
Martin aka first user
PS – your extension rock – keep up the super work – Book Library is one of the most intriguing extension in the whole joomla world
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:BookLibrary top books scroller runs a bit too fast 12 Years, 3 Months ago
Karma: 101  
Hi Martin,

can this open-info be switched to off
Please check link below:
http://forum.joomla.org/viewtopic.php?p=2384992

For edit Book Library scroller module you need check file:
{yours site}/modules/mod_booklibrary_scroller/mod_booklibrary_scroller.php

Please check parameters "speed"


Thanks,
Andrew
Logged Logged
The administrator has disabled public write access.
firstuser (User)
Expert Boarder
Posts: 80
graphgraph
User Offline Click here to see the profile of this user
Re:BookLibrary top books scroller runs a bit too fast 12 Years, 3 Months ago
Karma: 0  
hello dear Andrew - how can i access this


{yours site}/modules/mod_booklibrary_scroller/mod_booklibrary_scroller.php

wondering how to do this!?

i can see this:
literaturen.org/administrator/index.php?...ayout=edit&id=82

but here i can set up the widht and height of the images - that can be done well - great!

but the speed of the scroller - i do not know where to adjust!?

well i try a bit more - and come back and report all my findings.

so far - many many thanks for the help - and


as allways - keep up the superb work - your extensions rock
book-library is one of the most intriguing piece of software that ever has been written for joomla!
you have friends all over the globe
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:BookLibrary top books scroller runs a bit too fast 12 Years, 3 Months ago
Karma: 101  
Hello,

sorry yes, most best if you may configure all in module through parameter.
But now some thing you may change only through code.


For access to file mod_booklibrary_scroller.php
You may use different tools - that all depend from yours hoster.
You may use cPanel, ftp, jomExplorer - extension

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
firstuser (User)
Expert Boarder
Posts: 80
graphgraph
User Offline Click here to see the profile of this user
Re:BookLibrary top books scroller runs a bit too fast 12 Years, 3 Months ago
Karma: 0  
hello dear andrew


thx for the reply - i try to figure it out!

greetings

first user
Logged Logged
The administrator has disabled public write access.
Go to top
»