vortexdizajn
Forum Replies Created
-
Thank you very much for your quick response and help in solving this problem. I fixed these select boxes and now they look good and are also full width on mobile. The only thing is that the white line above is somehow strangely visible on both the computer and the mobile phone. Do you have some solution for that as well? Thanks in advance
Thank you so much. This really fixed the problem, but how could this really make a problem in the first place? It doesn’t make any sense. Did you do something on your end or not?
Hello,
Sorry for the delay. I just wanted to inform you that we activated the error_log PHP function on Hosting so you can investigate this problem. Thanks.Hello,
thanks for the quick reply but we still have a problem so please help us with it.
We have checked and are using the latest version of the RankMath plugin, and we have also tried to uninstall and delete the plugin, then add a new one and the problem occurs again.
The problem is that we can’t get to this part “WP Dashboard > Rank Math > Status & Tools > System Status” because when we activate the plugin, we can’t see the WP Dashboard, and if we deactivate the plugin, we can’t see these settings. Please help us, what else can we do? Can we access this data through Hosting? Thank you
Hello,
thank you very much for your answer and help. Yes, we tested it and it turned out in the end that the problem was with Google cookies, it just didn’t work in it.
Best Regards,
LazarThank you so much, this really helped us and fixed our problem.
Best Regards,
LazarHello,
thank you for the fast answer and help, yes the problem was in some invalid characters. We changed it with ChatGPT and we got the right version of the code, so now it’s working nicely.
We will write this updated code below if somebody needs it.#Code:
add_filter(‘woocs_raw_woocommerce_price’, function($price) {
return ceil($price);
});
add_filter(‘woocs_woocommerce_variation_prices’, function($price) {
return ceil($price);
});Hello,
thank you very much for your help and explanation, we will try this later and probably find a solution.
All the best in your future work and career.
Best Regards,
LazarHello,
everything is fine, don’t worry, we understand, the most important thing is that everything has been resolved and is working. Good luck in your further work and career.
Best Regards,
LazarHello,
thanks for the reply, but we think we clearly explained the problem we are having and sent the pictures + the link for it to be looked at. From your answer, we can conclude that you didn’t spare time to look at what the problem actually is, and you rushed as soon as possible to answer this message and put “resolved”.
We are not saying this to offend you, to argue, or something similar, but as advice to you on how to improve communication with clients. Thanks in any case, support from another plugin helped us and we solved the problem we had. It was not a problem with your plugin 🙂Best Regards,
LazarHello,
thank you very much for the quick reply and solution, sorry for the wait, we didn’t have time to reply sooner. We tried this first with “Height speed of your ticker display to 0” but unfortunately it didn’t help, so after that, we entered this first CSS code that you sent us, and that solved the problem and we got what we wanted, thank you very much.
#We just have a couple of questions:- Here in the CSS code, you gave us a solution for the element to be separated in px (pixels)? Will it be responsive for all devices and screen sizes, as we would like it to be? The more precise question is, will that Sticky Header be seen now 100% everywhere displayed on devices and screen sizes, and not make problems like we had before with it, cuz its in px?
- When we added this CSS code, now we have a new problem at the top on the Header for this Ditty element. More precisely, there is no more animation in the Ditty element when loading the page, and there is a white line first, and then only this black background appears with text, it looks a bit strange. We didn’t touch anything, we don’t know why this has changed now, can we somehow restore the animation of the Ditty element as it was before, but also make the header work like this at 100% displayed?
Best Regards,
LazarThanks for the answer, otherwise we also talked to your Support via email and they gave us some instructions that we tried, but it was a specific problem, so we transferred the images automatically.
Best Regards,
LazarHello,
thank you for your fast response. Unfortunately, we do not understand HTML and CSS very well, so please if you can help us with how to do this and which CSS to do and add through the Theme Additional CSS Code or “Code Snippets” plugin.
Which CSS code to add for that text, as well as for these numbers (prices), and how to correct this? It would mean a lot to us if you could send us the CSS codes that we can insert and solve this problem, thanks in advance.
Thank you very much for your help and explanation. We’ll think about it then 🙂
Hello,
thanks for the answer, as far as we understand, we only need to add that javascript code and replace it with the German code country?
<script> if(localStorage.getItem("ChangeLanguageFirstTime") === null) { document.cookie = 'googtrans=/en/de'; localStorage.setItem("ChangeLanguageFirstTime", true); } </script>- Is there a way to add this via a plugin, e.g. “Code Snippets” (free version) or something similar, so as not to directly edit Theme codes?
- Why don’t you recommend this, is there any specific reason and cons to this? Thanks in advance