agusls
Forum Replies Created
-
i will try it
thank a lot Khang Minherror not happen while generate a sitemap
just first time i access my site, with url http://es.h24.website/ always get error like this
but second time, no errorrandomly, error found on posts
now i get error like this
Fatal error: Call to a member function get_log_item_data() on a non-object in /home/lazdacas/public_html/h24.website_es/wp-content/plugins/bwp-google-xml-sitemaps/src/class-bwp-gxs.php on line 2533i’m test on my others site, i’m still get error non-object
Forum: Plugins
In reply to: [WooCommerce] Featured Products "free" on home pgThis my solution to fixing this bug.
Open index.php on wootique folder
goto line 43, found similiar code like this :while ( $loop->have_posts() ) : $loop->the_post(); $_product = &new WC_Product( $loop->post->ID );
change class “WC_Product” –> “WC_Product_Variable”
Finally :
while ( $loop->have_posts() ) : $loop->the_post(); $_product = &new WC_Product_Variable( $loop->post->ID );
Now featrue product display correct price.