Joe Banks
Forum Replies Created
-
+1 on this issue. New events are not reflected after a user subscribes to the ics in either Outlook or Google Calendar. Or how about a webcal link? ?? Glad to pour through Events Manager documentation, if pointed in that direction (have been looking).
Forum: Plugins
In reply to: [Page-list] What changed in 4.1 (pagelist thumbnails)?+1 ??
“Change the type of output the image thumbnail in [pagelist_ext] shortcode”
What changed, kind sir?
Forum: Plugins
In reply to: [My Page Order] Inherited (Revision) pages being displayedHere we go. Via phpMyAdmin:
Removing old revisions (all the ones showing up were prior to a certain date) removed them from display in the tree view.
SELECT *
FROMwordpress_posts
WHEREpost_date
< ‘YOUR DATE’
ANDpost_status
LIKE ‘inherit’
ANDpost_name
LIKE ‘%revision%’This was the only way to remove them. Removing revisions by other means, either by a revisions management plugin, or other means ( https://codex.www.ads-software.com/Revision_Management) did not remove them fully.
Forum: Plugins
In reply to: [CMS Tree Page View] Inherited pages being displayed in tree viewHere we go. From phpMyAdmin:
Removing old revisions (all the ones showing up were prior to a certain date) removed them from display in the tree view.
SELECT *
FROMwordpress_posts
WHEREpost_date
< ‘YOUR DATE’
ANDpost_status
LIKE ‘inherit’
ANDpost_name
LIKE ‘%revision%’This was the only way to remove them. Removing revisions by other means, either by a revisions management plugin, or other means ( https://codex.www.ads-software.com/Revision_Management) did not remove them fully.
Forum: Plugins
In reply to: [Remove Double Space] Don't remove from tag!While I’m at it, and this issue, which has puzzled us for some time (we’ve also used the regex that you use in your plugin in our theme to clean up our inconsistent pages) have you seen this article regarding WordPress and double spacing?
Forum: Plugins
In reply to: [Remove Double Space] Don't remove from tag!Pardon, the post title should have read “Don’t remove spacing from pre tag”. Marci!
Forum: Plugins
In reply to: [EG-Attachments] [Plugin: EG-Attachments] More than one list on a postI set up a testing site, with only the TwentyTwelve theme and EG Attachments plugin installed. I added 8 documents, 4 each tagged “excel” or “word.”
This shortcode:
[attachments size=custom title=”Excel Documents” tags=”excel”]
[attachments size=custom title=”Word Documents” tags=”word”]
Produces this list:
Word Documents
Test Document Word 0 [11 kB, MSWORD]
Test Document Word 1 [11 kB, MSWORD]
Test Document Word 2 [11 kB, MSWORD]
Test Document Word 3 [11 kB, MSWORD]Excel Documents
Test Document Word 0 [11 kB, MSWORD]
Test Document Word 1 [11 kB, MSWORD]
Test Document Word 2 [11 kB, MSWORD]
Test Document Word 3 [11 kB, MSWORD]Switching the shortcode order showed the Excel Documents twice.
Excel Documents
Test Document Excel 0 [8 kB, MS-EXCEL]
Test Document Excel 1 [8 kB, MS-EXCEL]
Test Document Excel 2 [8 kB, MS-EXCEL]
Test Document Excel 3 [8 kB, MS-EXCEL]Word Documents
Test Document Excel 0 [8 kB, MS-EXCEL]
Test Document Excel 1 [8 kB, MS-EXCEL]
Test Document Excel 2 [8 kB, MS-EXCEL]
Test Document Excel 3 [8 kB, MS-EXCEL]+1
+1
+1
Forum: Plugins
In reply to: [EG-Attachments] [Plugin: EG-Attachments] How to change file date?+1
Forum: Plugins
In reply to: [Cleaner Gallery] Custom URL in [gallery] with Cleaner Gallery installed+1 to sancho320, and thanks, Justin.
Forum: Plugins
In reply to: [Simple Image Sizes] [Plugin: Simple Image Sizes] Crop from topPardon if you’ve already aware:
Your best bet, chillmen, is to re-upload the original image with different cropping, easily done with the Enable Media Replace plug-in, especially as one becomes more and more familiar with how WordPress crops.
https://www.ads-software.com/extend/plugins/enable-media-replace/BTW, Rahe, your Simple Image Sizes plug-in, is on our internal “Crucial for CMS” plugin list, especially on multisite installs!
Cannot connect to twitter app. Repeated attempts fail to authorize app, even after signing in with Twitter and attempting to authorize.
Forum: Plugins
In reply to: [Nice Navigation] Caching to improve performance?+1