Jigoshop Support - Marcin
Forum Replies Created
-
Forum: Plugins
In reply to: [Jigoshop] Place order button is not working. It just refreshes the pageHi arniotaki,
Sure, it might help – if you include your console logs from your browser (F12 for Mozilla, Chrome and Edge)
Regards,
MarcinForum: Plugins
In reply to: [Jigoshop] Product Page Information Isn't Displaying ProperlyHi
In your frontend.css file change the:div.product div.images div.thumbnails { padding-top: 10px; overflow: hidden; zoom: 1; }
to this
div.product div.images div.thumbnails { padding-top: 10px; overflow: hidden; zoom: 1; width:inherit!important; }
and to align the image with the text change this:
div.product div.images { float: left; margin-bottom: 10px; position: relative; }
to this
div.product div.images { float: left; margin-bottom: 10px; position: relative; margin-top: 120px; }
Forum: Plugins
In reply to: [Jigoshop] Product Page Information Isn't Displaying ProperlyHi Lexi_Bird,
I really, really need more details to resolve your problem- how do you expect the product page to look like? Please describe the issue in more detail ??
Regards,
Marcin.Forum: Plugins
In reply to: [Jigoshop] Shop Page Pushed to the leftDo something like this
@media screen and (max-width: yourdesiredwidth) { div.product div.summary{width:300px;} }
in your wp-content/plugins/jigoshop/assets/css/frontend.css file ??
Regards,
MarcinForum: Plugins
In reply to: [Jigoshop] Shop Page Pushed to the leftHi 121940kz,
In your wp-content/plugins/jigoshop/assets/css/frontend.css file remove the contents of the 237th line, to be precise change this
.jigoshop .site-content{ width:66% }
to this
.jigoshop .site-content{/* width:66% */}
Should be fine now ??Forum: Plugins
In reply to: [Jigoshop] Shop Page Pushed to the leftHi 121940kz,
Please give us your site url, I’ll investigate on the issue.
Regards,
Marcin.Forum: Plugins
In reply to: [Jigoshop] Place order button is not working. It just refreshes the pageHi arniotaki,
Since you have your website set on your localhost I cannot help you directly.
The issue you described is always a result of jQuery malfunctions- either the script isn’t enqueued or you’ve overwritten it. I know that’s not much info but you can start there.
Regards,
MarcinForum: Plugins
In reply to: [Jigoshop] User Roles: Jigoshop Customer vs. WordPress SubscriberHi 55don,
It’s basically the same role – read-only access, you can edit your profile.
Regards,
Marcin.Forum: Plugins
In reply to: [Jigoshop] Change html page shopHi giusers,
If you want to change the layout of the shop I would recommend you to create a
jigoshop folder in your /wp-content/themes/your_theme_name/ directory, then copy the “loop-shop.php” file from your
/wp-content/plugins/jigoshop/templates/ directory and paste it into the folder you created. What are you trying to achieve? Maybe we can help ??Forum: Plugins
In reply to: [Jigoshop] Another Refresh only issue when you select view cart or checkoutHi andrewjadore,
Fixed.:)
If you like us and/or our product, please leave a review, we’d really appreciate it! ??Forum: Plugins
In reply to: [Jigoshop] Number of Available Downloads on My AccountHi Cara,
To be safe – someone may order a 1000 products on your site, eventually – change it to 1000000 if you feel like it.
Regards,
Marcin.Forum: Plugins
In reply to: [Jigoshop] Number of Available Downloads on My AccountHi Cara, you probably might want to sit…
Just joking, I’ve got a solution for you ??
1. In your wp-content/plugins/jigoshop/classes folder find a file named jigoshop_customer.class.php
2. Open it and find the following line:$jigoshop_orders->get_customer_orders(get_current_user_id());
3. Replace the line with the following$jigoshop_orders->get_customer_orders(get_current_user_id(), 1000);
Let me know how it worked out for you ??Forum: Plugins
In reply to: [Jigoshop] Catalog not appearing on main shop pageHi trw11278,
If your issue has been resolved, please let us know ??
And if you like Jigoshop and/or our support/management team, perhaps I could ask you to leave a review:
https://www.ads-software.com/support/view/plugin-reviews/jigoshopForum: Plugins
In reply to: [Jigoshop] SagePay Form – Invalid basket format 3021Hi,
That’s great to hear that you’ve probably resolved the problem by yourself ??
I honestly hope that I was of any assistance to you on this issue.
Still, if that is not the case, feel free to post any further problems, regarding this issue, under this topic – I will most certainly try to help.
If you like Jigoshop and/or our support/management team, perhaps I could ask you to leave a review:
https://www.ads-software.com/support/view/plugin-reviews/jigoshop
Regards,
Marcin.Forum: Plugins
In reply to: [Jigoshop] Number of Available Downloads on My AccountHi Cara,
Just to let you know you’re not being neglected- I am investigating the issue.
Regards,
Marcin