No formatting for a HTML site map in 2.5 (worked in 1.5)

GK User
Mon Feb 06, 2012 10:42 am
Installed XMAP. We need a standard HTML sitemap in our website.
AppSite version 1.5 did a perfect job.

In AppSite 2.5 the formatting is completely missing, as all the other formatting issues that I posted in this forum. When I change the XMAP lay-out to a standard Joomla template like "Atomic" the formatting is there, so it is not an XMAP issue, but a Gavick AppSite 1.7 & 2.5 issue.

Attached 2 screenshots. One with the Atomic template, perfect layout, the other shows AppSite 2.5, again, layout is missing...

Clean Joomla 2.5 install, Clean AppSite 2.5 install, Clean XMAP install.
You can test this at my testsite:

http://88.159.12.197:8888/AppSite/

Don Lee has the login code.

Help appreciated
User avatar
Senior Boarder

teitbite
Mon Feb 06, 2012 12:12 pm
Hi

I think this part should be manage by Xmap extention, but You can add this code to css. Wull work the same way:

Code: Select all
ul li {
    line-height: 2.5;
    list-style: disc outside none;
    margin-left: 20px;
}
User avatar
Moderator

GK User
Mon Feb 06, 2012 12:38 pm
teitbite wrote:Hi

I think this part should be manage by Xmap extention, but You can add this code to css. Wull work the same way:

Code: Select all
ul li {
    line-height: 2.5;
    list-style: disc outside none;
    margin-left: 20px;
}



Start to loose my mind.
3th guy helping me out, but every "solution" fails on AppSite 1.7 / 2.5

Tried this code in override.css & in xmap.css but doesn't solve a thing.
Still believe there is a major template construction error ....
Please advise where to put this code.

Thank you
User avatar
Senior Boarder

GK User
Mon Feb 06, 2012 9:15 pm
YES!

normanUK is THE man!
The errors he found in the standard CSS template files caused the problem with XMAP.
Fixed those errors, and XMAP formatting works like a charm!

Thank you Norman!
User avatar
Senior Boarder

teitbite
Tue Feb 07, 2012 3:05 am
Hi

Great to hear it :) Thank You NormanUK.
User avatar
Moderator

GK User
Tue Feb 07, 2012 10:03 pm
teitbite wrote:Hi

I think this part should be manage by Xmap extention, but You can add this code to css. Wull work the same way:

Code: Select all
ul li {
    line-height: 2.5;
    list-style: disc outside none;
    margin-left: 20px;
}



After the bugfix normanUK did I changed the code to:
Code: Select all
#xmap ul li {
    line-height: 2.5;
    list-style: disc outside none;
    margin-left: 20px;
}

otherwise the bullets are added to the menus,
now it's only added to XMAP
User avatar
Senior Boarder

teitbite
Wed Feb 08, 2012 3:37 pm
Hi

Yes, exacly :) You are 100% right.
User avatar
Moderator

GK User
Sat Apr 28, 2012 4:45 pm
Same problem. I try method described below but is not working. Please help !
User avatar
Junior Boarder

GK User
Sun Apr 29, 2012 11:09 am
hmirs wrote:Same problem. I try method described below but is not working. Please help !


hmirs,

Read this post:
https://www.gavick.com/forums/124/color ... 13576.html
IMPORTANT read the post from normanUK:

normanUK wrote:Please make following correction which will also stop other css errors you were having.
Find File: \templates\gk_appsite\css\joomla.css
Find Line: 110 which is below
Code: Select all
.img-fulltext-right .img_caption { margin: 0!important;

Check and make sure closing bracket is there ( "}" ). Thank you.
Code: Select all
.img-fulltext-right .img_caption { margin: 0!important; }

Check and make sure closing bracket is there ( "}" ). Thank you.

See you around...



Fix this first. This bug screws up a lot.
Than implement the changes as described in this chapter.
This template is very buggy and not tested when released.
We are dealing with the bugs for a few months now....
Very frustrating, but... good news. We are getting there thanks to the helpdesk people.
Just a few bugs left...
User avatar
Senior Boarder

teitbite
Mon Apr 30, 2012 8:16 am
Hi

First of al I believe You've missed 2 key updates for this issue:

https://www.gavick.com/updates/template ... e,664.html

and

https://www.gavick.com/updates/template ... e,626.html

please upgrade template first than I'll help with remaining issues.
User avatar
Moderator

GK User
Fri May 04, 2012 7:38 pm
I put the code in override.css but i did not activated via template manager. Now it is OK !
User avatar
Junior Boarder

teitbite
Sat May 05, 2012 3:26 pm
Hi

ok. Glad I could help :)
User avatar
Moderator


cron