This item is by an Elite Author
wpstall
- Bought between 10 and 49 items
- Elite Author
- Europe
- Exclusive Author
- Has been a member for 3-4 years
- Referred between 1 and 9 users
- Sold between 50 000 and 100 000 dollars
389
Purchases
Buyer Rating:
3.82 stars
3.82 average based on 39 ratings.
(more information)
-
5 Star
2051%
-
4 Star
717%
-
3 Star
410%
-
2 Star
12%
-
1 Star
717%
| Created | 10 February 12 |
| Last Update | 21 February 12 |
| Columns | 4+ |
| Compatible Browsers | IE7, IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.4, WordPress 3.3, WordPress 3.2, WordPress 3.1, jQuery |
| Documentation | Well Documented |
| Layout | Fixed |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
| Widget Ready | No |
- ajax contact form
- awesome
- clean
- cool
- creative
- css3 portfolio
- cyan
- design
- html5
- jquery
- one page
- responsive
- single page
- stylish
- typography
© All Rights Reserved wpstall -
Contact Envato Support


Hi WPSTALL ,
I’m waiting for your update since three months.. any idea if your going to add the new features any time soon??
I’d really like to use your design but I can’t the way it’s now
.
Thanks and regards
Hi,
I’m sorry, I’m very busy and have no time the update now.
Hi,
I like your theme quite a bit, and I’m close to purchasing.
- Is the portfolio just one large prettyPhoto gallery or are there options to have multiple items individually (so that the prettyPhoto slideshow options do not appear when an it is open), and how many items can be added to a portfolio?
- is it possible to have gallery items open a new page instead of a prettyPhoto gallery?
- Would I have access to the code to replace prettyPhoto with a different lightbox option if I want to?
- Also, this was mentioned earlier in your comments without a response; when viewing your live demo page on iPad and clicking on “works” the sidebar navigation disappears and does not return without backing out of the page or refreshing. Is this something that can be fixed or will be fixed in your upcoming update?
Thanks!
Hi,
At the moment there are one large prettyPhoto gallery.
Will add additional portfolio details page template with portfolio details page on click.
If you know html/css, then you can change easy the prettyPhoto with a different lightbox.
We have tested the theme with online emulators and can’t detect this bug. Will buy soon an iPad and an iPhone and will test this issue.
Regards, WPSTALL
How should I proceed in this case?
Thank you,
Hello,
Please, write me using the contact form in my profile. There we could take a look to this closer, I will help you with this!
Regards, WPSTALL
Hi, i’ve just purschased this theme, and i could manage to set the first settings, but a few questions, - can i make the main logo bigger than 125 px? - how do i insert the slider in the homepage?
thank you for an answer, kind regards Karina
Hi,
I have tested with logo width 250px and works.
Add the slides in “Slider > Add New” and set the featured images for all slides. And in the page add the shortcode “[slider]”.
Regards, WPSTALL
Hello, I sent an email notifying some new errors that have arisen.
Thank you for listening.
Hello, I sent e-mails last week about problems in the Theme and have not had their answers. I really need your answer.
I’m waiting.
Thank you.
Hello. Please check your email.
Hi,
how can i translate the the box from the page contact?
http://www.estacaodancar.art.br/?page_id=29I edit the contact.php but don’t modify the text in the box.
thanks!
Hi,
Find the words in the file ”/view/functions/shortcodes.php”
Regards, WPSTALL
Hi, I am using your View One Page theme on my website (www.foxwebsolutions.co.uk). When my blog posts (news page) goes onto more than 1 page the pagenavi appears at the bottom. The ‘Previous’ and ‘Next’ links work fine but the page number links take you back to the homepage. Please can you take a look and tell me what the issue is? Thanks, Chris
Please write or contact me from the account where you have made the payment for our theme. Thank you for understanding.
It was this account I made the purchase with.
Please contact Envato support.
Hi, I am using your View One Page theme on my website (www.foxwebsolutions.co.uk). When my blog posts (news page) goes onto more than 1 page the pagenavi appears at the bottom. The ‘Previous’ and ‘Next’ links work fine but the page number links take you back to the homepage. Please can you take a look and tell me what the issue is? Thanks, Chris
Hi,
I will reply to your email in a few seconds.
Regards, WPSTALL
Hello,
I’m having some trouble aligning all the text to the left in this page: http://indianpharmacists.com/about/ . I input in the shortcode for the columns [textalign=”left”], this makes only the p tag to align to the left. Is there a way to get the images, h4 and h5 to also align to the left.
Thank you,
Hello,
Please, write me using the contact form in my profilehttp://themeforest.net/user/wpstall#from
There we could take a look to this closer, I will help you with this!
Best regards, WPSTALL
Hello,
As I informed the form does NOT send e-mail. I am waiting for your response to my e-mail since last week.
Best regards,
Hello,
I have tested with simple send email functions and I get the result that emails were sent. There might be a problem on your hosting with the “mail” function. Please contact the support of your hosting provider and tell them to verify the mail function. This is not first time when the problem was on the hosting.
Best regards, WPSTALL
The message sent appears. But the emails ARE NOT SENT !
I tried several different email and none worked. I contacted the support from my hosting and they informed me that the error points to Wordpress. I installed this theme at another address in the same hosting and works with all features with no problems.
I need your check for this case because any delay caused me great problems.
Sincerely,
Please contact me again to my email and I will make more tests. Thank you.
Hello,
First and foremost, Great Theme!
Only one problem: The icons on the homepage that show wether the device is being used on a computer / tablet / or phone used to work fine. But now it does not recognize tablet devices?! How can I fix this?
Thank you
Hello,
Please send your site URL and I will check.
Best regards, WPSTALL
Thank you, site URL is:
dtpointstudios.com
I have tested and if iPad is landscape and has 1024×768px than it is recognized as desktop version.
Im looking at it on an iPad in standard view, not landscape, right now and it still does not recognize as a tablet. Am I missing something? Or is there an theme update I missed?
Help please. How to modify the code that maps the portfolio to just one category?
function theme_portfolio($atts, $content = null) { extract(shortcode_atts(array( "filtering" => "yes", //yes|no "cats" = "" ), $atts)); $type = 'portfolio'; $args=array( 'post_type' => $type, 'post_status' => 'publish', 'posts_per_page' => -1, /*'orderby' => 'menu_order',*/ 'order' => 'desc' ); $temp = $wp_query; // assign original query to temp variable for later use $wp_query = null; $wp_query = new WP_Query($args);Hello,
In this function “theme_portfolio($atts, $content = null)” find this code:
and change it with this:
Where ”$cat_inclusion” is your category id number.
Best regards, WPSTALL
Or how to make something like [portfolio filtering=”no” category=”9,10”]?
Hello, I sent back the email with the information three days ago.
I look forward,
Hello,
I have tested with your code on my server and works without problems. Are you using the hosting on Windows or Linux platform?
Regards, WPSTALL
Windows
PROBLEM STILL NOT SOLVED !! URGENT MESSAGE IN YOUR EMAIL !
Ok! changed to
result = msg;
I wait for your response!
Please check your Inbox.
hey! thanks for a great theme
I have a few questions though, When social media icons are displayed when you hover over them the little black bubble with the name of the button pops up, I wonder how can you disable or get rid of this option? also, where can i change the order of the buttons?
Also, how can you change the thumbnails size of the gallery items?
Thanks!
Hello,
I’m sorry for delay. I was seek last time.
You can remove the black bubbles in the file “header.php” from the main theme folder. Find there the class name class=”tip” an remove all. There you reorder the buttons.
Do you mean the size of the gallery items in the portfolio pages or in the gallery shortcode?
Best regards, WPSTALL
anyone….?
Hi,
I have answered to your question. If you will have other questions, please send also your site url here in comments or to my email. Thank you.
Best regards, WPSTALL
great theme, I haven’t added too many portfolio items yet, but needed to know if pagination was an option for the portfolio items.?? I may need to be more selective if the page just continues on and on with more portfolio items. I didn’t see any options for it in the shortcode, but it would be nice if you could customize how many items were shown per paginated page
Hi,
Theme was created only with one page portfolio page, without pagination, because in shortcode I can’t add the pagination.
Best regards, WPSTALL