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.

Hi,

How to add javascript to the Pricing Button?

I want to add JavaScript OnClick to make it pop-up a message when users click on the pricing button.

Normally I use like the “a” code to crop “Buy Now” button.

But don’t know how to add coz the Pricing Plan is template.

Thank you.

Pls add the below custom CSS in themeoptions -
.message-box a.close i {
display: none;
}

Hi, I just got this when try to Add Theme Shortcode in the page:

Forbidden

You don’t have permission to access /home/wp-content/themes/appdev/framework/admin/tinymce/window_page.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

I just have this. Before it was ok. Any suggestions? Thank you.

Generally this is permission issue on the file OR you will have a .htaccess entry which is blocking loading of php files on the backend. Also disable all plugins once and check if the problem goes away. If that does not help, pls change file permissions on the server and also check the .htaccess entries to see if the folder has been blocked.

I want to delete the highlight in the title of home2. How to completely remove the highlight of the title text? Thank you.

Pls add the below custom CSS in themeoptions -
#home2-heading .heading2 h2 {
background: transparent;
}

Help… wpml flags don’t appear on the home page (single page) It only appears on the other pages.. How can i resolved this?

http://evenchecken.com/www/yoursminc/

Hours back we have sent you a reply in the support forum.Pls have a look.

Hey guys,

I want to change the homepage slider from the iPhone to the Samsung. When I do the phone drops down, I guess due to no CSS placing the phone in the template. I see the code in the css now:

.features-list-alternate .iphone-slider-container { margin-top: -350px; }

Can you be so kind as to give me the full CSS to paste in the custom CSS area to align the samsung from the top in the template. Thanks. http://www.appmerge.com

Also still haven’t found out why when I switch the permalinks from the default ?page= format, I get page not found for everything.

Also any more updated phone designs in the plans?

Thanks

Yes we do have plans to update the theme with latest phones in near future. If you can create a page with the samsung phone and provide me the link, I can provide the custom CSS to have it fixed. At present, the site is still showing iPhone image.

good night

I would like to put in place the button “get this app ” two buttons – “login ” and ” register” , how should I proceed ?

Anderson

You can edit the file header.php and add the required HTML at line number 60 or so. It is also possible to customize by adding a header hook in WordPress if you are familiar with it. Also, once the HTML is added, you will need to add the required CSS to position it a bit. If you search in the forum, you may find some thread which addressed this.

You say to change the “mo_display_app_button_or_socials” function?

You can change the same or enter HTML directly in header.php at the place where this function is called.

I have an issue with widget in header area, I’ve registered to your support forum but I’m unable to open a new topic.

Please reply

Best regards

Pls see if this is fixed now. If not, pls email me via my profile page your user id and I will take care of this issue. Thanks

Hi Live Mesh,

When I change APPDEV to another format other than the default (?page_id=163) but If i chose another format the pages can not be found.

Any idea what im doing wrong. Can permalinks be changed?

Thanks for your help. You guys rock.

Yes absolutely- you can change the permalinks. Can you quickly disable all plugins and see if the problem goes away? Also pls check your .htaccess file to see if it is per Wordpress standard format.

Weird, okay I’ll take a look and let you know.

Hi,

I’m hoping someone can help with two questions…

1. How do I get the theme to display full posts on my Blog page, which is based on the Blog Template, instead of excerpts?

2. Is there any way to make the pages that display post archives, or posts by Category, by Author, etc, look the same as my main Blog page which makes use of the Custom Header Options to place an image in the header and custom text over it? By default, when a user clicks any links relating to a post, the page that displays it conforms to the standard WordPress blog layout.

Thanks.

Sorry – I lost track of the same. The issue is fixed. You had the custom CSS -

#title-area { background: #1874CD; }

specified in Custom CSS tab which was overriding the background image set via the theme options. The background now shows up fine in blog posts. You may need to set the background color in the same place instead of specifying the same via Custom CSS or just use -

#title-area { background-color: #1874CD; }

You may now remove the temp login.

Thank you so much LiveMesh, for all of your help. Everything now works perfectly.

Great. Thanks for letting me know.

Hi,

How do I change the size of the GET THE APP button on the header menu when it is sticky? I already added the code to make its sticky below, but the button hangs off the page now at http://www.appmerge.com. Let us know and thanks.

header.sticky .button.get-app, #header.sticky .social-container {

display: block; }

Pls use the following Custom CSS entered into theme options -

#header.sticky .button.get-app {
top: 10px;
}

You Guys Rock!!! Thanks a million :)

Hi, how do we create SEO on this theme?

Hi, how to create SEO?

Hi, I am having trouble getting identically sized images to show on my site with identical heights. On the blog page (based on the Blog template) I have an image (1920×400) set in the “Customer Heading Background” section, then in the “Custom Heading Content” I have the following HTML:

[segment id="blog-header"]<h1>The Blog</h1> <p>Here you can keep up to date with what we're working on, along with any other little tidbits we feel like sharing.</p>[/segment]

I want to have the same header style on the “About Us” page, which is based on the Default Template. I again have an image (1920×400) set in the “Customer Heading Background” section, then in the “Custom Heading Content” I have the following HTML:

[segment id="blog-header"]<h1>A Few Words About Us</h1> [/segment]

But for some reason the image on the “About Us” page is about 65% the height of the one on the Blog page.

Can you offer any help on this, to ensure that both header images appear the same on the site?

Thanks.

