199 comments found.
Hi, I have another problem with this update, I can’t set a custom thumbnail image for photo and photoset posts, I tried following the instructions in the help document, but the custom image only appears right in video posts. As you can see the image that I have setup to be used as thumbnail appears after the date inside the image post.
I have a exemplo on this link: http://rrtesteblog.tumblr.comexample*
Hi Ricardo,
Oops, looks like the documentation is missing an important piece of info… please add the tag `_custom-thumbnail` to your post and it should work.
Thanks for the heads-up, let me know if it works for you.
Sergio
Yeah, this is it, thanks for your help, as always you gave the best support, It works perfectly! 
Cheers, Ricardo.
You’re welcome, I’m glad it worked! Thanks for the kind words 
Hello there
i love the theme great work :_)
i have one question and i hope u can give me some tips.
I am trying to create button for NEWSLETTER from Mailchimp is called Chimplr.
I do all the steps but i am a bit confused as they give 2 different ways.
I try both but seems i am doing something wrong.
Here are both way of instructs they present:
http://tumblr.chimplets.com/step4 http://connect.mailchimp.com/how-to/20Can you please let me know what i do wrong or where exactly i need to past this code or if i need to make any changes in the html?
with kind regards
Not sure where you’re getting stuck, as the instructions on the second link seem pretty straight forward. Once you generate your code, from the dashboard you go to “Customize” > “Edit HTML”, and paste the code inside the opening <body> tag.
Please write from the same account you used when you purchase the theme when asking for support, otherwise I can’t verify that you own a license.
Kind regards.
Hello Sergio, I update my theme but I have some problems with the modifications I made. How I disable the lightbox in my theme?
I want disable the option to click on an image inside the post.
And how I prevent the first image on a photoset to upscaling?
I try everything in this discussion but nothing work, I check and uncheck the (Prevent image upscaling) And I tried some css codes like this:
.portfolio_single.is_photo .post_media img, .portfolio_single.is_photoset .post_media img { display: block; width: auto; height: auto; max-width: 100%; margin: 0 auto; } .photo_slideshow .photoset_photo, .portfolio_single.is_photo .post_media .photo_single { text-align: center; } .photo_slideshow .photoset_photo a, .portfolio_single.is_photo .post_media .photo_single a { display: inline-block; }
Thanks for your help. Cheers, Ricardo
Hi Ricardo,
If you want to disable the lightbox for single images and bypass clicking through images as well, you need to remove the tags {LinkOpenTag} and {LinkCloseTag} on lines 1566 and 1575.
The option Prevent Image Upscaling works now only with single images, as photosets looked wrong sometimes with this option enabled. Now there’s an option to limit the width of photosets, that way it looks better and more consistent. If you images aren’t larger than 700 pixels, for example, enter the value `700` for the Photoset Max Width option.
I hope that helps!
Sergio
Hello thank u for the awsome theme i really love it 
I have 2 questions in which i can’t found solution so far:
1st the search box i know i can change the opposite and make it completely white. When i do that how i can change the colour of the X for closing and the colour of the magnifying glass? As well when is with opposite u can see around the search box have small border how i can change the colour of this border too?
2nd question is on the social links icons in the footer have a grey circle around it how i can change it to white?
thank u so much in advance
Sorry i have one more question i create 2 extra pages on the top menu. One is with link to the online shop. i don’t know why but is not working. can you give me some tips?
Second page on the menu i wanted to create Resume is possible that when u click on the resume to open a new page with pdf file loaded?
here is my page for preview: www.blog.stoyboy.com
thank u in advance
Hi there, I’m glad you’re enjoying the theme 
Within your download you should have a psd folder. To change the appearance of the close icon, magnifying glass, and the social icons at the bottom, you need to edit the sprite.psd and sprite@2x.psd files in Photoshop. Once you have changed them to your liking, export both files as PNG images with transparent backgrounds, and uploaded them using the fields Sprite and Sprite Hires on the customizer.
I guess you mean the translucent border around the search box. That’s actually the form background color and you can change it with some custom CSS (Advanced options > Add Custom CSS):
/* solid color */
#searchbox form { background-color: #ccc; }
/* with transparency */
#searchbox form { background-color: rgba(255, 255, 255,0.5); }
Regarding the pages, I assume for the shop you used a redirect page, perhaps you forgot to include the ‘http://’ portion at the beginning of the URL?
You could also use a redirect page to link to a PDF file hosted somewhere else (your Dropbox account for example), but if you want it to open on a new window, you can edit the theme HTML and add the link manually. The navigation starts around line 1076 (<nav id="main_nav"...), so add your link inside the <ul> element:
<li><a href="http://path/to/my/resume.pdf" target="_blank">resume</a></li>
I hope that helps!
Thank u so much for the fast replay 
Yes i did fix the link for the shop, the problem was what u guess
i didn’t thought about it ;-0
i Have one question i am sorry again i did export the files from photoshop but i don’t get what u mean by where to upload them?
with kind regards
stoyan
amsterdam
Stoyan,
You need to upload the sprite images using these fields on the customizer:
Cheers,
Sergio
thank u so much for the help and support. 
i am sorry to ask u again but i have one last difficulties. On the main menu right now i have categories with drop down tags. and next to it the rest of my menu. about…resume… shop.
What i want to do is about and resume to be available as drop down menu. but shop to be apart of it.
i know i can make the pages as drop down tags. What i am trying to do is how only about and resume from pages to be as drop down but shop to be separate in the main menu.
sorry again for so many questions.
with mind regards stoyan
Stoyan,
If you want to leave the link for Shop out of the dropdown, uncheck the option to show the page on the menu or remove the redirect page, group the remaining two pages on the dropdown, and then add the code for the Shop link manually into the theme HTML.
The navigation begins around line 1075. Add the code for your link at the end of the <ul> element inside <nav id="main_nav"..., should look something like this:
<li><a href="link/to/the/shop" target="_blank">Shop</a></li>
</ul>
</div><!-- /.wrapper -->
</nav><!-- /#main_nav -->
If you need help with that, email me using the form on my profile page.
Cheers!
hi thank you for the full information. I only have problem that i can’t found the tag line in HTML file after the line of 1075. I look carefully but so far can’t found it. ;-( I have the same problem with the tag line to add the newsletter i did all the steps but can’t found the line in the HTML too.
I export even the HTML with Smultron and use the search option in the HTML file but didn’t found it as well.
Please send me an email using the form on my profile page regarding your issues. Include a link to your site and remind me briefly what you were trying to achieve both with the link to Shop and the newsletter.
Cheers!
Hello, Is there a way to upgrade from v1.2 to v1.3 without losing all my content? I’d like to change the header height. Thank you!
When updating the theme you won’t lose you content, and the options you have set on the customizer should be preserved. Cheers!
Hello, great theme just one question.
I have successfully used a custom thumbnail on a video post as per Supple Theme Documentation v1.3.0 however I was wondering if it is possible to do the same on a text post or have the thumbnail for a text post be one of the photos used in that post. Alternatively I was wondering if it is possible to have the text at the top of a photoset post rather than at the bottom. Thanks a lot!
Hello there,
Glad you’re enjoying the theme 
Text posts cannot have images as thumbnails, sorry.
Re: moving the text to the top. I assume you only want to affect some posts and not all photosets, so the solution would be to shuffle things around using JavaScript.
Edit the theme HTML and at the end, before the closing </body> tag, paste the following code:
{block:PermalinkPage}
<script>
var $thePosts = $( '#post_82837931454' );
$thePosts.each( function() {
var $post = $( this ),
$postMedia = $post.find( '.post_media' ),
$postContent = $post.find( '.post_content' );
$postMedia.insertAfter( $postContent );
});
</script>
{/block:PermalinkPage}
You need to replace the ID (82837931454) with the one for your post—you can find it on the post URL. You can even target several posts if you separate the IDs with commas, like ’#post_82837931454, #post_85865878786’.
That code will grab the post media (the images) for each matched post, and move it below the text content.
I hope that helps!
Fantastic, it worked. I actually would like it for all posts but this works fine too. The only trouble I had is now the ‘like’ and ‘reblog’ buttons have reappeared under the fake title. I tried toggling them back on then off but no luck, is there a way to get rid of them again?
It also seems like my footer content resets sometimes when I do edits, not a big deal but it might be related.
Actually it seems as though the ‘Text Widget Description’ customization feature is not even there anymore
The customizer acts weird sometimes, I know. If the option ‘Text Widget Description’ is gone, it should be back when you reload the customizer, but the contents will be gone. I noticed that field resetting on the theme demos as well. You will have to enter the description again. I have no idea why this happens—it didn’t before, and it only happens to this particular option as far as I know. The customizer might be haunted :/
The option to hide the like and reblog buttons works for me, but if you’re having trouble, just hide them with CSS… “Advanced options > Add Custom CSS”:
.permalink_tumblr_buttons { display: none !important; }
If you want to affect all photosets you can move the block beginning with {block:Photoset} between lines 1580-1623 and place it between <section class="post_content"> and <footer class="post_meta"> on line 1791.
Cheers!
Thanks a ton! The option for the reblog and like buttons are there however turning them off and on do not work. If I hide them then there is a gap between the fake title and the text, any way around this?
Mmm… the options should work. Sometimes changes don’t take effect right away, you have to navigate away from the post and come back, or clear the browser cache.
Between the fake title and the description you should have the post metadata (date, notes, shares) http://i.imgur.com/Qkf3omY.png
If that’s not what you mean, please share a link to your post so I can take a look.
Sergio
The gap is there because you’re not showing the post date, notes, etc. Add this to your custom CSS and let me know if that helps:
.portfolio_single .post_details_blocks { display: none; }
Cheers!
Beautiful! Really appreciate the efficient support for this theme.
You’re welcome! I’m glad I could help.
Hello,
I have a problem with the supple theme.
I have just started editing my page ‘snfstudio.es’ and the problem I noticed is that my logo shows correctly on the desktop version but it will change to the original ‘Supple’ logo on the mobile version and I have no idea how to fix it. 
I hope you can help me fix the problem, Thank you in advance!
I fixed it! Thanks anyway!
Hello there, I’m glad to hear you solved your problem
I guess you just needed to upload the retina version of your logo. Cheers!
How can you use a custom background instead of a solid color?
Hi there,
I’m assuming you want the background image to be a tile that repeats. You need to upload your image somewhere first; you can use dropbox, an image hosting service (https://imgur.com/), or Tumblr static file uploader (http://www.tumblr.com/themes/upload_static_file).
Then simply include the following snippet into the “Add Custom CSS” box, on the advanced section of the customizer, using the actual URL for your image:
body { background: url(path/to/your/image) repeat; }
I hope that helps!
the background isn’t show up. I tried it two different ways 1. <script type=”text/javascript”> function tb8_makeArray(n){ this.length = n; return this.length; } tb8_messages = new tb8_makeArray(3); tb8_messages0 = ””; tb8_messages1 = ””; tb8_messages2 = ””; tb8_rptType = ‘infinite’; tb8_rptNbr = 5; tb8_speed = 100; tb8_delay = 2000; var tb8_counter=1; var tb8_currMsg=0; var tb8_tekst =””; var tb8_i=0; var tb8_TID = null; function tb8_pisi(){ tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1); document.title = tb8_tekst; tb8_sp=tb8_speed; tb8_i++; if (tb8_i==tb8_messages[tb8_currMsg].length){ tb8_currMsg++; tb8_i=0; tb8_tekst=””;tb8_sp=tb8_delay; } if (tb8_currMsg tb8_messages.length){ if ((tb8_rptType ‘finite’) && (tb8_counter==tb8_rptNbr)){ clearTimeout(tb8_TID); return; } tb8_counter++; tb8_currMsg = 0; } tb8_TID = setTimeout(“tb8_pisi()”, tb8_sp); } tb8_pisi() body { background: url(http://imgur.com/kLQPtqy) repeat; } </script>
2. <script type=”text/javascript”> function tb8_makeArray(n){ this.length = n; return this.length; } tb8_messages = new tb8_makeArray(3); tb8_messages0 = ””; tb8_messages1 = ””; tb8_messages2 = ””; tb8_rptType = ‘infinite’; tb8_rptNbr = 5; tb8_speed = 100; tb8_delay = 2000; var tb8_counter=1; var tb8_currMsg=0; var tb8_tekst =””; var tb8_i=0; var tb8_TID = null; function tb8_pisi(){ tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1); document.title = tb8_tekst; tb8_sp=tb8_speed; tb8_i++; if (tb8_i==tb8_messages[tb8_currMsg].length){ tb8_currMsg++; tb8_i=0; tb8_tekst=””;tb8_sp=tb8_delay; } if (tb8_currMsg tb8_messages.length){ if ((tb8_rptType ‘finite’) && (tb8_counter==tb8_rptNbr)){ clearTimeout(tb8_TID); return; } tb8_counter++; tb8_currMsg = 0; } tb8_TID = setTimeout(“tb8_pisi()”, tb8_sp); } tb8_pisi() </script> body { background: url(http://imgur.com/kLQPtqy) repeat; }
isn’t not show up do I need to put the code in a certain spot?
I’m not sure what all that code is, but you got the image URL wrong. The correct URL would be: http://i.imgur.com/kLQPtqy.jpg
Simply log into your dashboard and go to “Customize”, open “Advanced options”, and paste the code into the “Add Custom CSS” box, like so: http://i.imgur.com/KGlXidr.png
Cheers 
Thanks that worked! and how can I change the footer opacity to zero? www.goodmorningcharlie.com
I wanted to make the footer transparent but keep the word and the picture solid
and if I can get that top header where the logo and navigation menu transparent to. That’s all I need.
To make the header and footer transparent, copy the code from this bin into the “Add Custom CSS” box (make sure to copy from the RAW Paste Data): http://pastebin.com/7RM3nPKv
I recommend you change the header positioning to `absolute` as well so it doesn’t mess with the grid.
Hope that helps!
Thank you that worked!
Hi there! Maybe my is a “dummy-question” but…here it is: how can I change the body text size?
Hi there!
I guess you mean the text on the post description/caption of the permalink pages. The safe way to do that without breaking the layout, would be to set the size for the children elements. Go into the advanced options, and on the “Add Custom CSS” box, paste the following:
.portfolio_single .post_content p,
.portfolio_single .post_content ol,
.portfolio_single .post_content ul,
.portfolio_single .post_content blockquote {
font-size: 1.2em;
}
You can set the font size in pixels, ems, or percentage. For example: “21px”, “1.2em” or “120%”.
I hope that helps!
1. Hello, I recently bought the awesome Supple Theme and stumble uppon a tiny trouble loading posts on the tagged section http://plaguesworth.tumblr.com/tagged/fan%20art
I keep getting “Error loading posts” when trying to load more pictures, am using Google Chrome.
This theme is super awesome and can’t wait till I start adding some kickass stuff into it 
Hello there,
Thanks for the purchase and the kind words! Glad to hear you’re enjoying the theme, you have some cool artwork on your site 
The problem with that particular tag is the space between words—an oversight. I already fixed it and submitted the update, hopefully it will be available in a couple of hours. Send me a message using the form on my profile page if you want me to send you the files by email.
Cheers!
That was a pretty quick reply! Ill send you a message, thanks 
Hey, I didn’t get a message from you, but you can download the update directly from TF now. Cheers!
Its all good, I got the patch on the download
Everything is working perfectly now, thanks again.
Hi, thank you so much for the beautiful theme! I have a question about the titles and text on the individual posts. The images are centered, but the text is aligned to the left. On posts with a lot of writing, this isn’t a problem; but on posts with shorter descriptions and titles, it looks unbalanced. Here is an example from my site.
http://tdylanmoore.com/post/80701339718I’ve played around with the code trying to get the text to center with the image, but apparently I’m an idiot, because nothing I’ve tried has worked. Is there an easy fix for this?
You’re welcome! Thank you for your purchase 
I believe the following custom CSS should help:
@media screen and (min-width: 48em) {
.portfolio_single .post_details,
.portfolio_single .post_content,
.portfolio_single .post_meta {
max-width: 49em;
margin: 0 auto;
text-align: center;
}
.permalink_pagination.mobile {
text-align: center;
}
}
Also, you have an error in your custom CSS, with the font family declaration. May be you want to use that font on the body tag, like this?
body {
font-family: 'Libre Baskerville', serif;
}
Best regards,
Sergio
Hi there,
is there a way to manually trigger the lightbox? I would like to add thumbnail on the homepage, when a user clicks on it, it will trigger the lightbox with a video.
Sorry, that isn’t possible. Besides, the lightbox only supports images, not videos. Regards.
Hi there,
is there a way to have 2 breaking points only? Desktop & mobile, due to my design, i dont want my grid to resize until its on mobile. Is it possible?
thanks
Hi there,
It should be possible, but you will have to edit the CSS rules that are exposed on the markup that make the layout responsive.
It really will depend on when (at which viewport width) you decide that the transition from mobile to desktop should happen. Keep in mind that not only the grid changes, most of the main blocks (header, navigation, permalinks, footer) change their layout as well at several breakpoints.
If you have installed the latest version of the theme (1.3.0), the theme CSS begins at around line 530. You will have to look for all the rules inside @media queries and consolidate them into only two, or perhaps one, default styles for mobile, one media query for desktops, removing duplicate rules, depending on your needs. If you know your CSS it shouldn’t be too difficult.
If you need to have this done for you, it would be a paid customization job. You can contact any freelance developer, or drop me an email using the form on my profile if you want to pursue this. Don’t forget to include a link to your site and explain in detail what you need.
All the best,
thank you, i will update the css code
No problem. Cheers.
Hi PixelMoxie!
How can I change the “Showing posts tagged (tag)” by just the name of the tag?
Btw, the theme is just awesome! 
And another one, It’s possible to remove the buttons “newer/older post” of the post and leave only the arrows?
Thanks.
Hi Nexz!
Thanks for the kind words 
First of all, if you aren’t using the latest version of the theme (v1.3.0), I recommend you download the latest file and update.
1) To show only the name of the tag on “tagged” pages, click “Edit HTML” on the customizer and go to line 1308; should look like this:
<div class="inner"><p>{lang:Showing posts tagged Tag 2}</p></div>
Change that line to:
<div class="inner"><p><strong>{Tag}</strong></p></div>
2) Edit the options Pagination Prev Post Label and Pagination Next Post Label, removing the text and entering the code for the arrows: → and ←
If you find the arrows too small, you can add some custom CSS to alter the font-size and padding (Advanced options > Add Custom CSS):
.permalink_pagination--mobile a {
font-size: 21px;
padding: 0.42em 1em;
}
I hope that helps!
Works perfect!
Another question: It’s possible to put those buttons (? and ?) centered on the page?
Sure, your Custom CSS should look like this then:
.portfolio_single .post_meta {
width: 100%;
margin-left: 0;
margin-right: 0;
}
.permalink_pagination--mobile {
text-align: center;
}
.permalink_pagination--mobile a {
font-size: 21px;
padding: 0.42em 1em;
}
Cheers!
Hey there! I love the theme so much.
You guys really know how to make us designers look good. (I was really torn between purchasing Supple and Umo- it was a hard choice! I still may purchase Umo in the future for an additional project.)
I just have a couple minor questions that I hope you can help me with.
1.) Is there a way for me to edit the coding so the ‘About Me’ text wraps around my avatar/profile picture in the ‘About Me’ section?
2.) How do I make the horizontal rule/accent above the social media links stretch 100% across the page?
3.) Is there a way to alter the opacity of the arrows and the text boxes that hover over the slideshow in the header? (I want the content- the arrows themselves and the text- visible/opaque but the boxes that they are in to be kinda faded or transparent.)
Thank you again for the beautiful themes.
And thank you for reading this and any advice you may have to point me in the right direction. 
Hello there!
Thanks for the very kind words 
1) I guess your avatar image has a non-rectangular shape and you want the text to wrap around it. I’m afraid that isn’t possible. Let me know if you meant something else.
2) If you want to make it look as if the footer spans the whole width of the browser window, you need to add some custom CSS.
3) I think it’s possible using RGBA values for the background colors (that’s like regular RGB colors but with opacity).
The code to make this changes will depend on the customizations you made, colors you chose, etc. Send me an email using the form on my profile page, and I’ll point you on the right direction.
Don’t forget to include a link to your site!
This is an A-M-A-Z-I-N-G theme. I’m totally in love with it. I only have a little question. Have you think about make a 500px Widget like flickr or instagram?
Thank you sooooo much!
Hi there,
Thanks for the your purchase. I’m happy you’re enjoying the theme!
Last time I checked 500px didn’t have a public API, so that wasn’t possible, but I will take another look.
Cheers,
Sergio
Hi again!
I have a new question 
I changed my video links from Youtube to Vimeo recently, and now take long to load the posts and vimeo previews do not appear (just the color) when youtube ones does. Any suggestions?
www.laurardelamo.com
Thank you!!
Hi Laura, hope all is well!
You’re using Supple v1.2, and there was a slight change with Vimeo embeds recently that broke the code that fetches video thumbnails. Version 1.3 of the theme fixes this and introduces many other improvements, so please download the new files (from your “Downloads” tab) and update the theme. Just repeat the same steps outlined for installation.
Please let me know if that helps!
Sergio
Yeeeey!! I downloaded it, but I forgot to install. It’s perfect now.
And a gift… http://developers.500px.com/ 
Thank you!!
Thank you, I’ll look into it 
Hello, I have just purchased this theme and love it so far! I am currently in the process of updating our Tumblr page to this theme; however, I do not want it to go live until I have it perfect.
I am having a bit of trouble, and am hoping that you would be able to assist me, as I would like to be able to change the width of my images. Many of the vertical photos that I have posted are only showing the center of the image, so its practically unviewable. Our Tumblr page is allthatscosplay.tumbr.com It has a different theme currently, but you may see why the entire image is important for us.
I have changed the Height Percentage, but am still having trouble with the width. If there is a way to change this in the coding, I would very much appreciate your help.
Thank you!
Hello there,
Thanks for your purchase!
I’m not sure what you mean by changing the width. As all thumbnails need to be the same size, unless your images have all the same proportions, some of them are not going to show fully, no matter what.
If you want to display portrait images better, you might increase the thumbnail height percentage, but then landscape images will be cut off at the sides. This is just how it works, because the images need to fill the entire thumbnail area, no matter their proportions.
I hope all this makes sense. If you need all the images to be fully visible on the homepage, then you’ll need a theme with thumbnails of variable height, possibly a masonry layout.
By the way, your site allthatscosplay is being flagged as malware by my AV so I can’t see it. It’s probably nothing, but you should look into it anyway.
Kind regards,
Sergio
Sorry, there was a typo on the address you pasted, so I was able to access your site. But if I go to “allthatscosplay.tumbr.com” I get a warning.
Hi! i’m interested in getting this theme for showcasing and business purposes.
I notice that a heart icon will appear on the corner when one hovers over the thumbnail, is that a like button? May i know where is the reblog button?
Does this theme support e-commerce?
Let me know!
Thanks! 
Hi!
Yes, that’s a “like” button, and it’s only optional. A “reblog” button can also be displayed by its side, it’s just now shown on the demo.
Not sure what kind of e-commerce support you expect from Tumblr theme. You could paste the code to display a PayPal “buy” button on each post description, or something along those lines. The theme is mainly intended for showcase, what you get is what you see on the demos.
Cheers!
Ahh i see, thanks so much for answering my question! 
You’re welcome 
Hello!! I sent an email to you with a question. I also sent the address of my portfolio.
I just want my header to be always in the same place without resizing the background image. (Slide1) Everytime I resize the window my top design changes and I dont like that, even if this is the best way to fit all resolution sizes, What I want is put a simple image with my logo on top of the portfolio. I made the header transparent and uploaded the background image in “slide 1”. Is there another way to do that?
Maybe the solution is set a background image to the menu instead of upload in slide. I really don’t know. In your exemple the menu have a solid blue color.
Thanks for your help, Cheers, Ricardo
Hi Ricardo,
I have replied to your email, cheers!
Sergio
Hello! First of all, I’m loving the theme! The only problem I have is that even with “Prevent Image Upscaling” the images in photosets are always upscaled. How can I fix it? Thank you
Hi there,
Glad to hear you’re enjoying the theme!
“Prevent Image Upscaling” currently works for single images only because photosets don’t look too good with that option on.
If you’re using photoset gris (no slider), you can arrange your images on the dashboard so they appear side by side if they’re too small. Or you can go to “Advanced options > Add custom CSS” and paste the following CSS snippet (copy the RAW Paste Data):
Let me know if that helped!
Cheers,
Sergio