JLIB_HTML_PAGE_CURRENT_OF_TOTAL

  • Posts: 14
  • Thank you received: 0
10 years 1 week ago #213639

-- HikaShop version -- : 2.5.0
-- Joomla version -- : 3.4.3
-- PHP version -- : 5.4.41
-- Browser(s) name and version -- : Chrome
-- Error-message(debug-mod must be tuned on) -- : JLIB_HTML_PAGE_CURRENT_OF_TOTAL

Hi
When i visit my website i see this JLIB_HTML_PAGE_CURRENT_OF_TOTAL in place where shout to be Page 1 of 2
If i refresh page again problem is gone.Do you know how to remove this bug?


By the way i found options to remove this footer at all but in my case i wish to Remove Only this Results 1 - 6 of 8 or Display # Area
Can you tell me please where i can remove this text?

Last edit: 10 years 1 week ago by 1GREG.

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

  • Posts: 84305
  • Thank you received: 13700
  • MODERATOR
10 years 6 days ago #213686

Hi,

You can remove these by adding custom CSS on your website. Here is a tutorial explaining how to add custom CSS:
www.hikashop.com/support/support/documen...ize-the-display.html
The CSS should be quite simple. Just find the class or id of the HTML element you want to hide and use such CSS:
.classname{ display: none; }

or:
#id{ display: none; }

The following user(s) said Thank You: 1GREG

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

Time to create page: 0.056 seconds
Powered by Kunena Forum