Discussion on Agile - Multi-Purpose App Showcase WordPress Theme

Discussion on Agile - Multi-Purpose App Showcase WordPress Theme

Cart 3,136 sales
Well Documented

LiveMesh supports this item

Supported

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

452 comments found.

Hello! I am having trouble uploading the theme into Wordpress. When I try to upload the theme file agile.zip, Wordpress responds with an error screen saying “File is too big. Must be 1500 KB or less.” I have gone into my wp-settings.php and changed the WP_MEMORY_LIMIT to 64MB and I have plenty of space on hosting, but it is still not working. Any solutions? Thanks!!

You can gzip the import file and try to upload. The importer takes files with .gz extension. Thanks for your purchase.

Thank you but the .gz only took the file from 4.4 MB to 4.2 MB. Any other suggestions?

That’s not possible actually – the size should reduce by about 90% or more. This is because there is so much repetition of text in the import xml and hence compression algorithm can do real good job here. If you are on Windows, you can use 7zip or you can gzip from Mac OS X terminal (gzip sample-data.xml works).

BTW, pls check the readme-..txt file in the root directory of the zip bundle of the file and you should find a link to the gzip file there. If you still have trouble, pls email me via bottom right box on my profile page (http://themeforest.net/user/LiveMesh).

Hey, I sent you a message about this:

I wanted to have the mobile menu version for all sizes of the site. I’ve managed to achieve this, but the menu-toggle icon (the 3 horizontal stripes that kicks out the menu when clicked on) isn’t sticky like the rest of the menu bar. What do I change in the main.js to make that sticky as well? thanks.

Anthony

Sent an email after we had the mobile menu stick to the top all the time, even after the user scrolls down the page. Will look into the issue of jumping to the top upon mobile menu toggle switch click. Thanks

Hi – I just purchased the Agile theme and I have two questions. 1. Is there a setting I’m missing to change the menu font? 2. I don’t need a shopping cart on my site so is there a way to remove the cart icon from the header.

Thanks very much!

Thanks very much for your purchase. The font change for menu needs to be done manually via custom CSS. To disable shopping cart, pls disable the woocommerce plugin or use custom css.

Pls let us know if you need custom css to do the above and I can help.

Thanks so much for the prompt reply. It’s very much appreciated!

Hi….where do i have to go to change the orange color on the top menu, and all areas on the template ( like contact form ). I went to primary menu, but i cannot find it in there.

And also, about the logo, how can i align it better ?

To change the orange color to some other color on the site, pls change skin color setting in the General tab of theme options to desired color.

To align the logo, you will need to use custom css. Pls let us know if you need help on the same. Thanks!

Hi guys, thank you for your great theme. i have a issue for prettyPhoto size. i embedded to youtube video in prettyPhoto but it was small frame size. i hope getting the original size frame. let me know.

thank you.

i solved. Perfect ! Thank you for your kind.

Hi team. thank you for great theme. i have a question for boxed layout. i checked “Yes” for boxed layout in backgrounds of theme options but it was not applied. how can i do for boxed layout?

i am sorry for my mistake. found it. thank you.

Good morning, Absolutely love the theme! I ran into two things that I need help on, however.

The when we add a logo to the site, it is positioned in a way that it overlaps the bottom of the header area, spilling into the main site. See here: beta.jobpact.com

Additionally, one of our team member uses a Linux laptop with a Windows VM to work on our site. His scrolling is disabled throughout the entire site. No down arrow, no page down, no mouse scroll. The only option he has is to take the scroll bar on the right and move it down. What information do you need to troubleshoot?

Thanks for any help you can give us!

To fix the logo, pls use the following Custom CSS in the Custom CSS in theme options -

#header #site-logo { top: 0; }

Regarding the scrolling issue, I am not sure what could be the issue. I see no errors on your site. Can you see if checking the box ‘Disable Smooth Scroll’ in General tab of theme options does change something? Is he experiencing the same in all browsers? He can see if the behavior goes away by switching between browsers – Chrome, Firefox, IE. At present, the smooth scroll function is designed to work only in Chrome (Firefox natively supports smooth scroll) and hence should not affect other browsers.

Meant to follow up. This helped resolve both problems. Thanks LiveMesh!

Great to hear. Thanks for letting us know.

Demo doesn’t work :( (checked with Firefox 27 & Chrome 34)

By doesn’t work, I mean page content is blank, see:

http://derp.co.uk/47182

(Yes, I did disable adblock, but the problem persisted)

Can you check the site chrome incognito mode, clear cache or at least do a refresh and retry? On chrome at least I saw no issues. Thank you for bringing this to our attention. Appreciate your time.

I traced the issue to a caching plugin which was not scheduled to refresh for everyone and we needed that refresh of cached files after we did the 2.1 upgrade. The issue should be resolved now. Pls check and get back to us if you see any issues. Thanks

Hi there,

I installed the theme and import the demo, but it seens I have some problem on iPhone Slider.

http://brestate.com.br/page-section/intro/

Let me know how can i fix it, please.

The issue is with the plugin named Ultimate VC addons loaded in this site which inserts jQuery Appear script which is raising an Javascript error in the console. Can you pls disable this plugin and retry. Thanks!

If you still have trouble, pls email me a temp login to your site and I can take a look. (use bottom right box on my profile page – http://themeforest.net/user/LiveMesh to email me)

Yes! That was the problem. Now it’s fixed. Thanks!!

Hello there. I’m having the Shortcode issue where the selection crops up but doesn’t populate the code. It works in the Text format but not in Visual.

I replaced the code for this : tinyMCEPopup.editor.execCommand(‘mceInsertContent’, false, shortcodeText);

From our testing and others report that the above code fixes the issue for visual editor too. Are you still facing the issue?

Hi, there has been a new version of Wordpress released just now.

Under this version, your theme administration area does not work correctly anymore – for instance, if I go to pages, then open a page e.g. HOME, and I want to open or rearrange specific page sections, the page stops responding, and even WP menus like Screen Options or Help stop being responsive anymore..

I checked in latest Mozilla and IE, both have the same problem.

Please send me the fix to this problem, or an updated version of your theme, thank you.

Submitted an update to include the above two fixes and other enhancements that includes improved documentation. Thanks

Please let me know how to install the update so that all changes made to the previous installed version of the AGILE theme remain intact. Any link to a step-by-step guide how to update the theme? Thank you

The way I update is to replace all files. No matter what method you use (there are plugins too like this – http://wordpress.org/plugins/easy-theme-and-plugin-upgrades/ to update easily), you will need to backup your changes and redo any changes you made to the files on the new installation.

Use tools like DiffMerge or WinMerge to compare the old and new files and redo the changes. You will spend probably an hour doing this but not more, specially if you have made changes only to a few select files. The settings data will stay and hence Custom CSS entered into theme options should be fine. It’s always a good idea to have a backup though. Hope this helps.

Best way to protect yourself from theme updates is to always make changes in the child theme. The theme is mostly child theme friendly and hence when you have time, you can probably go through the changes you have made to the core theme files and try to move them to child theme so that the core files are not affected and upgrades are smoother.

Hi…i just sent u a email with my issue on installation again. thanks.

AA.

Done with the setup, pls check. Thanks!

I am getting this error : TypeError: undefined is not a function http://skitter.corporate/wp-content/themes/agile/js/admin.js?ver=3.9:31&host=

I have recently updated to the newest wordpress. When I create a new page with Single Page Site, I can not move over “Available Page Sections”. Any help?

We have been using the latest version for some time and have had no issues. I do not think this is related to latest version of WordPress. Can you pls email me a temp login to your site (bottom right box on my profile page) so that I can take a look. Thanks!

To fix the issue for WordPress 3.9, pls replace the code -

wp_enqueue_script('mo-admin-js', MO_SCRIPTS_URL . '/admin.js');

in line number 618 of framework/framework.php file with

wp_enqueue_script('mo-admin-js', MO_SCRIPTS_URL . '/admin.js', array( 'jquery-ui-sortable', 'jquery-ui-draggable', 'jquery-ui-droppable' ), '1.0', true);

I will have an update this week for this week with this and other changes but meanwhile the above should do the trick. Thanks for bringing this to my attention.

Hi, I would like to ask you another question before to purchase this theme, please. On the Homepage demo is it possible make one row only with three middle items only, instead of two rows with 12 items?

Yes certainly. You just have to specify number of columns and number of items. Thanks

Hi, I would like to ask you a question before to purchase this theme: Is it possible to insert some links in the texts of the “BRANDING SERVICES” section of the homepage demo? Thank you in advance. :)

Thanks for your interest. Yes, it is possible to insert links into the text shown below the heading “Branding Services” by providing the anchor text to the shortcode.

LiveMesh, I haven’t received the confirmation email for your support site so that I can login and ask a question about centering the social icons.

I’ve followed a post from your forum using the code below but it’s not working.

http://urbankick.staging.wpengine.com

Code used:
[wrap class="center"]
[heading2 title="Join the conversation"][social_list facebook_url="#" youtube_url="#" twitter_url="#" linkedin_url="#" googleplus_url="#" include_rss="false" align="center"]
[/wrap]

I see that you already have widgets loaded in the footer. So the above code will only work with the footer columns set to one. If you want to make your footer look exactly like the demo site then you need to set the footer columns to one in theme options and use the above code inside a text widget.

Regarding the email conformation you haven’t received from the support forum, pls send me a message through my profile page and I will create a login for you.

You should now be able to login to the support forum. I have provided the required rights. Thanks

Hi, I really like your theme and I want to buy it. Do you have any trial period in which I can try and see if it really fits my need?

Secondly, Where do I look for the images for my website created with this theme?

Thanks for your interest. Demo site is the one that you get a chance to play around a little bit before purchase. Other than that, there is no option to actually go for a trial period.

On purchasing, pls send me an email and I can send you to source for the specific images you want to use.

Hi, I just purchased the theme and want to thank you for such a nice and customizable theme. The only thing I am unable to change is the header of the blog section – I can’t find it anywhere. http://portfoliotheme.org/agile/blog/ – the image and the text “We love writing. Lorem ipsum…” Thanks for help!

Thanks you very much for your purchase and glad you like our theme. When you edit the page for the blog, at the bottom of that page edit window, you should find a field group named “Header Options” with the option to enter header background (field named ‘Entry Title Background’), description etc.

Perfect, I’ve got it – I had to be blind :-) Thank you

The bug in your theme’s shop section is still there – on http://portfoliotheme.org/agile/product/happy-ninja/ there is a statement ””Flying Ninja” was successfully added to your cart.”, even though I am on a different product page ad I have never put any items into cart.

This happens also when I navigate to this product page via your site’s main page with my cookies cleared. I checked it several times with the newest versions of Mozilla and IE, restarting both browsers, in both all tracking data (including cookies) clear automatically upon closure.

My guess is that it is you who need to – once logged into your site’s Woocommerce admin – do some clearing.

Please let me know if this bug has been removed, I want to buy your theme ASAP after making sure there are no obvious bugs in it.

Thank you.

We typically don’t cover smaller details in the video since that can make the video painfully lengthy for some.

You can activate Contact Form 7 and post type order plugin any time you want. They are not required for theme to function. And you cannot register the revolution slider plugin since this is extended license and the purchase code is limited only to the purchaser – the theme author in this case.

Pls use support forum for all queries once installed. Thanks

Thanks. I wrote my previous comment because I have tried to install the demo content without the Contact Form WP plugin installed and activated, and I got an error importing just the contact form. Then, I erased all data and database from the server, created a new database, installed WP and your theme anew, and installed the demo content with the Contact Form plugin installed and activated (and all the other plugins for that matter), and the import ran without any error.

OK, now I got everything up and running – it really is a nice theme!

There only is one thing that still needs to be fixed – the Woocommerce shopping cart in the top right corner shows up on my title page and all other pages as well, not just on the shop page as in your demo. Moreover, when scrolling down the (any) page, the shopping cart is shown overlapping the “Shop” navigation menu, partly covering the actual menu item. This obviously is a mistake.

Can you tell me how to stop the cart icon from appearing on all of the other pages except on the SHOP page, and making it appear separated from the “Shop” menu item (the top smart menu) when scrolling down the SHOP page ??

Thank you.

I guess you skipped reading the README.txt file I mentioned above which outlines the steps to import with or without errors (errors can be ignored if you do not need the plugins – many of our buyers do not want to install WooCommerce, for example). Anyway, I am glad you have everything running now.

For further queries, please register and open a support request here and we will happy to help you over there. Thanks

I see that Agile 2.0 is out as of March 14 as listed in the change log. How do I update from 1.6.? I haven’t received a notice or found a link to download. Must I purchase again. I just bought 1.6 on March 7, 2014.

You don’t have to purchase the theme again. After you login to themeforest, go to downloads tab ( http://themeforest.net/downloads ) and download the package again. This way you will download the latest version of the theme.

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