NexGen Gallery Wordpress HTTPS Update - wordpress

I am wanting to serve me website via HTTPS only. This means updating all inks to HTTPS. I am unable to update all links that are using the NextGen Gallery Plugin.
Does anyone know the fix to update all links using this plugin?
I have already tried updating the standard Wordpress URL via the database.

I had the same problem. It turns out you have to clear the cache in the NextGen Gallery.
Go to Dashboard > Gallery > Other Options > Miscellaneous and click the button "clear image cache".
I then cleared out my W3 Total Cache -- just in case -- and made sure my CDN was on development. When I checked it, https: worked and the Gallery images were served securely.

Related

Changes made in WP_Elementor but not published in live site

I have made a small text change on one of my wordpress website using elementor 3 but is not able to publish on live site. Solutions that I have tried so far but unsuccessful.
Clear Browser cache, WP plugin cache and purge website server cache.
Made changes again and view in incognito mode
Change Elementor CSS Print Method to Internal Embedding
Regenerate CSS and data in Elementor tools settings
Note: The only way I see change made is by adding ? (querymode) to the url, but not without that.
The issue we were having was due to old hosting, since the DNS was pointing to old host, the changes made was reflecting in old WP admin but not in new one
All we have to do is point the DNS to new host. That resolved a problem .

Wordpress / Elementor site doesn't load full or correctly

this is the first site I'm building and I used Wordpress with Elementor (free).
During the editing I can see and load all the pages correctly, once I set the maintainance mode off and check for the actual page it doesn't load correctly or full.
Neither on desktop or phone but differently.
This is the site: https://pintoeguglielmiavvocati.it
As you will see it doesn't load the most of the items, but this is how it is supposed to look:
Editing fase screenshot
Please delete the below file from the path using the Siteground panel.
Path: wp-content/uploads/siteground-optimizer-assets/siteground-optimizer-combined-css-da73c7b494340564d202480a79ab7f1d.css
=>Clear SG cache from the WP admin panel or Siteground Panel and reload the page and check it.

Few Featured Images are not Showing after Migrating to Wordpress From Blogger

I successfully migrated from Blogger to wordpress by using blogger importer plugin
my new site where i upload my database has new domain name
Problem is.. Some of the feature images are showing but rest of all
is not showing..
It may happen that Blogger Importer Plugin skipped importing those images.
To fix this problem you can use Cache Images by Matt Mullenweg.
Install this plugin and Go to Tools > Cache Remote Images.
Click Scan.
Now you should see a list of images that are hot-linked from different servers.
Hit the Cache from this domain button and Cache Images plugin will start importing images from those hot-linked domains.

Wordpress browser cache

Users of my woocommerce website always see the old css and i constantly have to tell them to refresh the page. I haven't got any wordpress cache installed? Is there a method or plugin in wordpress that can clear the cache so my changes are seen immediately? I'm using woocommerce 2.3.7

WooCommerce breaking Wordpress Admin

I've made a clean install of Wordpress on my server and added WooCommerce plugin. Now, some of the pages in the admin panel doesn't display correctly (Dashboard, Media, WooCommerce, etc.).
This is a clean install, only WooCommerce plugin is active.
Do you have any idea why this is happening?
Thanks
Ok so there is VERY little information to go on here so here is the general "Wordpress Broke" debugging guide.
Disable WooCommerce and see if Wordpress goes back to normal. If this is the case then you have to Reinstall WooCommerce. This is where http://docs.woothemes.com/document/known-conflicts would come in handy
If it is still broken without any plugins then you have to check your directory permissions, file structure, and URL Structure.
99% of the time chrome devtools will be your best friend for debuging these problems. It looks like you are not loading some of the core CSS files so lets look to see if you have a a 404, 403, or 500 error when chrome requests them.
Open up chrome and go to the Wordpress admin
Right click anywhere on the page and "Inspect Element"
Look for the red error icon on the right side (top/bottom) and click it to expend the console.
You will probably see the failed requests in there. Make sure the requests are for the correct urls, such as: http://yourdomain.com/wp-admin/load-styles.php or http://yourdomain.com/wp-includes/js/thickbox/thickbox.css
If that are valid URLs and you have verified that the files exist on the server then you have to check directory permissions: http://codex.wordpress.org/Changing_File_Permissions
Best wishes, let me know how it goes
I have seen that problem quite a while right now. You can try adding a specialized theme that has WooCommerce support like BootFrame Core theme. Or any other themes supporting WooCommerce -> https://wordpress.org/themes/search/woocommerce/ . Once, I used a WooCommerce, installed the plugin before changing any theme and had to create a new DB because the one I made before got corrupted due to the theme not working with WooCommerce. It's just a rare case but it can happen.

Resources