Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter JasonClarke69

    (@jasonclarke69)

    Actually, I can now see that i can write settings based on the information you have supplied, but to write all that for someone with no knowledge is very difficult. What about a scrip generator based on the settings which can then be dropped into a page?

    Thread Starter JasonClarke69

    (@jasonclarke69)

    Been trying to drop this code in but cant get it working…can you point out my mistake please ??

    [wp-tiles template=”Alternative” posts_query=’exclude=196’&post_type=page’]

    also, is it possible to change the font and position of font in the tile? (be good if we can get them close to windows 8 position and font to give it an integrated look)

    Plugin Author Mike Martel

    (@mike_cowobo)

    Hi Jason,

    You’re almost there ?? The problem is syntax: in the shortcode, everything that’s part of posts_query should be enclosed in quotes (either single, or double). In the shortcode you wrote in your post, only exclude=196 is enclosed in the quotes, so post_type=page is ignored (or worse, causes errors!). This is the correct code:

    [wp-tiles template="Alternative" posts_query='exclude=196&post_type=page']

    Cheers,
    Mike

    Thread Starter JasonClarke69

    (@jasonclarke69)

    Hi Mike

    Sorry mate not solved, this code is not excluding the pages I require.

    Thread Starter JasonClarke69

    (@jasonclarke69)

    Hi Mike, update, it works if you swap include for exclude, which will work for what I want.

    You have a great plugin here, what do you think about tidying up the font? And maybe a script generator?

    Thread Starter JasonClarke69

    (@jasonclarke69)

    Also, how do i chose the position in which the pages are displayed? (what pagelink is displayed what tile)

    Thread Starter JasonClarke69

    (@jasonclarke69)

    Good morning Mike

    Also another question, is there a problem with displaying images with high resolution? I am now playing with my layout and images I can see that are high res are displaying low res?

    Plugin Author Mike Martel

    (@mike_cowobo)

    Hi Jason,

    I’m at a loss trying to figure out why your exclude isn’t working. Can you paste in the exact shortcode you’re using? And maybe a link to a demo site?

    To change the display of the tile, create a wp-tiles.css in your (child)theme as described in the FAQ.

    FOr the hi-res images, see this thread.

    Regarding a script generator: that’s surely in the planning, but will come when I find the time for a great 1.0 overhaul of the plugin.

    Cheers,
    Mike

    Ps. for other people browsing the forums for answers, please try to open separate questions as different topics

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Multi-language so need multiple setups’ is closed to new replies.