Pavel I
Forum Replies Created
-
As a temp solution update:
function add_eu_vat_reports( $reports ) { if ( ! isset( $reports['taxes'] ) ) { $reports['taxes'] = array( 'title' => __( 'Taxes', 'woocommerce' ), 'reports' => array(), ); }
Forum: Plugins
In reply to: [The Events Calendar] since v6 newly created events not showing upOk, found the issue – if in general timezone in UTC then
$upsert = Event::upsert( [ 'post_id' ], $event_data ); if ( $upsert === false ) { // At this stage the data might just be missing: it's fine. return false; }
fails \TEC\Events\Custom_Tables\V1\Updates\Events::update
once settings in general for timezone is set to exact country then after RE-CREATING only it works again.
I think this is quite critical issue..
you should definitely fix this..
Yes, on fresh latest wp. after disabling this plugin notice is gone.
Additionally, it seems it doesn’t work well on trying to import xml like wptest.ioForum: Reviews
In reply to: [Visual Composer Website Builder] Greatest Customer Support EverThank you for your review, I’m glad that we was able to help you.
Forum: Plugins
In reply to: [Visual Composer Website Builder] Popup Builder doesn’t workIt might be your WordPress instance doesn’t have the correct user role capabilities for popups.
You can try to reset popup capabilities, by opening yourwebsite/wp-admin/options.php
then looking for “vcv-vcv_popups-capabilities-set” and set it value to 0, then click enter (to save) or on the bottom of the page click “Save Changes”
Image:
https://i.postimg.cc/Gp2qmjLb/Screenshot-from-2021-01-24-22-47-26.png- This reply was modified 4 years, 1 month ago by Pavel I.
also got this right after plugin activation