kryuko
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t create new users, permission problemsI think you misread, i said i didn’t.
Forum: Fixing WordPress
In reply to: Can’t create new users, permission problemsWP All import is a premium plugin that we need.
After transfering the website i had these problems, and one of these was wp all impost that is not working, so i wrote to them too. And they said what i posted there.
I transfered the website using the built-in hosting features, so they made a targz file where i got files and db. Then uploaded to my new vps. I didn’t altered the website URL.Forum: Fixing WordPress
In reply to: Can’t create new users, permission problemsHello.
Talking with WP All Import Support, it seems that my DB has a lot of tables that doesn not have the ID column with auto-increment.
How can i run an SQL Query that enable every ID column as auto increment?I think this can solve everything.
Thank you in advance.up
Forum: Plugins
In reply to: [WooCommerce] Add custom element in footer shop pagesI have tried everything in my footer.php but i still can’t add the elements before the footer.
So i’ve thinked to add the element after the woocommerce actions.I’ve tried with:
add_action( 'woocommerce_after_shop_loop', 'shop_categoria_bottom', 30);But this add the element before the woocommerce pagination.
So i’ve tried with the woocommerce_pagination_args action. But i still get the element before the pagination, and it’s like the text is INSIDE the pagination div tag.
THanks in advance.
Gianmaria Generoso