Typography and lists display problem

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 Apr 04, 2014 9:29 am
Reply with quote
Report this post
Hi,

Website reference: http://www.battlefieldindia.com
Example link 1: http://www.battlefieldindia.com/index.p ... ning-rules
Example link 2: http://www.battlefieldindia.com/index.p ... ting-rules

Problem 1:
I am unable to get typography output.

In the said example link 1, to achieve a bullet style 2, i have used the following code:
Code: Select all
<ul class="gkBullet2" style="text-align: justify;">
<li>Send <a href="https://www.facebook.com/robins.punjabpoolice.gupta" target="_blank">RobinS "Punjab Poolice" Gupta</a> a personal message (PM) mentioning the reason you wish to join Battlefield India facebook group for.</li> ............ </ul>


It does not show up

Checklist:
1. Typography enabled in template settings - checked
2. Typography plugin enabled - checked

Problem 2: In example link 2, i try to achieve an ordered list. It does show, but not at all close to what it shows in the backend. I have attached supporting images.

Expected:
art1.png

Actual:
art2.png


Kindly look into the matter!

Regards,
RobinS
User avatar
Fresh Boarder

GK User
Fri Apr 04, 2014 9:47 am
Reply with quote
Report this post
Problem 1 - I have already reported that problem to our dev team. Ill check its status and will write back.
Problem 2 - there is a different styling on frontend, and while editing with visual editor it shows only default html styling. If you would like to have same padded line of text, please write back, I'll instruct you how to do that.
User avatar
Moderator

GK User
Fri Apr 04, 2014 12:56 pm
Reply with quote
Report this post
Hi,

Thanks for a quick response.

Regarding Problem 1:
Thanks. Will await response.

Regarding Problem 2:
Yes, i would like to see it as it shows in the editor. It is much cleaner way to write/read (according to me of course). Kindly guide me through it.

Regards,
RobinS
User avatar
Fresh Boarder

GK User
Fri Apr 04, 2014 6:31 pm
Reply with quote
Report this post
With problem 2 - could You please post an url to your site where this problem can be seen?
User avatar
Moderator

GK User
Sat Apr 05, 2014 1:48 pm
Reply with quote
Report this post
User avatar
Fresh Boarder

GK User
Sat Apr 05, 2014 2:31 pm
Reply with quote
Report this post
Please edit: /templates/gk_game/css/override.css and add at its end:
Code: Select all
ul, ol {
list-style-position: outide;
padding-left: 40px;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Sat Apr 05, 2014 5:29 pm
Reply with quote
Report this post
Hi,

That is one step forward. But it has moved the entire text block. I am looking at list numerals staying distinct as it is in the editor (image attached in original post)

Regards,
RobinS
User avatar
Fresh Boarder

GK User
Mon Apr 07, 2014 4:32 pm
Reply with quote
Report this post
Please adjust padding-left value to your taste.
User avatar
Moderator


cron