Discussion on Converio - Responsive Multi-Purpose WordPress Theme

Discussion on Converio - Responsive Multi-Purpose WordPress Theme

Cart 2,447 sales
Well Documented

ThemeMotive supports this item

Supported

630 comments found.

I need to change the main header to black. I have tried using .main-header { background: #00000; } in the custom css in customize but it’s not working.

It actually shows correctly in the customize section, but when I go to view the site it’s not working.

Hey 802kings,

Thank you very much for your comment.

You can add for example this kind of code:

.h1.sticky.sticky-opacity-enabled .main-header {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
}

or

.main-header { background: #000 !important; }

Hope this help!

Could you please write to e-mail support (at) thememotive (dot) com if you need further assistance? Our support team would be happy to help you.

Kind regards, ThemeMotive team

Awesome! Thank you!

You are welcome :)

Hi, i have some little problems with woocommerce Im trying to use a checkout plugin for woocommerce(WooCommerce Poor Guys Swiss Army Knife), but after make some settings, i still see the woocommerce default checkout form. I dont know how to set it to see it at frontend

In adition i have a message like “theme has included outdated copies of the template files WooCommerce, If you notice a problem in place , this could be the reason” maybe its related.

by the other hand i have a doubt, do i have to look for a woocommerce plugin, or use the one that comes with this template by uploading? Thanks for all, im in love with that theme.

Ok, plugin is not tested for my wordpress version, but still have that questions

Hey Nachomirsol,

Thank you very much for your comment.

As for the the plugins it looks it’s not very popular plugin, so we recommend you to use native WooCommerce checkout features. You can use the lastet version of WooCommerce.

As for the second question you can ignore this notification and hide/remove it in the WP admin (it’s just automatic notice). If you are using latest version of WooCommerce and Converio theme then all will work fine.

Hope this help!

Could you please write to e-mail support (at) thememotive (dot) com if you need further assistance? Our support team would be happy to help you.

Kind regards,

ThemeMotive team

Hi, i have some little problems with woocommerce Im trying to use a checkout plugin for woocommerce(WooCommerce Poor Guys Swiss Army Knife), but after make some settings, i still see the woocommerce default checkout form. I dont know how to set it to see it at frontend

In adition i have a message like “theme has included outdated copies of the template files WooCommerce, If you notice a problem in place , this could be the reason” maybe its related.

by the other hand i have a doubt, do i have to look for a woocommerce plugin, or use the one that comes with this template by uploading? Thanks for all, im in love with that theme.

Hey Nachomirsol,

Thank you very much for your comment.

As for the the plugins it looks it’s not very popular plugin, so we recommend you to use native WooCommerce checkout features. You can use the lastet version of WooCommerce.

As for the second question you can ignore this notification and hide/remove it in the WP admin (it’s just automatic notice). If you are using latest version of WooCommerce and Converio theme then all will work fine.

Could you please write to e-mail support (at) thememotive (dot) com if you need further assistance? Our support team would be happy to help you.

Kind regards, ThemeMotive team

Hi, Is it possible to display a static home page (Settings -> Reading -> Front page displays -> ‘Home’) and find a way to display dynamically the articles too? I would like to compose a home page with some static content at the top and a list of each article published at the bottom. Thanks for your help.

Hey Wuswac,

Thank you very much for your comment.

Yes, you can use “Recent Posts” shortcode, so that you can use for example this shortcode:

[recent_posts number_of_columns="5" number_of_posts="10"]

Hope it helps!

Hope this helps!

Could you please write to e-mail support (at) thememotive (dot) com if you need further assistance? Our support team would be happy to help you.

Kind regards,

ThemeMotive team

Thx!

You are welcome :)

What is the shortcode for putting the Call to Action on pages? I can’t find it anywhere and it’s not in the shortcode menu.

Hey Jumpgroove,

Thank you very much for your comment.

For example on http://thememotive.com/converio/services/ we used this kind of shortcode:

[promobox pattern="01" background_color="" fullwidth="yes" bottom_margin="no" top_margin="no"]
[slogan color=""]You can build more powerful website than you think.[/slogan]
[button color="green" size="large" light="no" icon="" open_in_new_window="no" link="http://themeforest.net/item/converio-responsive-multipurpose-wordpress-theme/9466052?ref=ThemeMotive"]Get Converio[/button]
[/promobox]

Notes: In shortcode menu it’s inside Sections -> Promo box

Hope this helps!

Could you please write to e-mail support (at) thememotive (dot) com if you need further assistance? Our support team would be happy to help you.

Kind regards,

ThemeMotive team

Hi Team,

I’m really interested to get this theme. Here are some pre-sale questions:

1. You mentioned in the description that there are 10 skin types. Would I be able to change the color of the menu bar according? 2. Is this theme compatible with OptimizePress and Gravity Forms? 3. As this theme doesn’t have a page builder, could you advise if it’s easy to configure the page layout, as I’d be using short codes to build the page.

Please advise.

Cheers, Alvin

Hey Alvin,

Thank you very much for your comment.

