Questions on Snap Theme

  • Unknown's avatar

    Hello WordPress CSS Team,

    First of all, “Snap” theme is quite interesting as long as you all can help me to widen the writing space by removing the left hand side which has name, comment and edit.

    Secondly, I know that I have to purchase CSS, which I will do, but only on getting confirmation from your end.

    Thirdly, is there anyway the font can be upper and lower case. For now, it is only upper case.

    Finally, do let me know as to how wide can the content be spread out. Will it be like “Book-Lite” theme?

    Thanks & Regards,

    Rafiq

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, we can certainly hide the meta data for posts (that stuff on the left) and widen the content with the following CSS.

    .entry-meta {
        display: none;
    }
    .entry-content {
        width: 100%;
    }

    On the uppercase titles, we can use the following to change them to normal for site title and post/page titles.

    .site-title a, .entry-header, .entry-header a {
        text-transform: none;
    }
  • Unknown's avatar

    After removing the meta data and widening the posts, the width will be like on your The Pen… page.

  • Unknown's avatar

    Hello Sacred Path,

    I inserted the code, but in the post “All Caps” are intact, and there is no upper case and lower case. I wonder what went wrong!

    Let me know what other code needs to be inserted to get the post in
    both upper and lower case.

    Thanks & Regards,

    Rafiq

  • Unknown's avatar

    Hello WordPress CSS Team,

    Another thing which I noticed is that while attempting to post, I do not see “Edit” on the post itself. I have to go back to “Blog Post,” in order to get to the post. Is there any reason why?

    Rafiq

  • Unknown's avatar

    Rafiq, wow, sorry. They have text-transform all over the place on Snaps. I think the following catches them all. Let me know if you find anything else that is all uppercase.

    .site-title a, .entry-header a, .entry-header, h1, h2, h3, h4, h5, h6, .entry-meta, .main-navigation a, button, html input[type="button"], input[type="reset"], input[type="submit"] {
    	text-transform: none;
    }
  • Unknown's avatar

    Hello, I am considering using the snap theme for my updated photo website. I am wondering if I can post any size photo when using specific layouts in your theme. My photos are all 400 pixels height x 560 width.
    Please let me know if I can use this smaller size image on your site when using the slider design on this theme. Thank you for your service.

  • Unknown's avatar

    Hi @anitazvonar, on the Snap Showcase Page, in the quick specs at the bottom (#3), it states that featured slider images should be at least 994px x 650px. Posts with featured images less than 994px in width will not display in the featured post slider.

  • Unknown's avatar

    Thank you for your input. I am wondering if you can recommend a theme for photographers that has the slider, and images can appear whichever size you wish. In my case, 400×560. All of my web images are currently saved in that size, and obviously I would like to save myself ALOT of time by not having to find and re-size every photo for a new site. Let me know if you can offer any input…as currently I am searching for a new theme that can accommodate my needs.

  • Unknown's avatar

    @anitazvonar, are you going to be using the images as featured images on posts, or are you looking for a theme that will just show the images by themselves?

    For post sliders, I filtered the Theme Showcase for themes with Post Sliders. Here are three free themes that may work.
    Sight
    Selectra
    Skylark

    For Premium themes you may want to look at
    Antenna.

    The current trend is to make featured post/image sliders as large as possible and there aren’t very many that use a smaller image.

  • The topic ‘Questions on Snap Theme’ is closed to new replies.