ToddA
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Remove bullet points list viewMy mistake, I am running 3.1.9, and I think the issue was introduced between 3.1.8 and 3.1.9. In digging more, I am wondering if the solution is related to styling:
<ul class=”simcal-events”> or <li class=”simcal-event simcal-event-has-location>
I have tried to add CSS like
.simcal-events .simcal-event .simcal-event-has-location {
list-style-type: none!important;
}but it is not working.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Remove bullet points list viewCan I create a special class for the unordered list (if that is what is used to display the calendar list) and hide the bullet points? Would I add something like this:
<ul style=”list-style: none;”>
-
in the source code of the Simple Calendar file(s)?
Forum: Themes and Templates
In reply to: [Grisaille] Custom Menu Not Saving or PublishingI am continuing to narrow in on the core issue. I am able to save other theme elements like Title and Tagline. When I click “Save & Publish”, the button changes and displays “Saved”. By contrast, when I click “Save & Publish” on the menu section, the busy icon displays as if something is happening, but the “Save & Publish” text returns to the button (and, of course, nothing is saved).
Forum: Themes and Templates
In reply to: [Grisaille] Custom Menu Not Saving or PublishingIt is happening on every theme: Twenty Sixteen, Twenty Fifteen, and Make. Also, I just did a new install of 4.3.1 with no additional themes, plugins, etc, on a new subdomain and the issue exists there too. The problem is that Live Preview is not working. Any changes made using Live Preview are not saved.
Forum: Themes and Templates
In reply to: [Grisaille] Custom Menu Not Saving or Publishing…and, I just confirmed this behavior exists on another site I have that is running WordPress 4.6.
What I am finding is that I have to create the menu using the traditional WordPress menu feature, and Live Preview is not working.
- This reply was modified 8 years, 2 months ago by ToddA.
Forum: Themes and Templates
In reply to: [Grisaille] Custom Menu Not Saving or PublishingAlso, I already tried deactivating all plugins, and this too did not resolve the issue.
Forum: Themes and Templates
In reply to: [Grisaille] Custom Menu Not Saving or PublishingIt is checked. The bigger issue is that my changes appears in the live preview, but “save and publish” has no effect on the actual site. When I return to Customize, the menu I created is not saved.
Forum: Plugins
In reply to: [Image Slider Widget] Add space to separate images from titleSuccess!!!!!! Thank you Roy de Laat ??
Forum: Plugins
In reply to: [Image Slider Widget] Add space to separate images from titleSorry for my late reply. I tried adding the code you provided to the Jetpack CSS editor and it did not change my spacing issue. I tried increasing the padding to 15px and adding !important, but it had no impact. I’d appreciate any other thoughts.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Cannot Save validated API keyOk – too bad. I was really hoping to use this plugin.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Cannot Save validated API keyI’m not sure I correct did what you asked, but I think I have useful info for you. I am running OSX 10.10.1 and Chrome 40.0.2214.94. I toggled on Developer JavaScript Console, and found this after hitting “Save Settings”:
Uncaught ReferenceError: tinyMCE is not definedadmin.php?page=yks-mailchimp-form:587 (anonymous function)load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils&ver=4.1:3 m.event.dispatchload-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils&ver=4.1:3 m.event.add.r.handle
Let me know if you need more info, and thank you for looking at this!
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Cannot Save validated API keyThank you for your quick reply to my issue!!
Steps:
1. created API key on Mail Chimp
2. cut/paste API key into the Plugin form | result = Plugin form shows green check mark with “valid API key” message
3. Click “save settings” | result = “Sorry, that is an invalid MailChimp API key. Please check the error log on the debug options tab for further information.”
4. Click “Debug options” | result = “Invalid MailChimp API Key: Dec. 10th, 2014 – 11:06:14am”
5. Enabled “advance error messaging”
6. Cleared error log
7. repeated steps 1 – 3 | result “Sorry, that is an invalid MailChimp API key. Please check the error log on the debug options tab for further information.”
8. Click “Debug options” | result = “no errors logged”Also, the “next” and “back” navigation is not displaying for list and grouped list views.
It is working perfectly for me, with the exception of private calendars. Has anyone had success with a private calendar?
I have a private calendar and mostly all-day events, and my page shows “no events to display”. I checked, and the I am using the correct GCAL ID.
-