Avatar

00111011

@neothm / neothm.com

[SEND YOUR MESSAGES FROM THE BLOG] themes, pages, and very intense discussions brought to you by @mtrics
Avatar
reblogged
Avatar
magnusthemes

Theme Reviews

@theme makers, if anyone is interested in my thoughts on your themes/codes, feel free to PM me your URL :)

I’ll respond privately with my thoughts on the following:

Your theme blog

  • Layout (my thoughts on your blog’s theme! see below)
  • Navigation & organisation (is your blog easy to navigate?)
  • Help desk (is your FAQ informative and helpful?)
  • Reblogged content (are the things you reblog helpful?)

Your themes/pages

  • Originality/creativity
  • Ease of usage (is it easy to use? is it a practical theme?)
  • Aesthetic appeal (do I like how it looks?)
  • Functionality (does the theme work well? are there broken features?)
  • Coding (code organisation, div naming, is it easy to read?)

as well as overall thoughts/summary and suggestions for improvement (if any).

If you just want me to review a particular theme, that’s also fine! Please bear in mind that all this will just be my personal opinion, take it with a pinch of salt haha

Avatar
Anonymous asked:

Neo! What's your opinion on Japanese web designs?

Never heard of it! :) I personally don’t believe you can identify websites’ designs by the country they’ve been coded in or the language they’ve been developed for; I’m more of the “one feel per era” doctrine kind of girl.

But if you’ve got good content to show me, I’m all yours! Send it in!

Avatar
Anonymous asked:

hi! i'm using unnest and currently trying very very hard to get it to work with infinite scrolling, but failing miserably. where should i add the new elements variable? i couldn't find a similar question anywhere. thank you!! :)

Hi, as said on the plugin’s post, all you need to do to make it work with infinite scroll is using the plugin’s callback. Like so:

$(’CONTAINER’).infinitescroll({ [OPTIONS]}, function( newElements ) {   var $newElems = $( newElements ).css({ opacity: 0 });   $newElems.unnest();   $newElems.animate({ opacity: 1 });});

Avatar
Anonymous asked:

Hi~ About un-nest: when loading a blog the blockquote borders will still show at first (1 sec or so) and only disappear after. Is there any way this method can set in place right away?

Hey! :) that sounds like it’s your internet connection being slow. Try putting all your scripts to the section of your theme. Remember to place all your scripts init calls between $(function(){ and });Like so:

$(function(){ $('article').unnest({       <b><i> [OPTIONS]   });});

Avatar
Anonymous asked:

Hi Neo! I've been trying to use your un-nest caption script, which is awesome but it seems to only work for me on photoset posts. I use the PXU photoset script which I always use first and then I put your script in after and it only seems to trigger/work on photosets and not regular photos. I've tried to do it different ways and the script source is the updated version. I tried using without PXU and it still won't work. Do you know what I'm doing wrong?

Hey! 

From the sound of it, you’re more or less using something like this: 

$('.photo-slideshow').pxuPhotoset({   OPTIONS}).unnest({   OPTIONS});

I can’t be sure and I can’t guess what you’ve put in your code, so all I can do is show you the correct syntax for both of the scripts inits: 

$('.photo-slideshow').pxuPhotoset({   OPTIONS});$('article').unnest({ OPTIONS});

Make sure to change ‘article’ to your actual post selector, like .posts or .articles or .post, ...

If you still have more trouble, do right click on your page > view source, select all + copy, then paste your source code into freetexthost. Send me the generated link (indicating it’s a follow-up to this question of course) without forgetting to change the “http://freetexthost.com/” part of the URL to just “FTH”  

Have a nice day :)

Avatar
reblogged
Avatar
ninpen

G E M S  all in one theme

Rose Quartz [  preview - download theme ]

Amethyst [ preview - download theme ]

Garnet [ preview(sapphire) preview(ruby) - download theme ]

Pearl  [ preview - download theme ]

  • This theme/ page comes with a theme, blogroll, and an about tab to add links and tags
  • Number of customizable links (on sidebar) will depend on the crystal. (i.e. Rose quartz has 6 shapes inside the gem, 3 of them are customizable (excluding the home, ask, archive links) Amethyst has 7 shapes inside of the gem, and 4 of them are customizable excluding home, archive and ask links etc)
  • 95% of the info in the about tab has to be manually entered. (Blogs, updates, tags) I have provided info on how to do so in the theme, please just look for it. 
  • You have to input tag links & blog redirect yourself (in about)
  • In order for all the colors in the gems to show, you have to add links to every color section (in the gem) - pearl is the only theme that does not have customizable links for the gem
  • The small gem (the outline) color cannot be changed unless you have photoshop/illustrator knowledge
  • WallpaperBG Option is for backgrounds that stretch the entire page. If your background is this, you have to select this option 
  • In order for the extra links in the about tab to show, you have to select the option
  • Garnet comes with the option of 2 different gems (Ruby or Sapphire, you have to choose which gem you like (it’s going to be in the options) you need to choose one or neither gem will appear)
  • For Garnet gem (Ruby gem color in customize tab (gem color 1-5)) (Sapphire gem color in customize tab (gem color 6-9))

If there are any bugs please let me know

Avatar
reblogged
Avatar
neothm

An anonymous and quick (est. 5 to 10 minutes) survey which purpose is to better understand users’ needs and wishes in order to propose better content! Everyone can enter! Wow!

For who?

For everyone! Statistics (of your answers) will be released publicly so that every theme makers out there can access a better understanding of their users! Such neat!

How to participate?

Either on my blog at this address, or directly on google form, there! Very cool!

If you’re interested, please share this post! Help spread the word: the more data we collect, the better we can fulfil your wildest desires.

The charts update in real time with the answers we receive! Thank you to everyone who participated, and to all the theme-makers out there who will use this data for a greater purpose.

Avatar

An anonymous and quick (est. 5 to 10 minutes) survey which purpose is to better understand users’ needs and wishes in order to propose better content! Everyone can enter! Wow!

For who?

For everyone! Statistics (of your answers) will be released publicly so that every theme makers out there can access a better understanding of their users! Such neat!

How to participate?

Either on my blog at this address, or directly on google form, there! Very cool!

If you’re interested, please share this post! Help spread the word: the more data we collect, the better we can fulfil your wildest desires.

Avatar
Anonymous asked:

yout themes are always sooo good omg. i can't find themes other than yours with big serif font, they look classy

I won’t lie, I’m kind of glad you can’t find many themes looking like mine! 😂 Thank you so much ♡♡

Avatar
Anonymous asked:

hello!! i'm sorry but i've been having trouble with your un-nesting code, i made sure i had the updated one, i looked at other themes that used it to see how they implemented it, and i tried the stuff mentioned in the tag for it but it just isn't working! nothing changes when i put in the script, even when it's labeled with the correct class from my theme. help??

I’m sorry dear, at this point I really can’t help you without taking a peak at your code :( 

If you don’t want to come off anon, right click on your page > view source then ctrl/cmd+a, ctrl/cmd+c and paste it all in a freetexthost paste. Send me the link but remember to replace “http://freetexthost.com/” in the URL by just “FTH” so that tumblr doesn’t automatically filter it out! If I don’t answer you in 48h after you sent it, send the link again!

Avatar
Anonymous asked:

hi! for your latest theme rails, are the links supposed to have a close button? bc in the code it says it does but on the preview it doesnt show any or can i just not see it

Hello! I updated the theme, I hope that fixes it for you because I wasn’t able to recreate the issue :/

Avatar

THEME #18 RAILS by neothm └   preview & features   |   download: pastebin, freetexthost

  • A list/portfolio-like theme focusing on HQ pictures, fitting both light and dark color schemes.
  • Options include: Media’s width, square posts, social networks links, text truncating and more.
  • Like or reblog if you consider using this theme.

Make sure to check out @kconet for more k-pop themes!

Avatar
Anonymous asked:

hello! i'm sorry to bother you. could you explain a little further about how to use the un-nest code? it's there something we should add to the html? i've been trying to use it but it doesn't seem to work.

Hi! Have you checked this answer?  

Make sure your selectors are correct too — by default, we target a div called “.caption” in the script. If your {Caption} tag is wrapped by a div called “.cap” or “.body”, be sure to change the “yourCaption” option. Same goes to the selector you apply the plugin to — I use

in my themes, but if you use a div .posts, make sure to call $(’.posts’).unnest(); rather than $(’article’)!

You are using an unsupported browser and things might not work as intended. Please make sure you're using the latest version of Chrome, Firefox, Safari, or Edge.