farinspace
Forum Replies Created
-
Forum: Plugins
In reply to: [Nooz] What and how do groups work?Props for looking at the release notes (I don’t think many do).
Those specific filters are primarily used internally (however they are available publicly as well).
These facilitate the ability to add settings fields in the Nooz > Settings page.
To get an idea of how they work you can take a look at
inc/NoozRelease.php(orinc/class-release.phpin the up-coming 1.4 release).Forum: Plugins
In reply to: [Nooz] Error when updating plugin@ruralinfo, I am still investigating the issue.
My initial findings show that everything seems ok (I downloaded the plugin, and installed).
I did have some issues with SVN when I was releasing v1.3.0, currently I am reviewing the plugins autoloading functions, I should be making some updates shortly with an updated release version number.
Forum: Plugins
In reply to: [Nooz] Multi-language support for WPML@robbyvoxy, I forgot to mention, the above code sample will work with Nooz version 1.2.0
Again, thank you for your input .. the Nooz plugin just got a little better!
Forum: Plugins
In reply to: [Nooz] New Coverage Preview Link to Show Default Coverage Page@sidrarubel, I haven’t forgotten about you, I’ve been trying to think up of some sort of a solution.
By default, coverage items have no post page (since its just a redirect).
Perhaps the preview link can popup a notice message, stating that you will be previewing an external link?
Basically setting expectations, the admin/client would then click “Ok” and the external link would open in a new tab.
Forum: Plugins
In reply to: [Nooz] Multi-language support for WPMLHere is a solution using post “custom-fields”:
https://gist.github.com/farinspace/6046bd9c5ab9e1acaef63d4c9db0344c
We’ve discussed adding support for categories and tags to Nooz in a future version, which would make this easier as well.
Let me know if this works for you.
Forum: Plugins
In reply to: [Nooz] Multi-language support for WPML@robbyvoxy, I’ll give WPML a try to see what might be the hang up. I would very much I to ensure that it works with WPML out-the-box (I’ll let you know what I find out).
Try to do Settings > Permalinks and pressing the “Save Changes” button (in the case rewrite rules need flushing).
Forum: Plugins
In reply to: [Nooz] Permalink troublesWith a little more investigating (albeit limited), I’ve taken a look at the following page:
Changing the Game
https://www.mynd.co/press/changing-the-game/And I have found the following clues:
* this page do not exist at the above URL “/press/[page-slug]”
* this page when using “/press-release/[page-slug]” will redirect to “/[page-slug]”, example: https://www.mynd.co/changing-the-game/ (this URL works)
* when viewing page source the css classes of the body-tag for this page include “single-post”, if this were a press release page created with Nooz, the css class should be “single-nooz_release”
* I also checked the RSS feeds for post type “nooz_release” using the following url: https://www.mynd.co/feed/?post_type=nooz_release , I do see the press release in there.
* additionally I also see the blog post here: https://www.mynd.co/feed/?post_type=post&paged=11So …
with the above clues, it seems like you have two version of this page, one is a regular blog “post”, and the other is a nooz “press release” page. WordPress may be getting confused as to which version to show.
Hopefully the above clues help you further.
Some things to try:
* remove the blog post versions
* try creating a testing press release page with random text for the “slug/url”, see if that page works
* again do Settings > Permalinks and pressing the “Save Changes” buttonForum: Plugins
In reply to: [Nooz] Permalink troubles@swellben, I’ve noticed that you have changed your
slugto “press”. Can you try going to Settings > Permalinks and pressing the “Save Changes” button, this will force WordPress to reload rewrite rules.Let me know if that works.
Forum: Plugins
In reply to: [Nooz] No linebreak after 1st paraHi @sandeejackson,
We are also excited, we hope to keep an active release schedule this year and into the future.
I can’t say immediately if this is caused by Nooz, as it initially sounds like behavior of the default WordPress editor.
– To test this: on a fresh install or when Nooz is deactivated, check if the same behavior happens on a regular “page” or “post”.
On a side-note, Nooz does do some minor formatting of the “dateline” … combining it with the first paragraph. However, this can be disabled on a per-press-release basis by clicking the “Edit” link near the dateline.
I’ll do some troubleshooting and keep an eye on this thread.
Forum: Plugins
In reply to: [Nooz] Subheadline not workingAs we are trying to improve and enhance Nooz, we try to do so with little to no breakage. Obviously there are times where progress introduces some change, we do apologize for any unnecessary time spent.
If you are managing the dateline yourself (e.g. directly inserted into the post content and not using the Dateline field), I would recommend that you set the “Dateline format” to blank by deleting “{location}, {date} {dash}”
Here are some more options:
1) To remove the location across all press-releases (with or without the dash):
Set the “dateline format” (e.g. not date format) to “{date} {dash}” … the comma should be removed from here as well2) to hide the date line specifically in a press release:
use the “hide Dateline” checkbox in a press release3) hide the dateline completely:
Set the dateline format to “” (e.g. blank)4) CSS solution for hiding nooz dateline content:
.nooz-dateline { display: none; }
.nooz-dateline__location { display: none; }
.nooz-dateline__datetime { display: none; }Forum: Plugins
In reply to: [Nooz] Subheadline not working@dwsdolce, thanks again for the bug report.
v1.1.0 should take care of the following issues:
– sub headline on newly created press-releases were not showing up, this should be fixed now.
– I’ve added a couple more options to make dateline a little more flexible. On a per-press-release basis you are able to hide the dateline completely. Additionally in “Nooz > Settings > Press Release” there is a new option called “Dateline Format” which will allow you to format all datelines and/or remove it completely.
Please let me know if you have any other issues and if you have a moment please write a plugin review. Positive reviews helps us to continue our free plugin development efforts.
Thanks again!
- This reply was modified 7 years, 4 months ago by farinspace.
Forum: Plugins
In reply to: [Nooz] Subheadline not working@dwsdolce, having a look, please stand-by …
Forum: Plugins
In reply to: [WP Engine Advanced Cache] Something is wrong with wp permission?@ethankennedy, thanks for the reply.
I couldn’t quite put my finger on it, when I put it in staging.wpengine it seemed to work (just not on production).
I did have a look at the UI in staging, basically I was looking to change cache headers on a specific directory and/or files, which it seemed like this plugin does not do.
In the end I had to contact WPEngine support and we added a couple Nginx rules.
Marking this as resolved/fluke!
Thanks again!
- This reply was modified 7 years, 11 months ago by farinspace.
- This reply was modified 7 years, 11 months ago by farinspace.
Forum: Plugins
In reply to: [WP Engine Advanced Cache] Something is wrong with wp permission?Not sure what is going on, but when trying to activate the plugin .. WordPress says its “Plugin activated.” but the UI does not reflect this and doesn’t seem to be activated.
Forum: Plugins
In reply to: [Nooz] Adding a space after a press release dateHi @talentoracle,
The run-together of the location/date and excerpt in the list of press release posts is a bug. Our latest version fixes this issue, however it is currently NOT released publicly yet.
Below I have provided the immediate fix. You will have to add the following to your
functions.phpfile:add_filter( 'get_the_excerpt', 'my_nooz_press_release_excerpt', 10, 2 ); function my_nooz_press_release_excerpt( $output, $post ) { if ( 'nooz_release' == $post->post_type ) { $length = apply_filters( 'excerpt_length', 55 ); $ending = apply_filters( 'excerpt_more', ' ' . '[…]' ); $output = ! empty( $post->post_excerpt ) ? $post->post_excerpt : wp_trim_words( $post->post_content, $length, $ending ); } return $output; }Additionally add the following if you would also like to have the location/date in the excerpts.
add_filter( 'get_the_excerpt', 'my_nooz_press_release_excerpt_with_location_and_date', 10, 2 ); function my_nooz_press_release_excerpt_with_location_and_date( $output, $post ) { if ( 'nooz_release' == $post->post_type ) { $location = get_option( 'mdnooz_release_location' ); $date_format = get_option( 'mdnooz_release_date_format' ) ? wp_kses_data( strip_tags( get_option( 'mdnooz_release_date_format' ) ) ) : get_option( 'date_format' ); $date = get_the_date( $date_format ); $output = $location . '—' . $date . ' ' . $output; } return $output; }- This reply was modified 8 years, 1 month ago by farinspace. Reason: text edits