Remove QR code on image module

Posted 4 months ago by GuilleF

Post a topic
Answered
G
GuilleF

Hello


I want to remove the QR code function on the image module due to these 2 reasons:

1 . It is useles in my business. 

2. It doesn't work on my site ( error "syntaxerror: Unexpected token '<',")


I have lost a lot of time exploring all options to remove this and can't find that option.


Please, i ask the plugin developer about tell me how to disable that QR option 


Thank you. Regards


Attachments (1)

0 Votes

FPD Helper

FPD Helper posted 4 months ago Best Answer

Please use this CSS code in the FPD UI > Custom CSS


.fpd-module-tabs [data-context="qr-code"] {
    display: none !important;
}


0 Votes


3 Comments

Sorted by
G

GuilleF posted 4 months ago

Thank you. Solved.


I have just rated you with 5 stars on codecanyon

I would be very grateful if you respond to me on this other topic.  https://support.fancyproductdesigner.com/support/discussions/topics/13000033932

0 Votes

FPD Helper

FPD Helper posted 4 months ago Answer

Please use this CSS code in the FPD UI > Custom CSS


.fpd-module-tabs [data-context="qr-code"] {
    display: none !important;
}


0 Votes

G

GuilleF posted 4 months ago

why I have to send a ticket replying again if you already have my question posted here and it is as easy as reading and answering me?


In addition, your answer will be public and other users who search will be able to find it easily, saving you the time and work of answering the same thing again to other users.



I await your response.


I will rate them 5 stars on envato if it is resolved satisfactorily.


Thank you

0 Votes

Login or Sign up to post a comment