Topic: Advertisements Questions

Is it possible to move the advertisement section so the themes widgets will be places first on the sidebar rather then the advertisements. I wanted to have the advertisements just above the Socila features.

Nick Defina
President
Septagon Studios Inc
http://www.septagonstudios.com

Re: Advertisements Questions

This will be possible within the next release (coming very soon).

Jason

Re: Advertisements Questions

That sounds great Jason Thank you.

Nick Defina
President
Septagon Studios Inc
http://www.septagonstudios.com

Re: Advertisements Questions

No problem.

Re: Advertisements Questions

Is there a way in this version to add a paragraph of text to live right above or below the widgets?

Re: Advertisements Questions

To add your paragraph above the widgets, just place it right after this line:

<div id="sidebar">

Adding it below the widgets can become a little more difficult in regards to spacing. If you are using the "Subscribe and Follow" section, you can add your paragraph right after this line:

<div id="contactblock" style="display: <?php echo get_option('side_social_show_hide'); ?>;">

If you're not using that section, there will a little more work to do. I'm not going to go into it here, but if you decide to go that route, I can give you more details.