Advanced Search  
Advanced Search


Pages: [1]
Print
Author Topic: s5_frontpageslide errors on Joomlaupgrade  (Read 4049 times)
thornr18
Offline Offline

Posts: 4



« on: January 18, 2009, 06:24:52 PM »

We have s5_frontpageslide on our site (www.fodradio.org), with Joomla 1.5.6.  Tonight I have started the upgrade to 1.5.9, but find that the frontpageslide isn't working properly anymore on my test site.

The button height parameters aren't working, I get seven buttons showing even though there are only six modules published into the positions, and the graphics (repeatback.jpg and arrow.jpg) aren't showing.

As my membership has now been reduced to "free" I can no longer see the forums for the extension, or download any upgrade.

Advice please?
Logged
jonahh
Shape 5 Administrator
Offline Offline

Posts: 17073



WWW
« Reply #1 on: January 19, 2009, 10:43:49 AM »

Hello,

Your member status is a free member.  Please upgrade to a paid status and post in the correct forum board to receive support.

Thanks,
Logged

Jonah
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Using Firebug will save you so much time, frustration and forum questions:
http://getfirebug.com/


- Need some custom coding done on your site? Use our Shape 5 Hire a Coder program for free:
http://www.shape5.com/hire_a_coder/listauctions
thornr18
Offline Offline

Posts: 4



« Reply #2 on: January 20, 2009, 08:15:11 AM »

Ok - I understand that you will only provide support to currently paying members.  That's reasonable business decision, so fair enough.

I'm not a Joomla developer earning money on this, I used it as part of my volunteer work with the not-for-profit local community radio station.  We can't afford to pay another $45 each time a bug comes up in the software, so I guess we'll just have to junk the module  and hope nothing goes wrong with the rest of the Shape5 things we have used.

For future reference though, you could have told me if there is a solution already found for this problem - I'd have hated to pay up and then find that this problem was still going to be there.
Logged
g1forty4
Offline Offline

Posts: 35



« Reply #3 on: January 22, 2009, 07:28:54 AM »

I am having the same problem and as yet have been given no solution.  I am waiting patiently for some help.  And my membership is current.
Logged
bexiga
Offline Offline

Posts: 3



« Reply #4 on: February 03, 2009, 06:32:23 PM »

I am having the same problem with Joomla 1.5.9.
Logged

William Bexiga
Princeton Systems
jonahh
Shape 5 Administrator
Offline Offline

Posts: 17073



WWW
« Reply #5 on: February 05, 2009, 11:20:06 PM »

Hey Guys,

Can either of you PM login access to your site, FTP and Joomla?  If so I can see what the problem is and update this for you and if our site files need updating patch these also.

Thanks!
Logged

Jonah
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Using Firebug will save you so much time, frustration and forum questions:
http://getfirebug.com/


- Need some custom coding done on your site? Use our Shape 5 Hire a Coder program for free:
http://www.shape5.com/hire_a_coder/listauctions
bexiga
Offline Offline

Posts: 3



« Reply #6 on: February 19, 2009, 10:48:17 AM »

SOLUTION:

Change the following lines in modules/mod_s5_frontpageslide/mod_s5_frontpageslide.php:

FROM:
document.write('<style type="text/css">#s5_button_frame ul li {color:<?php echo $s5_fontcolor ?>;line-height:<?php echo $lineheight ?>;height:<?php echo $buttonheight ?>;background:<?php echo $s5_buttoncolor ?> url(<?php echo $s5_buttonimage ?>) repeat-x;}</style>');
TO:
document.write("<style type='text/css'>#s5_button_frame ul li {color:<?php echo $s5_fontcolor ?>;line-height:<?php echo $lineheight ?>;height:<?php echo $buttonheight ?>;background:<?php echo $s5_buttoncolor ?> url(<?php echo $s5_buttonimage ?>) repeat-x;}</style>");

FROM:
document.write('<style type="text/css">#s5_button_frame ul li:hover, #s5_button_frame ul li.over {color:<?php echo $s5_fontcolor ?>;background:<?php echo $s5_hovercolor ?> url(<?php echo $s5_hoverimage ?>) no-repeat right;}</style>');
TO:
document.write("<style type='text/css'>#s5_button_frame ul li:hover, #s5_button_frame ul li.over {color:<?php echo $s5_fontcolor ?>;background:<?php echo $s5_hovercolor ?> url(<?php echo $s5_hoverimage ?>) no-repeat right;}</style>");

FROM:
document.write('<style type="text/css">#s5_button_frame ul li.s5_fsfirst {color:<?php echo $s5_fontcolor ?>;border-top:1px solid <?php if ($iss_ie6 == "yes") { ?>none<?php } else {?>transparent<?php } ?>;background:<?php echo $s5_buttoncolor ?>;}</style>');
TO:
document.write("<style type='text/css'>#s5_button_frame ul li.s5_fsfirst {color:<?php echo $s5_fontcolor ?>;border-top:1px solid <?php if ($iss_ie6 == "yes") { ?>none<?php } else {?>transparent<?php } ?>;background:<?php echo $s5_buttoncolor ?>;}</style>");

FROM:
document.write('<style type="text/css">#s5_button_frame ul li.s5_fsfirst:hover, #s5_button_frame ul li.s5_fsfirst.over {color:<?php echo $s5_fontcolor ?>;background:<?php echo $s5_hovercolor ?> url(<?php echo $s5_hoverimage ?>) no-repeat right;}</style>');
TO:
document.write("<style type='text/css'>#s5_button_frame ul li.s5_fsfirst:hover, #s5_button_frame ul li.s5_fsfirst.over {color:<?php echo $s5_fontcolor ?>;background:<?php echo $s5_hovercolor ?> url(<?php echo $s5_hoverimage ?>) no-repeat right;}</style>");

Kinds,

Bexiga
Logged

William Bexiga
Princeton Systems
thornr18
Offline Offline

Posts: 4



« Reply #7 on: March 08, 2009, 09:23:11 AM »

Mr Bexiga - works a treat - thank you very much!
Logged
Pages: [1]
Print

Jump to:  


Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Page created in 0.051 seconds with 17 queries.