justpress
Forum Replies Created
-
I just submitted a ticket on your support page. Thanks for the quick response Vark.
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
In reply to: [Facebook] Image in post not publish to facebookThanks, 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
In reply to: [Facebook] Image in post not publish to facebookoh btw, i just updated this plugin to the latest version, then I got this image issue.
Forum: Plugins
In reply to: [SendPress Newsletters] Submit not workingThrough 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
In reply to: [SendPress Newsletters] Submit not workingOk I’ve tried to do a console.log(response) and I got success response. But there is no entry insert into the subscribe panel.
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
In reply to: Single post with page title?Sorry just solved this issue.