Category image problem
Re: Category image problem
10 years 5 months ago
Hi,
Please try to copy above CSS rules to the custom.css file in Joomla active template.
Please try to copy above CSS rules to the custom.css file in Joomla active template.
Please Log in or Create an account to join the conversation.
H
hawkeye
New Member
hawkeye
- Thanks: 0
Re: Category image problem
10 years 5 months ago
In which one?
<link rel="stylesheet" href="/index.php?option=com_ajax&plugin=arkbootstrap&format=json" type="text/css" />
<link rel="stylesheet" href="/index.php?option=com_ajax&plugin=arktypography&format=json" type="text/css" />
<link rel="stylesheet" href="/plugins/editors/jckeditor/typography/typography2.php" type="text/css" />
<link rel="stylesheet" href="/media/system/css/modal.css" type="text/css" />
<link rel="stylesheet" href="/components/com_kunena/template/nts_kpraxis/css/mediaboxAdv-min.css" type="text/css" />
<link rel="stylesheet" href="/components/com_kunena/template/nts_kpraxis/css/kunena.forum-min.css" type="text/css" />
<link rel="stylesheet" href="/components/com_kunena/template/nts_kpraxis/css/kunena.skinner-min.css" type="text/css" />
<link rel="stylesheet" href="/media/kunena/css/colors/default.css" type="text/css" />
<link rel="stylesheet" href="/components/com_kunena/template/nts_kpraxis/fonts/font-awesome/css/font-awesome.min.css" type="text/css" />
<link rel="stylesheet" href="/templates/gantry/css/nts-kpraxis-custom.css" type="text/css" />
<link rel="stylesheet" href="/components/com_kunena/template/nts_kpraxis/css/kunena.20-min.css" type="text/css" />
<link rel="stylesheet" href="/templates/gantry/css-compiled/menu-866aa62ff6c16fcab414a76f625ee345.css" type="text/css" />
<link rel="stylesheet" href="/libraries/gantry/css/grid-responsive.css" type="text/css" />
<link rel="stylesheet" href="/templates/gantry/css-compiled/bootstrap.css" type="text/css" />
<link rel="stylesheet" href="/templates/gantry/css-compiled/master-53f95a45aa1d40970d8d57ed4b5a8aec.css" type="text/css" />
<link rel="stylesheet" href="/templates/gantry/css-compiled/mediaqueries.css" type="text/css" />
<link rel="stylesheet" href=" kosmos.li/media/mod_shoutbox/css/mod_shoutbox.css " type="text/css" />
<link rel="stylesheet" href="/media/system/css/frontediting.css" type="text/css" />
<link rel="stylesheet" href="/media/com_betting/css/style/style-kosmos.css" type="text/css" />
<link rel="stylesheet" href="/media/com_betting/css/responsive/style-kosmos.css" type="text/css" />
<style type="text/css">
<link rel="stylesheet" href="/index.php?option=com_ajax&plugin=arkbootstrap&format=json" type="text/css" />
<link rel="stylesheet" href="/index.php?option=com_ajax&plugin=arktypography&format=json" type="text/css" />
<link rel="stylesheet" href="/plugins/editors/jckeditor/typography/typography2.php" type="text/css" />
<link rel="stylesheet" href="/media/system/css/modal.css" type="text/css" />
<link rel="stylesheet" href="/components/com_kunena/template/nts_kpraxis/css/mediaboxAdv-min.css" type="text/css" />
<link rel="stylesheet" href="/components/com_kunena/template/nts_kpraxis/css/kunena.forum-min.css" type="text/css" />
<link rel="stylesheet" href="/components/com_kunena/template/nts_kpraxis/css/kunena.skinner-min.css" type="text/css" />
<link rel="stylesheet" href="/media/kunena/css/colors/default.css" type="text/css" />
<link rel="stylesheet" href="/components/com_kunena/template/nts_kpraxis/fonts/font-awesome/css/font-awesome.min.css" type="text/css" />
<link rel="stylesheet" href="/templates/gantry/css/nts-kpraxis-custom.css" type="text/css" />
<link rel="stylesheet" href="/components/com_kunena/template/nts_kpraxis/css/kunena.20-min.css" type="text/css" />
<link rel="stylesheet" href="/templates/gantry/css-compiled/menu-866aa62ff6c16fcab414a76f625ee345.css" type="text/css" />
<link rel="stylesheet" href="/libraries/gantry/css/grid-responsive.css" type="text/css" />
<link rel="stylesheet" href="/templates/gantry/css-compiled/bootstrap.css" type="text/css" />
<link rel="stylesheet" href="/templates/gantry/css-compiled/master-53f95a45aa1d40970d8d57ed4b5a8aec.css" type="text/css" />
<link rel="stylesheet" href="/templates/gantry/css-compiled/mediaqueries.css" type="text/css" />
<link rel="stylesheet" href=" kosmos.li/media/mod_shoutbox/css/mod_shoutbox.css " type="text/css" />
<link rel="stylesheet" href="/media/system/css/frontediting.css" type="text/css" />
<link rel="stylesheet" href="/media/com_betting/css/style/style-kosmos.css" type="text/css" />
<link rel="stylesheet" href="/media/com_betting/css/responsive/style-kosmos.css" type="text/css" />
<style type="text/css">
Please Log in or Create an account to join the conversation.
Re: Category image problem
10 years 5 months ago
Hi,
The nts-kpraxis-custom.css file has been loaded. I think, you try to clear cache of Gantry Framework, Joomla site. Refresh your site after finish.
The nts-kpraxis-custom.css file has been loaded. I think, you try to clear cache of Gantry Framework, Joomla site. Refresh your site after finish.
The following user(s) said Thank You: hawkeye
Please Log in or Create an account to join the conversation.
H
hawkeye
New Member
hawkeye
- Thanks: 0
Re: Category image problem
10 years 5 months ago
Hi
i've cleard cache and expired cache. but the problem is stil present.
i've cleard cache and expired cache. but the problem is stil present.
Please Log in or Create an account to join the conversation.
Re: Category image problem
10 years 5 months ago
What i did. In file protostar/template.css
Icons became 32x32.
Code:
img {
#max-width: 100%;
Please Log in or Create an account to join the conversation.
Re: Category image problem
10 years 5 months ago
If use above CSS code it will affect to all image on your site. Try to add below CSS rules to the template.css file in Protostar template.
Hope this helps
Code:
#Kunena .kcol-category-icon img {
max-width: 100%;
}
Hope this helps
Please Log in or Create an account to join the conversation.
H
hawkeye
New Member
hawkeye
- Thanks: 0
Please Log in or Create an account to join the conversation.
Time to create page: 0.293 seconds