Menu Content

Shopping Cart

£15.00


1 Product
£15.00



Currencies Accepted


Newsletter

Subscribe to our newsletter


Name:

Email:

Like it? Share it!

Find Us Elsewhere

Follow us on Twitter

Home Support Forum Latest Post

 Spiral Scripts Support Forum
Welcome Guest   [Register]  [Login]
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>
 Subject :Re: Jigsaw over shadows/writes drop down menus.. 15-05-2009 13:51:09 
cwbeeler
Fresher
Joined: 11-05-2009 15:45:44
Posts: 8
Location
Forum : Other Joomla Extensions
Topic : Jigsaw over shadows/writes drop down menus

<p>I like your fix better...I can place some 'fluff' there instead of line breaks and do away with the iframe...tested it tentatively and looks like it's a cure </p><p> </p><p>Thanks again... </p>
IP Logged
 Subject :Re: Jigsaw over shadows/writes drop down menus.. 15-05-2009 13:50:59 
cwbeeler
Fresher
Joined: 11-05-2009 15:45:44
Posts: 8
Location
Forum : Other Joomla Extensions
Topic : Jigsaw over shadows/writes drop down menus

<p>I like you fix better...I can place some 'fluff' there instead of line breaks and do away with the iframe...tested it tentatively and looks like it's a cure </p><p> </p><p>Thanks again... </p>
IP Logged
 Subject :Re: Jigsaw over shadows/writes drop down menus.. 14-05-2009 15:42:36 
boggler
Spiral Scripts Support
Joined: 18-08-2009 10:14:13
Posts: 211
Location
Forum : Other Joomla Extensions
Topic : Jigsaw over shadows/writes drop down menus

<p>As a last resort you could try editing the template for the component, which is in views/jigsaw/tmpl/default.php and adding some line-breaks there, or may be a transparent gif.</p><p>But if it is working OK with an iframe then maybe it is best to leave well alone.</p>
IP Logged
susan subway boggler
 Subject :Re: Jigsaw over shadows/writes drop down menus.. 14-05-2009 13:49:50 
cwbeeler
Fresher
Joined: 11-05-2009 15:45:44
Posts: 8
Location
Forum : Other Joomla Extensions
Topic : Jigsaw over shadows/writes drop down menus

