mbrailer
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Bento] Child theme style.css not loadingThank you so much. This worked.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Plugin not updatingJust FYI, I came here to report the same problem. WordPress reports “download not found.”
Forum: Themes and Templates
In reply to: [Bento] Menu snaps to responsive below 1280 pxVery nice! This is exactly the breakpoint that I need, thank you.
Forum: Themes and Templates
In reply to: [Bento] Child theme style.css not loadingSolved: I forgot that WP now includes a function to input additional CSS in the Customizer, so I can enter my CSS that way instead of a child theme.
However, it would still be useful if Bento could load a child style.css.
Forum: Themes and Templates
In reply to: [Bento] Child theme style.css not loadingUpdate: I also notice that when I use the PHP code above in my functions.php file, the main Bento style.css loads twice, while the child theme’s style.css does not load at all.
The code comes from the WordPress Codex and I’ve used this technique with other themes successfully, so I think that there must be something different about Bento that prevents this from working.
Forum: Themes and Templates
In reply to: [Bento] Disable Hamburger Menu on DesktopHow can I do this with a child theme? I don’t want to edit the parent theme in any way.
Forum: Themes and Templates
In reply to: [Bento] Menu snaps to responsive below 1280 pxIt appears that my question has been answered in this post, so thank you.
Hi, just checking in to say that I found the solution to this problem. I had actually caused it myself, inadvertently, by changing some notification settings from within the WordPress app for Android. I didn’t understand that this changes how notifications work outside the app, but now I get it.
Thank you! I didn’t delete the Twitter message you showed me just now, so some other system must have deleted it for me.
I looked at my applications and found one with the Linkis icon. I don’t recall ever authorizing this app, so I revoked authorization and I’ll wait for my next post to see what happens. Thanks again for the tips.
Hi Jeremy, I just wanted to let you know that Publicize and Notifications have been working properly all day. Thank you for checking in.
Update: The issue with Publicize constantly asking to refresh connections appears to have stopped. My next post is scheduled for 9 am EST, and I won’t know until then if Publicize has resumed posting to my social media accounts.
This was happening to me too, but as of very recently, it seems to have stopped. Jetpack is no longer constantly nagging me to refresh connections.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] New problem with PublicizeThis sounds like a problem I reported right about the same time you did:
https://www.ads-software.com/support/topic/notifications-and-publicize-not-working/
Update: I’m noticing that the “Reconnect” buttons aren’t appearing in the editor anymore, and I think this means that the connection has returned to normal, and Publicize might work again. I won’t know until my next post drops tomorrow morning.
- This reply was modified 7 years, 11 months ago by mbrailer. Reason: Update
As of this evening, email notifications have stopped going to my subscribers as well.
I do not use the Better Follow plugin, and I have not made any changes to my configuration that might have triggered this.
In what might be a related development, the Publicize feature has also stopped pushing updates to the social media services I have connected, Facebook and Twitter.
I turned the debug flag to true and loaded the page several times with the Chrome javascript console open. The error did recur, but I didn’t see error messages in the page or the console that seemed to relate directly to the Translate plugin.
One thing I did notice is that the Plane theme applies a CSS value of min-height:220px to the div.site-header and that any background graphic in .site-header is cropped to that height. Something about the Translate plugin is causing .site-header to grow taller than 220px and the image appears taller as well.
If I were to change the min-height:220px to just height:220px I could preserve the constraint and solve the problem. I would guess this issue is unique to the Plane theme.
I’m not actually interested in using the Translate widget right now. I just added it to my site temporarily to see how it worked. Thanks for the troubleshooting tips.