Jigoshop Support-Vasili
Forum Replies Created
-
Forum: Plugins
In reply to: [Jigoshop] Shopping Cart Not Updating For GuestsHi dickey1,
Usually its a problem with sessions and cache, try to clean up your cache and disable the cache plugins, it should help.
Forum: Plugins
In reply to: [Jigoshop] Shipping Error when updating cartHi dywp,
Could you provide some link to the website?
Forum: Plugins
In reply to: [Jigoshop] product page always brings up page not foundHi dmcomp,
Try to update your permalinks, Settings -> Permalinks
Hi Meetrich,
To hide navigation and search box add the following code snippet in your theme functions.php file:
div.coll-full div#sidebar{
display:none !important;
}If you want to hide them in every page add:
div#sidebar{
display:none !important;
}Forum: Plugins
In reply to: [Jigoshop] Jigoshop AttributesHi Jackie,
Which version of Jigoshop are you using?
Forum: Plugins
In reply to: [Jigoshop] Order Emails Are Not SendingHi ayesroc
Could you provide a system info?
Forum: Plugins
In reply to: [Jigoshop] External Button Name ChangeHi marastev,
Edit the file ‘jigoshop_template_functions.php’ it is located at Jigoshop core folder, if you have the current version of Jigoshop you have to look at lines 153 and 671.
Forum: Plugins
In reply to: [Jigoshop] infos system JigoshopHi Amelie,
There is nothing to worry about, this is a simple information of your current theme supported by Jigoshop.
Il n’y a rien à craindre. ??
Forum: Plugins
In reply to: [Jigoshop] Не покупает повторноНе могли бы дать ссылку на сайт? Убедитесь, что оплата “Cheque Payment” включен чтобы сделать пробную покупку.
Forum: Plugins
In reply to: [Jigoshop] Please correct JIGOSHOP_VERSIONHi nvphuc,
We do appreciate it, thanks for let us know.
Forum: Plugins
In reply to: [Jigoshop] My buttons aren't themed anymoreHi eutopia007,
This issue happens when some HTML tags in theme templates have the same classes as the plugin, for example in your situation, there is a HTML tag
Some text which have a class equal to “button”
In your theme style.css file it is styled like :
a.button{
background: blue;
}When you install some plugins which are template based and in the plugin core file there is HTML tag with the same class, your theme’s style will be overridden with the plugin’s.
More or less it works like this, hope I explained you well ??Could you leave a review for us please? If you like Jigoshop ofcourse ??
https://www.ads-software.com/support/view/plugin-reviews/jigoshopForum: Plugins
In reply to: [Jigoshop] My buttons aren't themed anymoreHi eutopia007,
Add the foolowing code snippet to your theme style.css file:
a.button, button.button, input.button, #review_form #submit {
background: linear-gradient(135deg, #5560a1 0%,#232f7e 100%) !important;}
This should resolve your issue with button color
Forum: Plugins
In reply to: [Jigoshop] Cart stays empty for guestsHi Sam,
Could you contact us through the contact form from our website jigoshop.com?
Include the link to this topic in email subject.Forum: Plugins
In reply to: [Jigoshop] headers already sentHi Vadim,
Check your mailbox, we replied you from support.
Forum: Plugins
In reply to: [Jigoshop] Shipping – Display message to user for certain countriesHi Carl,
Check your email please.