localbruce
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Product Description] Show on other pagesLooks like this is what is keeping it as only loading on Shop but when I take it out that doesn’t work
can I repeat this function with ‘is_product-category’?
/** * Load scripts only in shop page */ if ( function_exists( 'is_shop' ) && is_shop() ) { wp_enqueue_script( 'wd-tooltip-script', WD_URL . 'assets/js/jquery.tooltipster'. $min .'.js', array( 'jquery' ), WD_VERSION_NUM, true ); wp_enqueue_script( 'wd-custom-script', WD_URL . 'assets/js/custom'. $min .'.js', array( 'jquery' ), WD_VERSION_NUM, true ); wp_localize_script( 'wd-custom-script', 'custom_values', array( 'ajaxurl' => admin_url( 'admin-ajax.php' ), 'token' => wp_create_nonce( 'get_product_nonce' ) )); } echo "<style>.hidden{display:none;}</style>"; }Forum: Plugins
In reply to: [Checkout Age Varification] Name of Field / Table for ExportWhen I searched the datebase I found the following:
Table: wp_zegf_postmeta
Meta Key: My FieldForum: Plugins
In reply to: [Contact Form 7] Two submit Buttons and different actions-on_sent_okTrying to do the same thing, darshan1989. Any luck?
thumbs up @sgrotz that’s what happened to me!
Forum: Fixing WordPress
In reply to: Moved and now have issues logging in and Not Redirecting ProperlyThanks laliz – just changed. Turned out it was a server issue, not mine.
Forum: Plugins
In reply to: WooCommerce page titles – delete Product CategoriesFollow up – I see that the Shop and Product Category pages are archives, not posts or pages. So I have found the Archive Title Format: in the All in One SEO but am not sure what I use to get each page to show something different.
For example right now all pages have the same title
http://picturesforeveryone.com/shop/
http://picturesforeveryone.com/product-category/landscapes/All this page title <title>%post_title% | %page_title% | %category_title% | Wood Picture Frames | Authentic Wildlife Prints | Pictures For Everyone</title>
What is the correct variable to get the title of the archive to appear?
Forum: Plugins
In reply to: How to show Title in woocommerce product category page?Did you ever figure this out?
they changed the page for registering go here https://ipintelligence.neustar.biz/apps/registration/
Forum: Plugins
In reply to: [SimpleMap Store Locator] Edit / increase search radiusThanks wpmort! Works like a charm.
Forum: Plugins
In reply to: [SimpleMap Store Locator] Edit / increase search radius#wpmort,
What php file to add this to?
Thanks