- Latest version: 1.1.0
- Price: Free
- SHA-256: 14d8fe35e0a1dd18db1ecbad3a3f7982e60649ae63f63d2faa6bffabe97dd7a5
Satisfy is a rich, responsive and customizable WordPress theme. It's built using html5 and bootstrap with a modern design that's both desktop and mobile friendly, and supports all modern browsers and even older ie versions. The themes focus is mainly for blogs but it's also ideal for static, business and other types of sites and is quite easy to set up. It includes 2 new widgets and 3 page templates and when it comes to customization options Satisfy offers plenty. Color options, fonts, icons, featured images, full width headers and much more!
There is a premium version of Satisfy available. Find out more at Satisfy Premium.
Modern & responsive
Satisfy is a theme with a modern and responsive design. Responsive meaning it looks good on all types of devices from small mobile phones to tablets, laptops, desktops and to big TV screens. It also works in all modern browsers and at the moment all the way down to internet explorer version 9.
Header images
With satisfy you can have big header images for your home page, posts and pages. It uses your featured images so you can have different images for the posts and pages of your choice.
Customization options
One of the themes strengths is all its customization options. Everything from colors, fonts, icons, featured images, layout to menus and many more things can be customized to make your site look just the way you want!
Widgets
Satisfy includes two widgets you can use. Latest posts with thumbnail images, and a simple image widget. It also enables widgets to be displayed in your sidebar, on your front page and in your footer which can have up to 3 columns.
Translation ready
The theme is 100% translation ready. All static content can be translated into your sites language. More information on how this exactly is done can be found in the themes admin info page. It's also possible to make Satisfy multilingual.
Learn more and download
The theme is open source (https://github.com/webbjocke/satisfy) and is available for free for everyone who uses WordPress as their platform. More about the theme and download link can be found at https://wordpress.org/themes/satisfy.
I am loving the Satisfy Theme, but I have a page where when I try to show preview of changes to a page, the changes no longer show up—it still shows the page several revisions ago. Is there a way to make the most recent changes show up?
Hi there,
I was wondering, is it possible to change the height of the social media footer for the satisfy free theme?
Thnx!!
Dave
Hello,
I like this theme a lot but would like to have parallax image in header and footer. Can you help?
Thanks
Abhinav
Hi Satisfy doesn't support parallax images by default since it doesn't render so well in some web browsers for the moment (ie & edge of course). Mobile support isn't really that great either, but if you add the CSS below to your site it should work in most browsers, and exclude most mobile devices where it instead will fall back to the normal "non parallax" images.
@media (min-device-width: 1025px) {
.cover-img {
background-attachment: fixed;
}
}
Hi! Thank you for the Satisfy Theme, I really like it.
I was wondering : is it possible to display a dropdown sub menu?
Hi glad to hear so!
Hm no Satisfy doesn't support that for the moment, but is perhaps something that could be added in the future! For now you could try this plugin and enable it for the "primary menu": https://wordpress.org/plugins/megamenu/. To make it match the theme go to its settings page and change the colors to match the header, and set the "menu height" option to 55px. The plugin is a bit advanced though so could take a little while to set up.
Hi! I tried the plugin Mega Menu, it perfectly works with the theme.
Thank you so much! :D
Hey.
How do I add custom fonts to the theme?
/Thomas
Hi if you don't mind using a plugin this one works for both custom and google fonts: https://wordpress.org/plugins/font-organizer/. It doesn't work for some headings though, but if you add this CSS to your site it will:
a, caption {
font-family: inherit !important;
}
Thank you!
Hey, LOVE your wordpress theme. Thank you so much. Just wondering. Is it possible to change the width of the side bar?
Hi glad you like it! Yes it can be changed by adding the following CSS to your site. Just change the "50%" to whatever sizes you want (they should add up to 100%).
@media (min-width: 992px) {
#primary-content {
width: 50%;
}
#primary-sidebar {
width: 50%;
}
}
Many thanks for the theme.
My website www.hrferdian.com has been use the Satisfy Theme (free).
Can you help me, how to add social icon to the static (fixed) header?
Thanks Regard,
Hr.Ferdian
Hi! You could give this plugin a try: https://wordpress.org/plugins/menu-icons/. It got lots of social icons to choose from and works well with Satisfy.
How's things?, on occasion I see a 404 website message when I arrive at this page. Just a heads up, regards
Hi that's pretty weird. Recently the site has received a couple updates so it could perhaps be because of that. But I'd better have a look if there's some bug or server misconfiguration going on. Thanks for the heads up!