- Messaggi: 5
- Ringraziamenti ricevuti 0
Page class not showing applied CSS class in site
- nitinvishi
- Autore della discussione
- Offline
- Nuovo Utente
Less
Di più
12 Anni 5 Mesi fa #789
da nitinvishi
Page class not showing applied CSS class in site è stato creato da nitinvishi
The Custom property layout option when activated on a menu link doesn't show the "page class" applied. While the same class works for "Link CSS style"
I want to activate different CSS style for pages on which custom property search is active (through custom property layout activation on a menu)
any solution
I want to activate different CSS style for pages on which custom property search is active (through custom property layout activation on a menu)
any solution
Si prega Accesso o Crea un account a partecipare alla conversazione.
- andrea_4g
- Offline
- Amministratore
Less
Di più
- Messaggi: 1122
- Ringraziamenti ricevuti 163
12 Anni 5 Mesi fa #792
da andrea_4g
Risposta da andrea_4g al topic Re: Page class not showing applied CSS class in site
This a a CP shortcoming. The problem will be fixed with the upcoming release of CP 2.2.3.
Here's what you have to fix the problem by yourself
Edit files components/com_customproperties/views/show/view.html.php
Add the following lines after line 39 ($params = ...)
and edit file components/com_customproperties/views/show/tmpl/default.php
change line 337 from :
to
Here's what you have to fix the problem by yourself
Edit files components/com_customproperties/views/show/view.html.php
Add the following lines after line 39 ($params = ...)
Code:
$app = JFactory::getApplication('site');
$menuParams = new JRegistry;
if ($menu = $app->getMenu()->getActive()) {
$menuParams->loadString($menu->params);
}
$params->merge($menuParams);
change line 337 from :
Code:
<div class="blog">
Code:
<div class="blog<?php echo $this->params->get('pageclass_sfx');?>">
Si prega Accesso o Crea un account a partecipare alla conversazione.
- nitinvishi
- Autore della discussione
- Offline
- Nuovo Utente
Less
Di più
- Messaggi: 5
- Ringraziamenti ricevuti 0
12 Anni 3 Mesi fa #890
da nitinvishi
Risposta da nitinvishi al topic Re: Page class not showing applied CSS class in site
Thanks for the code. It solved the problem
Si prega Accesso o Crea un account a partecipare alla conversazione.
Tempo creazione pagina: 0.155 secondi