If you are searching Masala – A Responsive WordPress Blog Theme for free download, nulled and updated on 18 March 17 you can download from our website for free. Masala – A Responsive WordPress Blog Theme is one of most popular wordpress templates from News, Magazine and Blog category in the last 30 days by our internal search.
Download Masala – A Responsive WordPress Blog Theme for free
Below this text you will find link to download nulled Masala – A Responsive WordPress Blog Theme wordpress theme for free, just click on the link and save on your desktop, unzip and upload on your website. Process is simple. Our wordpress templates are not locked, you will not need pasword to use Masala – A Responsive WordPress Blog Theme WordPress template.
Masala – A Responsive WordPress Blog Theme Nulled [Latest Version]
Instead of paying for $27 to Freelancer-Rubel and giving 50% of their earnings to Envato. We are giving you for free Masala – A Responsive WordPress Blog Theme working latest version.
About Masala – A Responsive WordPress Blog Theme
Masala is a modern, simple and clean Blogger, Magazine premium WordPress Blog theme with an emphasis on powerful options and typography. The arrangements will gladness user to read the content. Masala is responsive Blog layouts, all the way flexible to mobile layouts, Posts, Images, videos and text will best balance gracefully to iPad, iPhone and all devices in-between. This Blog theme aspect of just as celebrated in your pocket as it does on the desktop!
As a bonus this Blog… Read More
padma_mvs
HI Can we change the colours of the theme for the above template
Freelancer-Rubel Author
yes
tjasakrivec
Hi, does this theme has an page option for “Team members”.
Freelancer-Rubel Author
No, bro but there are lot of free plugin to make a team member page.
Elcidofaguy
Great theme!
Just in case anyone wants to change the red mobile menu icon to be the same size (width) as the search icon – then recommend that you use a child theme setup with stylesheet containing the following:
.toggleMenu:after { width: 50px; height: 50px; }
Freelancer-Rubel Author
Thanks
Elcidofaguy
HTTPS (SSL) Issue and how to resolve – I noticed when setting up my site for SSL that there is a mixed content issue which removes the padlock to be shown on web browsers. The way I fixed that was to change the external blogspot http references to https within the style.css file e.g. background: url. With that in mind I highly recommend that the next release/update of this theme fixes that issue with either amended the urls to https or for those images to be installed/referenced locally to the theme.
Freelancer-Rubel Author
Blogspot or WordPress I see that u commented on WordPress
Elcidofaguy
Its the Wordpress Theme for Masala.In style.css which has these references e.g.
background: url(“http://1.bp.blogspot.com/-9xuKfJY89tw/Uv5mJoHYKuI/AAAAAAAABJI/-PCU0p7LKGM/s1600/catagories.png”) no-repeat scroll 0 0 transparent;
which I changed too:
background: url(“https://1.bp.blogspot.com/-9xuKfJY89tw/Uv5mJoHYKuI/AAAAAAAABJI/-PCU0p7LKGM/s1600/catagories.png”) no-repeat scroll 0 0 transparent;
There’s roughly 12 occurrences which I needed to change in order for the ssl padlock to be shown and removing the mixed content error on browsers.
On my part I put these changes into my child theme style.css.
Its a great theme and as such I recommend that these changes are implemented for folks whom want to use it with ssl.
I hope that helps!
Freelancer-Rubel Author
ok Thanks