pickme
Forum Replies Created
-
Καλησπέρα,
Η φόρμα της Eurobank έχει μια επιλογή ‘Πρόσθετες Υπηρεσίες’ στην οποία υπάρχουν 2 επιλογές, Token και Recurring.
Σύμφωνα με τις δυνατότητες του plugin, και την επιλογή μόνο του ‘Token’ που έκανα στη φόρμα της Eurobank, θα υπάρχει πρόβλημα στη διασύνδεση;
Σύμφωνα με την επιλογή Token και Reccuring στη φόρμα της Eurobank, και τις δυνατότητες του plugin, ένα από τα δύο ‘token’ ή ‘recurring’ πρέπει να επιλεχθεί ή κανένα από τα δύο για να επιτευχθεί η διασύνδεση;
Ευχαριστώ
Forum: Plugins
In reply to: [Imsanity] Canvas / increase sizeThank you!
For manually editing an image within WordPress, adding canvas to an image can be done with this plugin:
https://wordpress.org/plugins/wp-paint/
- This reply was modified 5 years, 11 months ago by pickme.
Forum: Plugins
In reply to: [WP Paint - WordPress Image Editor] Increase CanvasHi!
Ok, I will have a look around it! I will check if an already optimized image will be increased in kb a lot after WP Paint increased canvas.
The increased canvas is by default transparent.
How could I add color to it to match the main color of the image?Thank you
Forum: Plugins
In reply to: [WooCommerce] Main Sub Sub-CategoryI am not sure if it this was a caching issue (I had cleared it many times) or the sequence I rechecked sub sub-categories and reassinged as ‘main’ the sub sub-category I wanted to at product page.
This issue is solved.
Forum: Plugins
In reply to: [WP Paint - WordPress Image Editor] Increase CanvasI centered it from the layer details.
I am using wp-optimize plugin utilizing reSmush.it to optimize images but images created with WP Paint don’t seem to gain any reduction in kb size.
Why?
- This reply was modified 5 years, 11 months ago by pickme.
Forum: Plugins
In reply to: [WP Paint - WordPress Image Editor] Increase CanvasPerfect! 🙂
However, canvas expands towards the right but the image remains at left of canvas.
Is it possible to center/align the image horizontally within the increased canvas automatically (without dragging it) by WP Paint?
Thanks!
- This reply was modified 5 years, 11 months ago by pickme.
Forum: Plugins
In reply to: [Imsanity] Canvas / increase sizeHow can I crop rather than scale? I don’t see a setting for this.
example for cropping:
Imsanity settings: max-width 730px max-height 730px
Original image to be uploaded: w 730px h 890pxImsanity will crop the height from 890px to become 730px?
Thanks
Forum: Plugins
In reply to: [W3 Total Cache] Cookie name: w3tc_logged_*Hello @vmarko,
I had updated my answer and maybe you did not read the complete question.
Your answer unfortunately does not clarify my enquiry,
Both retention periods are correct or only one of them?Is Retention Period regarded as:
‘Session’
or
31536000 sec (1 year)?Thank you!
Forum: Plugins
In reply to: [W3 Total Cache] Cookie name: w3tc_logged_*Hello @vmarko!
Thank you for your answers!
Therefore, since retention period depends on the user being logged in or logged out, is Retention Period regarded as ‘Session’ or 31536000 sec (1 year)?
Thank you!
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] TranslationHi, On the reply message box, ie here, there is no such field. Nevermind, I will send you an email now.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] TranslationCould you share your website privately under ‘the page I need help with’ and point out some examples where you see a wrong URL with a service?
How do I do that? Is there a support contact form in complianz website?
I can indeed contribute. If some translations of cmplz-cookies shortcode are loaded from cookiedatabase.org how will they be able to be translated?
Thanks
- This reply was modified 6 years, 1 month ago by pickme.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] TranslationHi!
My default language is Greek and secondary is english.
I can see all strings under string translation page. I have a Greek field and an English field for each option string.
I add the Greek translations but they cannot display on front end when displaying cookies’ list with shortcode [cmplz-cookies].
The translations I add in loco most of them are displayed on front end when displaying cookies’ list with shortcode [cmplz-cookies]. Some are not.
Do I need to translate the purpose options seen within wizard in order to display with shortcode [cmplz-cookies]?
Also shortcode [cmplz-cookies] has wrong hyperlinks for each service. Also when I manually add a service and add its privacy policy URL it does not correspond to the added service.
Additional question:
I have placed the following shortcode within cookies policy page where the user can click on it to revoke non-functional cookies:
[cmplz-revoke-link text=”Don’t want non-functional cookies? Revoke your settings!”]
Will the non-functional cookies get deleted from his device/browser after clicking on that link/shortcode? (stored by initially accepting all of them)
Thank you!
- This reply was modified 6 years, 1 month ago by pickme.
- This reply was modified 6 years, 1 month ago by pickme.
- This reply was modified 6 years, 1 month ago by pickme.
- This reply was modified 6 years, 1 month ago by pickme.
- This reply was modified 6 years, 1 month ago by pickme.
- This reply was modified 6 years, 1 month ago by pickme.
Forum: Plugins
In reply to: [Contact Form 7] Checkbox SizeHello @jainilnagar,
I have changed the CSS code to this:
input[type="checkbox"]{ margin-left:18px!important; margin-right:20px!important; margin-bottom:10px!important; -moz-transform: scale(2); -webkit-transform: scale(2); -o-transform: scale(2); -ms-transform: scale(2); transform: scale(2); }Works best for all browsers, I guess.
-webkit-… // For Webkit browser(Chrome, Safari…)
-moz-… // For Mozilla browser
-o-… // For Opera browser
-ms-… // For Microsoft browser
none… // For all browser(Newest version)Thank you for your help!!