1. Yes, you can change the color of the links in the main menu. 2. It depends what kind of features / forms you are going to use on that plugins. Could you write more details to support(at)thememotive(dot)com. Our support team would be happy to help you. 3. Yes, it’s easy. We could help you with this if needed.

Could you please write to e-mail support (at) thememotive (dot) com if you need further assistance? Our support team would be happy to help you.

Kind regards,

ThemeMotive team

Hi, i love this theme, but now i need to convert in to a multilanguage site so users can choose the language they want. I tried to do it with .po and.mo files but the only i see is the en_US.po and en_US.mo where i can only translate backend, what i want is to translate every page, included woocommerce, what you recommend me? i have read both links but still not clear http://www.solostream.com/blog/translate-wordpress-theme/or here http://themezee.com/docs/theme-translation/ thans a lot

Hey Nachomirsol,

Thank you for your comment and great feedback :) We appreciate it a lot :)

Converio follows best coding practices, so that all hard-coded strings are wrapped in GetText calls. We also included po and mo files with all strings used in the theme, so that theme is easy to translate to any language.

You can translate the theme with for example popular WPML plugin and edit the strings directly from the WordPress admin using WPML’s String Translation screen.

You can also translate the theme without plugins. We included the po and mo file, which includes all strings used in the theme. You can edit po file in for example PoEdit http://poedit.net/ easily and save for example as fr_FR.po fr_FR.mo in the /converio/languages/ directory. Please also have a look for example here: http://www.solostream.com/blog/translate-wordpress-theme/ or here http://themezee.com/docs/theme-translation/

Could you please write e-mail to support (at) thememotive (dot) com if you need further assistance ? Our support team would be happy to help you.

Kind regards,

ThemeMotive team

Hi I am using the ‘checklist style=”3”’ shortcode, but how do I change the size of the icon?

Thanks

Hey Stone21,

Thank you very much for your comment.

Could you please write the full shortcode code you are using to e-mail support (at) thememotive (dot) com ? Our support team would be happy to help you.

Kind regards,

ThemeMotive team

Its ok, I found the css ruling, thanks!

You are welcome :)

Please let us know if we can be of further assistance.

Kind regards,

ThemeMotive team

Hi – this is a super theme and very flexible. I have a question about the animated milestones…. is there a way to add a comma where appropriate (Iie: 1,000). When I try to add it in the code, I get an error. We are using some large numbers and the comma could be super helpful visually.

Thanks! Angela

Hey Angela,

Thank you very much for your comment.

In the current theme release it’s possible to put plain number without commas, however we will consider to make it possible to add comas in the future release.

Hope this helps!

Could you please write e-mail to support (at) thememotive (dot) com if you need further assistance? Our support team would be happy to help you.

Kind regards,

ThemeMotive team

What is the custom css code to change the font color used in the TITLES of the landing sliders from black to white?

Hey lnbrown82,

Thank you very much for your comment.

You can add for example this kind of code in Customize -> General -> Custom CSS:

.slider11 h3 { color: #fff; }

Hope this helps!

Could you please write e-mail to support (at) thememotive (dot) com if you need further assistance? Our support team would be happy to help you.

Kind regards,

ThemeMotive team

Where is the Default Template located for this theme? I’m trying to remove a sidebar for a page that is using the “default template.” Where do I go to turn the sidebars off? Is it somewhere in the single.php file?

Thanks, Linda

Hey Linda,

Thank you very much for your comment.

You can simply set the sidebar option “don’t show” from the select field on the right.

Hope this helps!

Could you please write e-mail to support (at) thememotive (dot) com if you need further assistance? Our support team would be happy to help you.

Kind regards,

ThemeMotive team

Hello,

Having an issue with the sub-nav (drop-down menu). It displays on the homepage only. On any inner page just the main nav is displayed and sub-navs are not active. Do you have a fix for this? Happening across all browsers on multiple machines. I am hosting on Amazon AWS. Test site is live here – wordpress.sportsbettingsimulator.com

Hey Sepinsonneault,

Thank you very much for your comment.

It looks like subpages are not fully loaded. 1) Could you please make sure that you uploaded all theme files on the host? 2) Could you make sure that some plugins are not affecting the loading? Could you disable all plugins and see if subpages are fully loading? 3) Could you enable debug mode to see potential errors?

Could you please write e-mail to support (at) thememotive (dot) com if you need further assistance? Our support team would be happy to help you.

Kind regards,

ThemeMotive team

the colors of the header, footer and buttons are customizable through the administrative panel?

Hey Renatopasquini,

Thank you very much for your comment.

You can customize the color of footer in Customize -> Footer. The colors of links in header or buttons you can change in Customizle -> Colors.

Could you please write e-mail to support (at) thememotive (dot) com if you need further assistance? Our support team would be happy to help you.

Kind regards,

ThemeMotive team

How do I move the revolution slider above the slider that comes with the theme? I am using both sliders but I can’t see where I can switch the positions.

Hey lnbrown82,

Thank you very much for your comment.

