lukefive
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Zakra] Lost access to our custom CSS?@barsha04 I’m scheduled to work with this client Tuesday.
Will try your chat then….Forum: Fixing WordPress
In reply to: Broken Customizer screen with only one fix?It’s called Zakra, and their tech support is very slow answering this question. We have a pro account.
Forum: Plugins
In reply to: [Tidio – Live Chat & AI Chatbots] How to add user (client employee) ?@kamiltidio Thank you that was very useful!
realize-information-technology
The problems were technical.
Using Cloudinary did not help our content loading/delivery. I pulled the numbers from GTMetrix and sent them to Cloudinary tech support, but they did not respond. I also posted in this more public forum, and obviously did get a response.After checking all the style sheets, functions.php, htaccess, and database, no luck.
So I started wandering around the WordPress Admin area and found an Elementor tool named Change URL. I backed up my database first, then I put in the main section of the wrong link to my media resources, followed by the correct main section. The tool said it changed five rows. The site works again, as it had for months, before this happened.As you can see, I am puzzled how this came about.
Let me start by apologizing for your time spent on this.
We’ve had so many problems with Cloudinary, that the plugin is now removed.
Since we need a full CDN not just for images, we will probably resume shopping around.Thank you for your efforts to assist!
@victorcloudinary thank you for responding. Here is the requested information …
* WordPress 5.6
* Cloudinary Plugin 2.5.0
* Theme OnePress 2.2.6
* Page builders NONE
* All plugins …
Advanced Editor Tools (previously TinyMCE Advanced)
Version 5.6.0AMP
Version 2.0.10 | By AMP Project ContributorsBetter Search Replace
Version 1.3.4 | By Delicious BrainsBreadcrumb NavXT
Version 6.6.0 | By John HavlikClassic Editor
Version 1.6 | By WordPress ContributorsCloudinary
Version 2.5.0 | By Cloudinary Ltd., XWP | Visit plugin siteDisable Google Fonts
Version 2.0 | By Milan Dini?Disable Gutenberg
Version 2.3 | By Jeff Starr | Homepage | Rate this plugin ?FileBird Lite
Version 4.3.1 | By Ninja TeamGDPR Cookie Consent
Version 1.9.5 | By WebToffeeHealth Check & Troubleshooting
Version 1.4.5 | By The www.ads-software.com communityInsert Headers and Footers
Version 1.5.0 | By WPBeginnerInvisible reCaptcha
Version 1.2.3 | By Mihai ChelaruNinja Forms
Version 3.4.34 | By Saturday DriveRedirection
Version 5.0.1 | By John GodleySchema & Structured Data for WP & AMP
Version 1.9.61 | By Magazine3 | Technical SupportSG Optimizer
Version 5.7.14 | By SiteGroundTelnumlinker
Version 1.2 | By StoatoffearUpdraftPlus – Backup/Restore
Version 1.16.47 | By UpdraftPlus.Com, DavidAndersonWordfence Security
Version 7.4.14 | By WordfenceWP Accessibility
Version 1.7.6 | By Joe DolsonWP Mail SMTP
Version 2.5.1 | By WPFormsWP RSS Aggregator
Version 4.17.10 | By RebelCode | Getting Started | ExtensionsWP Sitemap Page
Version 1.6.2 | By Tony Archambeau | Settings | DonateWP-Optimize – Clean, Compress, Cache
Version 3.1.6 | By David Anderson, Ruhani Rabin, Team UpdraftYoast SEO
Version 15.7Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Download button did not respondTo do that, I will have to wait until the behavior happens again.
Forum: Fixing WordPress
In reply to: Many efforts to defer parsing JavaScriptsStrange but true:
This improved our score at GTMetrix.But 3 remaining “recaptcha” scripts that we need to target; perhaps each by name?
https://www.gstatic.com/recaptcha/releases/rCr6uVkhcBxHr-Uhry4bcSYc/recaptcha__en.js https://www.google.com/recaptcha/api.js https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lc9vIAUAAAAAFCdSLzYoOt-FR_Dng4g7liEBE_U&co=aHR0cHM6Ly9ob2xkZXJzZWN1cml0eS5jb206NDQz&hl=en&v=rCr6uVkhcBxHr-Uhry4bcSYc&size=invisible&cb=hmz3tg50skpu
Forum: Fixing WordPress
In reply to: Many efforts to defer parsing JavaScripts@joyously that’s what I was thinking last night. The results I need are not especially complex; just delay the scripts on my “short list.”
PHP is fast and it’s lower down the stack than JavaScript.
I Googled again and noticed a more robust PHP option farther down one of the pages I referenced before at TechNumero (I will test today). Plus it is well commented:
// Defer Parsing of JavaScript in WP via functions.php file function defer_parsing_js($url) { //Add the files to exclude from defer. Add jquery.js by default $exclude_files = array('jquery.js'); //Bypass JS defer for logged in users if (!is_user_logged_in()) { if (false === strpos($url, '.js')) { return $url; } foreach ($exclude_files as $file) { if (strpos($url, $file)) { return $url; } } } else { return $url; } return "$url' defer='defer"; } add_filter('clean_url', 'defer_parsing_js', 11, 1);
… and their page link
Thank you for the tech support!
@capuderg thanks for reply. That confirms what we suspected. We re-configured the Gmail mailer and are running tests.
Thank you for looking into this, and letting us know.
After two days, the site is now showing these IDs: services, ourmission, contact.
The weird thing: When this first started, I repeatedly flushed the server cache where the site is hosted. I also repeatedly used Ctrl+F5 to force a reload in the browser.
Any comments from Elementor users about adding CSS and not seeing it on site? WITH clearing the server cache and forcing a fresh download?