t-ryder
Forum Replies Created
-
Forum: Plugins
In reply to: [Copy Anything to Clipboard] plugin killed my websiteI’m sincerely sorry for the inconvenience. Now that my PC is working again and I have access to the webspace backend, I’ve realized that the issue was due to incorrect nginx server settings. I deeply regret any trouble this may have caused, and it was never my intention to waste your time. The server started having problems on the same day you updated the plugin. All I had was the plugin update info email, which led me to the wrong conclusions.
Forum: Plugins
In reply to: [Copy Anything to Clipboard] plugin killed my websiteright now I can’t reproduce the scenario with adguard. My computer is broken so I can’t check stuff. Plus I have adguard DNS in my router, adguard app as local vpn and adguard plugin in Firefox. Anyway I guess you changed something during the last update that caused this since the buggy code shows something with “copy” … I’m gonna remove your plugin and use something else then, if I can access some ftp client anyhow. It’s the perfect time for something like that right since everything else is going down the drain here too. fml.
Forum: Plugins
In reply to: [Copy Anything to Clipboard] plugin killed my websiteThanks for the reply. I use the adguard app on my Android smartphone and if the filtering is active I get that result. Before that last update it wasn’t that way. Don’t know what you did with the code that now it’s blocked. I’m using adguard in Firefox as plugin, and the app as systemwide blocker, but it’s caused by the app and not the browser plugin.
Forum: Plugins
In reply to: [Copy Anything to Clipboard] plugin killed my websitethe stuff posted above is from Firefox Mobile. Samsung Mobile shows this:
(function($){const CTCInline={init:function(){this._bind();},_bind:function(){$(document).on(‘click’,’.ctc-inline-copy’,this.doCopy);},doCopy:function(event){event.preventDefault();const self=$(this) let text=self.find(‘.ctc-inline-copy-textarea’).val()||” text=$.trim(text);CTCWP.copy(text);self.addClass(‘copied’);setTimeout(function(){self.removeClass(‘copied’);},1000);}};$(function(){CTCInline.init();});})(jQuery);
Forum: Themes and Templates
In reply to: [Astra] ASTRA totally buggy CSS/SVG backgroundThanks for the reply. Nah, I just changed themes now for the project. I’m fed up. Gonna buy Divi soon… I had bought an Astra License key some months ago not knowing that the reseller was not legit… it got blacklisted and neither the seller nor Astra staff gave good support. Then they changed the license key system/prices just as I wanted to buy a legit license key having saved the money. The staff behind Astra can go where the pepper grows (as we say in Germany).
Forum: Themes and Templates
In reply to: [Astra] ASTRA totally buggy CSS/SVG backgroundI was about buying the Premium version, but then you changed licensing, cranked up pricing and Astra gone buggy. Maybe it’s time to look for good alternatives to Astra.
Forum: Themes and Templates
In reply to: [Astra] ASTRA totally buggy CSS/SVG backgroundFooter bar top frame is shown white in mobile view in preview, even if I set it as black & 100% transparent.
<a href=”https://ibb.co/bNDffdQ”><img src=”https://i.ibb.co/zPDkkfQ/2023-09-01-09-44-02-Einstellungen.png” alt=”2023-09-01-09-44-02-Einstellungen” border=”0″></a>
I uninstalled this plugin now from 5 websites I maintain. Those devs can’t be trusted anymore. They waste hours of my life again and again by messing up updates. It’s a free version, and I appreciate this, but I can’t rely on those devs.
Yeah, same here. Thanks for killing my website again like you did last year. I’m gonna get rid of your software for all my websites now. You killed my sites last year and it took me hours to fix it, and now again. I’m so fed up.
Forum: Reviews
In reply to: [hCaptcha for WP] Buggy and harmed my businessWhatever. I had to quit that business by now. The shop is deleted.
Forum: Themes and Templates
In reply to: [Astra] SVG background is jumpy when scrollingForum: Themes and Templates
In reply to: [Astra] Stop messing around with updates!I updated the theme and cleared cache. That fixed the mobile theme menu button. For the captitalized titles I added some CSS.
Thanks.
This fixed it:
.woocommerce-page ul.products li.product { display: flex; align-items: flex-start; flex-direction: column; } .woocommerce-page ul.products li.product .astra-shop-summary-wrap { display: flex; align-items: flex-start; justify-content: flex-end; flex-direction: column; flex-grow: 1; }
- This reply was modified 1 year, 11 months ago by t-ryder.