Jump to content

[solved] Featured products module does not shop my pictures at front end !


Recommended Posts

Hello Everyone,

 

I have a problem, my module featured products does not show the pictures at the frond end?

On all browsers , i can see all pictures on products ect, everywhere beside featured products ?

I was trying to look for the answer on the forum but there was nothing what helped me.

 

On the server in folder img/p/1 i have images like 1-home.jpg and 1-home_default.jpg ......do i have to have both with and without default?

 

I already tried stuff with regenerate thimbnails and it does not work for me ...

 

I am working on custom theme electronic store , have a lot of issues with it so far , for $140 i was thinking that it will be with no issues .... i was wrong ...

 

I would appreciated for help with that problem.

 

 

Pepe

post-541265-0-20984200-1366208542_thumb.png

Link to comment
Share on other sites

if you solved this issue, please share the way to fix it here - im convined that it will be usefull for other foum members. Here is the information from the forum rules about that:

 

[sOLVED] Topic

 

If, after posting a topic, you find a solution to your problem, please indicate it in your post and describe the solution.

There is nothing more frustrating for users with the same issue who come across your post "all is good, I fixed it..." without an explanation of how to fix it.

 

Furthermore if you are the author of the topic for which a solution has been found, please edit your topic title to mark it as [sOLVED].

 

To mark a topic as [solved] :

- Edit the first post of your topic by clicking on the "Edit" button,

- Click on the "Use full editor" button,

- Add the "[solved]" string at the beginning of your topic title and click on the "Submit Modified Post" button.

 

 

Posters who do not abide by this (at the demand of the moderators or other users) will have their new topics closed until the problem has been resolved.

 

thanks for your time, i also marked this topic as solved

Link to comment
Share on other sites

[sOLVED]

 

Hey vekia,

 

Sorry for that sure i will let you guys know how i solved it.

 

I went to my file themes/(yourtheme)/modules/homefeature/ and edited file homefeatures.tpl in the line :

 

<a class="product_image" href="{$product.link}" title="{$product.name|escape:html:'UTF-8'}"><img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'tm_something')}"

 

I changed tm_something to home_default saved it and reload the page ...

 

Like this

 

<a class="product_image" href="{$product.link}" title="{$product.name|escape:html:'UTF-8'}"><img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home_default')}

 

And all is woking fine

 

If anyone have more questions please hit me up anytime ...

 

BIg Up

 

Pepe

Edited by pepethug (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...