nataliasha
Forum Replies Created
-
Forum: Plugins
In reply to: [Wishlist for WooCommerce] Customize template of the wishlist tableThank you very much, you helped me a lot.
Forum: Plugins
In reply to: [Wishlist for WooCommerce] Customize template of the wishlist tableYes, thank you, snippet will be great.
The example of the markup of the elements I need:<table> <tr> <td>Image</td> <td> <div>Title></div> <div>Price</div> </td> <td> <div>Delete butoon</div> <div>Add to cart button</div> </td> </tr> </table>
Forum: Plugins
In reply to: [Wishlist for WooCommerce] Customize template of the wishlist tableThanks for your reply. My main goal is to change the layout on the /wishlist/ page from table to div. I also need to swap some elements like the delete button or the price. In principle, you can use js; I don’t want to overload the page with scripts if it can be avoided.
Thank you very much for your help. Sent you a message (the subject is the same as in this topic).
The name of the table _postmeta, right? I thought so and removed all crp_relations_to and crp_relations_from entries for the specified post ID, but no luck – when I open my post to edit the relations, it still display the same error
TypeError: Cannot read properties of undefined (reading ‘permalink’)
at y (/wp-content/plugins/custom-related-posts/dist/blocks.js?ver=1.7.1:1:4674)Any idea? Maybe I can use XML import to clear relation without setting from and to values?
Yes, it’s definitely?related?to Custom Related Posts plugin – https://prnt.sc/cyqIsaJUEOuW so this error will go away?if I turn off the plugin. Maybe I can somehow delete or purge all relations for specific post ID? Maybe through a database?