pl.xrisa
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Error in propertyHi guys,
Both codes (mine and Daniyal’s) working fine but the error in the logs remains. The thing is that this error probably cause another error.
The last times I tried to update WC it doesn’t let the database to be updated and it caused the site to get down.
Every time I have to remove this code in note.phpif ( empty( $label ) ) { $this->error( 'admin_note_invalid_data', __( 'The admin note action label prop cannot be empty.', 'woocommerce' ) ); }After this I update again the database and put again the code back.
I tried in my localhost to do some debug and it seems that this error is from wpocean theme.
So, I will let them know.
Thanks both of you for your help.
XrisaForum: Plugins
In reply to: [WooCommerce] Error in propertyHi,
Thank you very much for your help and for how fast you answered to my issue.
Unfortunately, the error remains. The line with the error in your code is this:
if ( WC()->cart->total > 200 ) {
And in my code is this:
$cart_total = $woocommerce->cart->total;
That’s why I thought that maybe something changed in your files for the “total” property.
I’m searching all day in woocommerce folders but I can’t find something.
Forum: Themes and Templates
In reply to: [OceanWP] Serious Issue with ImagesI already regenerated them but I still have the same issue.
I also want to inform you that this happens only in every browser in any desktop/laptop that uses Windows 11. All the other pcs Mac/windows 10, shows 400px as they should.
So maybe ocean and windows 11 have some confict between them.
Forum: Themes and Templates
In reply to: [OceanWP] Child Theme CSS issues@nomadcoder Ok. Test it in your localhost. Just give the priority 999 for the function in the child’s theme functions.php and I think it should works again.
Let me know.
Xrisa
Forum: Themes and Templates
In reply to: [OceanWP] Child Theme CSS issues@nomadcoder No, I know that you are not a developer and you have the same issue and you are not happy with their answers. I just wrote you “thank you” because you supported my ticket to prove that we still have this issue.
After that, I found a solution on my own, I tested it and I wrote again to you, to let you know about the solution so you can test it in your end and confirm that it works for you too, so I know is the right solution.
So, did you tested it? It works for you too?
Forum: Themes and Templates
In reply to: [OceanWP] Child Theme CSS issues@nomadcoder I just tried again to resolve this on my own and I finally found something.
In your functions.php that you have the function for the child theme add the priority 999 to the action of the function. It should be like that:
add_action( 'wp_enqueue_scripts', 'oceanwp_child_enqueue_parent_style', 999 );and NOT like that:
add_action( 'wp_enqueue_scripts', 'oceanwp_child_enqueue_parent_style');I already tried this in my localhost and the css works again as it should. Can you confirm that it works for you too?
Xrisa
Forum: Themes and Templates
In reply to: [OceanWP] Child Theme CSS issues@nomadcoder thank you for your support to my ticket. As you can see @denis24 and I have the same issue for months now and it seems that the support team doesn’t want to resolve it.
I think that the only way to find a solution to our problem is to contact direct Nicolas.
The issue remains for me after the ocean update and of course the use of customizer or the extra plugin without reason is wrong.
If this will remain like that, I will contact Nicolas to find a right solution.
Forum: Themes and Templates
In reply to: [OceanWP] Child Theme CSS issuesHi @skalanter
Sorry but the issue remains the same.
I tried both of your solutions and nothing changed.
The only way to fix it is to rollback or use a plugin. That solutions is temporary of course because:
1. I’m pretty sure there is an issue in the theme, as I have this child theme from 2019 and I never had issues. Almost two years worked without problem. That means that you must check the theme and fix it.
2. I don’t want to use an extra plugin without a serious reason. The functions.php must be able to load the style.css like all these years.
As I wrote above, I don’t have any cache issues and is not possible to have, as I’m doing all these tests in my localhost.
So, I’m waiting a solution from you.
Thank you
XrisaForum: Themes and Templates
In reply to: [OceanWP] Child Theme CSS issuesHi @skalanter,
I tried the code that you gave me but the issue remains. It’s still like I don’t have child theme at all.
I don’t know what else to try. Everything worked fine before the latest update.
Are you sure that there is no problem with something else in the theme?What can I do to fix it again?
Thank you.
XrisaForum: Themes and Templates
In reply to: [OceanWP] Child Theme CSS issuesHi @skalanter,
This is my snippet:
function oceanwp_child_enqueue_parent_style() { // Dynamically get version number of the parent stylesheet (lets browsers re-cache your stylesheet when you update your theme) $theme = wp_get_theme( 'OceanWP' ); $version = $theme->get( 'Version' ); // Load the stylesheet wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css?t='.time(), array( 'oceanwp-style' ), $version ); } add_action( 'wp_enqueue_scripts', 'oceanwp_child_enqueue_parent_style' );Can you help me to make it work again like before?
Thank you
XrisaHi,
Me too I have the same issue.
I disabled the plugin and I activated it again as you wrote above. The feeds were updated for the moment but the next hours have again the same products without automatic update.I also saw another ticket with this issue. I think that maybe you should check too if something is wrong with the plugin, because we are more than one person with the same issue.
Xrisa
Hi,
I have the same issue. I have set up 4 product feeds a long time ago (over a year) and all worked fine. But now the feeds are not update automatically. Only manually.
Unfortunately, I can’t understand after which version this happened.Xrisa
Forum: Themes and Templates
In reply to: [OceanWP] Zoom icon is not showingSame Problem here.
All my icons are showing white squares after the ocean’s theme update but I have no link to send because it’s on my localhost.
Please fix it.
Forum: Themes and Templates
In reply to: [OceanWP] Changelogs For 1.6.10 Until 1.7.1Thank you very much Amit.
Please if you can, don’t forget to update the changelogs when you release a new version because a lot of us doing tests at localhost and we can’t update in live version without changelogs.
Forum: Themes and Templates
In reply to: [OceanWP] HUGE CSS and Elementor Issues After 1.6.3 UpdateHello,
Nic,
I sent you pm in your messenger and in oceanwp website. Please take a look.Thank you
Xrisa