Home › Forums › WoodMart support forum › Problem with update of Plugin
Problem with update of Plugin
- This topic has 23 replies, 2 voices, and was last updated 6 years, 11 months ago by
Artem Temos.
-
AuthorPosts
-
September 6, 2018 at 6:31 am #75730
FireballParticipantHello,
Each time I make an update of plugin, an error appears.
I let you the error in attachment.
Do you have an idea ?
Thanks for your help,Attachments:
You must be logged in to view attached files.September 6, 2018 at 7:30 am #75742
Artem TemosKeymasterHi,
What plugin do you update when get this error? How can we reproduce it on your website?
Regards
September 6, 2018 at 8:08 am #75753
FireballParticipantHi, this error appears for all update and so all plugin.
If you want to reproduce this error, there is a new update for one plugin, to do.
I don’t understand why I have this error because I use your theme ( woodmart ) for several clients and I have only this problem with one website ( see private content ).This is was appears after updating:
La mise Γ jour a Γ©chouΓ© : Error 504: Backend unavailable * { font-family: ‘lato’, “Trebuchet MS”, “Arial”, “Lucida grande”, “Bitstream Charter”, “Liberation sans”, “FreeSans”, sans-serif; font-size: 16px; line-height: 20px; color: #494949; padding: 0; margin: 0; font-size: normal; font-weight: 200; } @font-face { font-family: ‘lato’; src: url(‘http://www.ovh.com/fr/themes/14/fonts/lato/lato-regular-webfont.eot’); src: url(‘http://www.ovh.com/fr/themes/14/fonts/lato/lato-regular-webfont.eot?#iefix’) format(’embedded-opentype’), url(‘http://www.ovh.com/fr/themes/14/fonts/lato/lato-regular-webfont.woff’) format(‘woff’), url(‘http://www.ovh.com/fr/themes/14/fonts/lato/lato-regular-webfont.ttf’) format(‘truetype’), url(‘http://www.ovh.com/fr/themes/14/fonts/lato/lato-regular-webfont.svg#latoregular’) format(‘svg’); font-weight: 400; font-style: normal; } @font-face { font-family: ‘lato’; src: url(‘http://www.ovh.com/fr/themes/14/fonts/lato/lato-light-webfont.eot’); src: url(‘http://www.ovh.com/fr/themes/14/fonts/lato/lato-light-webfont.eot?#iefix’) format(’embedded-opentype’), url(‘http://www.ovh.com/fr/themes/14/fonts/lato/lato-light-webfont.woff’) format(‘woff’), url(‘http://www.ovh.com/fr/themes/14/fonts/lato/lato-light-webfont.ttf’) format(‘truetype’), url(‘http://www.ovh.com/fr/themes/14/fonts/lato/lato-light-webfont.svg#latolight’) format(‘svg’); font-weight: 200; font-style: normal; } body { background-color: #F1F1F1; padding-top: 95px; } .container { padding: 0; margin: 0 auto; max-width: 737px; text-align: center; } .block { display: block; } .lato { font-family: ‘lato’,’Trebuchet MS’, ‘Helvetica’, sans-serif; } .blue { color: #3267BF; } .regular { font-weight: 400; } .fs30 { font-size: 30px; line-height: 30px; } .fs40 { font-size: 40px; line-height: 40px; } .fs50 { font-size: 50px; line-height: 50px; } .lh45 { line-height: 45px; } Error 504: Backend unavailable This type of error results generally from the client server, used as a backend. If you are a visitor of the website, please try to refresh it or come back in a few minutes. If you are the administrator of the website, please check the configuration of your server and/or CDN rules. In case the problem persists, please contact us.
September 6, 2018 at 8:22 am #75758
Artem TemosKeymasterIf this happens with all the plugin then it is not our theme related problem. Please, check how it works with default WordPress theme.
September 6, 2018 at 9:42 am #75778
FireballParticipantEffectively, it is the same error with default WordPress theme…
And do you have an idea to solve this problem ?September 6, 2018 at 9:57 am #75784
Artem TemosKeymasterStrange, it seems to be some PHP error caused by some of the external plugins or additional code customization. Try to disable them one by one and remove your custom PHP codes.
September 6, 2018 at 10:03 am #75786
FireballParticipantThanks for your reply, I will try like this.
Last thing. Last year, you give me code to hide max prices. It is working very well for simple and variable product, but not for grouped product ( as in the attachment ).
May you give me the code to solve this other problem.
Thanks for your helpSeptember 6, 2018 at 10:21 am #75790
FireballParticipantSoory? I had forget the attachment…
Attachments:
You must be logged in to view attached files.September 6, 2018 at 11:11 am #75798
Artem TemosKeymasterMaybe this code will help
.product-grid-item .price del { display: none; }
September 6, 2018 at 3:53 pm #75843
FireballParticipantHi,
I have try this code, but unfortunatly, it doesn’t work very well.
In fact, I am using a plugin to have specific prices to specific customers logged with a particular ID. And some time ago, you helped me to keep lower prices but hide max prices. Your code ( let below ) works perfectly with simples and variables products but unfortunatly not with grouped products.
Thanks for your help.Your last code was:
.single-breadcrumbs {
display:none!important;
}.price {
font-size:0!important;
}.price .amount:first-child {
font-size:14px!important;
margin:0 5px
}.price .woocommerce-price-suffix {
font-size: 14px!important;
}.single-product-page .summary .price .woocommerce-price-suffix {
font-size: 20px!important;
}.single-product-page .summary .price .amount:first-child {
font-size: 20px!important;
}.product-grid-item .price del {
font-size:14px!important;
}.woodmart-entry-meta,
.woodmart-post-date {
display: none!important;
}.product-grid-item .price .original-computed-price {
font-size: 0 !important;
}.product-grid-item .price .original-computed-price > del {
display:none;
}September 6, 2018 at 4:46 pm #75850
Artem TemosKeymasterPlease, send us a link to the example product and show us on the screenshot what price do you want to hide.
September 6, 2018 at 5:00 pm #75855
FireballParticipantAs you can see in the attachment, it seems that only max prices for grouped products are not hidden.
Attachments:
You must be logged in to view attached files.September 6, 2018 at 6:16 pm #75864
Artem TemosKeymasterMaybe this code will do the trick
.product-grid-item .price del:nth-child(2) { display: none; }
September 6, 2018 at 7:40 pm #75874
FireballParticipantHi,
It is not ” Maybe this code will do the trick” it does do the trick !.
You are the best π
Thanks a lot !
Another thing: do you know why sometimes prices are on the same line and others below ?
And the last thing: I am not very old, and so ( π I reduce the screen at 80% to see more information. Do you know if it is possible to have woodmart reduced to 80% ?Attachments:
You must be logged in to view attached files.September 7, 2018 at 5:58 am #75885
Artem TemosKeymasterHi,
It is because of inline styles for this price https://gyazo.com/28e08ca100358efc88af05289bf9ec4e
You can override them with the following code but it may harm some plugin’s functionalityspan.wholesale_price_container { display: inline-block!important; }
September 7, 2018 at 7:10 am #75890
FireballParticipantYou are wonderful ! It works π
Is it possible to hide on simple product page too ?
Thanks a lot
https://leds-pros.fr/produit/downlight-led-tiberi-24w-36w-kanlux/Attachments:
You must be logged in to view attached files.September 7, 2018 at 7:22 am #75904
Artem TemosKeymasterJust use more generic selector instead of the previous one
.price del:nth-child(2) { display: none; }
September 7, 2018 at 7:39 am #75917
FireballParticipantEverything works and I am aware that I asked to you much more that simple support.
So,Thank you very much for your help.
If I can do something in return to thank you, don’t hesitate, it will be with pleasure.
I buy your theme for all my clients, and once again, I am pleasedUsually, I reduce the screen at 80% on firefox to have more informations, do you know if it is possible to have woodmart reduced to 80% ?
September 7, 2018 at 8:57 am #75923
Artem TemosKeymasterNo problem, we are glad to help you π Just don’t forget to leave position reviews and rate our theme with 5 stars. Any feedback about our theme functionality and design is also appreciated.
What do you mean by reduced to 80%? Maybe some screenshot?
September 7, 2018 at 9:07 am #75925
FireballParticipantOf Course, I will do it for each client !
I let you an attachment with normal screen and reduced to 80%
ThanksAttachments:
You must be logged in to view attached files.September 7, 2018 at 9:42 am #75933
Artem TemosKeymasterWe will introduce container width option in our next 3.0 update that will be released next month.
September 7, 2018 at 9:47 am #75935
FireballParticipantThanks very much
September 7, 2018 at 10:25 am #75947
FireballParticipantIt’s Done π
September 7, 2018 at 11:08 am #75955
Artem TemosKeymasterThank you very much! π
-
AuthorPosts
The topic ‘Problem with update of Plugin’ is closed to new replies.
- You must be logged in to create new topics. Login / Register