duplicated Item Title at 'Modules under the product page' modules

  • Posts: 31
  • Thank you received: 0
  • Hikashop Business
6 years 4 months ago #284218

-- HikaShop version -- : 3.2.1
-- Joomla version -- : 3.8.2
-- PHP version -- : 5.6.23
-- Browser(s) name and version -- : Firefox 56.0.2
-- Error-message(debug-mod must be tuned on) -- : No error message, but inproper behaviour

After upgrading to 3.2.1 from 3.0 the Titles of the ' Modules under the product page' are duplicated.
Related products, Recently viewed.
I switched on the option 'Display view files' so that you can check which .php view files show the Titles:
http://w3.studio-general.hu/index.php/en/categories/acn-nl

Here you can see duplicated: 'You may also be interested in these products:'

Please Log in or Create an account to join the conversation.

  • Posts: 81540
  • Thank you received: 13069
  • MODERATOR
6 years 4 months ago #284222

Hi,

The first title comes from your template's module chrome.
I'm not sure why it would do that.
Try changing the line:
echo JModuleHelper::renderModule($module);
to:
echo JModuleHelper::renderModule($module, array('style' => 'none'));
in the file "show" of the view "product" via the menu Display>Views. That should remove the chrome from the template and thus the title displayed by it.

Please Log in or Create an account to join the conversation.

  • Posts: 31
  • Thank you received: 0
  • Hikashop Business
6 years 4 months ago #284341

Hi, there is no change seen with that.

Please Log in or Create an account to join the conversation.

  • Posts: 81540
  • Thank you received: 13069
  • MODERATOR
6 years 4 months ago #284353

Hi,

If you switch to the default template of Joomla, do you have the same issue ?

Please Log in or Create an account to join the conversation.

  • Posts: 31
  • Thank you received: 0
  • Hikashop Business
6 years 4 months ago #284363

NO, at default Joomla template it is not duplicated.

Please Log in or Create an account to join the conversation.

  • Posts: 4519
  • Thank you received: 611
  • MODERATOR
6 years 4 months ago #284369

Hello,

Then it may be template related, try to contact your Template creator support.
For now, I'm not able to see your display issue because it seems that you keep Protostar.

Regards

Last edit: 6 years 4 months ago by Philip.

Please Log in or Create an account to join the conversation.

  • Posts: 31
  • Thank you received: 0
  • Hikashop Business
6 years 4 months ago #284434

No, I worked out with adding this CSS:

/* due to duplicated item Titles */
h6.g-title {
display: none;
}

Still there but not visible...

Please Log in or Create an account to join the conversation.

Time to create page: 0.053 seconds
Powered by Kunena Forum