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.
Why don’t you just use jQuery to do the same? You can enter your custom JQuery in js/main.js file.
Or if you want to do it using onclick, you can just add the attribute at line number 76 in the file framework/shortcodes/pricing-shortcodes.php. You can modify the HTML located at that position.
Ah I got it! Thank you so much.
BTW, how to remove the X-button (disable the Close function) from the message-box?
I have no idea actually since I thought you had some custom Javascript code put in there to open a message box. I have no details on how you are doing it.
Oh sorry, I didn’t say clearly. It’s another question. I mean the Appdev’s Wordpress message box (the red, blue, green ones, etc.) I just wanna remove the X-button from the default Appdev’s Wordpress message box. How to do it? Thank you.
.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.
#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.
1. Go to Themeoptions, Blog tab there you find “show content in archive pages” option pls tick yes. 2. There is one common heading background for blog page. You can change the heading background by going to the blog edit page and there you will be able to find custom heading background pls change it over there. Pls edit the particular category and give the category description. in the description area provided.
Thanks for your help. Your answer to question 1 finally put a stop to me pulling my hair out. As expected the answer was simple. When I had read that option it specified “archives” so I did not think it would affect non-archived posts, but it does.
For question 2, I am not clear. I already have the main “Blog” page users get to from the main website menu set up as I want it to be (header image & text, etc). That is the “Blog” page listed under “Pages”. How do I apply the same header image and text settings to the pages that display if I click on a post’s “Categories”, “On” (date), or “Author” links? Those pages all revert to the standard WordPress layout (no header background, etc). If these pages already exist in the “Pages” menu, it’s not obvious to me from their names, which is used for posts by category, archived posts, posts by author, etc
These pages – categories, archives etc. do not exist in the menu and since these pages are generated by WordPress we cannot directly control the header for these pages. But you can set a common background image for these pages using the Theme Options->Backgrounds tab->Background for Title Header Area and the height through the option below it. And you can control the description for the category pages via description field in the categories. Hope this explains is better.
Thanks for your help Livemesh. It made perfect sense. Unfortunately while the height setting worked, setting an image within the Theme Options > Backgrounds > Background for Title Header Area did nothing. The header area remained the default colored header, and not the chosen image.
So, the background for title header area is not working? Can you pls email me a temp login via my profile page – http://themeforest.net/user/LiveMesh#contact since I am unable to reproduce here? Thanks
LiveMesh, I’m not sure if you received the message I sent from your profile page (sent about 5 or 6 days ago). Just wondering if I can remove the temp login, or if you are using it or still intend to use it. I didn’t want to just remove it as there’s a possibility the above issue might be a bug, so the login may be helpful.
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.
Instead of using the Custom Heading Background in the second case, pls use the Header Options ->Entry Title Background and Page/Post Title Height to set the height. The Custom Heading options are useful only if you need to customize the heading related html and also you will need to provide your own custom CSS to control the height.
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?
#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?
Are you trying to increase or decrease the gap? Not sure why you would want to do that – may be I am missing some detail of what you are trying to accomplish. Pls clarify. Thanks
I need to decrease the gap .. so I can put 5 Plans Boxes in one line.
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/84G3AyXThe “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/fmexWTiWhat 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.