r1weedee
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Post List] set post offset parameter give warning alerti found other thing that cause the warning, its
<img>tag without closing inside some postForum: Plugins
In reply to: [Ultimate Post List] set post offset parameter give warning alert`i’ve switch to twenty twenty one theme, also disable third party plugins, the warning still there,
little bit db inspection then i found posts that have menu_order value cause this, i set menu_order to ‘0’ for some category (list option category filter) and the warning gone
but some category still show warning (eventhough menu_order already 0), so there is something else that causing this
- This reply was modified 4 years, 6 months ago by r1weedee. Reason: add info
Forum: Plugins
In reply to: [Ultimate Post List] set post offset parameter give warning alertthe warning occur in the frontend, i am using wordpress 5.8.2 and medicenter theme on XAMPP PHP 7.3.30 for OSX
- This reply was modified 4 years, 6 months ago by r1weedee. Reason: formatting
Forum: Plugins
In reply to: [Post Grid] ordered list posts grid from a categoryHi, please follow
Download latest customized version from Github, ihave added some modification to make this possible
https://github.com/pickplugins/post-grid
then follow this documentation
https://www.pickplugins.com/documentation/post-grid/faq/post-loop-counter-over-pagination/Hope this help. If you love our plugin and support please help us by providing your feedback and five-star reviews here https://ww.wp.xz.cn/support/plugin/post-grid/reviews/
Regards
Sorry for the late response, i just wanna say that ur help works like a charm, thank you
and for those who had the same problem, you need to download this version of git instead the latest one, because it won’t gonna works (the latest version when i write this reply)
- This reply was modified 5 years, 6 months ago by r1weedee.
Forum: Plugins
In reply to: [Post Grid] ordered list posts grid from a categoryPickPlugins (@pickplugins)
3 days, 8 hours ago
You can do this via action hook available, please try following
https://www.pickplugins.com/documentation/post-grid/faq/post-loop-as-list-item/Hi PickPlugins author,
I already try ur suggestion, but the list number reset when switch the pagination to next page,
ie : category ID 50 consist of 50 posts so by default pagination shows 5 page, in first page its list as 1-10, click the second page and then i get the same 1-10 instead of 11-20 and so on
Forum: Fixing WordPress
In reply to: wordpress imported post image as normal image instead encoded imageafter several experiment to reproduce the problem under various circumtances, i found that the post’s image somehow already encoded in the first place, so this is not wordpress importer problem.
for someone who might be experienced the same thing, could read this clue :
https://stackoverflow.com/questions/19623011/wordpress-avoid-using-data-uri-scheme
Forum: Fixing WordPress
In reply to: compromised by options.php and a user named backupI know that there aren’t any shortcuts, but i hope if anyone experiencing the same could share your case?, what causes these attacks or how to solve it?
Forum: Fixing WordPress
In reply to: compromised by options.php and a user named backupI know that there aren’t any shortcuts, but i hope if anyone experiencing the same could share your case?, what causes these attacks or how to solve it?
Forum: Plugins
In reply to: [SharDB] wordpress 4.0 compatibilityThank you Ron, still on progress but when i set WP_DEBUG to true, i found this error
SharDB was called incorrectly. SharDB must set a database connection for use with escaping. Please see Debugging in WordPress for more information. (This message was added in version 1024.) in /home/wwwadmin/public_html/blog/wp-includes/functions.php on line 3374Forum: Plugins
In reply to: [SharDB] wordpress 4.0 compatibilityok then, since SharDB works with latest WP, my real case is (should i make new thread?, or continuing this one are ok?) the WP multisite is compromised a lot before the automatic update to WP 4.0 (shell backdoor, phising script, deface, etc), i have clean them all for now but i am not sure whether if there is still bad script injected somewhere else that i can’t see
now i wonder if i can do this approach for security reason? : changing whole file WP 4.0 (upgrade) with new WP 4.0 files (download), adjust all plugin files like old one (but using the latest version including ShardDB 2.7.7) and preserve all configuration files either the databases with the old one?
Hi, I’ve updated the plugin,
Number Post Limit set to blank, and now i have all my post appear with proper pagination 🙂
Thank you
Hi PT Guy, I’ve updated the plugin, it works nicely both in chrome & firefox now, thank you 🙂
Works as i expected, what a great support, thank you very much PT Guy 🙂
Fantastic, can’t wait for next update, thank you 🙂
I think i know why the pagination not working, it’s because require bootstrap style & script, while i choose not to load in frontend in order to make my theme’s (built in bootstrap) dropdown menu stay works, do you have another approach to solve this?