You would believe that may work and it may on other joomla templates but not on this one (I had tried a few <br> and added 3 <p> but no change. I finally wrapped it in an iframe and though it lives, it's not the best of solutions but I can live with it for a bit
IP Logged
 Subject :Re: Jigsaw over shadows/writes drop down menus.. 14-05-2009 08:53:45 
boggler
Spiral Scripts Support
Joined: 18-08-2009 10:14:13
Posts: 211
Location
Forum : Other Joomla Extensions
Topic : Jigsaw over shadows/writes drop down menus

<p>Actually a really simple thing that you could do to move it down a bit is to add some empty paragraphs to the intro text (you should see that there is a box for text in the module parameters):-</p><p><p></p></p><p><p></p></p><p>Add as many as you want. This seems to me to be the easiest way around the problem actually. </p><p>CSS is fine, but I often find it doesn't work quite as you expect it to.</p>
IP Logged
susan subway boggler
 Subject :Re: Jigsaw over shadows/writes drop down menus.. 13-05-2009 17:23:09 
cwbeeler
Fresher
Joined: 11-05-2009 15:45:44
Posts: 8
Location
Forum : Other Joomla Extensions
Topic : Jigsaw over shadows/writes drop down menus

<p>You're guessing correctly...I am using FF and it does correctly display in IE</p><p>Keep in mind that I've coded on the local desktop and inter-office for over 25 years but bailed out of HTML about the time CSS was beginning to gain popularity and then I only coded in Cold Fusion doing backends for db driven websites. </p><p>Guessing that I could just place your div.jigsaw code anywhere in the template's css file, I did, placing it both with other divs with no luck and then moving it to the bottom, again with no luck in either browser. </p><p>The menu problem exists in Google's Chrome browser too.</p><p> I've been meaning to understand the css structures more lately...I'll look further and maybe you could enlighten us more </p>
IP Logged
 Subject :Re: Jigsaw over shadows/writes drop down menus.. 13-05-2009 13:29:42 
boggler
Spiral Scripts Support
Joined: 18-08-2009 10:14:13
Posts: 211
Location
Forum : Other Joomla Extensions
Topic : Jigsaw over shadows/writes drop down menus

<p>I'm guessing that you were using Firefox to view the page. It works fine in Internet Explorer.</p><p>This problem could be avoided if the window mode could be set to transparent for the Flash object - the difficulty arises because in some versions of Firefox there is a bug which prevents Flash movies from responding to mouse-clicks if the window mode is set to transparent, so I have had to use the default Flash mode in this case. But it does mean that there are problems using DHTML with it, because the Flash movie then sits on top of the page, and covers over your DHTML menus.</p><p>I think that the only way to deal with this is to add some space at the top of the puzzle. You should be able to do this quite simply by adding some css to your template along the lines of:-</p><p>div.jigsaw{ margin-top:100px; }</p><p>You can add any other styles to this class as well.</p><p>Otherwise as I have said it would be possible to edit the puzzle template to change the Flash window mode to transparent, but then it would not work in some versions of Firefox. </p>
IP Logged
susan subway boggler
 Subject :Re: Jigsaw over shadows/writes drop down menus.. 13-05-2009 12:55:52 
cwbeeler
Fresher
Joined: 11-05-2009 15:45:44
Posts: 8
Location
Forum : Other Joomla Extensions
Topic : Jigsaw over shadows/writes drop down menus

<p>It's not in production yet, running off a slow DSL pipe but you can find it here"</p><p> http://209.77.76.177</p><p> </p><p>I put games as the second top menu item and puzzles as the first choice under it. You can see that after you start a puzzle if you click on  the first menu item (weather in this case) that its drop downs are hidden behind the puzzle window. Hence the need for some sort of positioning or at least an HTML 'white space' at the top so drop down menu items wont get stuck behind the flash window. </p>
IP Logged
 Subject :Re: Jigsaw over shadows/writes drop down menus.. 13-05-2009 08:36:37 
boggler
Spiral Scripts Support
Joined: 18-08-2009 10:14:13
Posts: 211
Location
Forum : Other Joomla Extensions
Topic : Jigsaw over shadows/writes drop down menus

<p>Thanks for the suggestions - they are good ones.</p><p>When I first wrote the jigsaw puzzle component last year it was just as a bit of fun, I didn't really expect it to ever sell. But in fact it has attracted a small but enthusiastic following. So I will definitely be updating it again in the future, probably in a couple of months, and I will certainly keep any suggestions in mind.</p><p> I am quite sure that the last problem that you mention is solvable. If you want to email me with the address of your site I will take a look.</p>
IP Logged
susan subway boggler
 Subject :Jigsaw over shadows/writes drop down menus.. 12-05-2009 18:01:33 
cwbeeler
Fresher
Joined: 11-05-2009 15:45:44
Posts: 8
Location
Forum : Other Joomla Extensions
Topic : Jigsaw over shadows/writes drop down menus

<p>Jigsaw is nice. </p><p>Maybe it should be explained the max dimensions of images as when images are too large the display breaks itself. </p><p>Also, there is no positioning available. You get what is given. Maybe a plugin would be nice to be able to place within an article with positioning.</p><p> </p><p>I have drop down menus on my site but when solving a jigsaw they load up behind the component.</p><p> </p><p>What can be done? </p>
IP Logged
 Subject :Re: I can instal mod_featureditems_carousel_2.0.. 30-04-2009 09:55:45 
boggler
Spiral Scripts Support
Joined: 18-08-2009 10:14:13
Posts: 211
Location
Forum : Other Joomla Extensions
Topic : I can instal mod_featureditems_carousel_2.0

<div><font face="Arial">I think it is due to the file size, it is slightly over 2MB, whereas there is a default upload limit for PHP of 2MB.</font></div><div></div><div><font face="Arial">You can change this by having a file in the root folder of your site called php.ini which will contain some intialization settings for PHP.</font></div><div></div><div><font face="Arial">This should include the line</font></div><div></div><div><font face="Arial">upload_max_filesize=4M</font></div><div></div><div><font face="Arial">which will increase it to 4 megabytes.</font></div><div></div><div><font face="Arial">Alternatively you can unzip the module, take out some of the images (but don't delete the images folder, it needs to be there), zip it up again and install it normally. Then upload the images after by ftp. It is because there are a lot of images, they take up a lot of space. </font></div>
IP Logged
susan subway boggler
 Subject :I can instal mod_featureditems_carousel_2.0.. 30-04-2009 03:14:43 
tonyjazz
Fresher
Joined: 28-04-2009 01:54:59
Posts: 1
Location
Forum : Other Joomla Extensions
Topic : I can instal mod_featureditems_carousel_2.0

<p>I have teste mod_featureditems_carousel_2.0 in localhost  and is ok.</p><p>When i try to upload to online website i get this 2 erros:<br />An error occurred while sending this file to the server. and <br />Could not find the installation package.</p><p>Any help wiil be most welkome.</p><p>Tanks</p>
IP Logged
 Subject :Re: How exhange .. 29-04-2009 09:12:01 
boggler
Spiral Scripts Support
Joined: 18-08-2009 10:14:13
Posts: 211
Location
Forum : Other Joomla Extensions
Topic : How exhange "Open this player in a new window"?

<div><font face="Arial" size="2"><p>It is in the  file 'popupwin.js' - sorry about this, it should be in a language file really.</p><p>The other translations should be in the language file en-GB.mod_random_mp3_pro.ini, you just need to create a portuguese version - as I am sure you know.</p></font></div>
IP Logged
susan subway boggler
 Subject :How exhange "Open this player in a new window"?.. 28-04-2009 21:34:45 
vibration
Fresher
Joined: 28-04-2009 20:05:54
Posts: 1
Location
Forum : Other Joomla Extensions
Topic : How exhange "Open this player in a new window"?

<p>We would like to edit this "<a href="http://www.portaldoreggae.com/net/index.php?option=com_content&view=category&id=1:latest-news&Itemid=50&layout=default#" onclick="openMP3Window();">Open this player</a> in a new window" in the module of site and translate this, anybody nows where is the file?</p><p> </p><p>Thanks </p>
IP Logged
 Subject :Re: Volume level at start.. 23-04-2009 21:55:33 
boggler
Spiral Scripts Support
Joined: 18-08-2009 10:14:13
Posts: 211
Location
Forum : Other Joomla Extensions
Topic : Volume level at start

<p>I'm afraid there isn't a way to adjust the volume at the start. It could become an option in a future update of the module if there is demand for this feature.</p><p>But really I have had a complaint from a user that the volume is too quiet. It certainly does not seem excessively loud to me at normal mp3 volume - I have never heard this complaint. It depends on the mp3 and on the speakers - there is probably no way to get the volume perfect for everyone. If you set it at 35% I think you would get complaints that it is too quiet. </p><p> </p>
IP Logged
susan subway boggler
 Subject :Re: Volume level at start.. 22-04-2009 16:43:15 
mkultra2000
Fresher
Joined: 19-03-2009 13:44:40
Posts: 2
Location
Forum : Other Joomla Extensions
Topic : Volume level at start

<p>It's so quite here that I can hear the crickets. I hope you know the answer.  I am surprised that you were never asked this question before. </p><p> </p>
IP Logged
 Subject :Volume level at start.. 21-04-2009 14:00:43 
mkultra2000
Fresher
Joined: 19-03-2009 13:44:40
Posts: 2
Location
Forum : Other Joomla Extensions
Topic : Volume level at start

<p> </p><p>it could be said that possibly the volume level is too high on my MP3s but I got a complaint from a user that said the volume was too high on the player. It could be that his or her speakers were too high but I would like to know if I can set the volume level at 25 or 35% on the player when it starts. </p><p> </p><p>Thanks </p><p> </p><p> </p>
IP Logged
 Subject :Re: Mail Module Error.. 15-04-2009 10:53:07 
boggler
Spiral Scripts Support
Joined: 18-08-2009 10:14:13
Posts: 211
Location
Forum : Other Joomla Extensions
Topic : Mail Module Error

<div><font face="Arial" size="2">I am sending you a new version of the module, which *MAY* stop these messages from appearing. This is also downloadable from this site.</font></div><div></div><div><font face="Arial" size="2">Please note that these are not errors, they do not stop the module from working correctly, they are simply notices that a couple of variables are not set - which sometimes they won't be, it is not a problem.</font></div><div></div><div><font face="Arial" size="2">If this version does not stop them then I think that what you need to do is turn of the error display in your PHP configuration. You do this by adding the line</font></div><div></div><div><font face="Arial" size="2">display_errors=0</font></div><div></div><div><font face="Arial" size="2">to your php.ini file.</font></div><div></div><div><font face="Arial" size="2">You should do this anyway because it is not good to have errors displayed on your site,  it can help to give an attacker information about your server.</font></div>
IP Logged
susan subway boggler
 Subject :Re: Mail Module Error.. 14-04-2009 09:33:10 
crony
Fresher
Joined: 20-03-2009 08:52:02
Posts: 3
Location
Forum : Other Joomla Extensions
Topic : Mail Module Error

<p>Hello,</p><p> Unfortunately there's some errors stills...</p><p> </p><p>On load module:</p><p><strong>Notice</strong>: Undefined property: stdClass::$error in <strong>/usr/home/v1001/html/alpha/modules/mod_mail_this_page/tmpl/default.php</strong> on line <strong>14</strong><br /> <br /> <strong>Notice</strong>: Undefined property: stdClass::$success_message in <strong>/usr/home/v1001/html/alpha/modules/mod_mail_this_page/tmpl/default.php</strong> on line <strong>14</strong> </p><p>While mail is sended :</p><p><strong>Notice</strong>: Undefined offset: 0 in <strong>/usr/home/v1001/html/alpha/modules/mod_mail_this_page/helper.php</strong> on line <strong>137</strong> </p><p> </p><p>Thanks for your support. </p>
IP Logged
 Subject :Re: Mail Module Error.. 12-04-2009 18:24:11 
crony
Fresher
Joined: 20-03-2009 08:52:02
Posts: 3
Location
Forum : Other Joomla Extensions
Topic : Mail Module Error

<p>Hello,</p><p> Thank you for this update, I'll test it and post feedback here.</p><p> </p>
IP Logged
 Subject :Re: Mail Module Error.. 12-04-2009 12:12:25 
boggler
Spiral Scripts Support
Joined: 18-08-2009 10:14:13
Posts: 211
Location
Forum : Other Joomla Extensions
Topic : Mail Module Error

<p>The messages that you quote are warnings rather than errors - the reason why you don't see these locally is probably because you have these switched off in your PHP configuration.</p><p> However it is not great to see warning messages, so we have produced an updated version of the module (1.0.1) which should eliminate these, also there are a few other improvements, mainly better language support.</p><p>You can download the new version from this site.</p>
IP Logged
susan subway boggler
 Subject :Re: Mail Module Error.. 10-04-2009 11:16:52 
crony
Fresher
Joined: 20-03-2009 08:52:02
Posts: 3
Location
Forum : Other Joomla Extensions
Topic : Mail Module Error

<p>Hello,</p><p>Same problem here...</p><p>First, while module is loaded I've got those 2 notices :</p><p><strong>Notice</strong>: Undefined property: stdClass::$error in <strong>/usr/home/v1001/html/alpha/modules/mod_mail_this_page/tmpl/default.php</strong> on line <strong>14</strong><br /> <br /> <strong>Notice</strong>: Undefined property: stdClass::$success_message in <strong>/usr/home/v1001/html/alpha/modules/mod_mail_this_page/tmpl/default.php</strong> on line <strong>14</strong></p><p> </p><p>And after sending a mail thru this module, I've got on top of it:</p><p><strong>Warning</strong>: preg_match() expects parameter 2 to be string, array given in <strong>/usr/home/v1001/html/alpha/modules/mod_mail_this_page/helper.php</strong> on line <strong>128</strong></p><p> </p><p>Locally, there was no problem at all, so I think it might be server side config related.</p><p><font color="#00ff00"><strong>ok</strong></font> Local conf /  Php:5.2.4 Sql:5.0.45 </p><p><strong><font color="#ff0000">not ok</font></strong> Server conf / php: 5.2.6 Sql: 4.1.22 </p><p> Mbstring is activated locally, and not activated on the server</p><p>Safe mode is not activated locally, and activated on the server (with ftp configured in configuration.php , no problem with installs/uninstalls...) </p><p>Any clue to solve this ? </p><p> Thanks !</p>
IP Logged
 Subject :Re: Posting to this forum.. 07-04-2009 14:51:20 
admin
Fresher
Joined: 10-11-2008 10:50:57
Posts: 18
Location
Forum : Other Joomla Extensions
Topic : Posting to this forum

When you are logged in, if you click 'Support Forum' on the Support Menu, then on the name of the forum you wish to post to, you should see an icon with the label 'new topic' next to it, above the forum listing. It is easily visible.
IP Logged
 Subject :Re: Posting to this forum.. 07-04-2009 14:05:44 
treb
Fresher
Joined: 06-04-2009 22:21:22
Posts: 1
Location
Forum : Other Joomla Extensions
Topic : Posting to this forum

<p>Might be your screen colours but I can't see how to post queries other than as replies?</p><p>treb </p>
IP Logged
 Subject :Re: Mail URL mod.. 21-03-2009 11:42:13 
boggler
Spiral Scripts Support
Joined: 18-08-2009 10:14:13
Posts: 211
Location
Forum : Other Joomla Extensions
Topic : Mail URL mod

<p>I have posted a new version of the module which *might* deal with the problem.</p><div><font face="Arial" size="2">If it does not then I think that the problem is not due to the module but due to PHP not being correctly configured on your webserver, so that the environmental variables that tell PHP and hence Joomla about the current location are not available. The module uses the standard Joomla methods to get the current location so if these do not work then there is clearly something going wrong with your PHP configuration - you might want to take this up with your hosts.</font></div><div></div><div><font face="Arial" size="2">The other issue you raised about the display is not really an issue. The fields are meant to be open if the user had them open on a previous page, closed if closed. There is a cookie that remembers this. However this behvaiour could become optional in a later version of the module.</font></div>
IP Logged
susan subway boggler
 Subject :Re: Re: Mail URL mod.. 21-03-2009 08:36:43 
robgul
Fresher
Joined: 20-03-2009 09:42:14
Posts: 2
Location
Forum : Other Joomla Extensions
Topic : Mail URL mod

<p> </p><div style="border: 1px dashed blue; font-style: italic; background-color: #eed8ee"><p>I am surprised by this - it should show the actual URL. I agree that not mailing the actual URL would be rather pointless, that is why I did not write the module that way.</p><p> Could you let me know where your site is? I may be able to see what is going wrong. Just telling me that it does not work is not very helpful.</p></div><p><br />I have it installed on a test site that I do not want to list in public view - BUT I installed it for now on a live site so you can see it     www.shakespokes.org.uk      </p><p>There is also something else that is odd - sometimes it displays with the field boxes visible, sometimes they are not with the link causing them to unroll (obviously a neater solution)</p><p> It would be useful if you could reply direct to   rob@<the domain above> shakespokes</p><p>The concept is great!</p><p>Rob </p>
IP Logged
 Subject :Re: Featured Item Carousel not showing images.. 20-03-2009 15:25:24 
boggler
Spiral Scripts Support
Joined: 18-08-2009 10:14:13
Posts: 211
Location
Forum : Featured Items Modules
Topic : Featured Item Carousel not showing images

The original poster of this topic has informed me that this issue is now solved.
IP Logged
susan subway boggler
 Subject :Re: Mail Module Error.. 20-03-2009 15:20:50 
boggler
Spiral Scripts Support
Joined: 18-08-2009 10:14:13
Posts: 211
Location
Forum : Other Joomla Extensions
Topic : Mail Module Error

<p>Do you know which version of PHP you are using? </p><p> I cannot see anything wrong with the line referenced in the error message but it is possible that if you are using  PHP 4.x that might be causing the problem.</p>
IP Logged
susan subway boggler
 Subject :Re: Mail URL mod.. 20-03-2009 15:23:11 
boggler
Spiral Scripts Support
Joined: 18-08-2009 10:14:13
Posts: 211
Location
Forum : Other Joomla Extensions
Topic : Mail URL mod

<p>I am surprised by this - it should show the actual URL. I agree that not mailing the actual URL would be rather pointless, that is why I did not write the module that way.</p><p> Could you let me know where your site is? I may be able to see what is going wrong. Just telling me that it does not work is not very helpful.</p>
IP Logged
susan subway boggler
 Subject :Mail URL mod.. 20-03-2009 10:05:11 
robgul
Fresher
Joined: 20-03-2009 09:42:14
Posts: 2
Location
Forum : Other Joomla Extensions
Topic : Mail URL mod

<p>Installed it - fine - BUT sending an e-mail seems to deliver a link to the recipient that is just to the home page for the site/domain ... not the content article's URL?</p><p>Great concept ... but not much use if it doesn't send the actual URL</p><p> </p><p>BTW - there's also something flaky with the ccboard forum component you are using - it throws up some odd messages and doesn't display correctly - have you tried Agora Forum??  (I threw out Fireboard & CCBoard and now use Agora)</p><p>Rob </p>
IP Logged
 Subject :Mail Module Error.. 20-03-2009 03:23:59 
marrett
Fresher
Joined: 20-03-2009 00:55:18
Posts: 1
Location
Forum : Other Joomla Extensions
Topic : Mail Module Error

<p>Hi</p><p> </p><p>Installed the mail module on the site : www.bedahkosmetik.com</p><p> </p><p>Hoever , I receive this error message ( can see it on the front page ):</p><p> Please advice</p><p>Thanks</p><p>John </p><span style="color: #393939; font-family: 'Trebuchet MS'; font-size: 11px; line-height: 16px" class="Apple-style-span"><h3 style="line-height: normal; color: #818181; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px; padding-top: 8px; padding-right: 0px; padding-bottom: 2px; padding-left: 15px; font-size: 175%"><span>Mail This Page To A Friend!</span></h3><div class="ja-box-ct clearfix" style="font-size: 100%; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; padding: 0px; margin: 0px"><br /><strong><span style="color: #ff0000" class="Apple-style-span">Warning</span></strong><span style="color: #ff0000" class="Apple-style-span">: preg_match() expects parameter 2 to be string, array given in</span><strong><span style="color: #ff0000" class="Apple-style-span">/home/minibond/public_html/bedahkosmetik.com/modules/mod_mail_this_page/helper.php</span></strong><span style="color: #ff0000" class="Apple-style-span">on line </span><strong><span style="color: #ff0000" class="Apple-style-span">128</span></strong><br /><div class="mail_this_page" style="font-size: 100%; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; padding: 0px; margin: 0px"><a href="http://www.bedahkosmetik.com/#">Email this page to a friend</a><br />The message has been sent<div style="overflow-x: hidden; overflow-y: hidden; font-size: 100%; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; padding: 0px; margin: 0px"><div id="mail_this_link_form" style="font-size: 100%; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; padding: 0px; margin: 0px">Your name:<br /><br />Your email:<br /><br />Friend's name:<br /><br />Friend's email:<br /><br /></div></div></div></div></span><p><span style="color: #393939; font-family: 'Trebuchet MS'; font-size: 11px; line-height: 16px" class="Apple-style-span"></span> </p>
IP Logged
 Subject :Re: Jigsaw component.. 27-02-2009 11:17:01 
admin
Fresher
Joined: 10-11-2008 10:50:57
Posts: 18
Location
Forum : Other Joomla Extensions
Topic : Jigsaw component

<p>Hi,</p><p>The button needs to be part of the Flash file. It would be possible to supply a translation as a variable to Flash, so I may do that for the future. </p><p> I was attempting to centre the two objects - because there are some spaces around the tiles they take up more space than the grid, so this was attempting to correct it. </p>
IP Logged
 Subject :Jigsaw component.. 26-02-2009 22:50:01 
Joined: 06-01-2011 06:32:02
Posts: 0
Location
Forum : Other Joomla Extensions
Topic : Jigsaw component

<p>I like your component a lot, but I have 2 questions:</p><p>Why did you compile "I give up" into the flash fil, without any chance to translate to a different language.</p><p>When you look at your own examples, you can see, that the grid, where you have to place the puzzle-parts is not properly aligned and moved at bit to far to the right, hitting the edge of the player window.</p><p>Any hint, if this can be adjusted?</p><p> </p><p>Best regards </p>
IP Logged
 Subject :Featured Item Carousel not showing images.. 24-02-2009 14:47:16 
Aly22
Fresher
Joined: 24-02-2009 04:10:19
Posts: 3
Location
Forum : Featured Items Modules
Topic : Featured Item Carousel not showing images

<p>My image names are fine (per the FAQ) but are these links correct? Here's what shows up in "view image" results </p><p>http://MYSITE.com/site/modules/mod_featureditems_carousel/assets/resize.php?img=http%3A%2F%2Fwww.MYSITE.com%2Fimages%2Fbookcovers%2Ftitle-cover.jpg&width=77&height=120&ds=%2F</p>
IP Logged
 Subject :Re: Feature item free.. 13-02-2009 10:47:45 
admin
Fresher
Joined: 10-11-2008 10:50:57
Posts: 18
Location
Forum : Other Joomla Extensions
Topic : Feature item free

<p>The best way to do this is through css.</p><p> </p><p>Just assign add a style rule to your style sheet eg</p><p>div.featureditemsitem{ padding: 4px; margin: 4px; }</p><p> </p><p>or whatever you want.</p><p>The pro version of the module gives you more control over the layout if your prefer to set these things through the module.</p><p> </p>
IP Logged
 Subject :Re: Embed code for Random MP3.. 13-02-2009 10:37:13 
admin
Fresher
Joined: 10-11-2008 10:50:57
Posts: 18
Location
Forum : Other Joomla Extensions
Topic : Embed code for Random MP3

<p>Hi,</p><p> thanks for your comments. I will have to give this some thought about the best way to do this - it is certainly an interesting idea. </p><p> It is certainly easy to embed the player, it is just a question of including the usual <object> and <embed> tags for a flash movie. The tricky part is passing the names of the tracks to play. The module does this by automatically reading the files from a particular folder, but if the player is being embedded directly in a user's page then that won't happen.</p>
IP Logged
 Subject :Embed code for Random MP3.. 13-02-2009 06:29:30 
akgoud
Fresher
Joined: 13-02-2009 06:13:06
Posts: 1
Location
Forum : Other Joomla Extensions
Topic : Embed code for Random MP3

<p>Hi,</p><p>I am a big fan of your Random MP3 player and using it as a pseudo radio as I mentioned earlier. Earlier I also asked for a popup option and luckily I got it from you quickily, and I feel great for that.</p><p>I am not sure about the possibilities, but I have a request, is it possible to have an embed code for random mp3 player. Few of my site users ask me "How to embed the player in their website/blogs?"</p><p>If you can include this feature, that would be really really great.</p><p>Thanks in advance. </p><p>If you want to have look at my Pseudo Radio try www.radio.pokirollu.net and click on radio. It is in Indian language and probably you don't understand the lyrics   but you can enjoy the music.</p><p> </p>
IP Logged
 Subject :Re: Feature item free.. 10-02-2009 14:04:04 
Joined: 06-01-2011 06:32:02
Posts: 0
Location
Forum : Other Joomla Extensions
Topic : Feature item free

<p>Thanks,</p><p> </p><p>I got it, thank you for clean layout, but I wish all margins and line spaces can be adjusted</p><p>By the way another question, may I adjust the padding too</p>
IP Logged
 Subject :Re: Feature item free.. 10-02-2009 10:27:00 
admin
Fresher
Joined: 10-11-2008 10:50:57
Posts: 18
Location
Forum : Other Joomla Extensions
Topic : Feature item free

<p>You can edit the file tmpl/default.php - which gives the layout for the module. You could try removing the line-break which comes after each item. </p><p><br style="clear:both;" /></p><p>That is there to ensure that if you have an image bigger than the text, the text for the next article comes after. But if you don't have big images that shouldn't be a problem.</p>
IP Logged
 Subject :Feature item free.. 10-02-2009 02:35:59 
Joined: 06-01-2011 06:32:02
Posts: 0
Location
Forum : Other Joomla Extensions
Topic : Feature item free

<p>Hi, </p><p>I would like to know how I can adjust the template of the module, because the module get too much space in between 2 news</p><p>Thanks in advance </p>
IP Logged
 Subject :Posting to this forum.. 08-02-2009 14:27:46 
admin
Fresher
Joined: 10-11-2008 10:50:57
Posts: 18
Location
Forum : Other Topics
Topic : Posting to this forum

<p>You are welcome to post any questions regarding any other topics. </p> Please try to provide  as much information as you can when asking for support, and, if possible, the URL where the problem can be observed.
IP Logged
 Subject :Posting to this forum.. 08-02-2009 14:26:47 
admin
Fresher
Joined: 10-11-2008 10:50:57
Posts: 18
Location
Forum : Templates
Topic : Posting to this forum

<p>You are welcome to post any questions regarding our templates, both the free (GPL) and the commercial items.</p> Please try to provide  as much information as you can when asking for support, and, if possible, the URL where the problem can be observed.
IP Logged
 Subject :Posting to this forum.. 08-02-2009 14:24:39 
admin
Fresher
Joined: 10-11-2008 10:50:57
Posts: 18
Location
Forum : Other Joomla Extensions
Topic : Posting to this forum

<p>You are welcome to post any questions regarding our Joomla! extensions, both the free (GPL) and the commercial items.</p><p> Please try to provide  as much information as you can when asking for support, and, if possible, the URL where the problem can be observed.</p>
IP Logged
Page #  << Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>


Powered by ccBoard


 
 

VirtueMart Featured Products Grid

Switch View

A featured items module that shows selected entries from the SOBI2 business index.

£12.00


*****Now compatible with Joomla 1.6******* A Flash puzzle game for the Joomla! content management system. This would be suitable for a site aimed at children. Compatible with Joomla 1.5 and Joomla 1.6.

£10.00


*****Now compatible with Joomla 1.6******* A module extension for the the Joomla 1.5 + 1.6 CMS. It displays a short excerpt from articles in a selected category or section, or from a specified list of articles, with link and optional thumbnail image.

£12.00


*****Now compatible with Joomla 1.6******* A module extension for the the Joomla 1.5 and Joomla 1.6 CMS. It plays a random list of mp3s using the Flash media player.

£12.00

 
 

fitness