ptrkx
Forum Replies Created
-
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Change Manage Consent ButtonYes exactly. Do you know how this can be done ?
Thanks a lot
Best regardsyou guys are awesome 🙂 got it running with changing from string to number
Thank you very much :))
Hey Mat,
thank you very much for the reply. My data looks like this:
x,Leistung S1 [w],Leistung max. [w],Drehmoment S1 [Ncm],Drehmoment max. [Ncm]
string,number,number,number,number
0,0,0,10,19.5
10000,110,206,10.5,19.5
20000,220,410,10.5,19.5
30000,328,580,10.4,18.43
40000,412,682,9.81,16.25
50000,496,720,9.44,13.74
60000,556,688,8.83,10.92But sadly the gridlines do not work. i tried to implement them manually but without success.
Forum: Plugins
In reply to: [WP to LinkedIn Auto Publish] Backend display failureProblem is solved
Best regards
Forum: Plugins
In reply to: [WP to LinkedIn Auto Publish] Backend display failureHey, thanks for reply
No the problem does not exist anymore after deactivating the Plugin. So it must be an backend display problem from the plugin. The font is displayed vertically and not horizontally.
Best regards
Thank You. I got it running with this Code:
{ "vAxes": { "0": {"title": "Leistung / Power [W]", "ticks": [0,100,200,300,400,500,600,700]}, "1": {"title": "Drehmoment / Torque [Ncm]","ticks": [0,2,4,6,8,10,12,14]} }, "series": { "0": {"targetAxisIndex": "0"}, "1": {"targetAxisIndex": "0"}, "2": {"targetAxisIndex": "1", "lineDashStyle":[10,10]}, "3": {"targetAxisIndex": "1", "lineDashStyle":[10,10]} } }Awesome 🙂
Awesome. Thank You 🙂
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Sorting DropdownThanks for the answer.
Unfortunately, generating a shortcode for the dropdown menu to sort the products does not work.
functions.php
// Creating Shortcode for Product Sorting
add_shortcode(‘wc_sorting’,’woocommerce_catalog_ordering’);[wc_sorting] integrated via a shortcode. :/
Yes i wanted to change the language via Buttons for each language.
But i found a workaround for my Problem.
Thank you for the reply
Forum: Plugins
In reply to: [Contact Form 7] Scroll to Success Message after submitThank You very much for your help 🙂 💪
I got it running with a bit customization.
i just added a short delay because the container expands itself after a delay$(“.wpcf7-submit”).click(function() {
$(‘#woocommerce-catalog-mode-enquiry-popup-container’).delay(5000).animate({scrollTop: ‘99999px’}, 1000);
});Thank YOU 🙂
Forum: Plugins
In reply to: [Contact Form 7] Scroll to Success Message after submitI tried different js ideas but sadly its not working
for example<script>
$(".wpcf7-submit").click(function() { $('html, body').animate({ scrollTop: $(".popupContainer").offset().top }, 99999); });</script>
Forum: Plugins
In reply to: [Contact Form 7] Scroll to Success Message after submitThank You for the reply
Here is an example page.
https://new.sycotec.eu/produkt/motorspindel-4015-dc/
when clicked on request opens the contact form. Unfortunately, the success message is not visible after sending, because it is hidden at the bottom. so it would be good if you scroll to this message.thank you very much for the help
best regardsForum: Plugins
In reply to: [WooCommerce] Refresh Cart on Ajaxhttps://new.sycotec.eu/produkt/motorspindel-4015-dc/
at the end of the product is the shopping cart, which should update itself when a product is added and not after a reload of the page.
Thanks for the help.
Best regardsThe Problem was enabled chaching on the Page. But since WP 5.7 i am having problems again. So i uninstalled the plugin and used another Tool.
Perfect, thank you
That solved my problem 🙂