- Posts: 687
- Home
- Forum
- Community Forum
- General discussions
- German Language File for SolidRes- German Letters Problem!!!
Category Description into Properties List
- joomleb
- Topic Author
- Away
Less
More
3 years 8 months ago #18319
by joomleb
Category Description into Properties List was created by joomleb
Hi guys
PHP 7.4.20 + Joomla 3.9.27 + Solidres 2.12.0 beta
the Property Category Description of the first Category listed into the "Properties List menu item > Details > Categories: ..." setting it is grabbed and show into the Property List menu item page - you can investigate it here and I add an image for you
Please, Can you replicate and confirm it ? How can we fix it ?
PHP 7.4.20 + Joomla 3.9.27 + Solidres 2.12.0 beta
the Property Category Description of the first Category listed into the "Properties List menu item > Details > Categories: ..." setting it is grabbed and show into the Property List menu item page - you can investigate it here and I add an image for you
Please, Can you replicate and confirm it ? How can we fix it ?
Please Log in or Create an account to join the conversation.
- solidres
-
- Away
Less
More
- Posts: 2941
3 years 8 months ago #18331
by solidres
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Replied by solidres on topic Category Description into Properties List
Hi,
It is an old feature, not a bug. This feature shows the first category's description in the search page.
You can hide it by editing this file or make new template override for it:
/plugins/solidres/hub/components/com_solidres/views/search/tmpl/default.php
Regards,
It is an old feature, not a bug. This feature shows the first category's description in the search page.
You can hide it by editing this file or make new template override for it:
/plugins/solidres/hub/components/com_solidres/views/search/tmpl/default.php
Regards,
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Please Log in or Create an account to join the conversation.
- joomleb
- Topic Author
- Away
Less
More
- Posts: 687
3 years 8 months ago #18333
by joomleb
Replied by joomleb on topic Category Description into Properties List
Hi guys,
got it, many thanks for help on understanding...
got it, many thanks for help on understanding...
Please Log in or Create an account to join the conversation.
- joomleb
- Topic Author
- Away
Less
More
- Posts: 687
3 years 7 months ago - 3 years 7 months ago #18463
by joomleb
Replied by joomleb on topic Category Description into Properties List
Hi guys,
instead to modify the file we could use CSS to hide the Property Category Description, but it is grabbed into a p and adding:
.itemid-3272 p:nth-of-type(2) {
display: none;
}
it hide also the second p into the Description tab of all the Properties Pages.
Please, Do you have any trick do avoid it ?
OR, Please, Can you consider to add a CSS class for it ? So would be really simple to hide it for the users that don't ant it...
instead to modify the file we could use CSS to hide the Property Category Description, but it is grabbed into a p and adding:
.itemid-3272 p:nth-of-type(2) {
display: none;
}
it hide also the second p into the Description tab of all the Properties Pages.
Please, Do you have any trick do avoid it ?
OR, Please, Can you consider to add a CSS class for it ? So would be really simple to hide it for the users that don't ant it...
Last edit: 3 years 7 months ago by joomleb.
Please Log in or Create an account to join the conversation.
Moderators: solidres