Magazin template

General questions pertaining to how certain issues can be resolved
Forum rules
1. No offensive language and no mocking
2. Please do a thorough search before you post something. Trust us, there is a high probability that the question you are asking has been asked previously.
3. No soliciting. You cannot post here soliciting bids for people offer you quotes, or even offer money to people for some work. You will be moderated if you do so. If you are looking for help, please post your request on http://jobs.wordpress.net or http://codepoet.com
4. Please be reasonable. You are getting software and support. For free. Complicated requests from a general purpose theme are not welcome and some volunteers might lose patience with you.
5. Please do your due diligence. If you posted a query and we answered with a link, take the trouble to go through the link contents.
6. Please post with complete information. Requests for help MUST be accompanied with your URL, particularly if you are asking something like "Why am I seeing a blank space?"

Magazin template

Postby Amit » 15 May 2012, 16:06

Hi
My homepage was created using the magazine template: http://www.rng.org.au/

A few design questions about the magazine homepage:
1. How can I move the image from the head of each excerpt into the body of the text (e.g., as a thumbnail in the upper left corner of the text, as in the 'full story' pages)?
2. How do I control layout and typography of the excerpts?
3. Can I use a different body background in the homepage (i.e. one background image for the homepage and a different one for the rest of the site)?

Thanks!
Amit
Amit
 
Posts: 13
Joined: 28 Mar 2012, 23:07

Re: Magazin template

Postby drake » 16 May 2012, 01:19

1. I saw that you solved.
2. Wordpress strips any HTML formatting in automatic excerpts, so you will need to make your own manual excerpts instead of those generated automatically by Wordpress. If you don't see the "Excerpt" field in Edit Post/Page screen, click on Screen Options button in top-right corner of screen (below "Howdy, Admin") and check "Excerpt" checkbox in the list opened. Furthermore, if you wish, can install TinyMCE Excerpt plugin and you will have a Visual Editor for excerpts. (or use this simple hack in a child theme: http://italkless.com/wordpress-hack-add ... cerpt.html).
3. Set at Skinning the background for whole site. Then add at Suffusion Options -> Backend -> Custom Includes -> Custom Styles:
Code: Select all
.home body {background:url("http://yoursite/pathtonewimage/newimage");}

(See at w3schools all properties and syntax for background definition.)
drake
 
Posts: 3784
Joined: 26 Jul 2011, 07:56
Location: Constanta, Romania

Re: Magazin template

Postby Amit » 18 May 2012, 16:31

Thanks, done it but it doesn't work...
Can you please have a look?
Amit
 
Posts: 13
Joined: 28 Mar 2012, 23:07

Re: Magazin template

Postby drake » 18 May 2012, 17:09

This will work. Add at Custom Styles:
Code: Select all
.page-id-53 {background:url("http://yoursite/pathtonewimage/newimage");}
drake
 
Posts: 3784
Joined: 26 Jul 2011, 07:56
Location: Constanta, Romania

Re: Magazin template

Postby Amit » 21 May 2012, 02:42

Thank you. It works! :)

Can you tell me how to eliminate the white space between the navigation bar and the widgets?

Thanks again!
Amit
 
Posts: 13
Joined: 28 Mar 2012, 23:07

Re: Magazin template

Postby drake » 21 May 2012, 04:14

Add at Custom Styles:
Code: Select all
#content {padding-top:0; margin-top:-10px;}


Adjust -10px to suit - a negative value will decrease white space, a pozitive value will increase the distance.
drake
 
Posts: 3784
Joined: 26 Jul 2011, 07:56
Location: Constanta, Romania

Re: Magazin template

Postby Amit » 26 May 2012, 03:41

Thanks!
I've got two more problems now. The url is still http://rng.org.au/
1. I chose 1 Left Sidebar layout with custom template and marked Sidebar 1 with the word 'left'. How can I align it to the left (below the logo)?
2. How can I get the background image to stretch to the full length or any browser window?

Thanks again!
Amit
Amit
 
Posts: 13
Joined: 28 Mar 2012, 23:07

Re: Magazin template

Postby drake » 26 May 2012, 04:36

Your sidebar is left aligned now. But, you choose to have a fluid layout with 600px min-width and 1200px max-width AND actual width restricted to 25%. So your sidebar is on the left in these 25 percents of screen. Increase max-width to an insane one (30000px by eg), and move the slider for width of page to the right over 95% and your sidebar will come on the left of entire screen.

For the other question I already answered in your other topic: viewtopic.php?f=4&t=9069&p=36263&hilit=background+image+fit#p36619

It works for sure, you can see all those settings in action at http://www.nathanaelbos.nl or at http://www.rembrandthoeveamsterdam.nl
drake
 
Posts: 3784
Joined: 26 Jul 2011, 07:56
Location: Constanta, Romania

Re: Magazin template

Postby Amit » 26 May 2012, 04:50

Re the background:
I followed your instructions and they work for the rest of the pages, but not for the home page.
It probably has something to do with this piece of code that I added in order to have a different background image on this page:
Code: Select all
.page-id-53 {
background:url("http://rng.org.au/wp-content/uploads/2012/05/rightbar.jpg");
background-repeat:no-repeat;
background-position:right top;
background-size: auto 100%;
}


Now what should I add here?

Thanks a lot!
Amit
 
Posts: 13
Joined: 28 Mar 2012, 23:07

Re: Magazin template

Postby drake » 26 May 2012, 04:56

Add in the above definition just a new line:
Code: Select all
background-attachment:fixed;
drake
 
Posts: 3784
Joined: 26 Jul 2011, 07:56
Location: Constanta, Romania

Next

Return to Support Requests

Who is online

Users browsing this forum: antillatoutty, artc1209, Bing [Bot], Google [Bot] and 3 guests

cron