aklibaba77
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Price Filter NBot SHowingGreat thanks, it started working now!
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Price Filter NBot SHowingI enabled the debug mode and clicked on GEt Errors:
I get 5 Errors, all with the title “Additional tables generation”
Ex.
“[query] => CREATE TABLE wp_braapf_variation_attributes (
post_id bigint(20) NOT NULL,
taxonomy varchar(32) NOT NULL,
INDEX post_id (post_id),
INDEX taxonomy (taxonomy),
UNIQUE uniqueid (post_id, taxonomy)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;
[error] => Array
(
[0] => Added index wp_braapf_variation_attributes()
)[cron] => ENABLED”
[query] => CREATE TABLE wp_braapf_product_variation_attributes (
post_id bigint(20) NOT NULL,
parent_id bigint(20) NOT NULL,
meta_key varchar(32) NOT NULL,
meta_value_id bigint(20) NOT NULL,
INDEX post_id (post_id),
INDEX meta_key (meta_key),
INDEX meta_value_id (meta_value_id),
UNIQUE uniqueid (post_id, meta_key, meta_value_id)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;
[error] => Array
(
[wp_braapf_product_variation_attributes] => Created table wp_braapf_product_variation_attributes
)[cron] => ENABLED
[query] => SELECT MIN(wp_wc_product_meta_lookup.product_id) as min, MAX(wp_wc_product_meta_lookup.product_id) as max FROM wp_wc_product_meta_lookup
[error] => stdClass Object
(
[min] =>
[max] =>
)[cron] => ENABLED
[query] => CREATE TABLE wp_braapf_product_stock_status_parent (
post_id bigint(20) NOT NULL,
parent_id bigint(20) NOT NULL,
stock_status tinyint(2),
PRIMARY KEY (post_id),
INDEX stock_status (stock_status)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;
[error] => Array
(
[wp_braapf_product_stock_status_parent] => Created table wp_braapf_product_stock_status_parent
)[cron] => ENABLED
I just noticed that the catgories filter also isnt working correctly – it shows the categories I have but doesnt load products when I click on a category to filter.
I have LIteSpeed Caching plugin enabled – could this cause problems?
What should I do now to fix this?Thanks in advance,
AlexForum: Plugins
In reply to: [Advanced AJAX Product Filters] Price Filter NBot SHowingHi,
I render my woocommerce pages by having a woocommerce.php template in the root of my theme and calling woocommerce_content(); inside of it.
I do a few modifications in the archive-product page using action hooks. I add a row with categories and change the html for the title, but I dont do any changes to the part displaying the product (the html and the classes stay the same).
What else could be interfering with the filter seeing the products query?
Forum: Plugins
In reply to: [Nextend Social Login and Register] Error identifyingGreat thanks. Indeed I had a nother Facebook App created for the test site. I unlinked the facebook accounts using the unlink button (I used this code to generate it: “echo NextendSocialLogin::renderLinkAndUnlinkButtons();”.
After unlinking, the facebook login started working fine again.
Thank you very much for your help
Forum: Plugins
In reply to: [Nextend Social Login and Register] Error identifyingHi I followed these instructions:
Nextend Social Login > Global Settings > General tab > Membership -> enable.I am still getting the same behaviour. After using facebook login the page starts reloading, for a moment shows title in tab “Error en la identifiación”, then redirects to standard wordpress login page.
I had the same settings on my test environment (troovix.alexmoloni.com) and everything worked fine.
Waiting to hear from you
Hi,
I have the same problem after the update to 3.6.1.
I looked inside my theme templates and noticed that the problem lies within the method $product->get_gallery_image_ids(). It returns an empty array even though in admin panel of a product I can see images in the gallery section.
Also strangely enough when I go to the english version of the product (I use wpml and have 2 languages set up) the images gallery do show up