brokenspoke
Forum Replies Created
-
Forum: Plugins
In reply to: [NK Google Analytics] Undefined variable: nkweb_code_in_headI have a similar issue. Whenever we add or edit a post the following always shows up at the bottom of the post:
nkweb_code_in_head: default
nkweb_Use_Custom_js: default
nkweb_Custom_js:
nkweb_Use_Custom_Values: default
nkweb_Custom_Values:
nkweb_Use_Custom: false
nkweb_Custom_Code:We have to go back into the post and delete the custom fields and NOT save the post. If we press Update the fields just come back.
Forum: Plugins
In reply to: [Ultimate Product Catalog] Category FiltersI was having the same issue. The cause was a misused dash / hyphen.
The person who added the product wanted to use a regular dash. However, for some unknown reason, they used an en dash or an em dash (can’t recall which). The en and em dashes are a bit longer than the regular hyphen. See this link: http://www.ascii-code.com/
The product could be added correctly but could not be rendered on the product catalog page on the site. It also caused the selection / filtering bugs as noted in the original post.
As soon as the dash / hyphen was fixed the product worked fine.
It would be nice if, when adding products, the input could filter out invalid characters.
Hi,
Great advice thank you!
It was a plugin that was causing the issue! The culprit was the CW Post Widget plugin. It is an older plugin that we just never removed.
Thank you for your help!
Hi Rustauius,
Nothing odd… I have uninstalled the plugin and reinstalled a few times… not fix…
How would I check to see if it is installed twice?
Ever since the first install. it is very odd. We have 48 products in there now… and every category, product, and image we add is duplicated… 🙁
I figured this out. I just added all the products to the catalog and then removed all the categories.
hope this helps someone else!
Cheers,
ss
Forum: Plugins
In reply to: [WP Catalogue] Placing Product Title above the product imagesHi Maeve,
I am circling back on this now after leaving it for awhile.
My single-wpcproduct.php file only has 149 lines (I am using 1.7.4).
It looks like there is a function called the_content() that forms the body of the product page. … but I am not able to figure out how to modify this to move the title 😉
Any thoughts?
Forum: Plugins
In reply to: [WP Catalogue] Placing Product Title above the product imagesThoughts on this anyone?