Close

Profile: Calin

Avatar

User posts

8 years ago

I have finally managed to solve the problem regarding the featured categories pictures. It was all because of the model mapping within the catalog controller. The iamge was associated to the PictureModelIcon instead of the PictureModel.

Thank you for the time and for your suggestions!

Best regards,
Calin

8 years ago

Side note: I tried replacing the existent files with the ones extracted directly from the downloaded archive and nothing has changed. I`ll have to have another workaround to fix these issues.

8 years ago

There shouldn't be any modifications in the markup. Nobody besides me has access to the source code, and i for sure haven't made any mods.
The only thing i have modified is the homepage view, by removing the news zone.

Is it possible to access the demo admin panel? Maybe i need some settings in the addons which i haven't made?

Thank you,
Calin

8 years ago

Hello Stefan,

The link to the store is -> https://www.etbm.ro/
I have not made any modifications to the styling of the theme. Everything is as default.

Also, there are some other pages in which the style is not being applied. The login pagem the checkout page and customer info.
Also, the "add to cart" button is missing from the product page.

Thank you in advance for any advice.

Kind regards,
Calin

8 years ago

Hi guys.
I'm having a small issue that i could use a bit of help. I have installed the ArtFactory theme and it seems to work fine with one small exception.

The featured categories which are displayed on the homepage are shown without their images. The title is displayed, the image box is there, but the image is missing.
Anyone had this issue and could give me some advice?

This is the default code for the picture:

<div class="picture">
          <a href="@Url.RouteUrl("Category", new { SeName = item.SeName })" title="@item.PictureModel.Title">
          <img alt="@item.PictureModel.AlternateText" src="@item.PictureModel.ImageUrl" title="@item.PictureModel.Title" />
            </a>
</div>    


Note: This exact default code works for subcategories.

Thank you in advance!
Calin