Eric
Eric
Offline
0
I'm new to Joomla!...can you please help me get the images to display and slide correctly? Currently the first image half shows on refresh, but the animation screams by and no other images display...I posted earlier and you mention that my configuration was wrong...I just installed it via the instructions given, I tried the fixes proposed but they didn't work...

If my config is wrong can you please help me with getting it right or shoot me some docs on how to fix it myself?...the "thumbs down" Karma stuff is cute but it doesn't help me-I know I don't know what the hell I'm doing but I will learn...I paid b/c I like the features, so I just need some help, not insults...

Thanks
Amawndie
Responses (13)
  • Accepted Answer

    Monday, November 29 2010, 05:04 PM - #Permalink
    0
    hello!

    sure I'll help you :)
    of course I'll help you! you payed, you deserve to have it working great! otherwise... what's the point of paying, right! :)

    please, I need you to post a link to your site.. I need to see the problem with my eyes to understand what is the problem and tell you how to solve it! :)

    all the best,
    Germi
    The reply is currently minimized Show
  • Accepted Answer

    Eric
    Eric
    Offline
    Monday, November 29 2010, 09:19 PM - #Permalink
    0
    here is a link to the site...http://inspiredsociety.com/soulradio/
    The reply is currently minimized Show
  • Accepted Answer

    Eric
    Eric
    Offline
    Tuesday, November 30 2010, 05:36 PM - #Permalink
    0
    Hello,
    did you get a chance to check it out?...http://inspiredsociety.com/soulradio/
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, December 02 2010, 11:40 AM - #Permalink
    0
    hello!

    yes.. I checked it, but... the images load OK for me! so I don't really see the problem... please, send me an screenshot of what you see.

    I see the images ok, just the final image has not complete space to show, but you can solve it just by adjusting the module's parameter, such as image size... I mean, to show 4 images at a time, you need a bit more space.. or in other words, to have a little smaller images

    do you know what I mean¿
    The reply is currently minimized Show
  • Accepted Answer

    Eric
    Eric
    Offline
    Wednesday, May 11 2011, 11:25 PM - #Permalink
    0
    I changed the images size and reduced the number of images to display too...Only the title of the module shows up...

    I have attached a screenshot of the configuration of the module...(you can go to the home page - http://inspiredsociety.com/soulradio/ to see an example of what shows up...I had other modules loaded on the homepage before).

    Thanks http://www.joomlamusicsolutions.com/images/fbfiles/images/jms_post1.jpg
    Attachments:
    The reply is currently minimized Show
  • Accepted Answer

    Eric
    Eric
    Offline
    Thursday, May 12 2011, 10:56 AM - #Permalink
    0
    germi did you get a chance to take a look at the screenshot?
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, May 12 2011, 12:01 PM - #Permalink
    0
    what is happening is that your page is NOT loading ANY of the javascript code whatsoever. this is kinda weird. none of it is loaded on the HEAD of your page.

    it looks like the TEMPLATE file is ignoring this part.

    did you change something on the template? did you change the template?
    did you do something...? :)
    The reply is currently minimized Show
  • Accepted Answer

    Eric
    Eric
    Offline
    Sunday, May 22 2011, 10:39 PM - #Permalink
    0
    hey germi, I did not make any changes to the code on the template page except for changing the title and footer links, but the module was not working even before I made the change...

    Can you PLEASE help me in overriding the this issue or direct me on how to make the module work??

    I have attached the code from the template that I'm using in a text file.


    Thanks [file name=issoul_templatecode.txt size=7007]http://www.joomlamusicsolutions.com/images/fbfiles/files/issoul_templatecode.txt[/file]
    Attachments:
    The reply is currently minimized Show
  • Accepted Answer

    Eric
    Eric
    Offline
    Tuesday, May 24 2011, 02:41 AM - #Permalink
    0
    hello germi...do you have any insight?
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, May 24 2011, 04:15 PM - #Permalink
    0
    my friend, I can asure you deleted something VERY IMPORTANT from the template's HEAD when you made modifications.

    on the head, there MUST be a call like this:



    otherwise JS and CSS files will not be loaded!!

    be more careful next time

    (look at other templates..! all need to have this call)

    Germi
    The reply is currently minimized Show
  • Accepted Answer

    Eric
    Eric
    Offline
    Tuesday, May 24 2011, 07:09 PM - #Permalink
    0
    germi i didn't delete a thing, i just added a title tag...css is being loaded.

    i installed the template and your module on another site and got the same result. i'm not beefing about your product i'm just asking for help in coming up with a workaround for this template.

    i did a stare and compare between the original and the one that is on my site and other than the title tag and the replacement of some text for the footer info, there are no differences.

    there is a block of code that i think may be the offender:

    ---------------
    /* --- This removes any default Scripts from the Header Buffer --- */
    $header = $this->getHeadData(); // Get the current HEAD buffer
    $i = 0;
    $header_r = array();
    foreach ($header['scripts'] as $key => $value){if (!strstr($key,'mootools.js')){$header_r += array($key => $value);} $i++;}
    $header['scripts'] = array();
    $header['scripts'] = $header_r;

    $this->setHeadData($header); // Update the HEAD buffer
    /* --- We add the MooTools Framework manually, see below --- */ ?>
    --------------------

    i have attached the original code in a text file also.

    any help would be greatly appreciated [file name=issoul_original.txt size=6818]http://www.joomlamusicsolutions.com/images/fbfiles/files/issoul_original.txt[/file]
    Attachments:
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, May 25 2011, 10:54 AM - #Permalink
    0
    hello,

    sorry, I didn't realise that the code I posted was "cropped" by the forum
    I rewrite it here, but I change the html's open and cloding tags for the word TAG. you must use the correct tags, of course.

    TAGjdoc:include type="head" /TAG

    this MUST be on the HEAD of your HTML file. (if you look at any other joomla template, you will see this. however, it seems to be missing in yours!)
    you have, instead, this PHP code that makes something strange with the HEAD...
    The reply is currently minimized Show
  • Accepted Answer

    Eric
    Eric
    Offline
    Sunday, May 29 2011, 06:40 PM - #Permalink
    0
    Thanks bro that wuz the issue...they could got the same effect w/o removing that call...thanks for the joomla lesson too:-)
    The reply is currently minimized Show
Your Reply