e107 Styles

Fórumok

BS_Magazine_01 theme

6 years ago
I have downloaded this theme and what i want to do is I want to be able to send the news post that I make to either the top or the center aka Main content area.

Do you understand
6 years ago
The theme work in this way:
When You post the News - they appears in the category and the top (latest News).

The theme need rewrite if You want News only in the category or top.
Need delete the top News (latest News and need put in this area featurebox (in featurebox you can put what you want).
If you want rewrite the theme.
So the theme released this.

Delete this lines from theme.php:
<div class='page-top-news'>
      {BOOTSTRAP_GRID_NEWS_FEATURES_TOP}         
    </div>
from:
$LAYOUT['magazine_home'] =  "

and insert instead that:
<div class='page-top-news'>
      {MENU=10}         
    </div>
and activate the featurebox into this menuarea.
You can insert the featurebox what you want.

6 years ago
It looks ok but I still like the layout before. I did find out that not all the posts show in both categories. An example being I assigned two news posts to the same category only one showed in the top it did not show in the main content area.
6 years ago
I see the source and my test site all work normally. All News appears on the thop and in the news' category.
I don't known what the problem on your site.
If you can give me a link to your site.
6 years ago
Actually I was to ask if you could give me the configuration of the Preview_full picture of the theme I have settled on using that.

And thanks for all your help.
6 years ago
I do not understand what you want, but I write how the theme work with News.
News shortcodes set in the theme_shortcodes.php.
The categories 1,2,3,4,5 appears in the center column.
The category 6 appears in the right column.
The categories 7,8 appears in the left column.
The latest 4 News appears on the top of page.In this way you can see I set 8 categories.
If you want more need add the shortcode into the theme_shortcode.php.
If no category I insert the manuarea on columns.
This you can see on admin area.
And the right menuarea has the tabs. You can set menu into the tabs. (if you don't want the tabs need delete from theme.php).
I think that is all, how the News work.
I hope that's what you mean.
6 years ago
No I'm sorry I did not mean to confuse you I just wanted to know what was used in that picture.
6 years ago
No problem, I help if I can.
6 years ago
Ok a few morre questions if thats alright.

1.I can see you said you created 8 Categories and from what you said they all have preset areas that they appear in.

2.I'm also guessing that you are used the grid_news menu as well as setting the other news menu on the sides ?

Other then that That's all my questions

Thanks again for your help.
6 years ago
Yes.
The shortcode in the theme_shortcodes.php.
And layout in the News_grid_template.php
Moderator(s): fizi