mightydigital
Forum Replies Created
-
Forum: Plugins
In reply to: [Nooz] InstallationIf you do not mind, send me a copy of the theme (ZIP file) and I can do a bit of troubleshooting .. send to devteam at mightydigital dot com
Additionally, perhaps try installing in the following order:
1) WordPress
2) Nooz Plugin
3) Endymion ThemeThe above, might be an immediate workaround .. however I would have to take a look at the theme to do any troubleshooting.
Our plugins use core wordpress APIs so as to play nice with other plugins and themes, but this may not always be the case the other way around.
Forum: Plugins
In reply to: [Nooz] Using multi-network site – nooz appears to be working ok@agrajagco thanks for giving it a go on wp multi site .. keep us updated on whether or not it is working as expected.
You can reopen this topic and let us know if you find any odd behavior in wp multi site.
Forum: Plugins
In reply to: [Nooz] Logo not displaying and Read More#1 The first is, I am using a custom theme. It works great, however when I click on an article to read, my logo is not displaying?
—–This is likely due to how the theme is setup and how it functions. Check the documentation for your theme about “custom templates” and then check out the following topics:
Remove sidebars from press releases
Static post titles & customizing post formatting
#2 The second is, the “More press releases …” is having a page error as it doesn’t exist. I can’t find any setting to fix this.
—–The Nooz plugin creates a few pages when it is first installed (News, Press Releases and Press Coverage). Check out the “News” page, there you will find the shortcode for press releases and coverage and you will be able to edit the “more link”.
Forum: Plugins
In reply to: [Nooz] Change order of how the press coverage appearsThe HTML output provides many CSS class names that you can use to customize the look and feel. CSS would be the first option at customizing your output.
Second to that, we just released v0.11.0, which adds a filter that you can use to modify the shortcode HTML output.
add_filter( 'nooz_shortcode', function ( $output, $data ) { return $output; }, 10, 2 );
With this filter you get the final HTML $output and the $data associated with that output.
You are free to create your own output using the provided
$data
.Forum: Plugins
In reply to: [Nooz] Using own layouts and formatsWith the filter you can modify the final HTML output, inside this filter you have full access to the
$data
, basically create the HTML output that you need. If you choose to use Twig yourself, you can. Equally you have access to the post ID which you can use to get ACF data and use it while creating your custom HTML output.Forum: Plugins
In reply to: [Nooz] Using own layouts and formatsmarking as resolved!
Forum: Plugins
In reply to: [Nooz] SortingJust a quick note, this was a glitch which affected the sorting when items from prior years had it’s priority/order set. This is fixed in v0.10.0.
Forum: Plugins
In reply to: [Nooz] SortingThanks for the info, the sorting sounds like a glitch, I will have a look at this today.
Shortcode and other documentation can be found within the standard “Help” menu inside of wordpress.
Go into Nooz > Settings > Help (top far right, usually next to the “Screen” tab)
Forum: Plugins
In reply to: [Nooz] Featured Images result disable on my theme, after activate Nooz pluginThank you for the report. v0.8.3 should address this issue.
Please let us know if you have any further issues.
Forum: Plugins
In reply to: [Nooz] Featured Images result disable on my theme, after activate Nooz pluginI am not sure I understand: Is it that featured images gets disabled on posts and pages?
If you would like for us to check out something on your site you can email me at: dimas at mightydigital dot com.
Forum: Plugins
In reply to: [Nooz] Non-Admin Users seeing error messages on back-endAfter testing, the issue was caused by a specific lack of a capability check. We have fixed the issue and released v0.8.2 .. please update and let us know if you are experiencing any other issues.
Forum: Plugins
In reply to: [Nooz] Non-Admin Users seeing error messages on back-endFor the user account that is getting this warning message, what is that user’s role?
Forum: Plugins
In reply to: [Nooz] Non-Admin Users seeing error messages on back-endCan you let us know what version of Nooz you are running? We will have a look at this right away.
Forum: Plugins
In reply to: [Nooz] Feature request for press coverage listingv0.8.0 brings some new features with it, see the change log for more info.
Primarily we have implemented a priority feature which allows for “pinned” release or coverage.
I will keep this post open, as we explore other features: taxonomies/categories and a more expanded press-coverage post type.
Forum: Plugins
In reply to: [Nooz] Limit the display count for press coveragev0.8.0 was released this morning, do have a go at it. You will need to enable pagination in the settings.