Shape 5

Joomla Templates => Touch of Soul - Club => : Ottoman September 29, 2011, 11:57:42 AM



: CSS blocking bullets in articles?
: Ottoman September 29, 2011, 11:57:42 AM
I am not able to make bullets in my articles using the Touch of Soul template.

Is this a CSS isssue?  If so, could you please specifically let me know what I need to do to utilize bullets?

Thanks!


: Re: CSS blocking bullets in articles?
: mikek September 30, 2011, 09:05:50 AM
Hello,

Please post a url to where the article is published so I can view the layout and code.


: Re: CSS blocking bullets in articles?
: Ottoman September 30, 2011, 09:37:46 AM
Mike,

Please go to:

http://216.172.186.147/~stjohns/index.php/resources/test-article-for-mike (http://216.172.186.147/~stjohns/index.php/resources/test-article-for-mike)

The formatting is extremely hard to control.

The returns generate double spaces,
the bullets do not show up or auto indent
tables are not in position on the backend when creating,
padding in the tables does not work

Please help.

Thanks!


: Re: CSS blocking bullets in articles?
: Ottoman September 30, 2011, 12:19:45 PM
I'm experimenting with the CSS with help from Fire Bug.  I think I have this under control.

Thanks again Mike.


: Re: CSS blocking bullets in articles?
: gtc6000 January 16, 2012, 03:09:37 PM
I am having a similar problem.  What was the solution?
Thanks


: Re: CSS blocking bullets in articles?
: mikek January 16, 2012, 03:18:39 PM
Hello,

Please post a url to where the article is published so I can view the layout and code.


: Re: CSS blocking bullets in articles?
: gtc6000 January 16, 2012, 04:21:45 PM
sorry, don't have an example at this time, this occurred a month ago and I ended up pursuing a work-around.  I didn't have a membership then. 


: Re: CSS blocking bullets in articles?
: amjin March 14, 2012, 01:02:53 PM
(1) I am experiencing the same,  no bullets. if someone has a solution please post it.
- Here is my old website page: http://christianhealingmin.net/index.php?option=com_content&view=article&id=151&Itemid=164

- Here is my migrated website (still under construction): http://christianhealingmin.net/jupgrade/index.php/donate16

(2) Also note the border around the old website page is thicker than the new migrated page. how /where do I control that?

(3) Also, how do I remove the 'You are here:' reference in the breadcrumb section?

Thanks,
Amjin


: Re: CSS blocking bullets in articles?
: mikek March 15, 2012, 07:18:44 AM
Hello,

1. Try adding the following to the bottom of template.css:

#s5_body_column_inner ul {
list-style: disc;
margin-left:20px;
}

2.  Around line 906 of your template.css you should see a call for #s5_component_wrap change that to #s5_component_wrap_area

3. This is a default Joomla module. Any settings would be controlled in the backend of the module.


: Re: CSS blocking bullets in articles?
: amjin March 15, 2012, 01:50:07 PM
Thanks Mike, these worked great.
I have another page that doesn't format the way it did in previous version - which was much better. Let me know if I should start a new thread?

The old page (1.5): http://christianhealingmin.net/index.php?option=com_contact&view=category&catid=64&Itemid=165

The new page: (2.5): http://www.christianhealingmin.net/jupgrade/index.php/contactus

Where/how can I tweak the CSS to get what I had in the 1.5 template?


: Re: CSS blocking bullets in articles?
: mikek March 16, 2012, 07:12:31 AM
Hello,

Unfortunately, those pages cannot be matched. Joomla in 1.7+ removed and changed most of the class names on this page, and you can't match the look anymore. It's missing too many class names to do it.