Hey again
I have now 2 other questions.
1. I have enabled the breadcrumbs, but they are not showing and even not in the sourcecode.. I have made a lot of overrides in the css, but is that the reasons?
2. at my frontpage there is a black box, from the maincontent area, I dont have to use it on the site, is it possible to disable it only on this site. Again there is a lot of overrides in the css, so I can make it invisible but it also goes to the other sites.
It's still frank.newzite.dk
- kjars.dk
-
- Commercial Templates
- Wednesday, 16 July 2014
- Subscribe via email
http://www.joomla51.com/forum/8-commercial-templates/5435-habitat-2-questions#11437
Hi Ciaran,
unfortunately I'm running this site offline on a xampp server. I need, for some reasons, php 5.3.10 and my hoster is in the process of upgrading. But he's a little slow. I'll keep you posted when the site is online.
Regards skipper (Wolfgang)
Hi Ciaran,
unfortunately I'm running this site offline on a xampp server. I need, for some reasons, php 5.3.10 and my hoster is in the process of upgrading. But he's a little slow. I'll keep you posted when the site is online.
Regards skipper (Wolfgang)
- more than a month ago
- Commercial Templates
- # 1
Hi Skipper
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
- more than a month ago
- Commercial Templates
- # 2
Hi Ciarán,
I followed the steps mentioned but can't see breadcrumb navigation at all.
Regards Wolfgang
I followed the steps mentioned but can't see breadcrumb navigation at all.
Regards Wolfgang
- more than a month ago
- Commercial Templates
- # 3
Yes this is an issue in the code where the breadcrumb module would only appear if a module was enabled in any of the top-3# module positions. The above changes amends this issue.
Ciarán
Ciarán
- more than a month ago
- Commercial Templates
- # 4
We have replaced the following in your templates index.php (../templates/j51_habitat/index.php) which has resolved this template related issue..
With...
We have also added the following to your Custom CSS field to better style the breadcrumbs module to your design..
Ciarán
<?php if ($this->countModules('top-3a') || $this->countModules('top-3b') || $this->countModules('top-3c') || $this->countModules('top-3d') || $this->countModules('top-3e') || $this->countModules('top-3f')) { ?>
With...
<?php if ($this->countModules('breadcrumb') || $this->countModules('top-3a') || $this->countModules('top-3b') || $this->countModules('top-3c') || $this->countModules('top-3d') || $this->countModules('top-3e') || $this->countModules('top-3f')) { ?>
We have also added the following to your Custom CSS field to better style the breadcrumbs module to your design..
#breadcrumb {
padding: 10px 5px 5px;
}
#breadcrumb span {
color: #333;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 6
Hello
Could I ask you to resend this information as we do not appear to have received it.
Thank you
Ciarán
Could I ask you to resend this information as we do not appear to have received it.
Thank you
Ciarán
- more than a month ago
- Commercial Templates
- # 7
Just sent it to you.. But I have checked on another site, where I don't have made any changes, and there the breadcrumbs also missed..
- more than a month ago
- Commercial Templates
- # 8
Hello
I don't see any sign of your breadcrumbs in your source so it shouldn't be CSS related. May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
I don't see any sign of your breadcrumbs in your source so it shouldn't be CSS related. May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
- more than a month ago
- Commercial Templates
- # 9
Have solved the one with maincontent, just maked a copy of the theme and then edited the css, so now it's gone
But still missing the breadcrumbs
But still missing the breadcrumbs
- more than a month ago
- Commercial Templates
- # 10
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »