macbookandrew
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Simple list viewThanks—that was the issue. It was a grouped calendar, though I had manually selected only one calendar.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Simple list viewIt adds date headers, but doesn’t change the time output format; see screenshot.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Simple list viewYes—that screenshot is showing even when the only content in the calendar post editor is
[link][title][/link]
; see screenshots above for the exact content and the output I’m getting.Forum: Plugins
In reply to: [EWWW Image Optimizer] Ewww running when loading frontend pages?Here’s part of the log: https://pastebin.com/RkQ7vScR
Looks like it might be part of the theme?
(Sorry if you got a bunch of duplicates earlier…apparently I had too many links and it was flagged for moderation, but looked like it didn’t post at all.)
Forum: Plugins
In reply to: [EWWW Image Optimizer] Ewww running when loading frontend pages?I’m having the same issue, though with a different theme; enabling debug mode took care of the slow loading problem.
Plugins using
session_start()
:- Broken Link Checker
- Product Customer List for WooCommerce
- WP Affiliate Platform
- WPMU Dev Maps
Is there any downside to leaving maintenance mode on?
[moderator note: Please don’t post duplicates… deleting them now.]Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Simple list viewIdeally I’d like only the event name with a link to the event info in this calendar display. No date, time, etc.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Simple list viewSomething was causing a 500 error at that point in the page, and I forgot that I had posted here.
Here’s a screenshot of my settings: all I want to display is the event name with a link to it.
Here’s a screenshot of the output on the front-end, without CSS hiding the extra stuff I don’t want included.
Am I missing something in the formatting, or is it not possible to hide some of that info?
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Problem with "sale Price" and SubTotalSame here
Forum: Plugins
In reply to: [Quick Links] Icon Size IssueOverride this CSS rule in your theme stylesheet:
.home-quick-link { padding: 1em; }
Or copy the
quick-links.css
stylesheet into your theme folder and edit as needed.Forum: Plugins
In reply to: [Quick Links] Icon Size IssueAll the plugin files should be removed when you delete and re-install the plugin, but the line you added in your
functions.php
file would remain.If the photos you’re using were uploaded before you added that line in
functions.php
, then there probably aren’t any 128×128 versions of those photos created, so WP uses the closest size available (likely 150×150). You might try this Regenerate Thumbnails or a similar plugin to create the specified sizes, or upload new photos after adding the size definition infunctions.php
.Forum: Plugins
In reply to: [Contact Form 7 Signature Addon] Permissions errorFor the sake of others in the future, my host was able to add a mod_security exception for a false positive, though they didn’t tell me what specifically triggered it in the first place.
Forum: Plugins
In reply to: [Listo] State abbreviation as the valueI was wondering the same thing.
Found a workaround for this; take a look at this commit.
Note that the line numbers at the end of the file do not match the plugin as I made some prior edits for some grammatical changes, and I did not indent the entire block of code between the if {} to avoid having a massive commit.
Forum: Plugins
In reply to: [Contact Form 7] Select menu dropdown bug: optgroup and multiple selectionsThanks; that did the trick.
Curious though how it works fine without using the
[]
for arrays when not using optgroups.