NLeVasseur
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache] WP Fastest Cache Options defaultsYes, thank you Emre. I will proceed accordingly.
Forum: Plugins
In reply to: [WP Fastest Cache] WP Fastest Cache Options defaultsI could use this info too. Stupid question, but under settings, am I supposed to check the first one? “Cache System” Or is it enough to activate the plugin?
I’d really appreciate some help with this as I do not want to get myself into trouble by randomly checking boxes!
Many thanks.
Forum: Fixing WordPress
In reply to: Removing Quotations from song titles in audio playerHi Joy,
Thanks so much for your followup emails. I was able to get the code from the great support team at Apex—where I got the theme for the website.I include it below (with their permission) in hopes others will find it useful.
Thanks again!
// Additional Functions
// =============================================================================
function no_quotes($translated) {
$translated = str_ireplace(‘“%s”’, ‘%s’, $translated);return $translated;
}
add_filter(‘gettext_with_context’, ‘no_quotes’ );Forum: Fixing WordPress
In reply to: Removing Quotations from song titles in audio playerHi Joy,
I wish I could include a screen shot, but the site is still in development. The way I formatted the example title above is how they all look.No plugins were used.
No quotes are shown in the media library. They are hard-coded in the media.php functions file on lines 1832 and 1847. Please see below. I could change the file, but it would be overwritten with the next WordPress update. I’d like to add some script to my child theme’s function.php file.
There are two instances of: ‘“%s”’, the “ and ” are the quotes that need to go. There are two instance of this below.
function wp_underscore_playlist_templates() { ?> <script type="text/html" id="tmpl-wp-playlist-current-item"> <# if ( data.image ) { #> <img src="{{ data.thumb.src }}" alt="" /> <# } #> <div class="wp-playlist-caption"> <span class="wp-playlist-item-meta wp-playlist-item-title"><?php /* translators: playlist item title */ printf( _x( '“%s”', 'playlist item title' ), '{{ data.title }}' ); ?></span> <# if ( data.meta.album ) { #><span class="wp-playlist-item-meta wp-playlist-item-album">{{ data.meta.album }}</span><# } #> <# if ( data.meta.artist ) { #><span class="wp-playlist-item-meta wp-playlist-item-artist">{{ data.meta.artist }}</span><# } #> </div> </script> <script type="text/html" id="tmpl-wp-playlist-item"> <div class="wp-playlist-item"> <a class="wp-playlist-caption" href="{{ data.src }}"> {{ data.index ? ( data.index + '. ' ) : '' }} <# if ( data.caption ) { #> {{ data.caption }} <# } else { #> <span class="wp-playlist-item-title"><?php /* translators: playlist item title */ printf( _x( '“%s”', 'playlist item title' ), '{{{ data.title }}}' ); ?></span> <# if ( data.artists && data.meta.artist ) { #> <span class="wp-playlist-item-artist"> — {{ data.meta.artist }}</span> <# } #> <# } #> </a> <# if ( data.meta.length_formatted ) { #> <div class="wp-playlist-item-length">{{ data.meta.length_formatted }}</div> <# } #> </div> </script>
Forum: Plugins
In reply to: [WooCommerce] Emails Not Including Download LinksI am having the same issue as well and have no idea how to fix it. I’ve looked at everything WooCommerce documentation says could be the problem, and everything seems to be fine. But it’s not.
also, when I choose the file path to the download, I can’t get rid of the https:// prefix before it. So, the file path is incorrect.
I am so, so frustrated by this. Does anyone know of another eCommerce solution that can handle downloads?
Forum: Fixing WordPress
In reply to: [The Events Calendar] This Page Can't Be FoundShannon,
Thanks so much for posting your solution. I had migrated my WP site to a new location, and the permalinks were changed. You pointed me in the right direction!!! Thanks again!Forum: Plugins
In reply to: [The Events Calendar] Calendar shows fine, but title shows 404Thanks for this post. I’m having the exact same problem. . . didn’t realize it was a compatibility issue with Yoast. I’ll try the steps above.
thanks again!
Forum: Reviews
In reply to: [Contact Form 7] Too difficult to configure with recaptchaI agree. I jumped ship on this plugin after trying to “like it” several times.