adjohan
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: A page showing up in two different area?Does no one else has this type of issues happening to their WordPress site?
Forum: Everything else WordPress
In reply to: A page showing up in two different area?@clayp I checked to make sure the page is under the right parent, but it still shows up in both links that I provided on my previous post. It’s really weird.
Forum: Plugins
In reply to: [Phoenix Media Rename] Weird different image size code created after renamingI’m requesting support on this issue through Smush Pro, they might be the plugins that caused this HTML image code issue. The before code is something simple like below
<img width="563" height="378" alt="Shipping to locations across Canada, including Fort Erie, Ontario, and Vancouver." data-src="https://www.lynden.com/wp-content/uploads/Lynden-Transport.jpg" class="attachment-large size-large lazyloaded" src="https://www.lynden.com/wp-content/uploads/Lynden-Transport.jpg">But basically after renaming the file using the plugins it will create the longer html image code that I have mentioned on the previous post.
Plugins I’m using related to images:
Smush Pro
WP Astra themeAre there any workaround for this? Would resetting the Customizer settings of BetterDocs to its normal state while copying the custom css styling to my theme css works?
Here’s the code I’m talking about:
https://pastebin.com/vPdfVdB2Forum: Networking WordPress
In reply to: local server to live server steps needed to be takenIt was pretty bad first hour or so trying to get the website live and working correctly. We changed the reference of ww2 to www on wp-config.php file first which is NOT the correct way to do it.
Next step we tried to change the WP database using Better Search Replace plugins, but kept getting error of memory is not enough to handle the changes. In the end I ask our IT department to use WP-CLI command line to make all those changes from ww2 to www and it worked perfectly, but somehow there were still a few ones that it didn’t catch so I ended up using the Better Search Replace plugins for that.
Overall this is a good learning experience for us since now we know the proper way of activating a multisite correctly from test server to live server.
Pial, thank you for the quick response! So far I have tried it and it seems to be working fine again. It’s weird, sometimes it will behave very weirdly.