temporalnaut
Forum Replies Created
-
thank you
In that case, an error probably happened somewhere, because I use the free version and the folder wp-content/uploads/sb-instagram-feed-images contains 628 files. I see it in Filezilla, but I noticed that almost every picture is there 3 times, with the suffixes nfull, nlow, nthumb. The number 350 is the meant number of files with or without those versions?
I found a solution. Helped turn off the responsive images feature that WordPress uses by default for mobile devices. I added this code to the functions.php file of my theme:
// disable srcset on frontend function disable_wp_responsive_images() { return 1; } add_filter('max_srcset_image_width', 'disable_wp_responsive_images');
Forum: Fixing WordPress
In reply to: Responsive WP functions and unused thumbnails dimensionsI found a solution. Helped turn off the responsive images feature that WordPress uses by default for mobile devices. I added this code to the functions.php file of my theme:
// disable srcset on frontend function disable_wp_responsive_images() { return 1; } add_filter('max_srcset_image_width', 'disable_wp_responsive_images');
Forum: Fixing WordPress
In reply to: Bug in Additional CSS? @media (max-width:Thank you, you’re right they were selectors, I set it according to your example and it works properly.
Forum: Plugins
In reply to: [CTX Feed – WooCommerce Product Feed Manager] Parent Category exportThanks for the help, but I found out that free version of your plugin doesn’t export hidden products, so I don’t use it anymore.
Hi,
How do I include products in sync with only a specific tag?Forum: Plugins
In reply to: [Permalink Manager for WooCommerce] Not working on WordPress 5.5.1I turned on 301 redirect. Which link will appear in Google results?
Forum: Plugins
In reply to: [Permalink Manager for WooCommerce] Not working on WordPress 5.5.1Oh, so I had it set up correctly. In the list of product categories I clicked on “view” below the category and there is always displayed the old Slug with parent + child category. It will not be a problem? Because even through this link I get to the given subcategory.
What is then indexed into Google? Thanks to the Yoast plugin, I can set the Slug, which is indexed to Google (in the settings of a specific category). So the original address with the parent category is not indexed?Forum: Plugins
In reply to: [Permalink Manager for WooCommerce] Not working on WordPress 5.5.1Hi,
I guess I’m setting it up wrong, please write me what I should set up so that my woocommerce URLs look like this?
CATEGORY (smartphones is child category):
https://www.site.com/shop/smartphonesPRODUCT (that number is %post_id% parameter):
https://www.site.com/shop/54635/iphone-se/*I can set such a product URL in wordpress when I type in Product permalinks > Custom base: /shop/%post_id%/
I would like to have a category URL without a parent category, but with a base /shop/- This reply was modified 4 years, 6 months ago by temporalnaut. Reason: *
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] cPanel Cron JobHi,
I have reduced the number of backups stored on GDrive to 2, it’s been about two weeks and everything works OK (maybe you fixed something, because I always use the latest version).Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] cPanel Cron JobAfter a few days, I noticed that older backup files started remaining on Google Drive again. I see 4 files from 2 previous days (I use splitting into smaller zip archives with a size of 50mb and it is backed up once a day). New screenshot from wp-control.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] cPanel Cron JobHi, but my hosting provider recommends
define (‘DISABLE_WP_CRON’, true);
if i want to use cpanel cron jobs.. so then i don’t know what is right now. Nevertheless, I removed it from wp-config yesterday and added only:
define (‘ALTERNATE_WP_CRON’, true);
Hosting support has confirmed to me that ‘loopback connections’ are turned on. I’m sending a new screenshot from WP control.Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] cPanel Cron JobSo, the problem occurs again, I’m sending a screenshot from WP-Crontrol
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] cPanel Cron JobI cleaned the cron jobs and the database, so in a few days I will know if the problem persists.