jaimevives
Forum Replies Created
-
Forum: Plugins
In reply to: [Carousel Slider] Lost slides after adding oneOh… and also just noticed I cannot add any more slides. Well…
Thanks for the workaround tip, but it would be nice if the existing “Import into CRM” worked out of the box.
Regards,
—
jaimeJust using “the_title” was enough:
function change_menu_titles($title){
$title=str_replace( ‘|’, ‘ ‘, $title );
return $title;
}
add_filter( ‘the_title’, ‘change_menu_titles’ );Thanks again for the pointer…
—
JaimeThanks for the ultrafast response!
No, I’m a WP newbie and didn’t figure out that… of course this should work, as your plugin just takes its input from the wordpress menu.
I will try that and come back to report the solution just in case another “Responsive Menu” user comes looking for it.
Thanks again,
—
JaimeForum: Plugins
In reply to: [YITH WooCommerce Compare] Conflict with “WooCommerce Cart Tab” plugin?It worked perfectly… thanks!
- This reply was modified 8 years, 5 months ago by jaimevives.
Forum: Plugins
In reply to: [Product Attachment for WooCommerce] Translation problemsOk, thanks. I completed the translation at https://translate.ww.wp.xz.cn/projects/wp-plugins/woo-product-attachment.
Regards,
—
jaime