Shape 5

Joomla Templates => Political - Club => : benefieldc July 26, 2014, 06:11:52 PM



: Article Display
: benefieldc July 26, 2014, 06:11:52 PM
How do I turn off the other modules so that only the article displays on the main page after clicking 'Read More'?

Please see here for an example: http://192.254.210.74/~wwwelect/index.php/31-centerton/progress/159-centerton-cemetery


: Re: Article Display
: mikenicoll July 26, 2014, 06:42:56 PM
Hello,

This occurs when your articles don't have a separate menu alias to generate on their own pages. To get around this put all your articles within a Category and assign that Category to a "hidden" menu item in the back end. This gives all articles in that Category the ability to pull off that menu alias and generate on separate pages.

Regards,


: Re: Article Display
: benefieldc July 29, 2014, 09:10:25 PM
This worked, thank you!  Now, however when I add 4 or more featured articles the page navigation doesn't display correctly.  Please see here for an example:  http://192.254.210.74/~wwwelect/


: Re: Article Display
: mikenicoll July 30, 2014, 09:51:35 PM
Hello,

If you add this to the CSS it will fix the pagination

:
.pagination li {
     display: inline;
     padding: 0 2px;}

Regards,


: Re: Article Display
: benefieldc August 10, 2014, 01:16:29 PM
This worked too, thank you.  Finally, how can I get the tweets to the right of the articles like in the demo?  Please see here for example: 
http://192.254.210.74/~wwwelect/


: Re: Article Display
: mikenicoll August 10, 2014, 02:43:23 PM
Hello,

You would need to use the inset position which should render to the right of the main component.

Regards,