ThemeForest

Vision - Responsive WordPress Theme

  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 4-5 years
  • United States

Link to the 1.2 update?

ThemeRain

You can download updated version from this site, just go to “My Account > Download”.

Default-user

I’ve downloaded and installed but keep getting error messages when trying to login or posts.

ThemeRain

Please register on our forum http://themerain.ticksy.com/ and give us more info about error and provide site url.

Default-user

I’ve posted my issue to the board and am waiting for a response. I need to post items and am stuck.

  • Bought between 50 and 99 items
  • Has been a member for 3-4 years

Hi

How can I change the header in each page to what you did in your frontpage?

Instead of displaying Home

I would like it to say Like what you see? Get in touch with me, but keep the menu item to Home

Cheers

ThemeRain

Hello, you need to change page title at “Like what you see? Get in touch with me” and then go to “Appearence > Menus” and rename your page title as you want.

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

This theme has excellent, detailed documentation which is very important to me :) The previous theme I downloaded from another author was not very descriptive and I have to get a refund. I will come to ThemeRain first next time.

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

Is there a reason that the page buttons (home, contact, etc) are duplicating at the top of the screen?

Whenever I create a new page it duplicates the button.

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

Disregard the above comment, I ended up removing the ‘secondary menu’ line from the header.php code.

Is there a automatic transition option for the slideshow? It would be cool if it automatically scrolled through the images without having to click the ‘next’ arrow.

ThemeRain

Please open file “js/jquery.custom.js” and find “FlexSlider” section, then find line 34: “slideshow: false” and change it on “slideshow: true”.

Default-user

You guys are awesome. Thanks!

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

great looking theme! I’m curious, how difficult would it be to make the nav horizontal?

ThemeRain

Hello, thanks! It’s easy if you have basic skills in html and css.

  • Has been a member for 2-3 years
  • Bought between 10 and 49 items

Hi, Please check here: sabakarim .com The tiles show up inconsistently but if i click on “All” they will be corrected, How i can fix this? Thanks!

ThemeRain

Hello, it’s because you title has two lines. We can send you files which can cut your titles to one line.

Default-user

Thanks but why if i click on “All” tab it will be corrected?

ThemeRain

After first click on the filter activated some functions of isotope plugin.

Default-user

Thanks i limited titles and it’s now working fine!

Default-user

Hi, Again i see it have problems on that site, It show up correctly in chrome but not in Firefox and IE10, I believe this is CSS issue, Please check, Thanks.

ThemeRain

Hello, please email us info@themerain.com we can help you.

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

Hello!

I am wondering if there is a way to change the query within the Recent Portfolio Works function to display different portfolio posts. For instance the OLDEST 4 posts instead of the 4 most recent would work for solving my needs.

I have tried adding ‘ORDER’ => ‘DESC’, but didn’t have any luck.

I was hoping the get some help! The function is posted below.

