107 comments found.
Hi, I am trying to change the image of the slider but it has turn imposible. I have upload the image to the server. From the admin, when i choose the image to be shown on the slider, nothing happens!. Help please!
Hi, I am not able to verify your purchase. Can you please communicate from the email you have purchased.
Hello, how can I translate template language files? For example I would like to change “My Basket” or “Checkout” in the header. I think that WooCommerce language file is not the one to change?
Cheers, Simon
You can go theme root directory folder and open header.php file and change line 114 and 116.
Hello, i´m using mj-simple + woocommerce for my virtual-shop but when you see the product category page, you see only the first 10 product, if you have a category with 20 product you only can see the first ten. -Are there any form to put a pagination or something to see all the product? -Could i put in the product category page sidebar like in home page? Thank you
Hi,
For pagination Follow these steps ….....
1) First download WP-PageNavi plugin and install in your theme.
2) Open function.php and paste this code.
<?php
// Display 20 products per page. Goes in functions.php
add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 20;' ), 20 );
?>
<?php
/**
* Replace WooCommerce Default Pagination with WP-PageNavi Pagination
*
* @author WPSnacks.com
* @link http://www.wpsnacks.com
*/
remove_action('woocommerce_pagination', 'woocommerce_pagination', 10);
function woocommerce_pagination() {
wp_pagenavi();
}
?>
3) Open style.css file and past this code…....
.wp-pagenavi {
text-align: center;
margin: 16px 0;
}
thanks.
OK thank you, and another question, How could i make to show widget in product category´s page. I want to see this page like home page with the same widget and the product´s list in the center. Thank you again.
Hi,
1) You can go theme root directory and Open page.php file, replace this code line no. 227 to 240.
<div id="mj-left" class="mj-grid16">
<div class="moduletable ">
<div class="moduletable ">
<?php //wp_nav_menu( array('menu' => 'mainmenu' , 'menu_class'=> 'nav1' )); ?>
<?php dynamic_sidebar('Woocommerce page sidebar left'); ?>
</div>
</div>
</div>
<div id="mj-contentarea" class="mj-grid64 product-category">
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'content', 'page' ); ?>
<?php //comments_template( '', true ); ?>
<?php endwhile; // end of the loop. ?>
</div>
<div class="mj-grid16">
<div class="moduletable ">
<div class="moduletable ">
<?php //wp_nav_menu( array('menu' => 'mainmenu' , 'menu_class'=> 'nav1' )); ?>
<?php dynamic_sidebar('Woocommerce page sidebar right'); ?>
</div>
</div>
</div>
2) Open function.php file and replace this code line no. 483 to 491.
register_sidebar( array(
'name' => __( 'Woocommerce page sidebar left', 'mjsimple' ),
'id' => 'sidebar-10',
'description' => __( 'Its show in woocommerce pages', 'mjsimple' ),
'before_widget' => '<aside id="%1$s" class="widget %2$s">',
'after_widget' => "</aside>",
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>',
) );
register_sidebar( array(
'name' => __( 'Woocommerce page sidebar right', 'mjsimple' ),
'id' => 'sidebar-11',
'description' => __( 'Its show in woocommerce pages', 'mjsimple' ),
'before_widget' => '<aside id="%1$s" class="widget %2$s">',
'after_widget' => "</aside>",
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>',
) );
3) Open style.css file and paste this code.
#content #mj-contentarea.product-category
{
float: left !important;
}
One you complete replacing code, check widget page in admin side. This way you created two widget areas: Woocommerce page sidebar left and Woocommerce page sidebar right.
Hello, i´m trying this but it´s change the page of a single product, i want to change the product category´s page, in this page yo can see all the products in 4 colums, i want to include the 2 sidebar like the home page.
Visit profile page and send us FTP and admin details.
Error clicking on the basket icon, not direct to cart automatically. I read all the documentation, installed the theme and content but have not had success! the site is www.chicnelo.com.br
Hello,
When you click on the basket icon, WPcom adds product automatically in cart page but it do not redirects to cart page. if you can set page redirect properties using woocommerce settings menu.
Ok Thanks!
I really like the look of this site but I am having a real tough time figuring it out.
I have tried to reset the menu for the main menu a dozen times and it’s not taking displaying it….what am I missing…. Brenda
my admin bar is missing in view status, my footer, header and home php file does not show up in editor and when I replace with notepads original file error everywhere… how can I access those files and again the menu is not allowing me to modify it….would like to remove the top menu bar…. and the footer arrangement is cumbersome ….the fourth footer want to remove the images and I can’t….help!!!!
Visit profile page and send us FTP and admin details.
When you running low on stock can this be set to warn you?
Yes, Open your admin side and click on setting menu in inside Woocommerce menu and set Inventory.
When you add new product at time set Inventory inside Product data.
Ok thanks but why is the theme not showing on my phone? Would be nice to see how that looks prior to purchase. I’m referring to this link then clicking Live Preview http://themeforest.net/item/mj-simple-responsive-woocommerce-theme/4410174 it only shows a different page which I am not able to browse.
you check the theme for mobile display and tablet display using: mattkersley.com/responsive
i need change sildeshow from product and price to Big banner. how do to it? anther 1 more categories behide sub-categories. how do to it
Thank you
Hi,
You can go theme root directory and open home.php file and slideshow.css file. Then you can customize slideshow as per your requirement with, height,slideshow format etc.
When you create any new category from admin, select parent category in parent drop down box.
thank you.
Thank You
But still problem. i want to change menu. how to edit ??
Thank you
Hi,
Same as above, go theme root directory and open header.file and and open mj-template.css file and customize it’s requirement.
if you can change any other pages open theme file page.php, single.php, footer.php etc.. and customize your requirement.
thank you.
I need the PSD files, did not come along with the folders. How do I get them?
Sorry for the inconvenience please download latest package. It has the PSD you need.
Hi dasinfomedia,
I purchased this and was looking for the “Layered PSD File” as it says in your description but cannot find it. May i know where is the PSD file?
Sorry for the inconvenience please download latest package. It has the PSD you need.
thanks
If you like our support, please rate our product
So when I am in word press edit mode and I click on “view site” I do not have the black edit bar on top? Witch makes it a bit more difficult to edit and navigate? Is this done on purpose? I have never seen a word press site where you you can not access editing in preview mode. Pleaae help
Also How do I get the slideshow to work ? I find this the most confusing template to use I have done all your said in your instruction creating products as categories yada yada Now how do I get the slideshow to show up on the home page? I find this template very confusing and I wanted and paid for A ECWID TEMPLATE why do I have to have woo commerce? your template is not what you advertised I would like a refund its all way to confusing
Hello,
1) past this code on <head> tag in header.php file
<?php if ( is_user_logged_in() ) {?>
<style type="text/css">
#mj-topbar{
top:28px !important;}
#wpadminbar
{
z-index: 2147483647;
}
</style>
<?php }?>
2) you can go Help Section folder and open Installation_Guide. Read installation guide “Slideshow” tab and create your slideshow step by step.
Fixed with installing updated theme 4.0; however, now the footer menu is stuck at the top? See at http://www.gijoecoffee.com.
Also, when I go to a higher resolution such as 1600×1200; the images in the slider get distorted and oversized. No responsive website properties?
Visit profile page and send me FTP and admin details
your issue is resolved.
Hello upgraded theme and now the footer menu is again at the top? Also, when I try and activate the Woo Commerce site-wide store notice text; it jams it at the top of the given space and so you can’t read it.
actually it is the primary menu
visit profile page and send FTP and admin details.
Thanks for the help in solving the problem.
Just updated option tree, now theme options do not work. Can you tell me fix? Option Tree ver. 2.1.4. Now only defaults work?
When I select Customize, there are no options for theme colors in drop down?
your issue is resolved.
I have another problem. When I try to insert a widget in the template, the widget will close shortly after, not allowing to configure it. You have a username and password. Can you solve the problem as soon as possible? It’s odyssey.
You guys never replied to my email about your template being compatible with Ecwid. Your template does not work right now and you told me its because I do not have woo commerce installed? I bought your template because theme forest had advertised it as being compatible with ecwid (its the only reason I bought it) so now i am confused do I have to have both ecwid and woo commerce plug in installed? I prefer not to have woo commerce installed if i do not have to. Please help here its been 2 weeks trying to get this site going I just need a straight answer. How do I get Ecwid to work with this templat?
The ideal way to set this up will be: 1) Add products for slideshow, content area(new, featured, latest) using woocommerce 2) In the menu create new link as Store and link it to ecwid store page.(this will be the page where ecwid plugin shows up and the ecwid content) 3)All the product links in home page should be linked to individual item page of ecwid.
So this way you have setup home page using Woocommerce and store is still pwoered by ecwid.
Alternatively you can modify home.php in wordpress theme and have ecwid store from home page itself, but that will require some coding knowledge.
Hi when I am in wordpress and hit the ‘View Site” I get a blank page and my navigation bar on top is gone witch makes editing and viewing the site annoying, and it takes 4x as long to work in wordpress this the way you guys designed the template?
I have installed all the plugins and I still get a blank page with just a phone number 99999999 Also I am using ecwid its the reason I bought your theme so i did not install woo commerce plug in only the ecwid ,is this why i am having all these problems? I
Please share your site url
Please visit profile page and Email us FTP and admin details.
Hello. I want to purchase this theme to move an existing store. Will I be able to import customers enabling them to use their old sign in information?
yes ofcourse. So all you have to do is take backup of the site first including database. Then install the theme from wp-admin. and you should be able to use existing customer data with our sample data.
Thanks. But I meant a non-wordpress store. I have a shopping cart with Fortune3, and there are no plugins available to transfer products and customers. I don’t expect you to know, but thought I’d ask.
~Actually I have a more pressing question. I’ve done several installs 3 different ways with each outcome ending in a blank page. Pretty sure it’s the install because the plugins aren’t installing either…had to do those each manually. Can you help? http://store.mrscrappy.com/wordpress/
nevermind on the blank page. Once I activated the plugins, everything seemed to appear magically.
Glad that the the issue is resolved.
I am having an issue with the navigation. There’s a top navigation, but then there’s a Primary that is appearing flush right in the header section. What can I do to fix this?
Can I get an email address for support? Hate to keep posting questions here.
Anyway, need to know if I can remove “slideshow” from the Products List. I tried to set the slideshow products to 0 and select “do not show products if out of stock” but the Category still appears. Seems like we should have the option to show and hide Categories at will? Documentation on this?
...i would just use a regular product image but it stretches to fit the slide, so I figure I could put more imagery on the slide by sizing it to the slideshow and making it custom.
Another problem. I can not configure the widget. When I place them on the theme, using the control panel, windows widgets close by themselves without me intervening. Why?
Hello. I am having severe and serious problems with your template. Example: because the photos of the slider is loaded in this way? I await your kind reply. Thank you.
http://www.anticaebanisteriagattuso.it/wp-content/uploads/2013/09/antica-ebanisteria.pngPlease visit profile page and send us FTP/admin details.
Mail sent. Thank you.
Hello, I’m thinking of buying this theme and I’m wondering, can I disable the “product category” and “product tags” sidebar on the “single product page” “my basket page” and the “checkout page” and make the content on those pages the width of the page?
thank you
yes you can by controlling widgets
Also, I’ve seen it has 16 css files! That’s a lot. If I want to modify only a block, I need to look at 3 different css files for a simple div. Very confusing! Sorry, but I won’t buy any template of this author again.
Hi, Can you please tell us what you were trying to modify, so that we can understand the comments better.