selnomeria
Forum Replies Created
-
1)thanks, solved.
2) maybe you have very old PHP version on the server.mb_strimwidth()
should be supported on server.Forum: Plugins
In reply to: [WP Content Slideshow REVISITED (featured post)] unactivated pluginstrange. it works for me. maybe your some other plugin makes problem.
Forum: Plugins
In reply to: [Nobs ? Share Buttons] Bug with Pinterest iconwell,i didnt check it, if i will, i will let you know. thanks for reply !
Forum: Plugins
In reply to: [eBook Creator from posts] Doesn't work (well)thanks for suggestions. i have very small time to fix the issues, unless the project is funded.
thats why the updates are very slow.hotpaganini, mail me at:
selnomeria — Yahoo—comForum: Requests and Feedback
In reply to: enable WP_DEBUG with a urlthanks Noahj Champion , i have done something similar that, editing WP-CONFIG>..
however, my desire was without touching wp-config…Forum: Plugins
In reply to: [Another Simple XML Sitemap] date issue with Googlethis plugin ended. please , use alternative plugins.
Forum: Plugins
In reply to: [Another Simple XML Sitemap] 'relative' and not relativeplease,use other plugins. this plugin ended.
Forum: Plugins
In reply to: [Multi-Page content (Chapters)] Tinymce Advanced Compatibilityhi.
no,customizations not planned.
for custom requests, you can contact me at: tazotodua(x)gmail.comHi.
no, currently i have no time to develop that. only per post views.Forum: Requests and Feedback
In reply to: enable WP_DEBUG with a urlFTP mode is not good choice.
for example,i am on a PC (or another dvice), where i cant enter FTP client. so, the plugin may be a good idea. I will try to build that plugin.Forum: Requests and Feedback
In reply to: enable WP_DEBUG with a urlthose plugins are USELESS!!
if i ENABLE that, and there is shown any error, then i CANT disable them, using those plugins!!! (because, the shown error might EXIT loading..)so, the only solution is what i have described.
Forum: Plugins
In reply to: [Facebook Comments] Error shownSOLUTION for above,is:
in class-frontend.php, you should insert this (instead of $commenttitle.$commentcount)(isset($commenttitle) ? $commenttitle : '') . (isset($commentcount) ? $commentcount : '')
2) Another problem:
https://i.imgur.com/ShLJaMc.png–>for this, solution is to insert this in class-admin.php 482 line
if (isset( $_POST['_disable_fbc'] )) { ......... }
Forum: Plugins
In reply to: [Featured Posts Widget] Please add POST TYPEs, like thisalso, in the last line of output cycle, please add this:
……………
$out .= '</li>'; if (current_user_can('author') ) { $out .= '<div><a style="background-color:pink;padding:3px;" target="_blank" href="'.admin_url('post.php?post'.get_the_ID().'&action=edit').'"> EDIT POST</a></div>'; }
Forum: Plugins
In reply to: [Hot Category News] Please add POST TYPEs, like thissorry, just this is enough:
$args['post_type'] = get_post_types();