Title: justpress's Replies | WordPress.org

---

# justpress

  [  ](https://wordpress.org/support/users/justpress/)

 *   [Profile](https://wordpress.org/support/users/justpress/)
 *   [Topics Started](https://wordpress.org/support/users/justpress/topics/)
 *   [Replies Created](https://wordpress.org/support/users/justpress/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/justpress/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/justpress/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/justpress/engagements/)
 *   [Favorites](https://wordpress.org/support/users/justpress/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pricing Deals for WooCommerce] Show Catalog Discount Price Crossout doesn't work](https://wordpress.org/support/topic/show-catalog-discount-price-crossout-doesnt-work/)
 *  Thread Starter [justpress](https://wordpress.org/support/users/justpress/)
 * (@justpress)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/show-catalog-discount-price-crossout-doesnt-work/#post-5054068)
 * I just submitted a ticket on your support page. Thanks for the quick response
   Vark.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pricing Deals for WooCommerce] Show Catalog Discount Price Crossout doesn't work](https://wordpress.org/support/topic/show-catalog-discount-price-crossout-doesnt-work/)
 *  Thread Starter [justpress](https://wordpress.org/support/users/justpress/)
 * (@justpress)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/show-catalog-discount-price-crossout-doesnt-work/#post-5054066)
 * Sorry for the late reply because I reckon I will just use it as it is, but to
   really let you know the issue.
 * On the Settings page->Catalog Price Display->Show Catalog Discount Price Crossout,
   isn’t this supposed to not show crossout price on the Catalog list of Products
   page?
 * So the issue is:
 * When I turn it OFF, on the catalog page I still see the crossout price except
   on the Cart item page which doesn’t show the crossout price.
 * When I turn it ON, the Cart item page will show the crossout price now, but nonetheless,
   the catalog page will still show the crossout price.
 * So either ON/OFF, it doesn’t affect or hide the crossout price in the catalog
   page at all.
 * If this is how its suppose to work, then the title in the Settings page should
   be “Show Cart Discount Price Crossout” instead of “Show Catalog Discount Price
   Crossout”.
 * Sorry hope I explain this well.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook] Image in post not publish to facebook](https://wordpress.org/support/topic/image-in-post-not-publish-to-facebook/)
 *  Thread Starter [justpress](https://wordpress.org/support/users/justpress/)
 * (@justpress)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/image-in-post-not-publish-to-facebook/#post-3769266)
 * Thanks, I managed to find the problem. It is with the has_post_thumbnail() function.
   It always returns false even though there is image in my post. Hence I did a 
   little hack and added my own image detection in the post:
 * $count = preg_match(‘/src=([“\’])(.*?)\1/’, $post->post_content, $match);
    if(
   $count ) $args[‘picture’] = $match[2];
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook] Image in post not publish to facebook](https://wordpress.org/support/topic/image-in-post-not-publish-to-facebook/)
 *  Thread Starter [justpress](https://wordpress.org/support/users/justpress/)
 * (@justpress)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/image-in-post-not-publish-to-facebook/#post-3769139)
 * oh btw, i just updated this plugin to the latest version, then I got this image
   issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SendPress Newsletters] Submit not working](https://wordpress.org/support/topic/submit-not-working/)
 *  Thread Starter [justpress](https://wordpress.org/support/users/justpress/)
 * (@justpress)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/submit-not-working/#post-3564836)
 * Through the widget. I’ve just solved the issue by tracking down all the way to
   database insert. The error I’ve got is:
 * Field ‘registered’ doesn’t have a default value.
 * Hence it fails. I’ve changed the table column ‘registered’ to accept NULL value(
   by removing not null).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SendPress Newsletters] Submit not working](https://wordpress.org/support/topic/submit-not-working/)
 *  Thread Starter [justpress](https://wordpress.org/support/users/justpress/)
 * (@justpress)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/submit-not-working/#post-3564814)
 * Ok I’ve tried to do a console.log(response) and I got success response. But there
   is no entry insert into the subscribe panel.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Crayon Syntax Highlighter] Initially working but after which I get 404 page not found duh…](https://wordpress.org/support/topic/initially-working-but-after-which-i-get-404-page-not-found-duh/)
 *  Thread Starter [justpress](https://wordpress.org/support/users/justpress/)
 * (@justpress)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/initially-working-but-after-which-i-get-404-page-not-found-duh/#post-3551388)
 * Tried reinstalling and found out that this 404 error happened when making changes
   to the Crayon Syntax Highlighter Settings, this is irritating 🙁
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Single post with page title?](https://wordpress.org/support/topic/single-post-with-page-title/)
 *  Thread Starter [justpress](https://wordpress.org/support/users/justpress/)
 * (@justpress)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/single-post-with-page-title/#post-3539371)
 * Sorry just solved this issue.

Viewing 8 replies - 1 through 8 (of 8 total)