adrockmk2
Forum Replies Created
-
A bit of poking around I figured out how to do it, but it involves hacking the plugin so it will be nice if/when they build it as a feature.
You need to edit line 381 of admin/class-novo-map-admin.php:
$screens = array( ‘post’, ‘page’ );
change to
$screens = array( ‘post’, ‘page’,’custom_post_type_slug’ );and admin/helpers/admin-helpers.php:
Copy lines 61-69 and change elseif ( isset( $post[‘post_type’] ) && ‘post’ == $post[‘post_type’] ) {
to
elseif ( isset( $post[‘post_type’] ) && ‘custom_post_type_slug’ == $post[‘post_type’] ) {I too would love this to work with a custom post type!
Forum: Plugins
In reply to: [WooCommerce] Urgent issue: Orders coming in blankThanks for the reply!
We found the problem…a DB tech said:
“The error was essentially a running out of space error, I’ve only come across that once or twice before, but its easily worked around with db partitions.”
So we are all good now.
- This reply was modified 6 years, 3 months ago by adrockmk2.
@brianhogg I figured it out…turns out it was some custom functions in the theme, completely unrelated to the events post type. We have a custom post type of “people” and somehow the custom sorting of that was overriding the events, too.
I’ll figure it out, but thanks again for your help.
Hey Brian, thanks for the quick reply!
What you are seeing in the list is the post title …just the date typed out, no special code.
https://adamepp.com/drop/Prayer_List_1FED5B0A.pngI’ll take a look at the steps you mentioned and let you know. The theme is called Montserrat, I believe it’s from Themeforest.
- This reply was modified 6 years, 10 months ago by adrockmk2.
Forum: Plugins
In reply to: [Media Library Assistant] MLA_Target tag not workingI have removed the issuu embed that was causing the errors. The list is still there they have just categorized a lot more items.
https://cboq2016.wpengine.com/churches/life/resources/
The long list on the left, it has mla_target=”_blank” in the shortcode, but as you can see its not going to a new window. I have also tried this without plugins and the twenty sixteen theme.
Thank you for looking at this!
Forum: Plugins
In reply to: [Media Library Assistant] MLA_Target tag not workingAh yes, one of the other admins must be changing things around. I will create a new test. Thank you for the reply.
Forum: Plugins
In reply to: [Media Library Assistant] MLA_Target tag not workingHi David
I’ll write here instead of creating a duplicate topic…I’m having the same issue. mla_target=”_blank” is simply being ignored, and not sure why. I tried it with the Fusion theme installed, and also with WP 2016.
See here: https://cboq2016.wpengine.com/churches/life/resources/
The list to the left, only has 2 PDFs, and the list will be only PDFs. Shortcode I’m using:
[mla_gallery attachment_category=’life’ post_parent=’all’ post_mime_type=’application/pdf’ link=’file’ orderby=’date DESC’?mla_target=”_blank”]
Let me know if you are able to help me, thanks! Otherwise this is a super great plugin!
I can reopen this a new topic if needed.
Forum: Plugins
In reply to: [fullscreen Menu] Admin menuSame issue…I see the option to add a menu in Appearance > Menus. No config page as described in the install instructions.
Also having this problem with Safari and Chrome on a mac. Looking for any help, thanks!
Its 1.4.5, and another site (different site/server) is running 1.4.4 with no problem. Maybe I’ll revert?
Forum: Plugins
In reply to: [Import Tweets as Posts] tweet(0)I figured it out by tweaking your plugin a bit, but figured I ask so I didn’t have to edit the code.
$data = array( 'post_content' => $text, 'post_title' => $text
Forum: Plugins
In reply to: [Import Tweets as Posts] tweet(0)Nevermind the category, that setting is there…the title is important though. Is there some %tweet% type code I can put in there?
Forum: Plugins
In reply to: [Import Tweets as Posts] tweet(0)The plugin works (which is more than I can say about others), however I’d like each post to have the tweet text as the title, and to go to a specific category…is this possible?
Forum: Fixing WordPress
In reply to: Dashboard not displaying properlyDid you figure this out? Having exactly the same problem, v3.3.1
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Multi Currency?Where does the currency exchange rate come from? Is it manual or auto from XE or other?
Very interested in this plugin, thanks.