BackuPs
Forum Replies Created
-
Hi
I have the same problem. After updating the cart by the +/- buttons and updating the cart the + /- buttons disappear completely and the code is missing in the page to display the buttons.
Pls fix asap ! Thanks
Forum: Plugins
In reply to: [WordPress Importer] PHP Deprecated: class constructor name with php7Hi
what does line 66 say in your file?
it should say
public function __construct(){ /* nothing */ }
and not
function WP_Import() { /* nothing */ }
Forum: Plugins
In reply to: [WooCommerce] Woo mobile cart RTL has the wrong directionHi
this css is missing from your code
.rtl.woocommerce table.shop_table_responsive tr td::before, .rtl.woocommerce-page table.shop_table_responsive tr td::before { float: right; } .rtl.woocommerce table.shop_table_responsive tr td::before, .rtl.woocommerce-page table.shop_table_responsive tr td::before { float: right; } .rtl.woocommerce table.shop_table_responsive tr td, .rtl.woocommerce-page table.shop_table_responsive tr td { text-align: left !important; } .rtl.woocommerce table.shop_table_responsive tr td, .rtl.woocommerce-page table.shop_table_responsive tr td { text-align: left !important; }Forum: Plugins
In reply to: [WooCommerce] Woo mobile cart RTL has the wrong directionSee link to image for more details
Hi
I updated from the previous version as i always update any themes, wordpress and plugins.
Forum: Plugins
In reply to: [WordPress Importer] WP_importer uses a deprecated PHP class constructorForum: Plugins
In reply to: [WordPress Importer] PHP 7 supportForum: Plugins
In reply to: [WordPress Importer] Notice: wp_get_http is deprecated since version 4.4!The provided solution definitly does not work. Tested it 3 x now with a big xml file and it fails every time. Reverted back to the old function
Forum: Plugins
In reply to: [WordPress Importer] Notice: wp_get_http is deprecated since version 4.4!I noticed some failure on the import of content due to this new function….
Maybe it is not 100% save.
The old function is also still in the code and can be (re)activated.
The solution is here
https://wordpress.org/support/topic/importer-raises-errors-with-wp_debug-mode-on?
Forum: Plugins
In reply to: [WordPress Importer] Importer Fails to import menu items in PHP7it has also fixes from (note : never tested these).
https://wordpress.org/support/topic/importer-raises-errors-with-wp_debug-mode-on
https://wordpress.org/support/topic/notice-wp_get_http-is-deprecated-since-version-44
Forum: Plugins
In reply to: [WordPress Importer] Notice: wp_get_http is deprecated since version 4.4!The complete fixed file wordpress-importer.php can be downloaded here.
It is php7 compatible and working on wp 4.4
It also has fixes from other threads. You can do a compare using winmerge. 🙂
including choijuns code fix
Replace the content of that file with the content at pastebin
Forum: Plugins
In reply to: [WordPress Importer] PHP Deprecated: class constructor name with php7The complete fixed file wordpress-importer.php can be downloaded here.
It is php7 compatible and working on wp 4.4
It also has fixes from other threads. You can do a compare using winmerge. 🙂
Replace the content of that file with the content at pastebin
it has also fixes from (note : never tested these).
https://wordpress.org/support/topic/importer-raises-errors-with-wp_debug-mode-on
https://wordpress.org/support/topic/notice-wp_get_http-is-deprecated-since-version-44
Forum: Plugins
In reply to: [WordPress Importer] Php 7 deprecated notive on wp_http_getThe complete fixed file wordpress-importer.php can be downloaded here.
It is php7 compatible and working on wp 4.4
Replace the content of that file with the content at pastebin
it has also fixes from (note : never tested these).
https://wordpress.org/support/topic/importer-raises-errors-with-wp_debug-mode-on
https://wordpress.org/support/topic/notice-wp_get_http-is-deprecated-since-version-44
Forum: Plugins
In reply to: [WordPress Importer] Importer Fails to import menu items in PHP7The complete fixed file wordpress-importer.php can be downloaded here.
It is php7 compatible and working on wp 4.4
Replace the content of that file with the content at pastebin