whiletrue
Forum Replies Created
-
Forum: Plugins
In reply to: [Good old Share] Share count incorrect and reseting to 0Hi roxchou,
please check that post urls don’t change over time (e.g. if you edit a post slug); every number shown by the plugin is provided by the Facebook API itself so I guess it’s an issue caused by changing urls or FB API cache.Forum: Plugins
In reply to: [Most And Least Read Posts Widget] New FeatureHi Luca,
your request is a bit too specific, you should probably create a custom solution for your site.If you get content using standard WP functions (the_content or get_the_content), the plugin filter should be executed automatically, updating the custom_total_hits post meta.
If you created a custom backend to retrieve content, you may extend it with code from the most_and_least_read_posts_update function.Forum: Plugins
In reply to: [Most And Least Read Posts Widget] Error messages noticed todayHi dfhemenway, the new 2.5.8 plugin release fixes the issues. Thanks for your help!
Forum: Plugins
In reply to: [Most And Least Read Posts Widget] Custom Post TypeHi Blair,
custom post types are not supported at the moment.Forum: Plugins
In reply to: [Good old Share] LinkedIn & Count not displaying on Microsoft EdgeOk, thanks for getting back to me.
Forum: Plugins
In reply to: [Good old Share] LinkedIn share no longer workingHi, I tested your link several times from different browsers, everything works as expected. Probably it was a glitch on Linkedin side.
Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] Support for PHP 7Hi,
it seems like the “Really Simple Twitter Feed Widget” plugin is disappeared from the repository.You can try the “Good Old Twitter Feed Widget” plugin; it gives you the features of the former plugin’s 2.5.16 release and fixes the issue you noticed.
Forum: Plugins
In reply to: [Reading Time] Leak of element IDHi, I didn’t remove it, it’s still there.
Forum: Plugins
In reply to: [Good Old Twitter Feed Widget] Demo LinkHere it is a setting with hidden date and separate links:
http://www.formikaio.it/Forum: Plugins
In reply to: [Most And Least Read Posts Widget] want shortcodeHi Charlotte,
I fixed the warning with the 2.5.1 update (sorry, I was going too fast).As for the “box around the posts”, you should easily fix it with a couple CSS rules; if you point me to the page showing the issue, I’d suggest some.
Forum: Plugins
In reply to: [Most And Least Read Posts Widget] want shortcodeHi Charlotte,
really a good idea, so good that I just implemented it!Plugin 2.5.0 release is out, with experimental shortcode support. Use it like this:
[most_read_posts type=”most” posts_number=”5″ show_thumbs=”false”]Supported attributes:
- type: “most” or “least”
- posts_number
- words_excluded
- title_max_chars
- excerpt_max_chars
- show_thumbs: “true” or “false”
- add_line_break_before_thumbs: “true” or “false”
- show_hits: “true” or “false”
- show_hits_text (default: “views”)
Cheers!
Forum: Plugins
In reply to: [Most And Least Read Posts Widget] how to align text to left of the thumnailsHi mohsn1977,
you may use some CSS rules like these:.mlrp_ul li { clear: both; padding-top: 6px; } .mlrp_ul li a { float: right; } .mlrp_ul img { float: right; margin-left: 6px; }Forum: Plugins
In reply to: [Good old Share] Facebook and Twitter button do not appear in FireFoxHi all,
Twitter just removed the counter from its official implementation (used by the plugin), so it’s not available anymore here (and in several other WP plugins).
The Facebook button counter should be fine.Forum: Plugins
In reply to: [Good old Share] Facebook, Twitter and Google buttons spaceHi Jackoz,
go to the plugin Settings page and edit the “width” value on the Twitter button row.Forum: Plugins
In reply to: [Most And Least Read Posts Widget] settings permissionHi,
it’s difficult to say if the issue is related to the plugin. Please follow the instructions in this thread (what mbolsinga said, in particular); come back here if it can’t help.