ituk
Forum Replies Created
-
Thank you for the reply,
About your question – leave that, the code works in the same problematic way even if I change it to “2 years ago” or “3 months ago” or whatever. I get the same issue not matter what I change in thestrtotimefunction.In the bottom line, what I want to create is a scope for all events that ended before two months or more.
Thanks,
ItamarForum: Plugins
In reply to: [Weblizar Pin It Button On Image Hover And Post] Issue with RTL siteI had the same problem, thanks for the good solution.
is it possible to make the “round” option a core setting in the plugin? it would make things much easier to me, instead of editing the php everytime there’s a plugin update.Thanks!
Forum: Plugins
In reply to: [Advanced Custom Fields: Validated Field] can’t see the validation fieldEDIT: I’m using the pro version of ACF.
Thanks, I decided to disable the plugin’s css and bootstrap and rewrite it from scratch.
you can mark it as resolved.
Itamar
Hey NSRS,
have you succeeded? I’m trying to do the same thing but with no success at all. here is my code:if (is_admin()) : function itamar_remove_meta_boxes__admin() { if (!current_user_can( 'manage_options' )) { //if user is not admin remove_meta_box( 'aiosp', 'post', 'advanced' ); //hide All In One SEO meta box in posts remove_meta_box( 'aiosp', 'pages', 'advanced' ); //hide All In One SEO meta box in pages } } add_action( 'admin_menu', 'itamar_remove_meta_boxes__admin' ); endif;Thanks,
ItamarHey and thanks for the response,
The theme is based on Twenty-Ten i guess, it’s a pretty old website that i was asked to renovate a little so I”m not sure about that.Thanks,
ItamarCSS is affected in more ways, please have a look:
“type.css” is the file overriding my stylesheets: here
thanks,
itamarHey Daniel,
Sorry but I decided to leave this issue and move to another plugin, the reason was not the current problem but the need of google drive api.Thank you very much for the support,
ItamarYea I moved it back to SSL-FTP, got the same old errors from previous posts.
PHP veresion is 5.4.44.Thanks
Thanks for the quick answer Daniel!
I’m not sure if I understand you right, but i will try to give you all the info i know:this is regular ftp (not sftp), encryption method is “Require explicit FTP over TLS”. but i was told from the server support that it could also work on SFTP without this encryption.
Does the plugin support one the above ways?
Edit:
I tried to uncheck the “use explicit SSL-FTP connection” and run the backup again, i got different warning and error:... [16-Mar-2016 18:11:19] 5318 Files with 304.07 MB in Archive. [16-Mar-2016 18:11:22] 1. Try to send backup file to an FTP server … [16-Mar-2016 18:11:22] Connected to FTP server: *** [16-Mar-2016 18:11:22] FTP client command: USER *** [16-Mar-2016 18:11:23] FTP server reply: [16-Mar-2016 18:11:23] FTP client command: PASS ******* [16-Mar-2016 18:11:23] FTP server reply: [16-Mar-2016 18:11:23] FTP client command: SYST [16-Mar-2016 18:11:23] WARNING: ftp_systype(): Sorry, cleartext sessions and weak ciphers are not accepted on this server. [16-Mar-2016 18:11:23] ERROR: FTP server reply: Error getting SYSTYPE [16-Mar-2016 18:11:23] WARNING: ftp_pwd(): Sorry, cleartext sessions and weak ciphers are not accepted on this server. [16-Mar-2016 18:11:23] ERROR: FTP Folder "backups" cannot be created! [16-Mar-2016 18:11:23] 2. Try to send backup file to an FTP server … [16-Mar-2016 18:11:23] Connected to FTP server: *** [16-Mar-2016 18:11:24] FTP client command: USER *** [16-Mar-2016 18:11:24] FTP server reply: [16-Mar-2016 18:11:24] FTP client command: PASS ******* [16-Mar-2016 18:11:24] FTP server reply: [16-Mar-2016 18:11:24] FTP client command: SYST [16-Mar-2016 18:11:24] WARNING: ftp_systype(): Sorry, cleartext sessions and weak ciphers are not accepted on this server. [16-Mar-2016 18:11:24] ERROR: FTP server reply: Error getting SYSTYPE [16-Mar-2016 18:11:24] ERROR: FTP Folder "backups" cannot be created! [16-Mar-2016 18:11:24] 3. Try to send backup file to an FTP server … [16-Mar-2016 18:11:24] Connected to FTP server: *** [16-Mar-2016 18:11:25] FTP client command: USER *** [16-Mar-2016 18:11:25] FTP server reply: [16-Mar-2016 18:11:25] FTP client command: PASS ******* [16-Mar-2016 18:11:25] FTP server reply: [16-Mar-2016 18:11:25] FTP client command: SYST [16-Mar-2016 18:11:25] WARNING: ftp_systype(): Sorry, cleartext sessions and weak ciphers are not accepted on this server. [16-Mar-2016 18:11:25] ERROR: FTP server reply: Error getting SYSTYPE [16-Mar-2016 18:11:25] ERROR: FTP Folder "backups" cannot be created! [16-Mar-2016 18:11:28] ERROR: Step aborted: too many attempts! [16-Mar-2016 18:11:28] ERROR: Job has ended with errors in 657 seconds. You must resolve the errors for correct execution.Itamar
i’m using the latest (1.0.8) with small modifications for localization (css and language files)…
itamar
scoc,
search for wp-lightbox-2 plugin, i think it will work fine also inside the table.Forum: Plugins
In reply to: [Co-Authors Plus] Cannot assign co-authors with Hebrew slugHey again, I have another question which i couldn’t find an answer for it here or anywhere else. it is not related to the previous one:
I’m using Sahifa theme, there I have an author box at the end of a post. I’m trying to filter
the_author_metaandget_the_author_metawith the coauthor equivalents but with no success.this is what I have:
function guest_get_the_coauthor_meta() { if(function_exists('the_coauthor_meta')){ return get_the_coauthor_meta(); } else{ return get_the_author_meta(); } } add_filter( 'get_the_author_meta', 'guest_get_the_coauthor_meta' ); function guest_the_coauthor_meta() { if(function_exists('the_coauthor_meta')){ return the_coauthor_meta(); } else{ return the_author_meta(); } } add_filter( 'the_author_meta', 'guest_the_coauthor_meta' );I’ve also tried using
get_coauthors()in some way, but nothing.thank you,
ItamarThank you, i pointed the plugin author to the issue.
Hey,
I’m facing the same issue exactly.
it works fine only when i switch to twenty fifteen, but not with my theme. the theme i use is Midway by Themex. anything you could advice me with?Itamar