.

credits used on the glenthemes front page:

special thanks
glenthemes logo
julieoolie_ (commissioned in 2018)
layout inspiration
dashboard concept by MindInventory UI/UX
background pattern
coding credits
modern dashboard-style captions base code
photosets
css photosets by @annasthms & @eggdesign
change .gifv to .gif
responsive videos & iframes
remove tumblr link redirects
@magnusthemes — [ part 1, part 2 ]
minimal soundcloud player
instagram-style timestamps
timeAgo() plugin by @bychloethemes
fonts
body font(s)
Google Fonts — Karla, Inter, Rubik, Libre Franklin, Manrope, Public Sans, Open Sans, Poppins, Quantico
heading font(s)
Google Fonts — Crimson Text, Amiri
Agrandir Text Bold by Pangram Pangram
SVG Icons
Icons by Freepik
green house, graphic design, help, tools, favorite, fish, coffee, copyright, heart bubble, heart (like button), repeat (reblog button), timetable (date / permalink), magnifying glass
pushpin, download, hash, chevrons-left, chevrons-right
liked, reblogged, + reblog with commentary icon shown in post notes
heart (liked) icon by Vitaly Gorbachev
shuffle (reblogged) icon by Kiranshastry
chat (commentary) icon by Pixel perfect
post type indicator icons
image (photo post) icon by sirp
writing (text post) icon by Freepik
chat bubble (chat post) icon by Freepik
headphones (audio post) icon by Prosymbols
film roll (video post) icon by Freepik
export (npf link) icon by Gregor Cresnar
www (link post) icon by Pixel perfect
chat box (quote post) icon by Freepik
help (answer post) icon by Freepik
audio post play + pause
terms of use dropdowns
plus icon by Freepik
minus icon by Becris
wait, there's *more*?

It's super important to credit any resources I use, no matter how 'small'. Every resource or tutorial has been someone's hard work, and I try to credit, link, and mention those people whenever I can. The credits linked in this popup box are only resources I've used on the glenthemes main page. For a more detailed credits list, visit: glenthemes.tumblr.com/credits. For a list of credits I've used in a particular theme, you can find them linked in that theme's post.

glenthemes
Welcome to glenthemes! I'm HT, 26, a self-proclaimed web developer who makes Tumblr themes, about pages, blog accessories and more! I sometimes write tutorials and scripts in attempt to improve everyone's Tumblr experience. I don't have a schedule so releases and updates will be sporadic. Thank you for visiting!
( ˘ α΅•Λ˜(Λ˜α΅• ˘ )β™‘
2015–2024  β€’  t*mblr
terms of use:
1.
Do not remove the credit.
In some cases I may let you move the credit somewhere else, but please contact me before doing so!
2.
Do not repost/redistribute my work.
Please reblog the original post instead!
3.
Do not copy or steal my codes.
Whilst you're free to study how I made certain things, do not take parts of my code and claim them as your own︎. Feel free to check out my #learning tag to get started.
4.
Do not use my work as a base code.
My themes and pages are finished works, please respect them as such! You can find curated base codes here to learn & work from.
5.
Do not mix my works together.
Do not combine two different works together, whether if they're mine or with someone else's. This includes turning a theme into an about page, or vice versa. You're welcome to send me a suggestion if you want to see it happen!
Non-professional profile picture depicting Sephiroth
new message to @ everyone
Aug 10th 2024 at 23:46 GMT-7
Glenthemes is checking their Tumblr inbox more often, but still prefers resolving theme bugs and questions over Discord as it's easier to provide code support there! Κšβ‚α’. .α’β‚ŽΙž
blog est.
July 16th 2015
affiliates
Glenthemes banner, including their logo, name, the tagline β€œDesigner, developer, & occasional artist”, and their social media handles for Tumblr, Instagram, and Twitter.
NPF (mobile) photoset fix by glenthemes  NEW! Version 3.0 is now here!   Photos posted via the Tumblr app turn into text posts (NPF format). If you are using the old unedited (legacy Tumblr blockquote captions) in your theme, you may notice that the...
NPF (mobile) photoset fix by glenthemes  NEW! Version 3.0 is now here!   Photos posted via the Tumblr app turn into text posts (NPF format). If you are using the old unedited (legacy Tumblr blockquote captions) in your theme, you may notice that the...

NPF (mobile) photoset fix by glenthemes

NEW! Version 3.0 is now here!

Photos posted via the Tumblr app turn into text posts (NPF format). If you are using the old unedited (legacy Tumblr blockquote captions) in your theme, you may notice that the images overlap the blockquote border and extend beyond the post width. What this fix can do:

  • turns NPF photosets back to photo posts if they were meant to look like one [example]
  • removes the blockquote border on photosets
  • fixes image stretching and size inconsistency
  • custom image spacing, without ruining the post width

Installation & more info below.


⚠️ A few things before we begin:
  • if you are already using one of my themes, you do not need to install this fix. just reinstall your theme from my pastebin and it will be there :)
  • if you are using my old npf fix, you must remove those old codes before installing this new one
  • this does not work with themes with infinite scroll

🛠️ How to install:

Check if there is an existing jQuery library in your code. Try searching for ajax.googleapis.com/ajax/libs/jquery

If you don’t have jQuery, add this line after <head>

<script src="//ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>

Directly under it, add:

<!--
       NPF IMAGES READJUSTMENT | @glenthemes
       v2.0 [last updated: 2021-06-03]
-->
<link href="//glen-npf.gitlab.io/v2/npf-override.css" rel="stylesheet">
<script src="//glen-npf.gitlab.io/v2/npf-evenize.js"></script>

<style type="text/css">
:root {
    --NPF-Image-Spacing:4px;
    --NPF-Bottom-Gap-From-Captions:1em;
}
</style>

Next, search for {block:Posts}

On the next line or so, there should be something like this:

<div class="posts">

At the end of the line, add post-type="{PostType}" so that it looks like:

<div class="posts" post-type="{PostType}">

To edit the spacing, search for :root and you can change these values:

image

⚠️ Please note:

As of 2021/03/01, this fix now supports both old and modern dashboard captions, and should work as intended. However, if you have (for example) a permalink bar at the top of the posts, you may see that your photoset exists before that bar. To make the permalink bar be at the start of the posts, insert the following code after the npf-evenize.js line:

<script>
$(document).ready(function(){
    $(".has-npf").each(function(){
        var npf1st = $(this).find(".photo_origin").eq(0);
        npf1st.insertAfter(npf1st.parent().find(".DIVNAMEHERE"));
    });
});
</script>

Change .DIVNAMEHERE to the div name of your permalink bar.
If nothing changes, feel free to contact me and I can take a look for you!


Thanks for reading! Hope this helps you out, whether if you’re a Tumblr user or a theme-maker. If you run into problems, contact me on discord 💗

426 notes

  1. astarfires reblogged this from glenthemes
  2. itwasmagic reblogged this from glenthemes
  3. mollystestblog reblogged this from glenthemes
  4. barrenrefs reblogged this from southcodes
  5. riddlebot reblogged this from magnusthemes
  6. 444thms reblogged this from southcodes
  7. robin-buckely reblogged this from wrightedgar
  8. motogp2001 reblogged this from dauns
  9. dauns reblogged this from q8q
  10. q8q reblogged this from glenthemes
  11. royalsims-ccfinds reblogged this from glenthemes
  12. sinclair-solutions reblogged this from decodad
  13. glenthemes posted this
glenthemes