• Resolved 48fps

    (@48fps)


    hello guys,

    posted about the issues with internet explorer…
    and need now some help with the template selector.
    the menu/navigation does not really look nice,
    so I want to build my own one,
    with minimal buttons with icons instead of
    white text on black not pixel-pferfect button
    with rounded corners.

    how to modify the template selector?
    also defined in the css?

    looking forward to your reply.
    thank you.

    https://www.ads-software.com/plugins/wp-tiles/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Mike Martel

    (@mike_cowobo)

    Hi again! You can change the template selector in your stylesheet using the following css selectors:

    .tile-templates ul.template-selector {
    
    }
    
    .tile-templates ul.template-selector li {
    
    }

    Cheers,
    Mike

    Thread Starter 48fps

    (@48fps)

    Hi Mike, hi wpUsers !
    thank you for your answer!

    I want to mention again, what a great plugin wp-tiles is, making your wp look very dynamic !!! There are few bugs, but it offers possibilities that will make you smile –
    think about wp-tiles as a menu / navigation on the landingpage…

    I did so and already started to customize the template selector, so my post was maybe not precise enough. Actually, I finished customizing the template selector but the buttons for different views of the tiles are still not displayed from edge to edge.

    I need the template selector′s first button aligned left, the last one aligned right, the others in between should arrange regularly…

    Hope you got the issue, because I need your help once again to find a solution!!!

    text-align: justify

    Looking forward to your reply:)

    Thread Starter 48fps

    (@48fps)

    tooo quick: text-align: justify doesn′t solve it…

    Plugin Author Mike Martel

    (@mike_cowobo)

    Hi 48fps! Have a look at this article: https://www.barrelny.com/blog/text-align-justify-and-rwd/. This seems to be what you’re after. Try:

    .tile-templates ul.template-selector {
        text-align:justify;
    }
    .tile-templates ul.template-selector:after {
        content: '';
        display: inline-block;
        width: 100%;
    }
    Thread Starter 48fps

    (@48fps)

    Yeees!!!

    Thank you so much for your help and the article, Mike!

    Cheers ;D

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Customize the template-selector menu’ is closed to new replies.