356 comments found.
Hello!
Will be this theme multilingual?
I didn’t see that wasn’t a feature, and I need it.
Best.
Yes – the theme is multilingual. The theme does come with po/mo files and will support WPML too. Thanks for your purchase. Glad you chose our theme.
Thanks and good job!! 
Hi!
Will be a pricing table shortcode?
Your theme is great, but I need this option 
Best.
Sorry, I didn’t see, solved 
Thanks for your purchase. Glad you were able to find it though I could not reply on time. Thanks again.
Of course, it was weekend, thanks anyway! 
Hi, I am having a little problem, I recently made the “Intro” section page, as my homepage using custom links, but the main goal is to not have two homes, i want the “Intro” section page as my home, so i need help remove the other home link on the navigation that i made static. Thanks, I love the theme.
You can set the new home page as the Front Page under the Settings->Reading tab.
https://www.evernote.com/shard/s350/sh/8f8726a7-4278-4e13-8e98-884a88c45b15/46ce7640fecac4dedc2a37fe6a8659a6And you can then use the WP menu (Appearance->Menus in WP Admin) to set the required links. Make sure you remove the link to the other home here. If you need further help, pls email me a temporary login to your site and I can make the required change (see bottom right box in my profile page). Thanks
Thinking of buying this theme but have a few small questions prior to purchasing it:
Does the theme come with sample content / Sample Data so that the same structure that exists within the demo page is set when the theme is uploaded and activated?
Will we get theme updates when they are released?
Thanks for your interest. Yes, sample data is included with the theme bundle to replicate the theme preview site.
You can either use a plugin like easy update ( http://wordpress.org/plugins/easy-theme-and-plugin-upgrades/) to update the theme if you have not edited the theme files or manually update the theme. The update notifications are sent through email whenever new ones are released.
Do let me know if you have any other queries and I will be happy to answer them for you.
Hello,
I have purchased this theme and i got some questions:
1. How can i put two buttons on the top near the menu. When i try to do this one button goes up and the other goes underneath it. 2. I want to use different color on the site so can u tell me which css tag it is just to change the menu color underneath the menu items and the icons?
Regards!
p.s. in love with the theme 
Also, on the slider at the top on your demo i can see that the text is separeted on every line and on my page thats not the deal. Can you help me with this too. My page is located at http://www.fan-shop.mk/nuborn/
For the buttons, pls insert the following CSS into Custom CSS tab in the Theme Options panel or the <theme directory>/custom/custom.css file. Looks like you modified the header.php to insert the buttons. You will need to place the button code prior to primary-menu to make this work right (due to presence of floats) -
#primary-menu {
float: right;
margin-right: 0;
}
#header div.kopcinja-gore {
float: right;
}
#header div.kopcinja-gore a {
float: left;
margin: 15px 5px 0;
}
For changing the color of the menu hover, pls use the following Custom CSS -
#primary-menu .hover-bg, #primary-menu > ul.menu > li:hover > ul.sub-menu {
border-color: #28C2BA; /* Replace with your color */
}
For the spacing between lines in headings -
#slider-area .flex-caption a { line-height: 56px; padding: 0 5px;}
Hope this helps. Thanks.
To provide you with more efficient, searchable support topics, I request all questions to be asked on the Support Forum. If you’re still having issues, feel free to start a new thread over there and I’d be happy to help!
Support Forum | Register with Forum
LiveMesh
Thank you very much!
Really like this theme, but will it scale up to showcase 100 or more apps? My company will be producing two or more apps each week, I’m thinking about what it will look like in a year.
Hi – thanks for your interest. Will be happy to answer your queries. It just depends on how you want to handle this. I do not think the theme or WordPress for that matter has anything in it to prevent it from handling hundreds of pages or portfolio items. Are you sure you want to showcase all hundred apps? It may be just a matter of posting a few screenshots only instead of creating a page for each of the apps. The users should be able to navigate these pages too.
One example of how we handle a large number of items is through the ajax portfolio function which will lazy load the portfolio items and hence can show the required items only upon user scrolling down the page. Hope this helps. Pls let me know if you have any more queries. Thanks!
Hi, we are using the Home Experiment 2 version. Everything looks great aside from the mobile version.
In mobile the phone slider from the middle of the page hovers over top of the text in the features site.
Is there any way to disable the phone slider for mobile, or move the slider before or after the features?
You can see what I’m talking about at this link: http://www.responsinator.com/?url=www.hyper-style.net%2Fottomates%2FThanks
@media only screen and (max-width: 767px) {
.features-list-alternate .iphone-slider-container, .features-list-alternate .smartphone-slider { margin-top: 0; }
}
Thanks a lot, we will try that.
One more quick question. For some reason our site no longer scrolls up or down after a tab is clicked, it just appears at the new section with no animation. When we click the arrow to jump to the top it scrolls, but won’t when the tabs are clicked.
Is this an issue you have encountered?
Thanks
I can see the issue – smooth scroll is not functioning from the menu. Have not encountered this before unless we had some bad JS code (which does not seem to be the case here as checked by me). Can you pls email me a temp login to your site so that I can try a few things and see if I can fix this. Thanks
sent. Thanks
The issue is due to the use of a different page template which is usually not meant for creating one page sites. The JS code checks for a template named Single Page Site to enable smooth scroll on clicking of menu items.
To fix this, pls use Page Sections (you will need to move the sections you have created to page section custom post type – see Page Section tab in WP Admin) and then have a page with page template chosen as single page site. See below for the screenshot. Thanks -
https://docs.google.com/file/d/0B9j6FQo4cSQFWjdQQnpZYkdZcTA/edit?usp=drivesdkFor more details on page sections and this particular template, pls refer to the first section of the documentation titled installation.
when I go to upload the “appdev” zipped file this is the message I get on wordpress: The uploaded file exceeds the upload_max_filesize directive in php.ini.
Please help
Hi- thanks very much for choosing Appdev. Can you check if the following post helps? -
http://wptheming.com/2009/07/upload_max_filesize/I just did a check on Google and looks like lots of people have this issue. Thanks
also is there top widget available over the menu thanks
Thanks for your interest. The top area over the menu is not widgetised. Will require editing the header.php file for making changes to it. Else, the theme comes bundled with a child theme which can override the header.php file with custom one of its own. Hope this helps.
pre-sale question can i change mobile image to be something else like laptop with slider inside it in intro example
sahussain – you will need to create this yourself since the theme does not directly support it. Will require the laptop background image and custom CSS to make the screenshots to occupy the screen of this laptop and make this work in all resolutions. Here is one such example in one of my earlier themes Squash -
http://portfoliotheme.org/squash/about-us/Thanks again for your interest.
Hi Love this theme! Has the woocommerce been intergrated yet?
Thanks for your interest. The theme has been tested with woocommerce and things look good. You will need to handle the styling part (CSS) to make the look of the site uniform across the whole site. Hope this helps.
Thanks I’ve purchased the theme think that it had been implemented. Because correct me if I’m wrong but you have mentioned twice that you would have this inter grated to work fully. Could you please include this in the next update, as not all of us are able to do this. It would be very much appreciated by me and the others that you mentioned it too.
Also would you be interested in creating a holding page for me in this design? Reason being I have a commercial side an a domestic side to my business.
Obviously this would be custom work.
Nightwinter- I will be happy to address any issues you have with theme working with woocommerce. I have experience with woocommerce integration done with my other theme enigmatic and no issues there. As I said earlier, styling part is something you will need to take care of yourself. I am really sorry if it caused any confusion – was planning to have Appdev completely integrated with woocommerce (which includes styling) if enough people are asking for it. So far, I just have two or three early requests which is quite a small number compared to num of purchases. Cost of development, price increase of the theme for everyone etc. did not seem justifiable and hence we focused on other things. We had the same experience with Enigmatic theme as well. Hope this does not cause too much of inconvenience to you. .
About the custom work – at present, I am not looking for custom work. We focus mostly on developing and enhancing themes. Thanks for checking with me.
any chance you can share the resource for the blurred background images of your sliders – they compliment your phone/ipad in hand views very nicely but want to recreate my own – thanks in advance
Hi,
These are stock images and you will have to buy them to use them in your site. Please send me an email, and I will point out the source from where you can buy the images.
email sent – thanks in advance!
Hi,
I need that the menu on the responsive design (mobile) stay on top and that it stays visible when the user scroll down like the normal one.
Is that possible?
Thanks
It is possible through couple of tweaks since it was intentionally disabled due to space concerns on mobile and due to presence to easy switch to top function available on iPhone natively. Replied to your query in the forum -
http://portfoliotheme.org/support/forums/topic/responsive-top-menu/Hi,
is this http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380 the revolution slider we need to buy ?
Nvm, I found how to dl it.
Glad you figured it out. Revolution slider comes free with the theme. Just follow the prompts in the admin dashboard to install and activate it. Thanks.
HI, I would like to know if there is RTL option? thx
HI, I would like to know if there is RTL option? thx
Thanks for your interest. This theme does not come with RTL option. Let me know if you have any other queries and I will be happy to answer them.
Hi I’m getting this error when trying to live-preview the theme. Activating the theme would bring the whole site down with the same error.
I’m using WP 3.6.1 on WPEngine. I tried to install the theme using the dashboard, and also tried FTP the appdev folder to wp_content/themes. Am I missing anything?
Fatal error: Call to undefined function ot_register_meta_box() in /nas/wp/www/staging/[sitename]/wp-content/themes/appdev/framework/presentation/metabox-manager.php on line 64
Looks like you are missing files. Are you sure your FTP went through fine for all files? Looks like you are missing files in the framework/option-tree folder. Pls check and if you still have trouble, pls email me a temp login to your site. Thanks.
I was able to find that folder which contains a bunch of files. I can create a SFTP login for you, is that enough? What’s email address?
Thanks for sending out the SFTP info. Looks like the files are there. Will need the WordPress login as well to try out a few things to resolve this. Pls send out the same. Thanks.
Thanks man. I’ve sent you the wp login. I’ll contact WPEngine too and keep you posted.
Fixed this issue. Something weird here – it has been this way for quite a long time and did not encounter this in other installations. Anyway, it does seem to be safer to patch this with the fix made for your setup. Here is the change in case you reload the theme fresh -
Line numbers 21 and 23 of file framework/framework.php changed from
add_action('after_setup_theme', array(&$this, 'define_constants'), 8);
add_action('after_setup_theme', array(&$this, 'init_option_tree'), 9);
to
$this->define_constants();
$this->init_option_tree();
Let me know if you face any other issue. Will be happy to help you out in the forum. Thanks.
The above change will be part of the next theme update. If others report it, I may submit it this week, else will wait.
Thanks for the help! It’s working great now. I’ll let you know if there’re other issues.
just got notification that theres a new version of the theme – is there a changelog somewhere so as we can see the changes?
thanks in advance
quick question on the sitemap page template i want the pages to be the first column and the posts to be the second where exactly do i go to swap these around – i looked in the template-sitemap.php but it wasn’t obvious…
thanks again in advance for your awesome support!
found it framework/partials/sitemap.php 
redflamemedia – I have included a child theme for Appdev in the latest update. Thought of letting you know that if you move some of these changes to the child theme, you will not have to worry about overwriting your changes or the problem of reapplying these changes to the source files when the theme is updated. Thanks!
To provide you with more efficient, searchable support topics, I request all questions to be asked on the Support Forum. If you’re still having issues, feel free to start a new thread over there and I’d be happy to help!
Support Forum | Register with Forum
LiveMesh
just doing some cross browser testing – and the parallex scrolling isnt working in IE. While its not a surprise is there a workaround so we can disable the parallex in IE only? Not sure who it works if its jquery or something else but any pointers you can provide and i will gladly take a look myself.
This screenshot will show you what i am talking about – it was taken on your demo site. http://screencast.com/t/CA4J3ikLaaTThanks
No idea what i am doing here but i used a conditional to detect Internet Explorer and then JQuery to remove the data-stellar-background-ratio
Whats weird is it doesn’t remove it from the actual source but still appears to fix the issue?
If it helps this is the jquery i used after detecting the browser was internet explorer…
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('#client-testimonials1').removeAttr('data-stellar-background-ratio');
jQuery('#featured-app').removeAttr('data-stellar-background-ratio');
jQuery('#faq').removeAttr('data-stellar-background-ratio');
});
</script>
Thanks for letting us know about this. You will not see the change in the source since JQuery/JS removes this dynamically once the document is loaded. If you inspect in the Firebug or Chrome developer tools, you will be able to see that this attribute has been removed. BTW, parallax seems to be working fine on the demo site, at least on IE8.
i was using latest version – that screenshot was from ie10 – dont you just love IE! LOL
Ok will check it out. Thanks again.