gk_twn2 : Xmap HTML page

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Mon Jul 09, 2012 7:21 am
Hello,

With Xmap 2.2.1, on the HTML page, the articles are at the same level regardless of the hierarchy of categories. I think that is a css question : can you help me ?
User avatar
Expert Boarder

GK User
Mon Jul 09, 2012 4:22 pm
Hi,

Can you please give me a link to see that problem for further help?

Thanks,
User avatar
Platinum Boarder

GK User
Mon Jul 09, 2012 7:58 pm
I'll send you a private message.
User avatar
Expert Boarder

GK User
Tue Jul 10, 2012 11:33 am
Hi,

Thank you to note that this problem is solved.
Indeed, the Content list CSS is absent from Gavick and I added.
User avatar
Expert Boarder

GK User
Tue Jul 10, 2012 3:02 pm
I'm glad to know that you have solved the problem yourself, feel free to let me know if you need any further help.

Cheers,
User avatar
Platinum Boarder

GK User
Tue Jul 10, 2012 6:28 pm
Unfortunately, the css code I added is not good because main and bottom menus are disturbed (see site home page). So I would be glad if you give me the css code to use in order to write content lists with joomla text editors.
Yours
User avatar
Expert Boarder

GK User
Thu Jul 12, 2012 10:24 pm
Can you please let me know the code you have added?

Thanks,
User avatar
Platinum Boarder

GK User
Fri Jul 13, 2012 5:57 am
The code I have added ::/* Start Content list */

ol, ul
{

margin:0em 0 0em 2em;
padding:0;

}


ul
{

list-style-type: square;
}

ol
{
list-style-position:outside;
}

/* Finish Content list */
User avatar
Expert Boarder

GK User
Sat Jul 14, 2012 4:23 am
Hi,

You have been using incorrect selectors in the code, please remove that code for me to see the original issue then I will give you a better code.

Thanks,
User avatar
Platinum Boarder

GK User
Sat Jul 14, 2012 5:23 am
Hello,

That code is removed : menus are OK, but content lists and site map html page are not.
User avatar
Expert Boarder

GK User
Sat Jul 14, 2012 5:57 am
Thank you, please try adding this code to CSS Override:
Code: Select all
div#xmap ul li {
    list-style: disc inside none !important;
}

Let me know if it helps.
User avatar
Platinum Boarder

GK User
Sat Jul 14, 2012 6:41 am
That's not OK : see links into PM.

- First link : content list without disc or number (blog articles)
- Second link : content list wihout disc, but with number (single article)
- Third link : site map with disc, but without hierarchy
User avatar
Expert Boarder

GK User
Sun Jul 15, 2012 6:06 pm
Hi,

Please try this code instead:
Code: Select all
#gkComponent ol li {
    list-style: decimal inside none!important;
}
#gkComponent ul li {
    list-style: disc inside none!important;
}
User avatar
Platinum Boarder

GK User
Mon Jul 16, 2012 8:35 pm
OK, that's better, but :

- site map is without hierarchy

- line spacing must be resized

Can you help more ?
User avatar
Expert Boarder

GK User
Tue Jul 17, 2012 1:27 am
Hi,

I can help but I don't know how the site map should look like to adjust, also where do you want to change line spacing value? Can you use some screenshots to show that?

Thanks,
User avatar
Platinum Boarder

GK User
Tue Jul 17, 2012 6:30 am
Hi,

1. Line spacing
content_list.png

I would like to have content list line spacing same value as paragraph spacing, i.e increase line spacing for lines with number and decrease line spacing for lines with disc.

2. Site map presentation
sitemap_1.png

sitemap_2.png

First screenshot : the front end site map html page
Second screenshot : that is the copy of the front end html site map page into the html back end jce editor (new article)
That I wish : to have the same look into front end html site map page as into the html editor.

Thanks
User avatar
Expert Boarder

GK User
Thu Jul 19, 2012 8:00 am
Hi,

Please add this code to fix the issue with line spacing:
Code: Select all
#gkComponent ul li, #gkComponent ol li{
line-height: 20px!important;
}
User avatar
Platinum Boarder

GK User
Thu Jul 19, 2012 9:32 am
Hello,

OK, thanks, but what about site map presentation ? Do I need open another topic ?
User avatar
Expert Boarder

GK User
Fri Jul 20, 2012 7:50 pm
Hello,

I added the code :
#gkComponent ol li {
list-style: decimal inside none!important;
padding-left:20px;
}
#gkComponent ul li {
list-style: disc inside none!important;
padding-left:25px;
}
#gkComponent ul li, #gkComponent ol li{
line-height: 20px!important;
}
and content lists and sitemap page are OK.

Unfortunately, a new problem appears with RapidGallery component : see the 2 screenshots below.
Screenshot_1 : with the code above added
Screenshot_2 : without the code avove
Of course, I want to get the result of screenshot_2 while keeping the code added: Have you any idea?
Screenshot_1.PNG

Screenshot_2.PNG


Yours
User avatar
Expert Boarder

GK User
Sat Jul 21, 2012 6:35 pm
Please note the issue is resolved.
I asked the Rapid Gallery developper and I added at the bottom of template override.css file :

#gkComponent .rapidGalleryfancybox ul li {
line-height: normal !important;
list-style-type: none !important;
padding-left: 0;
}

and now everything is OK.

Thanks for your help
Regards
User avatar
Expert Boarder

GK User
Sat Jul 21, 2012 10:50 pm
Thanks for telling me know that!

Feel free to let me know if you need any further help.

Have a nice weekend,
User avatar
Platinum Boarder


cron