Michalooki
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Slider Feed] No feed images on mobileThank you, if possible that you send me the css fix, until you update the plugin
the website is live and I prefer to keep it with you plugin
ThanksForum: Plugins
In reply to: [Social Slider Feed] No feed images on mobileThe problem is in rtl direction websie, when I change the admin language to english it works fine. So the update will be css for rtl websites?
Forum: Plugins
In reply to: [Social Slider Feed] No feed images on mobileThank you for your fast reply,
When will the fix be?Forum: Plugins
In reply to: [Social Slider Feed] No feed images on mobileOn mobile if it can be with the thumbnails same as desktop version
- This reply was modified 2 years, 11 months ago by Michalooki.
Forum: Plugins
In reply to: [Social Slider Feed] No feed images on mobilewebsite link:
https://shirlyglick.co.il/
ThanksForum: Plugins
In reply to: [WooCommerce] woocommerce uploads folder premissionsThanks for your reply Claudio, I will check it.
Forum: Plugins
In reply to: [Add to Google Calendar for Contact Form 7] Date does not work properlyHi,
the problem is that when the link is generated ,
it creates a day after the date that was entered.
like this:dates=20200610/20200611
it works fine when the day in the date is 10 and up.
but it does not work with 1-9the second date is written in one digit instead of 2
like this:dates=20200608/2020069
and than it does not recognize the dateIt is something to fix in the js:
var oneMoreDay = function( date ){
date = new Date ( date );
date.setDate( date.getDate() + 1 );
return formatDate( date );
};//just numbers
date1 = date1.replace(/\D/g,”);if( date2 != 0 ){
date2 = date2.replace(/\D/g,”);
} else{
date2 = oneMoreDay( date1 );
date2 = date2.replace(/\D/g,”);
}dates = ‘dates=’ + date1 + ‘/’ + date2;
How can taht be solved?
Thanks
MichalForum: Plugins
In reply to: [WP Store Locator] Maps does not loadYes it works
Thanks !Yes please, I am comfortable with code.
And if it is possible that the changes will be in the child theme so they will not be erased if there is plugin updateI also found theses errors in the error log (I removed the website name):
PHP Warning: file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /** website path **/wp-content/plugins/wp-shabbat/wp-shabbat-update.php on line 16
PHP Warning: file_get_contents(https://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz): failed to open stream: no suitable wrapper could be found in /** website path **/wp-content/plugins/wp-shabbat/wp-shabbat-update.php on line 16
PHP Warning: file_get_contents() expects parameter 1 to be a valid path, object given in /** website path **/wp-content/plugins/wp-shabbat/wp-shabbat-update.php on line 20
PHP Warning: gzopen() expects parameter 1 to be a valid path, object given in /** website path **/wp-content/plugins/wp-shabbat/wp-shabbat-update.php on line 24
PHP Warning: gzread() expects parameter 1 to be resource, null given in /** website path **/wp-content/plugins/wp-shabbat/wp-shabbat-update.php on line 27
PHP Warning: gzclose() expects parameter 1 to be resource, null given in /** website path **/wp-content/plugins/wp-shabbat/wp-shabbat-update.php on line 30
PHP Warning: unlink() expects parameter 1 to be a valid path, object given in /** website path **/wp-content/plugins/wp-shabbat/wp-shabbat-update.php on line 48Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Error Failed to load content cssI have version 2.7.15.1 and the same bug,is there a way to fix it?
ThanksI finally found the way it does work.
I put the original link in the original language (decoded) but only the related link (without the site name , only the ‘/’ and the related lin after)Thank you,
I solve the problem with the solution in this link
https://support.mailpoet.com/knowledgebase/cant-duplicate-save-newsletters/It is working, thanks alot.
Does it matter if the html content is placed in the begining or the end of the form?Hi and thank for your fast reply.
I chose for the “format” attribute, the “Number” choice.
I can put numbers this part is ok.
My question is about moving up and down with the numbers, it goes up and down with a full number, I need to move up and down with 0.1.
For example:
In this link:
https://sfi-toodle.com/calculator-toodle-green/
The defauld value is 4
, when clicking on the arrow it will change the number to 5.
I need it to be 4.1.
Is that possible?
Thanks