Blog Page View on Every Page Except Home Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • #5643
    rtd13
    Participant

    Great theme, trying to get it up and running and have hit a couple of wallls.

    The first is the fact that I can’t use the [gallery] short code on a page because of the naming conflict between File Gallery plugin and Miinimatica. When Home Page View is set to blog under options, the plugin works fine and returns a full result set. When Home Page View is set to Gallery, I only get a truncated result set of 4 records as opposed to the 78.

    Any suggestions and workaround would be greatly appreciated.

    The other issue that I’m trying to wrap my mind around is the slider as static menu and pull its content from pages instead of posts. If seen mentions on here but nothing solid enough for me to build upon. Can the ‘post_type’ => ‘page’ be used in the slider loop?

    Thanks again for any help.

    Ron

    #5659
    blue
    Participant

    Hi Ron,

    totally agree, this theme is one of the finest freebies. Only I was running into the same probs as you did, with both, gallery and front page. As I didn’t find out about the mentioned naming conflict before I feel obliged to give back a little bit πŸ™‚

    Here’s how I worked around things, ruff and dirty but it works for me (except myb using up precious php-memory)

    I use ‘NextGEN Gallery’ plugin now instead to show my big galleries, works fine.

    To see the slider on the front-page only I use the ‘Quick Page/Post Redirect DEV’ plugin. Just make a post which redirects to the page you want to have as a destination.

    The ‘Q2W3 Post Order’ plugin lets you keep the ‘menu-posts’ on top if you need that.

    Nice thing with that solution is that you can even mix it, meaning I can use the first 4 posts as ‘menu-posts’ and the rest as intended. Check out http://www.wecus.de to see what I mean…

    You seem to know more about coding than me, but you still might be interested to know that I’ve used

    if( is_front_page() )

    in the header section to get me a top menu on the blog view, as you had to scroll down the whole page to find the original menu, so there might be a starting point to code your desired solution…

    Good luck πŸ™‚

    #5669
    rtd13
    Participant

    Thanks for the info. I managed to get the front page issue resolved using Brian Anderson’s suggestions here: http://www.brandonanderson.me/?p=126 – As for the gallery, I’m holding out hope that I don’t have to use NextGen, It’s just so big and bloated.

    BTW, love that spiral stair image…

    Ron

    #5674
    rtd13
    Participant

    I caved and installed NextGen… works fine… πŸ˜‰

Viewing 4 posts - 1 through 4 (of 4 total)

Tagged: ,

You must be logged in to reply to this topic.