JDTravel
Forum Replies Created
-
Ok thanks, but please could you explain the difference between the Geo API options
WooCommerce and External? ThanksPlease could this support ticket be reopened as there is still an issue, thanks.
Would changing the Geo API option, from “WooCommerce” to “External” help, the documentation doesn’t explain how these options work. Please could you supply more information to help us better understand this. Thanks
Forum: Plugins
In reply to: [Redirection] Wildcard RedirectionThanks John,
That solved the problem
RegardsPlease could you help with the following:
1) Our default base currency is GBP but for some products Google is displaying prices in USD. How can we prevent this?2) Please could you explain the difference between the Geo API options
WooCommerce and External?Forum: Plugins
In reply to: [Max Mega Menu] Hide Home Page Link on Desktop MenuHi, that’s great thanks, I didn’t know about that option.
This plugin is exceptional!
JohnForum: Themes and Templates
In reply to: [OceanWP] Bug – Category descriptionHi thanks, I’ve created a pre-purchase ticket as requested.
Hope you can help ??Forum: Themes and Templates
In reply to: [OceanWP] Remove ‘Products’ from Woocommerce BreadcrumbsThanks!
Forum: Themes and Templates
In reply to: [OceanWP] Remove ‘Products’ from Woocommerce BreadcrumbsHi,
I did some research and found this code on Github
/*
* Remove a link from the Yoast SEO breadcrumbs
* Credit: https://timersys.com/remove-link-yoast-breadcrumbs/
* Last Tested: Mar 12 2017 using Yoast SEO 4.4 on WordPress 4.7.3
*/
add_filter( ‘wpseo_breadcrumb_single_link’ ,’wpseo_remove_breadcrumb_link’, 10 ,2);
function wpseo_remove_breadcrumb_link( $link_output , $link ){
$text_to_remove = ‘Products’;if( $link[‘text’] == $text_to_remove ) {
$link_output = ”;
}return $link_output;
}https://gist.github.com/amboutwe/4b7a2f01366399281a53c355c5b78801
and added the code to functions.php in the child theme
Now working fine ?? See following test site:
https://base3.golasvegasusa.com/product/test-product
Breadcrumbs now:
Home ? cat1 ? cat2 ? test productPlease could you confirm that this is the best place to add this code.
Thanks, John
- This reply was modified 6 years, 7 months ago by JDTravel.
Forum: Themes and Templates
In reply to: [OceanWP] Bug – Category descriptionHi,
The excerpt length only restricts the length of product descriptions as shown on the example “Afandou Bay Resort Suites” accommodation in the following page:https://dev.rhodesgreece.org.uk/hotels/afandou
It doesn’t restrict the length of product category descriptions, if the category page is a list of subcategories as in the following page:
Forum: Themes and Templates
In reply to: [OceanWP] Bug – Category descriptionHi,
Following on from this thread, I’m now adding short descriptions for each Woocommerce category as in the example below:
https://dev.rhodesgreece.org.uk/hotels/afandou
How can I limit the descriptions to around 200 characters on the following pages?
https://dev.rhodesgreece.org.uk/hotels
Hope you can help, thanks, John
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] W3 Total Cache CompatibilityNot done staging before but will try to avoid disruption as advised.
Thank you for the advice pmciano.Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] W3 Total Cache CompatibilityThanks for the information, also is Autoptimize plugin compatible for minifying the css and js?
Forum: Reviews
In reply to: [Leaflet Map] Excellent Plugin RecommendedNo problem thoroughly deserved !
Forum: Reviews
In reply to: [OceanWP] Best Ever Theme I’ve found!No problem it’s well-deserved!
Forum: Themes and Templates
In reply to: [OceanWP] Bug – Category descriptionThanks great ??