• Resolved nijmeegspolleke

    (@nijmeegspolleke)


    Hi,

    First: I would like to thank you for this great theme

    I have twee questions (yy english isn’t to good I’am affraid):

    1: I use my site (http://www.deltselectie.nl) as a combination of info en news site. Right now I have a couple of newsmessages at the startpage. However I would like just a maximum of 5. I know how to immplement that, but is het possible that the next 6 older messages are seen as titel-links under the news messages?

    2. My seccond question is about the Post layout. Is het possible to change the layout of the post/blog section itself:

    visual example for both questions:
    http://www.deltaselectie.nl/downloads/paginaindeling.png

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author ronangelo

    (@ronangelo)

    1. I don’t know how to accomplish that.
    2. I’m not sure about this one but maybe you can accomplish this through CSS:

    Example:

    /* This should turn the articles 3,4,5,6, into 2 boxes per row */
    #content article:nth-child(3),
    #content article:nth-child(4),
    #content article:nth-child(5),
    #content article:nth-child(6) {
        width: 48%;
        float: left;
        margin-right: 2%;
    }

    Note: I noticed that you have modified the parent theme’s style.css without using a child-theme. You know what happens if you edit that, right? You lose all your modifications if you update the theme. You should’ve used a child-theme or just use the Custom CSS tab on the theme options page.

    Thread Starter nijmeegspolleke

    (@nijmeegspolleke)

    I’ve tried downloading the child theme plugin. But only after my moderations where done. When I activated it the intire site went offline……. so it’s simply to late now i’am affraid… I’ll have to start all over again. And I am not an expert…

    I have downloaded the site on my computer as a backup.. it’s the only way I think.. I simply do not know how to implement a child theme in this stage.

    The article part worked perfectly! Tx!

    Thread Starter nijmeegspolleke

    (@nijmeegspolleke)

    I do have one additional question

    if the articles do not have the same lenght… it does go out of shape

    if you go to my site you see what i meen

    Thread Starter nijmeegspolleke

    (@nijmeegspolleke)

    I have found out that i need a equal column thing 😛

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘titels & Post layout’ is closed to new replies.