- Posts: 311
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Commercial Joomla Templates
- Position of language switcher
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Position of language switcher
- Yiota
-
- Offline
- Elite Member
body.themeIsRestaurant.isFrontpage section.content {display:none;}
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Luca
-
Topic Author
- Offline
- Junior Member
- Posts: 32
but if I resize the browser I can not click more...
Please Log in or Create an account to join the conversation.
- Yiota
-
- Offline
- Elite Member
- Posts: 311
Make sure that the itemid's you have put inside index.php for this purpose are correct.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Luca
-
Topic Author
- Offline
- Junior Member
- Posts: 32
newsite.free-time-activities.com/ (my site)
website.free-time-activities.com/restaurant (the fresh demo site without modification)
I see this line on the source code
<body id="com_k2" class="viewIsItemlist layoutIsCategory itemIdIs204 themeIsRestaurant" style="">
if I add isFrontpage class (with Chrome Item Inspector), like this
<body id="com_k2" class="viewIsItemlist layoutIsCategory itemIdIs204 themeIsRestaurant isFrontpage" style="">
both site works.
But where it says to load this class?
I have added in custom.css the line body.themeIsRestaurant.isFrontpage section.content {display:none;} and the file is loaded.
Please Log in or Create an account to join the conversation.
- Yiota
-
- Offline
- Elite Member
- Posts: 311
<?php
if($menu->getActive() == $menu->getDefault() || in_array($itemid,array(141,144))){
$isFrontpage = true;
$nuBodyClass = $nuBodyClass." isFrontpage";
} else {
$isFrontpage = false;
}
?>
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Luca
-
Topic Author
- Offline
- Junior Member
- Posts: 32
Log in or Create an account to join the conversation.
- Yiota
-
- Offline
- Elite Member
- Posts: 311
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Luca
-
Topic Author
- Offline
- Junior Member
- Posts: 32
Please Log in or Create an account to join the conversation.
- Yiota
-
- Offline
- Elite Member
- Posts: 311
Thank you.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Luca
-
Topic Author
- Offline
- Junior Member
- Posts: 32
Please Log in or Create an account to join the conversation.
- Yiota
-
- Offline
- Elite Member
- Posts: 311
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Yiota
-
- Offline
- Elite Member
- Posts: 311
There was a change in the 1.0.2 version of the template which should have been added after you updated your package in that version manually since index.php is not being overridden.
You need to change line 34
<body id="<?php echo NU_BODY_ID; ?>" class="<?php echo NU_BODY_CLASS; ?>">
<body id="<?php echo NU_BODY_ID; ?>" class="<?php echo $nuBodyClass; ?>">
Just keep in mind after every update of your template package to also check if any changes have been added to the index.php of the template as well. You can advise the template's Changelog under Downloads section for the changes of each package.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Luca
-
Topic Author
- Offline
- Junior Member
- Posts: 32
I will test later...
However, I would like to point out that the site website.free-time-activities.com/restaurant has been installed from the two package "Quickstart Package for Joomla! 2.5" + "Template Package v1.0.2 Update" and in this last one package doesn't exist the index.php with this modification !
The files tmpl_nokkori-v1.0.2_j2.5-3.x_update.zip has been downloaded yesterday...
I only have a small request: the plus sign (readmore) is not displayed, perhaps I've disabled some module ?
Please Log in or Create an account to join the conversation.
- Yiota
-
- Offline
- Elite Member
- Posts: 311
To compare the index.php file of your version with the one of the latest version, just download the full template package.
Where you do not see the readmore plus sign? To which part?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Luca
-
Topic Author
- Offline
- Junior Member
- Posts: 32
See attachment: the first image is your demo, the second is my website that has no more the "readmore plus sign"
Probably I disabled something (module?) that I should not...
Please Log in or Create an account to join the conversation.
- Yiota
-
- Offline
- Elite Member
- Posts: 311
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Luca
-
Topic Author
- Offline
- Junior Member
- Posts: 32
Please Log in or Create an account to join the conversation.
- Yiota
-
- Offline
- Elite Member
- Posts: 311
Glad you sorted all out.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Commercial Joomla Templates
- Position of language switcher