bullet lists not showing in browser

  • Posts: 10
  • Thank you received: 0
6 years 9 months ago #272557

-- url of the page with the problem -- : www.cyan-adventures.com/en/cyan-travel/p...ays-moalboal-package
-- HikaShop version -- : 3.1.1
-- Joomla version -- : 3.7.2
-- PHP version -- : 5.6.30
-- Browser(s) name and version -- : Chrome
-- Error-message(debug-mod must be tuned on) -- : No bullet list showing

Hello,

i make in the product description a bullet list like below:

  • Item 1
  • Item 2

But in the browser the bullet symbol
Does not show.

I only see:
Item 1
Item 2

??

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

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
6 years 9 months ago #272575

Hi,

I don't see any ul/li on your link for the product description.
However, you have that because of the CSS on your website.
There is this CSS:
ul li {
list-style: none;
}
in the file /media/plg_jchoptimize/assets/nz/1/8f70906106471649340f45253168dfa1.css which removes all the bullet points of ul/li lists. You'll have to change that if you want bullet points.

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

  • Posts: 10
  • Thank you received: 0
6 years 9 months ago #272844

Cant find the file.

nicolas wrote: Hi,
in the file /media/plg_jchoptimize/assets/nz/1/8f70906106471649340f45253168dfa1.css


folder /media/plg_jchoptimize/assets has no subfolders on my install.
??

Last edit: 6 years 9 months ago by wdaf.

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

  • Posts: 81361
  • Thank you received: 13037
  • MODERATOR
6 years 9 months ago #272852

Hi,

That file doesn't exist because it's generated dynamically by the extension jchoptimize from other CSS files.
When you want to customize the CSS on your website, you first need to disable the extensions like this one because otherwise, you can't really know where the CSS comes from.
So I can't say exactly where that CSS has to be removed but :
1. That's not related to HikaShop and since it's a global CSS, it probably comes from your template
2. Here is a tutorial on how to use the web inspector of your browser to find what CSS applies to what element so that you can easily find where to do the change once you disable jchoptimize:
blog.thewcc.com/a-web-inspector-tutorial...ront-end-developers/

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

Time to create page: 0.065 seconds
Powered by Kunena Forum