/-----------------/ /* Recent Porfolio Works /-----------------/

function recent_porfolio() {

global $post;
$exclude = $post->ID;
query_posts(array('post_type' => 'portfolio', 'post__not_in' => array($exclude), 'order' => 'DESC', 'showposts' => '4'));
get_template_part('includes/loop', 'portfolio');
wp_reset_query();

}

ThemeRain

Hello!

You can past this: ‘orderby’ => ‘rand’ instead ‘order’ => ‘DESC’.

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

The preview does not work: Parse error: syntax error, unexpected '}' in /home/users1/l/lyagush/domains/themes.themerain.com/vision/wp-content/themes/vision/functions.php on line 29

ThemeRain

Thank you! We’ll fix it.

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

I like this theme very much and try to make it work for a client. But here’s a weird thing: I use the blog section as the start page, and it looks like it gets its header from the last blog post. So if I want it to say “Blog”, I need to keep a blog post named blog at the top. Is it supposed to be like that?

ThemeRain

It’s a wordpress bug, but you can go to “Appearance > Editor” in right sidebar find and choose “Main Index Template (index.php)” then find there this part of code: <h1><?php echo $blog->post_title; ?></h1> and replace by <h1>Blog</h1>

Default-user

Oh! Thank you so much for responding. I think I may be able to find that, yes.

Default-user

I see! OK, but that whole part looks like this:

<div id="page-header">
                <h1><?php echo $blog->post_title; ?></h1>
                <div class="subtitle"><?php echo $subtitle; ?></div>
            </div>

So, I replace the whole section inbetween the h1 tags? OK, then what happens to the subtitle thing? I’m sorry for being so green.

ThemeRain

You can replace this part <?php echo $subtitle; ?> by anything you want or if you don’t want to use subtitle delete all line <div class="subtitle"><?php echo $subtitle; ?></div>

Default-user

Thank you sir! Learning, learning.

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

Dear Themerain, is there a way to make the Blog (where posts are gathered) an item in the menu?

ThemeRain

Hello, you can add any items in menu, just go to “Appearance > Menus”.

Default-user

Thank you. Yes, I realized it is part of the collect-posts-by-category function, which I’m just starting to wrap my head around.

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

And also, is it possible to make the menu text bigger, please?

ThemeRain

You need to change style.css. Go to “Appearance > Editor” find “Stylesheet (style.css)” and add there this: #primary-menu, #secondary-menu { font-size: 16px; }

Default-user

Very good. Thank you. Not to be an even more annoying customer, but couldn’t some of these things be adjustable from inside the Theme Options? For instance via a Custom CSS box? Let’s say it’s on my wishlist.

Default-user

That worked, yes. Thank you!

ThemeRain

Ok, we’ll add this thing in next update ;)

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

Hi, is it possible to make the subtitle text smaller? I tried to change it in the CSS ( .subtitle) but it does nothing..

ThemeRain

Hello, try to use !important

Default-user

ok thx, i will try it.

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

I’m having issues with the categories on the home page. WHen you click on them, it is not filtering out the other categories to just show the chosen category.

http://clearwaterartalliance.org/

Any help is appreciated! thanks.

ThemeRain

Hello! Please tell us more details about your issue by email info@themerain.com

  • Bought between 10 and 49 items
  • Has been a member for 0-1 years
  • United States

It’s been two weeks and still no support on their forums. Pretty sad support system they have going for their customers…

  • Australia
  • Bought between 10 and 49 items
  • Has been a member for 0-1 years
ShaunJ Purchased

What would I need to change in the html/php files so my blog page (website.com/blog) so it lists my blog posts exactly the same as the portfolio page?

ThemeRain

You need to change index.php and style.css

ShaunJ
ShaunJ Purchased

Thanks for responding, what do I need to change exactly?

ThemeRain

Unfortunately we can’t provide you instruction what exactly you need to change. To realise your idea you need to do a lot of work.

ShaunJ
ShaunJ Purchased

Thats all good, I’ll spend some time experimenting with it. One more question (sorry) :)

I like that all the thumbnail images on the demo site are grayscale. I wanted the same effect but I wanted the thumbnails to go back to their original color apon hover. I used the CSS below:

img.attachment-portfolio-thumb {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
img.attachment-portfolio-thumb:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

The grayscale works but the overlay image breaks the images returning to color. When moving the mouse over the thumbnails you can see them trying to change over (they flicker with color) but stay greyscale. I’m pretty sure this is something to do with the overlay image. Do you know how i’d go about this? I’m so close to the result I’m looking for. Thanks again! Great theme :)

ThemeRain

Can you provide us site url? We tested your code on template and all works good.

ShaunJ
ShaunJ Purchased

I just re-added the css code so you can have a look. My site url is www.2wenty2wo.com . It makes the thumbnails grayscale but the hover back to colour doesn’t seem to work. I’m using firefox.

ThemeRain

It’s don’t work because you have ”.overlay” above thumb image. Try to delete overlay and you understand what I mean.

ShaunJ
ShaunJ Purchased

I knew that would be the problem with it. Is there anyway to still have the grey scale to colour effect with the overlay, I liked the overlay image.

ShaunJ
ShaunJ Purchased
I’ve worked out how to get it to work. I added this to the overlay css. :D
.overlay {
    pointer-events: none;
}
ThemeRain

That’s good! Good luck!

  • Australia
  • Bought between 10 and 49 items
  • Has been a member for 0-1 years
ShaunJ Purchased

Hi, I’ve found a small bug in the theme. When viewing a blog post, the twitter and facebook links are swapped.

ThemeRain

Thank you! We will fix it in update.

ShaunJ
ShaunJ Purchased

What file holds this code, if I knew where it was, I could simply fix my own site.

ThemeRain

“vision/includes/plugins/social-share.php” you need just swap a href

ShaunJ
ShaunJ Purchased

All fixed, thank you very much for the quick response :)

ThemeRain

Good luck! ;)

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

I am still a happy customer. However, here’s a thing I would love a lilttle help with:

In order to display an image on the ’Home’ page (which is the blog), I add an image to a standard blog post and set it as “Featured”. Right?

But the problem is, that once you go into the actual blog post, this image is doubled. Is there a way to solve this?

ThemeRain

You can delete image from article text and use only a featured image.

Default-user
Lootwijk Purchased

That worked. Many thanks!

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years

Hi! How can I create a contact page please!! :)

ThemeRain

Hello! Please make sure you install plugin “Contact Form 7” before. Then go to “Pages > Add New” switch to “Text” editor and past this: [contact-form-7 id=”18” title=”Contact form 1”]

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years

And please! How can I use the Localisation Support ? :) Thx u sooo much!

ThemeRain

If you want to localize your theme please read instruction in documentation.

by
by
by
by
by