saynotsweetanne
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Super Cache] WP Super Cache – Images Not CachingI am having the same problem ad Massai. I’m using a Portfolio custom post type, and wp-super cache doesn’t cache any of the images in that post type, or on the gallery page which displays them.
I’m interested to know if there is a setting to change or a work around?
Forum: Plugins
In reply to: [Olimometer] Broken Image for Olimometeroshingler,
I’ve since moved on and don’t need the plugin, but I hate to leave you hanging knowing there is an issue.
In a multisite like mine, all of the uploads and plugins are at “https://rootdomain.com/wp-content…” Each individual child site doesn’t get their own wp-content. They share from the root install. I’ve never developed a plugin for multisite, but I’m sure there is documentation on how to call to those folders.
Hope that helps
Forum: Plugins
In reply to: [CSV to SortTable] "col" class interferes with themeI sort of worked around it by declaring the cols in the plugin css.
table.sortable .col2{ float: inherit; margin-right: 0px; margin-bottom: 0px; } table.sortable .col3{ float: inherit; margin-right: 0px; margin-bottom: 0px; } table.sortable .col4{ float: inherit; margin-right: 0px; margin-bottom: 0px; }
Forum: Plugins
In reply to: [Olimometer] Broken Image for OlimometerI’m having the same issue. The image is broken in the settings preview, and in the sidebar widget.
I’m using this in a multisite network, and that appears to be the problem. The image is linking to https://SubDomainNameHere.org/wp-content/plugins/olimometer/thermometer.php?olimometer_id=1 which in fact doesn’t exist, as the plugin is actually hosted at the root of the install, not in the subfolder.
Perhaps you should update the Plugin’s FAQ to indicate that it is NOT compatible with multisite?
Forum: Plugins
In reply to: [AVH First Defense Against Spam] Android App Comment Reply Blocked by AVHI just tried it and it works!!
I’m happy my description helped you. Thanks for fixing this issue.
NOW you can mark it resolved. ;D
Forum: Plugins
In reply to: [AVH First Defense Against Spam] Android App Comment Reply Blocked by AVHPeter,
On my Android, using the WP Official app, I am able to edit posts etc just fine. I can APPROVE comments as well. But, when I try to reply I get “connection error”. See this image.
On the same phone, same time, I can open the WP dashboard via my browser and reply to a comment just fine.
I understand that it could be the shared mobile IP (70.210.68.181), but the browser version lets it work. Perhaps that is because of the way the mobile browser handles my user being logged in? The app and the plugin don’t communicate to express that I am a logged in admin user and therefore my IP is irrelevant? If this is the case, do you have any plans for the plugin to become compatible the Official WP app?
PeterVanderdoes,
I used the Android app for WP. Its not an issue replying to comments at a desktop via the admin panel. The issue appears to be with remote replies via the app. I’ve not tested it in the mobile version of the admin backend, mostly because doing anything in the mobile version of the backend is nearly impossible.
I’m having the same issue. I can connect via the android app to edit posts and approve comments, but when I try to reply to a comment I get “could not connect”. If I disable AVH, the reply goes through.
Any thoughts on how to remedy this?
Forum: Plugins
In reply to: [Pinterest "Pin It" Button] Pin It Button URL is incorrect in v1.4.2I’ve just installed, and its doing the same thing. The button doesn’t show, its a broken image. And when I look into the source its added my website URL to the image URL:
<img border="0" class="pib-count-img" src="https://saynotsweetanne.com//assets.pinterest.com/images/PinExt.png" title="Pin It">
My theme is newer- and does include the wp_footer() as your suggested link recommends. So that’s not it. Any other thoughts?
Forum: Plugins
In reply to: [Pinterest RSS Widget] Fatal Error on line 61I’ve been poking around at this, and I solved the error that I was giving.
Firstly, I went in to line 61 and deleted a bunch of line breaks. That fixed that error, except I got an error then on line 115.
The error was for the line of code that calls to my Pinterest Feed. Turned out the whole time what I thought was my Pinterest username is NOT. (I have no idea how they generate them.)
I tried this:
https://pinterest.com/saynotsweetanne/feed.rss
And got a 404 error. I went into my pinterest account, and buried in my profile was a space that said “your username” which is apparently SweetAnneDesigns (instead of Saynotsweetanne which I use to log in. Hence the confusion.)
Then I tried this:
https://pinterest.com/sweetannedesigns/feed.rss
It worked!
Went back to the dashboard and put in SweetAnneDesigns in the widget and voila! No more errors.
I hope that helps someone!