ThemeForest

Textural Wordpress Theme

  • Bought between 100 and 499 items
  • Has been a member for 5-6 years

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!

Studio164a

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

Default-user

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!

Default-user

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!

Studio164a

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

Default-user

Thanks Eric! I really appreciate it! :)

Default-user

Do I just add this in the style.css? Any place?

Studio164a

Hi fueldesign,

It should be added in the child theme’s custom.css file. That will be loaded after all the other stylesheets, so it ensures it overrides other settings.

Cheers, Eric

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
  • Italy

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

Studio164a

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

Default-user
Marocker Purchased

Everything ok now. THX!

Studio164a

No worries, happy to help :)

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

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!

Studio164a

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

Default-user

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)?

Studio164a

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

Default-user

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

Studio164a
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

  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 3-4 years

Hey Eric, Just setup the theme, the twitter widget displays links, but they are not clickable.

Studio164a

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

Default-user

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”

Studio164a

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

  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 3-4 years

Hey Eric, The Google Analytics is not working either. I had to manually inject the code into the header.php for it to work.

Studio164a

Hi mustafatayyeb,

Thanks for letting me know. I’m submitting a fixed version to ThemeForest now.

Cheers, Eric

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

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.se
Studio164a

Hi 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/#documentation

Cheers, Eric

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

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.

Studio164a

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 between 1 and 9 items
  • Has been a member for 0-1 years

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.

Studio164a

Wow, thanks for the lovely words! It’s sincerely appreciated. I’m sticking this on the Textural product page :)

Eric

Default-user

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!

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

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

Studio164a

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

Default-user

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.

Studio164a

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

by
by
by
by
by