timothyky
Forum Replies Created
-
Is the inserting method I am using for the attribute incorrect causing me not being able to see the product attribute variables in the backend?
I’ve been able to do some research and able to create the attribute.
$wpdb->insert( $wpdb->prefix . 'woocommerce_attribute_taxonomies', array( 'attribute_label' => $data['attributelabel'], 'attribute_name' => $data['attributename'], 'attribute_type' => $data['attributetype'], 'attribute_orderby' => $data['attributeorder'], ) );
However, when I tried the following code:
wp_set_object_terms (165, 'variable', 'product_type'); wp_set_object_terms( 165, Array("ta", "tb"), 'pa_testing' );
I check the backend I see the product is linked to the attribute however the textbox for the values are missing. I am not able to even enter the variation page for the product.
Anyone have any idea?
Forum: Plugins
In reply to: [WooCommerce] How to set product quantity in variablesIs it actually possible to set the stock variable for the attributes from the front end cms using php?
That works great thank you very much!
Forum: Plugins
In reply to: [Facebook] Does Facebook Status on Fan Page Comment Sync with Website?Thank you for replying once again Otto ?? I got your help from the previous app you created for Facebook too ??
Anyways my testing fan page is:
https://www.facebook.com/urantitThe first posting “promise” came out after I publish the page. Then afterwards I tried to put comment “aaa” and it doesn’t go to my website:
https://www.mintytek.com/fb/promise-2/Then afterwards I used my personal account and my fan page account to respond on the website and it works.
The only main problem I have is just once the post is posted to the fan page it doesn’t synchronize the post do you have any idea what happened?
Forum: Plugins
In reply to: [Facebook] Does Facebook Status on Fan Page Comment Sync with Website?oh that is weird cause it is not doing it.
you have any idea why it is not syncronizing?
Forum: Plugins
In reply to: [Facebook] Does Facebook Status on Fan Page Comment Sync with Website?Anyone able to help me on this?
Forum: Fixing WordPress
In reply to: Problem with adding images in postIs it possible to move this to the wp_advance section to see if anyone can help me with this problem?
Forum: Fixing WordPress
In reply to: Problem with adding images in postanyone know anything about it?
Forum: Fixing WordPress
In reply to: Reinstall/resetinstead of having a dynamic link you can hard code it and make it into a static link within wp-content/themes/(theme name)/header.php
I believe it is there or inside header there should be a link regarding your .cssForum: Fixing WordPress
In reply to: Problem with adding images in postI turned on the debug on webconfig and it gave me this error:
WordPress database error: [MySQL server has gone away]
SELECT DISTINCT YEAR( post_date ) AS year, MONTH( post_date ) AS month FROM wp_posts WHERE post_type = ‘page’ ORDER BY post_date DESCForum: Fixing WordPress
In reply to: Problem with adding images in postJust to clarify the uploading process does not have any problem. It is when I click Publish, all my pages will disappear afterwards.
Forum: Fixing WordPress
In reply to: Reinstall/resetI think you should try to login using FTP to see if you css location exists and point to the correct location. Currently I’m using source code and opening your CSS but it does not exists.
Do you have a css file at: /wp-content/themes/diner/style.css