Evgeny
Forum Replies Created
-
Forum: Plugins
In reply to: [Wallet for WooCommerce] Error when plugin is activeDear developers,
To resolve this error, simply add an additional check for the existence of the “$post_name” property within the “$item” object. The correct line with this additional check is shown below:
if (
is_object( $item )
&& isset( $item->post_name ) // Add the property existence check here
&& ‘my-wallet’ === $item->post_name
&& get_post_meta( $item->ID, ‘_show_wallet_icon_amount’, true )
)
This will prevent the error that occurs due to accessing a non-existent object property.
I’ve fixed this in my content, but I’m sure that after any update, the source code will revert to its previous state, and line 127 will need to be changed again.
If possible, please check and implement it at your level.
Thank you.Forum: Plugins
In reply to: [Wallet for WooCommerce] Error when plugin is activeThe update was released, but my problem was ignored.
Forum: Plugins
In reply to: [Wallet for WooCommerce] Error when plugin is active@subratamal , I couldn’t handle this problem alone. I need your help, please.
Forum: Plugins
In reply to: [Wallet for WooCommerce] Error when plugin is active@subratamal The problem remains. Nothing has changed.
Forum: Themes and Templates
In reply to: [Astra] Demo content.Humayon, Thanks, I don’t know why, but the link works now.
Forum: Themes and Templates
In reply to: [Astra] Demo content.No, nothing works.
Forum: Themes and Templates
In reply to: [Astra] Demo content.Unfortunately, I can’t open this site. I can’t access this site.
Forum: Themes and Templates
In reply to: [Astra] Demo content.No, I can’t follow this link. It’s empty.
Forum: Themes and Templates
In reply to: [Astra] Demo content.Hi @bsfaradhy
This link leads nowhere. Blank page.
Thanks. I fixed the error.
I found a reinstall option in the tools. This resets all settings. Everything works now.
The problem was that I had previously changed the path to the admin panel.
Thanks!Thank you. Solved the problem.
Forum: Plugins
In reply to: [Product Filter for WooCommerce by WBW] The plugin doesn’t work for meHowever, you may have switched the Category filter to menu mode: https://i.imgur.com/NOtpEUQ.png
Hello Nick
I don’t have such an item.
I’ll try to set it up again. If not, I’ll look for another plugin.
Thank you.- This reply was modified 3 years, 4 months ago by Evgeny.
Forum: Plugins
In reply to: [Remove "Powered by WordPress"] The plugin did not remove the informationHello. Thanks for the info Oliver.
Forum: Plugins
In reply to: [Remove "Powered by WordPress"] The plugin did not remove the informationI understand. Thank you. I’ll turn it off, but I won’t delete it.
Forum: Plugins
In reply to: [Remove "Powered by WordPress"] The plugin did not remove the informationPlugin is not needed in this case? Can be disabled?