mcrapanzano
Forum Replies Created
-
Forum: Plugins
In reply to: [Recent Posts Widget Extended] html tags in post titleI have the same issue. How may I solve?
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Complianz plugin breaks mobile mobilesorry solved.
it works perfectly! Thanks!
Look at the sidebar: https://www.sicilianmarketing.it/rivista/consenso-bis-la-corte-di-giustizia-torna-sui-requisiti-di-un-valido-consenso-privacy/
The post called: ‘Articolo di prova’ has 2 authors, but only one has been displayed in the sidebar widget.
Forum: Plugins
In reply to: [Co-Authors Plus] Co-Authors Plus and Contextual Related PostsThis is the function to override:
function crp_author( $args, $result ) { $author_info = get_userdata( $result->post_author ); $author_link = ( false === $author_info ) ? '' : get_author_posts_url( $author_info->ID ); $author_name = ( false === $author_info ) ? '' : ucwords( trim( stripslashes( $author_info->display_name ) ) ); /** * Filter the author name. * * @since 1.9.1 * * @param string $author_name Proper name of the post author. * @param object $author_info WP_User object of the post author */ $author_name = apply_filters( 'crp_author_name', $author_name, $author_info ); if ( ! empty( $author_name ) ) { $crp_author = '<span class="crp_author"> ' . __( ' by ', 'contextual-related-posts' ) . '<a href="' . $author_link . '">' . $author_name . '</a></span> '; } else { $crp_author = ''; } /** * Filter the text with the author details. * * @since 2.0.0 * * @param string $crp_author Formatted string with author details and link * @param object $author_info WP_User object of the post author * @param object $result Object of the current post result * @param array $args Array of arguments */ return apply_filters( 'crp_author', $crp_author, $author_info, $result, $args ); }
Hi all,
I have same issue, but I don’t have smush installed.
Do you have any suggestion on how to solve it?
ThanksForum: Plugins
In reply to: [Page Links To] open in new tab doesn’t workI have the same issue. Have u solved it?
Forum: Plugins
In reply to: [Co-Authors Plus] Posts by author shows empty pageI have the same issue on another theme. I always get a 404 page error if I click on an author created with this plugin:
https://diritticomparati.themmc.it/author/cristina-fasone/Forum: Plugins
In reply to: [YouTube Video Importer] error with searching videoI have the same issue too… does someone have solved it?
Forum: Plugins
In reply to: [Restrict Categories] Feature RequestHi Sladix, I need some customization on this plugin. Are u available?