Could you please write e-mail to support (at) thememotive (dot) com with information which slider you are using now? Do you use two sliders at one page? Our support team would be happy to help you.

Kind regards,

ThemeMotive team

Hello I found this really beautiful template, would fit perfectly in my business, however found three negatives that inclined me not to buy it, these points are:

1 Do not have Visual Composer by default 2 The Dummy Data is not complete and sometimes the error in import (I know this because my friend bought this template) 3. Not included demos of Revolution slider

All this does not facilitate customization.

As you would they include all this and update? for me to buy?

Thank you :) We appreciate it a lot :) As for the import files, could you please write e-mail to support (at) thememotive (dot) com Our support team would be happy to help you.

Kind regards,

ThemeMotive team

What the e-mail support team?

It’s support [at] thememotive [dot] com

Please have a look here: http://thememotive.com/support or please write e-mail directly from this form: http://themeforest.net/item/converio-responsive-multipurpose-wordpress-theme/9466052/support

Kind regards,

ThemeMotive team

I loaded the theme and did not find the templates in the back office of wordpress. How do I make this theme look like what I paid for?

Hey Tonyb1212,

Thank you very much for your comment.

There is xml file dummy.xml with the demo data included in the theme package. Moreover if you want to import just sinle pages then there are also separate files just to copy and paste in the text editor.

If you are new WordPress user and would like to upload pages from live preview then please go to “Tools -> Import” and click on WordPress close to the text “Import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.” and then please choose dummy.xml from the download package (“Dummy data” directory). Please install and activate all recommended plugins if you want to have all data imported. Then dummy pages/posts/events/products from our live preview will be imported, however you may still need to set some settings by yourself, like assigning the menu you would like to display on (“Appearance -> Customize -> Navigation”) or which page to show as front page (“Settings -> Reading -> Front page displays”), etc.

If you want to add page (for example “pricing” from the demo) then there is fast way to do that, please:

1) go to WP admin panel then click on Pages -> Add

2) On “Display Options” please change to “Show title -> don’t show” and “Sidebar position -> don’t show”

3) Go to dowanload package “Dummy data” -> “shortcodes-pages”

4) Copy all the text from choosen/modified html file (for example pricing.html)

5) Change the WP editor to “Text editor” (instead of “Visual”) and paste the text from pricing.html to “Text editor”.

6) Edit the text you want to change.

7) Click on “Publish”.

Hope it helps!

Could you please write e-mail to support (at) thememotive (dot) com if you need further assistance? Our support team would be happy to help you.

Kind regards,

ThemeMotive team

Hi , I want to put “Simple Reallity Captcha” in contact form, but do not know how , do you tell me how they can do? I could easily place only in a secondary form made ??with contac -form-7. Thanks for the help in advance.

Hey Alecuervo,

Thank you very much for your comment.

Please have a look here http://contactform7.com/captcha/

Hope it helps!

Could you please write e-mail to support (at) thememotive (dot) com if you need further assistance to customize the form? Our support team would be happy to help you.

Kind regards,

ThemeMotive team

Hi,

I see that the landing slider is used on this page http://thememotive.com/converio/landing-page/

and seem the form is hard coded. Which is not ideal, I think you should be able to specify the Contact form to be used on this slider. This would be perfect for my needs as I need a different form based on landing page.

Do you have any plans to make this change.

Thanks

Hey Mjava1,

Thank you very much for your comment.

Yes, we have got plans to make it possible to use Contact Form 7 there (if you need to use it now we could send you updated plugin). For now there is custom script responsible for sending e-mail, however it’s possible to customize it with little changes, and if somebody needs more advanced changes/customization (like for example store date to database, etc.) then it would be easier to customize than Contact Form 7.

If you need to use Contact Form 7 with some more fields then we recommend you to create it in the content part like we did on our demo here: http://thememotive.com/converio/selling-page/

Hope it helps!

Could you please write e-mail to support (at) thememotive (dot) com if you need further assistance to customize the form? Our support team would be happy to help you.

Kind regards,

ThemeMotive team

Hi guys,

I can’t find this file for the life of me: multipurpose-sliders-temlates/slider11/footer.php

I’m trying to eliminate one text field and change the body text as well as modify the user agreement privacy policy and cookie policy links.

Cheers, Ash

Hey Ash,

Thank you very much for your comment.

You can fint it in the main converio theme directory. On your host it could be in wp-content/themes/converio/multipurpose-sliders-temlates/slider11/footer.php

Hope it helps!

Could you please write e-mail to support (at) thememotive (dot) com if you need further assistance. Our support team would be happy to help you.

Kind regards,

ThemeMotive team

Can I grab the css to customise the lists font size

Cheers, Rusty

Hey Rusty,

Thank you very much for your comment.

You can use for example this kind of code in Customize -> General -> Custom CSS:

.content ul li { font-size: 20px; }

Hope it helps!

Could you please write e-mail to support (at) thememotive (dot) com if you need further assistance. Our support team would be happy to help you.

Regards,

ThemeMotive team

You are welcome :)

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