Thank you for the help. I now have the “About” page header image displaying at a specified height, however I still cannot get the “Blog” header image to be identical in height. How can I force the header image on the “Blog” page to be displayed with the same pixel height?

Pls use the following custom CSS in themeoptions -
#blog-header {
padding: 5px 0;
}
Adjust the padding accordingly so that the About page title area and Blog page title area looks identical.

Thanks for the help Meteorite. That solved my problem and I now have both pages with header images of identical height. Thanks again.

Hi! Where can i find the latest update of Appdev documentation? Thanks

Just download the whole bundle and the documentation folder is one of the root folders after unzipping the bundle. Thanks

About Responsive part of theme.. I tried unaltered page (no code changed) on Windows Phone (Lumia 920).. and page looks bad .. no logo.. and even no way to scroll down to see the page. For Android Phone I was able to scroll down.. but again no Logo displayed :(

For the logo to appear, you just need to set the retina logo in theme options-> Site Logo tab. Pls make sure you specify the height and width of the retina logo image as well. Can you pls disable smooth scroll in General tab of theme options and check the site on Lumia 920? Also, pls check once by disabling all plugins. Thanks

How to change gap between Pricing Plan items?

It’s very simple.Pls go to ‘Pricing Plan’ option in the wp-admin panel, add the new plan (5th) and publish it.

Thats just creates 5 plans. That I allrready have done.. but in hme page they appear in 2 lines (3+2).. and thats does not look nice.

Ok I understand why7 this happens – because the theme sports a twelve column grid and five columns cannot be supported without custom code. Can you pls post the site URL so that we can suggest the custom CSS code for this. You may email us through the bottom right box on our profile page too.

How to insert Smartphone Slider? I cannot find it in Shortcode list (in editor).

Pls have a look at the documentation for the theme for instructions on inserting the iphone slider or other smartphone slider. Detailed instructions with examples are provided there. Just search for the text – [iphone_slider], [galaxys4_slider], [htcone_slider].

Thanks!

Hi there,

We love using your theme. we hope you like our business and how we are using it. We highly recommend it to our friends who know how to use WP.

We are having a problem on our website:

www.thrive.menu/blog

http://imgur.com/84G3AyX

The “Retain Image Height” feature is not working. The Blog Page enlarges the featured image photo. (see example here: http://www.thrive.menu/blog/)

Also a few other things if you can please advise!

We would like to remove a few of the roll over features on the Blog Page. 1- The (+) sign when the photo is rolled over . 2- The grey to green when the title is rolled over. We just want it to be green.

3- How do we change the “Read More” button and extend the amount of text that can be viewed?

Thank you so much for having awesome, detailed, friendly support team!

The meaning of “Retain Height” is to display the whole image when viewing “single” blog post and it is working as designed on your blog. Are you trying to use big images in the blog page itself?

For other queries, pls use following custom CSS in theme options -

.type-post .image-info a.lightbox-link span { display: none; }
#content .hentry h2.entry-title a { color: #198E47; }

And you can control the text shown by checking the option “SHOW CONTENT IN ARCHIVE PAGES” option in Blog tab of theme options. Also, you can control the text shown with the help of more tag in visual editor – http://codex.wordpress.org/Customizing_the_Read_More

You can change the Read More text with the help of translation mechanism. Pls refer to the documentation and use the en_US.po file in languages folder for “translation”.

LiveMesh,

Thank you for taking the time to reply – it is very appreciated.

To answer your question: We want the .png to stay at it’s original dimensions. As you can tell from the sceenshot the word “Recipe” gets cut off. http://imgur.com/fmexWTi

What are our options to display the entire image without it cropping on the Archive page?

Thanks!

I understand the issue – if you need them to be full height, pls insert the below code at the line number 46 of file framework/functions/blog-content.php file -

        $image_size = array('width' => 820, 'height' => 0);

That should resolve the issue.

Hi there,

Do the sample pages in the live screen shot come preloaded with the theme?

Yes – you will need to import the sample data from the sample data xml file provided. You can pretty much replicate the entire demo site on your server. Thanks for your interest.

Hi LiveMesh,

I had open an support ticket 2 day ago!!! Until now no answer.

Can you please check that?

My best regards,

Leandro

Leandro – We know the solution to the issue you are facing. You should see a reply in next hour or so. Thanks for your patience.

I have read through much of the documentation and watched the start of the video on how to replicate the demo version of this theme, but I am no closer to getting anything even remotely close to it displaying on my site. I am happy to work through the video and the documentation, but much of what is shown in those is not what I see, making me think something else is wrong. For example:

1. In the video on how to replicate the demo site, after importing the sample xml file the Settings > Reading page is shown, but when the Front Page is selected the list shows many pages including “Homepage” while for me I see only “Sample Page”

2. In the documentation for “Single Page Theme Setup, the “Choose the Page Sections for display” lists Features, Intro, Pricing, Showcase, Team and Work, while on my site I see “No Posts Found”. In the “Choose the Pages for Navigation Menu” the documentation shows About Us, Ajax Portfolio 3 Columns, Ajax Portfolio 4 columns, Archives, Blockquotes and Pullquotes, Blog, etc, while I only see Sample Page.

Any help would be much appreciated.

Looks like the sample data has not been imported in your case. May be you should retry – I hope you were able to see the success message at the end of import (a link to home page with text “Have Fun”).

Pls open a ticket at https://livemesh.freshdesk.com with the login details and we will take a look.

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