Studio164a
- Microlancer Beta Tester
- Australia
- Sold between 10 000 and 50 000 dollars
- Author was Featured
- Most Wanted Bounty Winner
- Item was Featured
- Exclusive Author
- Referred between 10 and 49 users
- Has been a member for 3-4 years
- Bought between 1 and 9 items
66
Purchases
Buyer Rating:
4.80 stars
4.80 average based on 10 ratings.
-
5 Star
880%
-
4 Star
220%
-
3 Star
00%
-
2 Star
00%
-
1 Star
00%
| Created | 12 February 13 |
| Last Update | 17 April 13 |
| Columns | 1 |
| Compatible Browsers | IE8, IE9, IE10, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5, WordPress 3.4 |
| Documentation | Well Documented |
| High Resolution | Yes |
| Layout | Responsive |
| ThemeForest Files Included | HTML Files, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- audio
- chat
- minimal
- minimalist
- post formats
- responsive
- simple
- unlimited colors
- unlimited colours
- video
- wordpress customizer
© All Rights Reserved Studio164a -
Contact Envato Support


Love the theme! So easy to setup and so clean looking! I have a quick question. On the theme demo, the images are lined up with the box (as in same width as the lighter content box). On my file, the image is reducing in size automatically. I sized it to 800 pixels wide, selected full size and it is still reducing. Here is the link to my site… http://cherylmyersphotography.com/blog/ any idea why this is happening? Thanks in advance!
Hi fueldesign,
The website looks terrific! I like the background pattern you’re using.
I think I understand what you’re trying to do. On the demo site, there are the large, full-width photos above the post title. These are the featured images for the post. So if you take the photo you’re currently using and set it as the featured image, it will appear above the title at the full-width, rather than below the title at the smaller width.
Hope that makes sense!
Cheers, Eric
That worked! Thank you. But the whole reason I needed this theme was to have full width photos in my posts. Is there any way to change it so that all the photos in the post are full width? Thanks for your help!
This really is an awesome theme, either way. Just trying to explain to my friend that I’m setting it up for…. ughhh. Thanks again!
5 stars for sure!
Hi fueldesign,
Sure, here’s a little CSS snippet you could use. Best way to add this in is by using the child theme that comes bundled with the theme package.
.wp-caption { width: 125%; max-width: 125%; margin-left: -12.5%; } .wp-caption img { box-shadow: none; }See how you go with that. You may need to add some more styles to cater for smaller image sizes (i.e. if you want to use medium-sized photos or thumbnails in your posts), but this will get you pointed in the right direction.
Cheers, Eric
Thanks Eric! I really appreciate it!
Do I just add this in the style.css? Any place?
Hi fueldesign,
It should be added in the child theme’s
custom.cssfile. That will be loaded after all the other stylesheets, so it ensures it overrides other settings.Cheers, Eric
Hi, very nice theme! But I still have some problems with two things:
1. The external links into the article don’t work, they aren’t highlighted. The links work only if I look at the articles from the homepage. Try to have a look: http://serotoninablog.altervista.org/blog/
2. Sometime the twitter widget crash.
Thanks for your answer!
Ale
Hi Ale,
These both look like issues caused by one or more of the plugins you have added. The issue with the links not being clickable appears to be because of the SEO Facebook Comment plugin.
It wouldn’t surprise me if the Twitter widget is crashing, because I can see a bunch of Javascript errors and warnings cropping up. Try disabling plugins until the errors go away to isolate the problematic plugins.
Cheers, Eric
Everything ok now. THX!
No worries, happy to help
Hi again,
The Instagram widget was working out perfectly but suddenly it’s not working anymore. The error message is:
Warning: Invalid argument supplied for foreach() in /home/kakafoni/public_html/wp-content/themes/textural-wordpress-theme-1.7/textural/inc/instagram/instagram.php on line 54
Is this a bug or something that happened because of me?
Thanks a lot!
Hi m_sjoberg78,
Nope, that looks like a bug. I’m guessing the cause for it was that the attempt to fetch photos from Instagram was unsuccessful for some reason, and the code did not correctly handle this condition. I will upload a fixed version soon.
Cheers, Eric
Okey great, I really appreciate your effort! Will that be an automatic update for that particular widget or an update for the whole theme (which I still haven’t figured out a good way to install without having to do everything all over again)?
Hi m_sjoberg78,
That will be an update for the whole theme.
If you’re making changes to your theme, the best way to do that is to use the child theme that comes bundled with the theme package. The documentation has a section specifically about setting up child themes. Basically, if you’re using a child theme, you’ll be able to update to the latest version of the theme without any issues whatsoever, because all your customizations will be kept separate.
Cheers, Eric
Thanks for the tip. I did setup the child theme and most of the changes weren’t affected when I updated the theme.
I did not put any functions in the child theme because my coding skills are nonexistent. So the only things I have to do after an update is:
1) Drag and drop the widgets back to the footer 2) Change from light theme to dark theme 3) Re-enter my social media links
All of those things are stored in the database, so upgrading the theme shouldn’t have any impact on these—so you should be good to go.
Cheers, Eric
Hey Eric, Just setup the theme, the twitter widget displays links, but they are not clickable.
Hi mustafatayyeb,
Thanks for the heads up. Looks like that’s an issue with Twitpic links. I’m working on a fix and will upload an updated version of the theme soon.
Cheers, Eric
Another thing, my posts are showing up as full text and not summaries even when I change it under the reading tab from “Full Text” to “Summary”
Hi mustafatayyeb,
Yes, it’s designed to show the full content unless you use the More link in your post somewhere. You can insert the More link anywhere to divide the page into what appears on the index page.
Cheers, Eric
Hey Eric, The Google Analytics is not working either. I had to manually inject the code into the header.php for it to work.
Hi mustafatayyeb,
Thanks for letting me know. I’m submitting a fixed version to ThemeForest now.
Cheers, Eric
Hi,
Is there any way to get a breakdown of the shares for each post? As of right now only the total number is shown. It would be interested to see the number for each social media.
Many thanks!
//Marcus http://markmywords.seHi Marcus,
I think that may be possible. The sharing button uses a plugin called Sharrre, and you can take a look at their documentation to find how to customize it:
http://sharrre.com/#documentationCheers, Eric
Hi. I’m interested in purchasing this theme but first I’d like to ask a question. I usually like to show everything in the blog page, all images, all text, without having to click a ‘read more’ link. Can it be done with this template? Thanks.
Hi junodoran,
Yes, that can definitely be done. The ‘read more’ link is only inserted where you manually insert one of Wordpress
<!-- more -->tags, so if you omit that then you will have the full text on the front page. The only exception is comments—people would have to click through to comment, or you could integrate the comments into the front page through some template overrides, using the child theme. I’m more than happy to point you in the right direction as to how to do that if you purchase the theme.Cheers, Eric
Bought it today. Probably the best blog-theme here on themeforest for people who want to expose their writing instead of pictures/movies. Thank you! Will rate once I put it online.
Wow, thanks for the lovely words! It’s sincerely appreciated. I’m sticking this on the Textural product page
Eric
Hey, so I got it uploaded – works brilliant. Love the post patterns like quote etc., social media icons and this beautiful stylish look. 5 stars. Very easy to learn and follow, and the customization options are endless (at least for me). Thank you guys!
Hi! I bought your theme today but I can’t install it on wordpress. I can’t find the right .zip file. Where do I find it?
Thank you! Graenslandet
Hi Graenslandet,
First of all, thanks for choosing Textural! You can find the zip file inside the main folder you download from ThemeForest. It’s called textural.zip.
Cheers, Eric
Thank you! I found the zip file, but when I try to install it on wordpress I only get a “Page could not be found” message.
Hi Graenslandet,
Try re-uploading the theme, just in case something went wrong. It doesn’t sound like an issue caused by the theme.
Cheers, Eric