PrestaShop Forum

The best place in the world to ask questions about PrestaShop and get advice from our passionate community!

PrestaShop Forum

Jump to content

 

[Module] slideric Doesn't work[Solved]

50 replies to this topic
#1
D4m13n

    PrestaShop Newbie

  • Members
  • Pip
  • 9 posts
Slideric module does not work with version 1.4.1 also hope someone has a solution thanks.
I install and does not appear.

#2
jeevanoss

    PrestaShop Apprentice

  • Members
  • PipPip
  • 281 posts
Please send the zip of the module, i will convert it to work with version 1.4.1

#3
D4m13n

    PrestaShop Newbie

  • Members
  • Pip
  • 9 posts
Hi here it is and thank you very much.

Attached Files



#4
jeevanoss

    PrestaShop Apprentice

  • Members
  • PipPip
  • 281 posts
corrected Module attached.

Attached Files



#5
D4m13n

    PrestaShop Newbie

  • Members
  • Pip
  • 9 posts
Hi,
nothing still does not work with version 1.4.1.0.

#6
jeevanoss

    PrestaShop Apprentice

  • Members
  • PipPip
  • 281 posts
I got it worked in version 1.4.1.0.
Are you installed the module , Front Office Feature ->Slide Show on the homepage

#7
D4m13n

    PrestaShop Newbie

  • Members
  • Pip
  • 9 posts
Hi ,
I do not get there, and try uploading it from Add a module from my computer or ftp.nothing..

#8
Tez-bazar

    PrestaShop Newbie

  • Members
  • Pip
  • 24 posts
It is working on 2 of my stores 1.4.0.17 and 1.4.1.0 without any problems.

I need help how to make it show full with on index page. When i change with of central column it changes on whole store. I even added this code to global.css but still no changes...

#center_column_index {
width: 960px;
margin: 0 0 10px 0;
}
#center_column {
width: 556px;
margin: 0 0 10px 0;
overflow: hidden
}


#9
pgh2011

    PrestaShop Newbie

  • Members
  • Pip
  • 18 posts
Should this work also on 1.4.3?

It doesn't display on the frontpage and also the configuration is empty.

#10
Takio

    PrestaShop Apprentice

  • Members
  • PipPip
  • 125 posts
Hello

I install it on 2 website 1.43 and it work like a charm :)

All the files (pictures and links) are in the module, so don't forget to apply CHMOD 777 on it.

Sincerely
Takio
Posted Image
Tout pour retrouver votre ligne: Santé & Minceur
... ou pour que votre épouse retrouve la sienne ;-)

#11
Caprice

    PrestaShop Apprentice

  • Members
  • PipPip
  • 439 posts
Can't this module be installed in the Top pages hook ? Tried that and doesn't work, pity, is a very nice module.

#12
Takio

    PrestaShop Apprentice

  • Members
  • PipPip
  • 125 posts
Hello

Can be hooked on Top without any problem.

By the way, don't forget to empty your 'smarty cache' to see any modification on your website ;)

Bye

Takio
Posted Image
Tout pour retrouver votre ligne: Santé & Minceur
... ou pour que votre épouse retrouve la sienne ;-)

#13
Caprice

    PrestaShop Apprentice

  • Members
  • PipPip
  • 439 posts
@Takio: nope, to me it doesn't, PS 1.4.30. See pic attached.

Attached Files



#14
Takio

    PrestaShop Apprentice

  • Members
  • PipPip
  • 125 posts
Change the hook 'Home' by hook Top' (in 2 places) on the slideric.tpl and it will work... guarantee :P

Bye

Takio
Posted Image
Tout pour retrouver votre ligne: Santé & Minceur
... ou pour que votre épouse retrouve la sienne ;-)

#15
Takio

    PrestaShop Apprentice

  • Members
  • PipPip
  • 125 posts
Oops... wrong typing... in slideric.php (not slideric.tpl)
Posted Image
Tout pour retrouver votre ligne: Santé & Minceur
... ou pour que votre épouse retrouve la sienne ;-)

#16
Caprice

    PrestaShop Apprentice

  • Members
  • PipPip
  • 439 posts
Will try that, thanks a lot :-) !
EDIT : did that and works allright, thank you, you're the Man !
I'll buy you a beer next time you're coming to Romania :-)

#17
yabonga

    PrestaShop Apprentice

  • Members
  • PipPip
  • 54 posts
Hi,

I feel stupid, It´s not working for me. I only have two phrases in slideric.php with 'Hook' in it:

line 26:

 function install()
    {
       if (!parent::install() OR !$this->registerHook('Top'))
            return false;
        return true;
    }
and line 159:

   function hookHome($params)
         {
        global $cookie;
But the last one is a function, not a Hook, right? Would you please show me where exactly I have to change Hook 'Home' into 'Top' on 2 places, like you said?

Thank you so much in advance!
http://www.yabonga.eu (Prestashop V.1.4.4.1)

#18
Takio

    PrestaShop Apprentice

  • Members
  • PipPip
  • 125 posts
Hello

Just change the line 159 by:

function hookTop($params)
         {
        global $cookie;
Bye
Takio
Posted Image
Tout pour retrouver votre ligne: Santé & Minceur
... ou pour que votre épouse retrouve la sienne ;-)

#19
yabonga

    PrestaShop Apprentice

  • Members
  • PipPip
  • 54 posts

View PostTakio, on 26 July 2011 - 01:21 PM, said:

Hello

Just change the line 159 by:

function hookTop($params)
         {
        global $cookie;
Bye
Takio

Thank you, it works!

Cheers.
http://www.yabonga.eu (Prestashop V.1.4.4.1)

#20
yabonga

    PrestaShop Apprentice

  • Members
  • PipPip
  • 54 posts

View Postyabonga, on 01 August 2011 - 12:48 PM, said:

View PostTakio, on 26 July 2011 - 01:21 PM, said:

Hello

Just change the line 159 by:

function hookTop($params)
         {
        global $cookie;
Bye
Takio

Thank you, it works!

Cheers.


Hi, It´s me again :)

now the slideric module shows up on every page, but I want it to show up on the homepage only. The hook exception does not work. Do you have an idea, how to fix this?

I know what Hook Home means, that it appears only on the homepage. I use a 2 column setup. I usually wanted the slider to stay on top of my page (over my left- and center column). With Hook Home it showed up on the right side (center column), not on top. Or is there a way to set it on top of the page with Hook Home? :blink:

Thank you
http://www.yabonga.eu (Prestashop V.1.4.4.1)