Breadcrumb module does not work properly

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Nov 18, 2016 3:52 pm
Reply with quote
Report this post
Hi,

I used breadcrumb module for blog layout menu item but it does not work properly. When I change Text Separator, it does not change accordingly, and I set Show Last to "Yes" but it does not apply to some menu item.

breadcrums.jpg


breadcrums2.jpg


Can you please tell me how to solve the issue?

Thank you and regards,

Hai
User avatar
Gold Boarder

teitbite
Tue Nov 22, 2016 10:55 am
Reply with quote
Report this post
Hi

Please tell me the url to the exact page with an example of this issue.
User avatar
Moderator

GK User
Tue Nov 22, 2016 4:17 pm
Reply with quote
Report this post
Hi Teitbite,

I already sent you the URL and admin account via private message.

Please help me with the problem of Text Separator, the other problem is passed, maybe because of cache.

Thank you and regards,

Hai
User avatar
Gold Boarder

teitbite
Tue Nov 29, 2016 12:32 pm
Reply with quote
Report this post
Hi

I'm afraid I cannot see breadcrumbs being used on You site right now and an access to joomla panel is not working. I mean an url is redirecting to frontpage and I cannot activate this module to check.

Please make breadcrumbs visible.
User avatar
Moderator

GK User
Tue Nov 29, 2016 4:23 pm
Reply with quote
Report this post
Hi Teitbite,

I sent you the link via private message.

Please review and help me.

Thank you ,

Hai
User avatar
Gold Boarder

GK User
Thu Dec 01, 2016 5:36 am
Reply with quote
Report this post
Hi Teitbite,

I turned on breadcrumb in this domain: http://hungtam.com/chuyen-cua-me/tinh-yeu-hon-nhan


Thank you,

Hai
User avatar
Gold Boarder

teitbite
Wed Dec 07, 2016 2:55 pm
Reply with quote
Report this post
Hi

Looks like this option has been removed from code. Try rename /html/mod_breadcrumbs to /html/_mod_breadcrumbs, to disable template's override for it. Hopefully it will be enough. And please send me new access to FTP in case it will not be everything.
User avatar
Moderator

GK User
Thu Dec 08, 2016 10:52 am
Reply with quote
Report this post
Hi Teitbite,

It works but not completely.

At the moment the line breaks into many lines. Please help me to make it one line.

Thank you,

Hai
User avatar
Gold Boarder

teitbite
Sat Dec 10, 2016 12:57 pm
Reply with quote
Report this post
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.breadcrumb ul li {
float: left:
margin: 0 0 0 4px;
}
User avatar
Moderator

GK User
Sun Dec 11, 2016 8:57 am
Reply with quote
Report this post
Hi Teitbite,

I don't see it working. Please help me to check agian.

Thank you,

Hai
User avatar
Gold Boarder

teitbite
Tue Dec 13, 2016 1:49 pm
Reply with quote
Report this post
Hi

Oh, yes. It should be:

Code: Select all
ul.breadcrumb li {
    float: left;
    margin: 0 0 0 4px;
}


I've just changed it on Your site and it's working.
User avatar
Moderator

GK User
Wed Dec 14, 2016 4:39 am
Reply with quote
Report this post
Thank you Teitbite,

It works nice,

Hai
User avatar
Gold Boarder

teitbite
Sat Dec 17, 2016 2:22 pm
Reply with quote
Report this post
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron