Links to download the theme codes
The website I use to host the codes seem to be down.
You can find all the theme codes below (just search the theme number) :
http://pastebin.com/u/Ambitionthemes
almost home
DEAR READER
Keni
Aqua Utopia|海の底で記憶を紡ぐ
No title available

Origami Around
AnasAbdin
TVSTRANGERTHINGS

❣ Chile in a Photography ❣
wallacepolsom

Janaina Medeiros

No title available

shark vs the universe
d e v o n

⁂
Game of Thrones Daily

JVL
Sade Olutola
One Nice Bug Per Day
we're not kids anymore.

seen from United Kingdom
seen from United States

seen from Argentina

seen from India
seen from United States
seen from United States

seen from United States
seen from Malaysia
seen from Brazil

seen from Norway

seen from United Kingdom
seen from United States

seen from United Kingdom
seen from United States
seen from Canada
seen from Germany

seen from Germany

seen from United Kingdom

seen from United States
seen from Argentina
@ambitionthemes
Links to download the theme codes
The website I use to host the codes seem to be down.
You can find all the theme codes below (just search the theme number) :
http://pastebin.com/u/Ambitionthemes
your themes are gorgeous, never stop making them! ♥
Thank you so much!
Links to download the theme codes
The website I use to host the codes seem to be down.
You can find all the theme codes below (just search the theme number) :
http://pastebin.com/u/Ambitionthemes
Little reminder
Even if you edit a lot one of my theme, it doesn't give you the right to erase the credits. I've seen some of really good edits/adds, but my themes were not meant to be base themes at first, so leave the credits at least in your faq if it's not on your front page.
Thanks everyone.
you really create good themes, seriously. :)
Thank you so much ! I realllly appreciate it !
Theme Number 19 : Sidney
Features :
1 column
Home, ask, archive, theme links
Your blog title (no description)
Back to top button
Easy edit without HTML :
Your own blog title
Background pattern or color
Header background pattern or color
Header position fixed or not
A lot of customizable colors
Up to 4 custom links
Show tags under posts or not
Live Preview
1 column : Code (Wait a few seconds then click Skip in the top right corner) 2 columns : Code (Wait a few seconds then click Skip in the top right corner)
Color Palettes
Useful to customize your theme colors.
More ? "Read more" !
2014
I wish everyone a wonderful year !
Source
Found them on A Place For Art
They are not mine!
Found them on A Place For Art
They are not mine!
Theme number 16
Features :
1/2/3 columns
Home, ask, submit, archive, theme links
Your blog title and your description
Back to top button
Easy edit without HTML :
9 customizable colors
Background color or Background image
Upload your icon
Font, font size, line height
Up to 6 custom links
Infinite scroll or not
Live Preview & Code
Theme number 1
Features :
3 columns
6 links - add or remove some !
Your blog title and your description
Back to top button
Easy edit without HTML :
Blog Title Color
Background color or Image color
Link color
Hover color
Up to 6 custom links
Live preview & Code
Theme 1 got a little make-over
I cleaned overall glitches (like button not working, image size too big,...) + added three new options :
show post border or not
show caption for photos or not
show caption for photosets or not
Theme 14 looking messed up, quick HTML fix
Search this :
<a href=”{Permalink}”>{NoteCount} notes</a> - <a href=”{reblogurl}”>reblog</a></div>{/block:Indexpage}</div>{/block:Indexpage} {/block:Photoset}
Delete the bolded part (</div>{/block:Indexpage})
This might also apply to other themes. Try this quick fix if your posts are all messed up (not showing fine in columns and all).
Theme 14 looking messed up, quick HTML fix
Search this :
<a href="{Permalink}">{NoteCount} notes</a> - <a href="{reblogurl}">reblog</a></div>{/block:Indexpage}</div>{/block:Indexpage} {/block:Photoset}
Delete the bolded part (</div>{/block:Indexpage})
Quick fix for content that loads on the left before glitching to the center
Make sure that :
#contain has the line position: static;
#content has the line position: relative;
Quick fix for pictures glitches
For posts where the pictures exceed the post width, you can make a quick fix in your HTML codes.
Search .entry img{ and change max-width: (250/400/500)px; to max-width: 100%