Discussion on Appdev - Mobile App Showcase WordPress Theme

Discussion on Appdev - Mobile App Showcase WordPress Theme

Cart 2,276 sales
Well Documented

LiveMesh supports this item

Supported

This author's response time can be up to 1 business day.

356 comments found.

Pre-sale question: I searched for a similar question and couldn’t find any, so I’m sorry if I glanced over once that does exist. Is it possible to adjust the horizontal scroll speed? It is really fast right now and we’d like to slow it down a bit. Thanks!

Whoops, def a foot in mouth situation, I meant vertical scroll speed. Sorry for the confusion.

No problem. Yes, it is possible to control scroll speed. You will need to make one line change in Javascript file. We use this smooth scroll library -

http://areaaperta.com/nicescroll/

and it has many configuration options (include scrollspeed ) as documented in the above linked page. Thanks.

Awesome! Thanks!

I tried to create a user profile to access your theme forum support but the system won’t allow me to create a profile. I’d like to disable the pricing plans section so that I can make use of the pricing URL. Please tell me what to do. Thanks!

No. It is currently set at Post Name (http://logbox.ph/sample-post/) How do I reset it?

Btw, I already emailed to request for my userid. Hope to get access as soon as possible.

Have created your user id, mailed you the password and also replied to your permalink query in the email. Thanks

Hello my friend. how are you doing?

I wonder where in the control panel that I edit this code to the button and take ..

this photo below … hugs

https://lh3.googleusercontent.com/-DcksVfmmFxo/U7nISIGmaCI/AAAAAAAAAuQ/hA9rHhjCkWw/w702-h195-no/Get+this+App.png

Thank you friend. thanks for the help … and good sales of this wonderful blog.

hello friend. Please could you tell me where I can hide these pages in the photo below?

1 – I do not want to delete, I want to just leave them disabled and hidden in nemu. okay ..

2 – I have to do this? if you have, where is the path? Thanks and sorry so many questions ..

https://lh3.googleusercontent.com/-7S4tQBLu0yU/U78gGAnJ6nI/AAAAAAAAA9Y/PrYgLdN5III/w702-h385-no/site.png

To do this I will need to have a look at the actual page since the page id varies between installations and to target the particular menu item, we need the page id. I am not clear though on why you want to disable them and not remove/rename them.

Hi,

I bought your theme and I tryed to enter on on your support, but after register (on REGISTER WITH SUPPORT FORUM) I didn´t receive the password to enter. Can u check it? (my mail is cesarwj@yahoo.com.br)

Doubt: I want to decrease the height of the first menu (from first page without scrolling) and maintain the menu intens (logo text/image and menu itens (names)) in it (menu bar) TO HAVE the same height of the menu that appear after I scroll the page.

How can I do that?

tks

Have created a user id for you in the forum and you should see an email with the password. If not, pls let me know and I can resend.

You can achieve what you want with the following Custom CSS (pls change the values as per your requirement) -

#header #primary-menu > ul.menu > li > a {
line-height: 70px !important;
font-size: 16px;
}

#site-logo { top: 10px; }

is it ready with wordpress 3.9.1 ?

Yes it is. Thanks!

Hi,

I have a problem with your theme on the title that appears on the tab I see it “AMI – Market Intelligence SoftwareAMI Software”. How can I remove it?

Thank your.

Kind regards.

Can I get a link? Pls email me at livemesh.themes@gmail.com preferably with a screenshot of the issue. Thanks!

Hi I own a domain name, Rollioforce.com, and I just purchased this theme/template from themeforest.com. The theme is a wordpress theme. I have never used wordpress before, but I have coded websites in html, css, jquery, etc. in a text editor (coda). I downloaded wordpress and the file contained a bunch of files, and the theme came with a bunch of files. How do I start working on it?

Thanks for your purchase. You can get started with the help of the video below -

http://portfoliotheme.org/support/faqs/appdev-theme-how-to-setup-theme-and-revolution-slider-youtube-video/

Also, pls go through the documentation once to know the various features of the theme. The documentation is quite long but has screenshots for every section.

Hi I own a domain name, Rollioforce.com, and I just purchased this theme/template from themeforest.com. The theme is a wordpress theme. I have never used wordpress before, but I have coded websites in html, css, jquery, etc. in a text editor (coda). I downloaded wordpress and the file contained a bunch of files, and the theme came with a bunch of files. How do I start working on it?

Hi,

I Bought AppDev and It´s Fantastic.

Doubts: 1) Where is my code to enter on support forum?

Doubts to make a squeezy page: a) How Can I remove all horizontal band where are the Menu and Logo ? b) How can I remove the enterely footer?

PS: Answear me the questions in sequence, for me understand

tks

Thanks for your purchase. Here are the answers to your queries -

1) You can get the license code as explained here -

http://support.envato.com/index.php?/Knowledgebase/Article/View/506/54/where-can-i-find-my-purchase-code

2) Are you referring to the highlight on the menu? You can enter the same in the Custom CSS tab of theme options -

#primary-menu .hover-bg { display: none; }

3) The footer will not have any items in it unless you have some widgets entered into the Footer Sidebar areas in the Appearance->Widgets screen in WordPress Admin.

If you are new to the theme, pls get started with the help of the video below -

http://portfoliotheme.org/support/faqs/appdev-theme-how-to-setup-theme-and-revolution-slider-youtube-video/ Also, pls go through the documentation once to know the various features of the theme. The documentation is quite long but has screenshots for every section.

