Jump to content
thirty bees forum
  • 0

Subcategory Thumbnails not displaying?


Madbits

Question

Subcategory Thumbnails do not show up.

image.png.a45e9ab233f95ac3c062605a5e62655b.png

Here is a peak at the DOM.

<div class="thumbnail">
	<a href="https://x.ro/perdele-simple" title="Simple">
		<img class="replace-2x img-responsive" src="https://x.ro/img/c/ro-default-Niara_medium.jpg" alt="Simple" title="Simple" width="125" height="125">
	</a>
	<div class="caption">
		<h3 class="subcategory-title text-center">
			<a href="https://x.ro/perdele-simple">Simple</a>
		</h3>
	</div>
</div>

I have created a new "Imagine" type named Niara_medium with a width & height of 125, but to no use, its still not displaying.

I have regenerated the thumbnails twice afterwards, nothing.

 

Any ideas?

Thanks.

Edited by Madbits
Removing website URL to avoid crawlers.
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0
6 hours ago, Wartin said:
I'm not sure... maybe regenerating .htaccess? From Preferences->SEO and URLs. In the bottom there is a button to Regenerate it.

Sadly doesn't work, drives me crazy in here.

Edit:

Instead, what I did was as follows:

In the theme folder, find category.tpl and open it.

Search for the "thumbnail" div block and replace the image source with the following:

Quote
{Link::getGenericImageLink(
'subcategories',
$subcategory.id_image,
'Niara_medium',
etc...(bla,bla)

Afterwards while inspecting your DOM, you'll find out that your image has the following source:

Quote

<img class="replace-2x img-responsive" src="https://x.ro/img/23-Niara_medium.jpg" alt="Simple" title="Simple" width="125" height="125">

Upload your wanted thumbnail to /img/ under the name of the generated source.
Uploading the thumbnails via your dashboard will still not work.

Edited by Madbits
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...