If you are searching Pressman – Minimal WordPress Blog Theme for free download, nulled and updated on 10 January 16 you can download from our website for free. Pressman – Minimal 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 Pressman – Minimal WordPress Blog Theme for free
Below this text you will find link to download nulled Pressman – Minimal 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 Pressman – Minimal WordPress Blog Theme WordPress template.
Pressman – Minimal WordPress Blog Theme Nulled [Latest Version]
Instead of paying for $39 to thebearthemes and giving 50% of their earnings to Envato. We are giving you for free Pressman – Minimal WordPress Blog Theme working latest version.
About Pressman – Minimal WordPress Blog Theme
Pressman is a Minimal WordPress Blog theme with lot of Features. Theme designed for simple use but has great potential for customization. Ideal for personal blog focused on content.
Features:
- Responsive Design
- Retina Display Ready
- 2 Different Blog Layouts
- Classic Blog Layout
- Masonry Layout
- 9 Supported WordPress Post Formats
- Standard Format
- Aside
mbdt
Hello,
Is it possible to play a GIF as the post image on the home page, and as the featured image. That would be really awesome!
dt
thebearthemes Author
Hi, sorry for late reply
It’s a great idea, but unfortunately current version of the theme is not supported animated gif as featured images.
You can try use one of next plugins: http://wordpress.org/plugins/autoset-featured-image/ https://wordpress.org/plugins/automatic-featured-image-posts/ These plugins automatically use first image in post as features and also allows do it with animated gifs.Of course this is not an elegant solution, so we will add this feature in the next update.
Kind regards!
Aquarionics
Heya, love your theme, but when I enable Retina images, I start getting 404s to a retina.js which isn’t in the folder?
thebearthemes Author
Hi!
Sorry for this bug. this file will likely be lost in the assembly of the current version. We will release new version ASAP. Thank you for your understanding.
Kind regards!
thereverend801
I’m having a challenge with my uploaded logo. I’m trying to use a .png file and it either comes out incredibly pixelated if I reduce it to the 63 pixel height or if I upload something larger, it squishes it horizontally and looks really pixelated on an iPhone and iPad. Can you help me out? I’m pretty novice at this stuff so I apologize if this is a total rookie question. Thanks for the theme… I really like it otherwise.
thebearthemes Author
Hi!
“Max height 63px” is recommendation. For retina displays is will be better use double size picture then go to Theme Options > Custom CSS and set
.logo { height: 63px; } You can set 63px or any other value.Feel free to ask any question!
Kind regards!
mbdt
Hi bearthemes, for audio / soundcloud posts on the homepage, is it possible to just show the soundcloud player and NOT the extra module with the post title?
thebearthemes Author
Hi,
Unfortunately this impossible in this version of the theme, But we will include such setting in next update
Kind regards!
mbdt
Ok cool! Thank you
mariolettera
Hi, great job with this template!
I have some problem while trying to create a child version of the theme. The upload works correctly, but there is an issue with galleries and many other things.
I’m using this code for the child theme:
@import url(”../pressman/style.css”);
And those are the issues with the gallery:
http://www.xxxxx.it/xxxxx/wp-content/themes/pressman-child/inc/css/magnific-popup.css?ver=4.3.1 Failed to load resource: the server responded with a status of 404 (Not Found) http://www.xxxxx.it/xxxxx/wp-content/themes/pressman-child/media-queries.css?ver=0.1 Failed to load resource: the server responded with a status of 404 (Not Found) http://www.xxxxx.it/xxxxx/wp-content/themes/pressman-child/inc/css/font-awesome.css?ver=4.3.1 Failed to load resource: the server responded with a status of 404 (Not Found) http://www.xxxxx.it/xxxxx/wp-content/themes/pressman-child/inc/css/owl.carousel.css?ver=4.3.1 Failed to load resource: the server responded with a status of 404 (Not Found) http://www.xxxxx.it/xxxxx/wp-content/themes/pressman-child/inc/css/flexslider.css?ver=4.3.1 Failed to load resource: the server responded with a status of 404 (Not Found) http://www.xxxxx.it/xxxxx/wp-content/themes/pressman-child/inc/css/perfect-scrollbar.min.css?ver=4.3.1 Failed to load resource: the server responded with a status of 404 (Not Found) http://www.xxxxx.it/xxxxx/wp-content/themes/pressman-child/media-queries.css?ver=0.1 Failed to load resource: the server responded with a status of 404 (Not Found) http://www.xxxxx.it/xxxxx/wp-content/themes/pressman-child/inc/css/flexslider.css?ver=4.3.1 Failed to load resource: the server responded with a status of 404 (Not Found) http://www.xxxxx.it/xxxxx/wp-content/themes/pressman-child/inc/css/font-awesome.css?ver=4.3.1 Failed to load resource: the server responded with a status of 404 (Not Found) http://www.xxxxx.it/xxxxx/wp-content/themes/pressman-child/inc/css/perfect-scrollbar.min.css?ver=4.3.1 Failed to load resource: the server responded with a status of 404 (Not Found) http://www.xxxxx.it/xxxxx/wp-content/themes/pressman-child/inc/css/magnific-popup.css?ver=4.3.1 Failed to load resource: the server responded with a status of 404 (Not Found) http://www.xxxxx.it/xxxxx/wp-content/themes/pressman-child/inc/css/owl.carousel.css?ver=4.3.1 Failed to load resource: the server responded with a status of 404 (Not Found)It looks like the theme code enqueues the styles using the current theme (child) path instead of using the parent’s path.
Thanks for your support
thebearthemes Author
Kind regards!
mariolettera
that might fix the absence of some rules (it doesn’t) but doesn’t fix at all the 404s generated by the index: <link rel=’stylesheet’ id=’media_queries-css’ href=’http://www.xxxxxx/wp-content/themes/pressman-child/media-queries.css?ver=0.1' type=’text/css’ media=’screen’ /> <link rel=’stylesheet’ id=’magnific-css’ href=’http://www.xxxxxx/wp-content/themes/pressman-child/inc/css/magnific-popup.css?ver=4.3.1' type=’text/css’ media=’all’ /> <link rel=’stylesheet’ id=’flex-css’ href=’http://www.xxxxxx/wp-content/themes/pressman-child/inc/css/flexslider.css?ver=4.3.1' type=’text/css’ media=’all’ /> <link rel=’stylesheet’ id=’perfectscrollbar-css’ href=’http://www.xxxxxx/wp-content/themes/pressman-child/inc/css/perfect-scrollbar.min.css?ver=4.3.1' type=’text/css’ media=’all’ /> <link rel=’stylesheet’ id=’owl_carousel-css’ href=’http://www.xxxxxx/wp-content/themes/pressman-child/inc/css/owl.carousel.css?ver=4.3.1' type=’text/css’ media=’all’ /> <link rel=’stylesheet’ id=’font-awesome-css’ href=’http://www.xxxxxx/wp-content/themes/pressman-child/inc/css/font-awesome.css?ver=4.3.1' type=’text/css’ media=’all’ /> <link rel=’stylesheet’ id=’brt-custom-style-css’ href=’http://www.xxxxxx/wp-content/themes/pressman/inc/css/custom.css?ver=4.3.1' type=’text/css’ media=’all’ />
I tell you, those are written in the theme and I cannot change the enqueing.
thebearthemes Author
Hi, sorry for delay, we will add child theme in next update
Kind regards!
jonahholliday
Is it possible to create an ie 8 compatible version>?>
thebearthemes Author
Hi,
yes it possible, but unfortunately it irrational from a business perspective. ie8 uses 1.45% users in world, and also it requires a lot of work for product compatibility with this browser. and even in this case, many of the visual effects will not the same as on modern browsers. Also, when we support older browsers, we encourage users to use the outdated unsafe technologies.
so hope you understand
Kind regards!
vinhlv
Though I added Facebook comment plugin but it doesn’t display on this theme – but works well on another theme. Could you please support?
Thanks,
Vinh.
thebearthemes Author
Hi,
tell exactly which plugin you have installed, and we add support for this plugin at the end of the week
Kind regards!
mariolettera
Hi, I’m trying to put a Google Ad script on the “Top Advertisement Banner” in the Theme Options section. Maybe a stupid question but, what kind of text I’ve to put there? If I use the Google script it doesen’t show any banner (and it erases some part of the script when i save)
Thanks
thebearthemes Author
Hi,
Sorry for late reply. Your problems are related to sanitization of textarea input. But of course it’s our fault. So we fix it in v1.5 that will available very soon. Once again we apologize for this bug.
Kind regards!
atduncanphotography
Hi Trying to update Pressman using the uploadable zip file and getting this message: Installing Theme from uploaded file: pressman.zip Unpacking the package…
Installing the theme…
The package could not be installed. The theme is missing the style.css stylesheet.
Theme install failed.
Not sure why because when I open the zipped folder the file “style.css” file does appear to be there. Is there another way I can upload the updated theme?
thebearthemes Author
Hi,
most likely you are try to install wrong file, first of all you need unzip downloaded archive and inside it you will find pressman.zip theme. Hope this will help you.
https://help.market.envato.com/hc/en-us/articles/202821510-Theme-is-missing-the-style-css-stylesheet-errorFeel free to ask any questions! Kind regards!
atduncanphotography
The folder I am trying to use is the pressman.zip folder. I tried both the “installable wordpress file” AND the pressman folder after unzipping the “All files and documentation” folder. Both the folders show 1.3MB when I hover the mouse over them. Instal still fails. I reverted back to to an old version, but just now re-tried the up date. Still didn’t work. Unfortunately now the old version gives the same “missing style.css”.
atduncanphotography
Ok after many attempts I got the old version to work again. But still can’t get the new version to work. Ohh sorry the new version zip folder size is 1.03MB when I hover the mouse over it, NOT 1.3. The old version is 1.02 MB, and when I go into the WP dashboard and navigate to the Appearance>editor>stylesheet it shows version 1.1. I have never had any problems installing any of the previous themes. Could it be version 4.4 of wordpress?
thebearthemes Author
Hi! could you send me the downloaded files to email [email protected] because this situation is very strange
atduncanphotography
Sorry for the delay. I will send through the email with the zip files/folders now. The same thing is happening with the latest up date. Theme failed to install.
thebearthemes Author
Hi, Try to use the latest version of the theme. This bug was been fixed! I apologize for the inconvenience!
Kind regards!
atduncanphotography
Thanks for that. Is there anyway to have images in the post render larger (like this http://www.canvas-of-light.com/2015/11/serengeti-wildlife-tanzania/) as opposed to small thumbnail sized images (like this http://allabroad.com.au/2016/01/29/whistlestop-tour-of-the-us/). Itried changing the size of the images in the gallery settings within the post, but it just changes the size of the images in wp-admin/dashboard area, not the actual published post. Cheers
LyanaHajsaleh123
how do I get a specific social media icon? like tumblr
thebearthemes Author
Hi,
I can add this option in next update.
Kind regards!
LyanaHajsaleh123
how do i change the colour of the menu option? As for now its white and I have white background, thanks!
thebearthemes Author
Hi,
Unfortunately theme in this version have not such setting in Theme Option, but you can change color of this by Custom CSS.
Just add .sdbr-trigger { color: #000;} where #000 is hex code of your color. Of course we will include more user-friendly setting in the next update.Kind regards!
HyperRichMedia
Hello can you instruct me on how to load the demo into the template? I don’t see the files anywhere in the import or elsewhere.. Thank You!
thebearthemes Author
Hi!
Demo files are in the main zip archive in ‘demo-data’ folder.
For installing demo follow next steps:
1.Go to Tools -> Import and select the WordPress option. If you are prompted to install the WordPress Importer plugin you should do this.
2.Click the Browse button and locate the demo.xml file that is inside the pressman-theme/pressman/Help/Demo Content/ folder and double click the file to select it and then click the Upload file and import button.
3.A new screen will appear, check the Download and import file attachments option and click Submit.
Kind regard!