So much features, thanks for this beautiful theme!

Thanks for the kind appreciation.

In ipad?can not see the logo image! why?

Pls set the retina logo in the Site Logo options tab and also make sure you specify the height and width of the retina logo there. Thanks

Hi, how do i remove the red highlight color from the title font? and is there any way of seeing how all the the fonts look like before i select one? and also how do i change the color of the smart tracking lava lamp?

Thanks in advance.

Pls see the solutions to your queries below -

1) Pls use the following custom CSS to change the color of red highlight (pls replace with color of your liking by providing the required rgb values below) -

.tp-caption.big_red span {
background: #DC4637;
background: rgba(220, 70, 55, 0.7);
}

2) At present, you can preview the font only by visiting Google fonts website – https://www.google.com/fonts

3) Pls use the following custom CSS in theme options to change the smart tracking lava lamp menu (the hover-bg applies to lava lamp) -

#primary-menu .hover-bg, #primary-menu > ul.menu > li:hover > ul.sub-menu {
border-color: #DC4637;
}

Thanks

Hi, how can I change the iPhone png (http://getrisely.com/wp-content/uploads/2013/07/featured-app.gif) to other graphic? And how to edit whole slider (or whatever it is) where that iphone and arrows are used? Thanks for quick response.

Best regards, Filip

Pls have a look at the documentation for [iphone_slider] shortcode on how to change the slider images and control the navigation. You can look online for images of new iPhones and replace the current image in the corresponding folder. You may need to tweak a little bit in CSS after you go for new images, if the size of the new image changes. Pls let me know when you need further help on this. Thanks

please help me … I can turn this ‘revolution slider on your site’ to be able to install the video player? video player can not be installed because the slider.

http://mobileclic.com/

Pls send us a temp login to LiveMesh.themes@gmail.com with the description of the issue and we will try to have this fixed. Thanks

friend you have slider revolution in your site, my player plugin also so my player can not be on the slider revolution you have any suggestions …. please help me. if you could help me I would greatly appreciate it. thanks

I have put the video shortcode into the Revolution Slider as a layer. I have set the slider setting not to loop when it has a single slide. Pls check once and let me know, if everything is fine.

Thanks!

Hi there LiveMesh,

Nice theme but I have one enquirie. When I insert the contact form shortcode, everything is OK but when it comes to send the message, I write my email where I have to put it so I should receive the message, but I receive anything…

Why is this?

Thanks!

I use that shortcode, and add the required parameter. Eventhough it doesnt send it to my email.

I ll try again. If not i will write here again. Thanks

It isnt working still. What can I do?

Pls send us a temp login to LiveMesh.themes@gmail.com and we will take a look. Could be hosting issue as well. Thanks

Can I display 4 team members in a row instead of having them on 2 separate lines? If so how do I do this? How to remove the hover ‘follow on’ on each team member? Where to edit the contact form fields? Cheers in Advance

and remove the hover on the portfolio items?

You can change the column_count to 4 in the shortcode that we use for populating the team members. -

[team column_count=3]

You can remove hover on team members and portfolio items by using following custom CSS in theme options -

.image-info, .team-member .team-member-hover {
display: none;
}

The contact form fields can be edited by changing the parameters to the [contact_form] shortcode. Pls refer to the documentation for more details on the same. Thanks.

hi how is possible to change the sentence in the portfolio when we scroll down, “loading the next set of post” and “no more items to load”

Can you pls post this to the forum – http://portfoliotheme.org/support. Our support staff will be happy to assist you there. Thanks!

hi there how can i change the default language for example in italian, where i need to set the default language in appdev theme, many thanks for the help

You can learn from http://www.solostream.com/blog/tutorials/translate-wordpress-theme/ about translating your site into your language. Pls make sure you add the entry for your language into wp-config.php file like this -

define ('WPLANG', 'fr_FR');

Pls use the pot files in ‘appdev/languages’ folder as a template to create .po files. http://www.poedit.net/ -Poedit is the popular free editor for creating .po and the corresponding binary .mo files.

You may need to do an update in POEdit to see all the strings.

many thanks

Hi great theme! I purchased the Theme and i’m tring to change the google map address showed in contact us, where are the info about how to use the shortcode of the google map and how to set the address to show… many thanks for the help

Pls use embed map feature in Google Maps instead of the shortcode. The shortcode essentially does the same thing but utilizes older APIs. Pls see below for instruction -

https://support.google.com/maps/answer/3544418?hl=en

The embed feature in Google Maps is easy enough now and hence the shortcode has not been updated to later API version. Thanks

Hi great theme! I\ve look at the support page and comments here, I am trying to add 5 pricing tables, is there an easy way to do this? Currently 5 breaks the layout

Thanks

The theme is based on a twelve column grid and hence 5 columns are not supported in the same row. You can have 1 to 6 columns with an exception of 5. 6 should work if you give a try. The theme adjusts the column style based on number of pricing posts you create.

Thanks that makes sense.

Also when using the pricing table shortcode, I am trying to add a single pricing plan in a page. I have used [pricing_plans post_count=1 pricing_ids=”free”] where “free” is the slug for the relevant pricing table. However it is not displaying.

You will need to provide post ids to the pricing_ids argument. The multiple ids should be comma separated. You can see below to know how to find the post ids for Pricing Custom Posts -

http://www.wpbeginner.com/beginners-guide/how-to-find-post-category-tag-comments-or-user-id-in-wordpress/
by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey