ejnterprises
Forum Replies Created
-
Forum: Plugins
In reply to: [Code Snippets] Codes work in functions.php but not in pluginSo this is what I have so far:
DISPLAY LAST UPDATE STAMP
add_filter( 'genesis_post_info', 'sp_post_info_filter' ); function sp_post_info_filter($post_info) { if ( !is_page() ) { $post_info = 'Last Updated on [post_modified_date] by [post_author_posts_link] [post_edit] <br />[disclosure]'; return $post_info; }}
DISCLOSURE LINK IN TITLE AREA
add_shortcode( 'disclosure', 'genesis_disclosure_link_shortcode' ); function genesis_disclosure_link_shortcode( $atts ) { $link = sprintf( '<a href="%s">%s</a>', esc_url( 'https://www.understandfinances.com/disclosure' ), 'Disclosure Policy' ); $defaults = array( 'after' => '', 'before' => __( 'This post may contain affiliate links. Please read the ', 'genesis' ), 'link' => $link, ); $atts = shortcode_atts( $defaults, $atts, 'disclosure' ); $output = sprintf( '<span %s>', genesis_attr( 'disclosure-policy' ) ) . $atts['before'] . $atts['link'] . $atts['after'] . '</span>'; return $output; } CUSTOMIZE FOOTER remove_action( 'genesis_footer', 'genesis_do_footer' ); add_action( 'genesis_footer', 'sp_custom_footer' ); function sp_custom_footer() { ?> <span class="nav-footer" style="font-size: 13px" align="center">Copyright © 2018 – <?php echo date(Y); ?> EJNterprises, Inc. <a href="https://understandfinances.com/disclosure">Disclosure Policy</a> · <a href="https://understandfinances.com/privacy-policy">Privacy Policy</a></span> <?php }
- This reply was modified 5 years, 10 months ago by Jan Dembowski.
- This reply was modified 5 years, 10 months ago by Jan Dembowski. Reason: Formatting
Hello Ray…
I haven’t anything back from anyone about this issue yet it’s marked as resolved. It would be nice to know that the program works the way its advertised–or at least to know why I have trouble–before committing to the ongoing costs. And to not hear back from support either here or via the form you said to use is a bit disconcerting as well.
Just so you know, I don’t have a key so I made up that section, but in the description I said that it was you who told me to submit the form so hopefully you will get it.
Thanks Ray.
I’ve already done that step and then went back to the plugin and clicked the scan button but nothing populates on any of the links. I’m sure that cloaked slugs are the same as what I entered in the plugin and not one has been recognized automatically or manually.
I just wasn’t sure if that was tied to the block conversion issue since that still hasn’t been resolved.
Thanks Ray!
If there’s anything else I can do to provide more detail and help the devs locate a possible issue I’d be glad to help!
Forum: Plugins
In reply to: [RVM - Responsive Vector Maps] Conflict with Gutenberg?I also created a staging copy and changed the theme to Twenty Nineteen along with deactivating all the other plugins and that didn’t fix the issue either.
Even in the classic editor which is how I have the staging site set to the map is just an image
By the way, I didn’t mark this resolved as it isn’t as of yet, and there is another person who is now also having this issue too.
Thanks for the response.
Here is a video of what I’m doing https://screencast-o-matic.com/watch/cqVUcB3xpl. You will see that with ThirstyAffiliates disabled, I can convert a previously published post to blocks from classic with no problem. Then when I activate the plugin, I cannot get the conversion to occur–the mouse sitting on the “convert to blocks” line is actually me trying to click several times. Then, I again deactivated the plugin and was again able to do the conversion.
And as I said previously, the same thing happens when I used a staging site with the default twenty nineteen theme.
There was no error message, simply an inability to activate the action with a mouse click.