neilticktin
Forum Replies Created
-
I filed two tickets through the web interface in the past couple of weeks, and had already sent an email earlier this morning to [email protected], and gotten a “we got your message” type response (19590).
Would love to have an answer quickly — as this issue is now leaving our site with big blank holes.
N
No offense @markzahra, but I’ve opened multiple tickets over weeks — and never gotten a response.
Any update? This thread was from 8 months ago.
[sigh]
Yes — already did that.Forum: Plugins
In reply to: [Smart Custom 404 Error Page] 404 Migration BridgePeter,
Understood and thanks for the snippet too!
Am I correct in the snippet that:
isset( $_SERVER['HTTPS'] ) && $_SERVER['HTTPS']
should have the first HTTPS be HTTP like this…
add_filter( '404_template', function( $args ) { wp_redirect( str_replace ( '//www.xyz.com', '//preserve.xyz.com', ( isset( $_SERVER['HTTP'] ) && $_SERVER['HTTPS'] == 'on' ? 'https' : 'http' ) . '://' . $_SERVER['HTTP_HOST'] . $_SERVER["REQUEST_URI"] ) ); exit; } );
Thanks again!
Neil
Not sure if it’s related, but when I use the Visual Builder from Elegant Themes, there’s this issue showing at the top of the page that I hadn’t seen before.
Notice: Trying to get property of non-object in?/home/wpmt/public_html/wp-content/plugins/wp-rss-excerpts-thumbnails/wp-rss-excerpts-thumbnails.php?on line?366
The code referenced in WPRSS Excerpts Thumbnails is:
if ( ( ‘wprss_feed’ === $screen->post_type ) && ( ‘post’ === $screen->base ) ) {I’m running … PHP 7.0.28-0ubuntu0.16.04.1 @64BitOS
- This reply was modified 6 years, 7 months ago by neilticktin.
Any update on this?
- This reply was modified 6 years, 9 months ago by neilticktin.
Another “vote” for offset support.
Quick update on the earlier post. It’s not about 2.4.
Apparently, Apple decided to start blocking port 80 — for subscriptions. The URL worked just fine if I wanted to just download in a web browser. Just needed to unsubscribe, and then re-subscribe with a https:// and it’s working again.
All is well.
I’m not sure if this happened before or after upgrading to 2.4, but I just saw it now. The feeds are not refreshing. The error is:
A system error has prevented calendar data from being fetched. Something is preventing the plugin from functioning correctly. This message should provide a clue: Failed to connect to p01-calendars.icloud.com port 80: Connection refused
Other than data being tweaked, the feed setup hasn’t changed in many many months.
Note: When I go to the URL directly — the feed URL that is — it works just fine.
Ideas?
Forum: Plugins
In reply to: [Redirection] Redirection doesn't appear to be workingIf your redirects are 301, they may be cached — and no matter how you change it, that won’t be updated to browsers that have already seen it.
Try it in Incognito mode on Google Chrome, or at least another browser … BUT BEFORE you do that, change it to a 307 type redirection.
Forum: Plugins
In reply to: [Redirection] Redirection and Multisite: BrokenWe network enabled it, and it works fine.
Forum: Plugins
In reply to: [Gwolle Guestbook] Multiple Guestbooks?Marcel,
Overall — excellent and super simple to use. You can see it at https://community.mactech.com/
A few things — and they are only suggestions if not difficult to do.
1) I’m not sure if it’s a new bug or an old one, but in reviewing the entires, there’s a doubling of the “page” number to go to the next page of list of entries. It only happens on the first page, and you can see a screenshot of what I’m talking about here. https://www.dropbox.com/s/mg70gemnwyssz5i/Screenshot%202015-09-14%2012.54.33.png?dl=0
2) It would be really useful if on that page you could add a column that would indicate which guestbook that an entry is in.
3) If you do add another column, it would even be helpful, but not critical, if you could click on the column header to sort … but that would be something you’d likely want to do across all the columns — and really is a separate request.
4) If not difficult, if you could allow the Edit guestbook entry page to let us change the guestbook that a post happens in, that could be useful as well.
5) There’s issues with Really Simple Captcha showing broken images. Several posts about it, and no responses by the developer. You may want to easily allow for other captcha plug-ins.
Thanks!
NeilForum: Plugins
In reply to: [Gwolle Guestbook] Multiple Guestbooks?Excellent! Thank you!
Forum: Plugins
In reply to: [Gwolle Guestbook] Problems on multi site installationMarcel,
I respect your position on MultiSite. That said, not having it is an issue for me as well.
Thanks!
Neil