advertiseit
Forum Replies Created
-
Forum: Plugins
In reply to: [Offload, AI & Optimize with Cloudflare Images] Custom Image IDHi again @vanyukov,
I uninstalled and reinstalled the plugin and everything works perfectly. Thanks again for your help here.
-Jason
Forum: Plugins
In reply to: [Offload, AI & Optimize with Cloudflare Images] Custom Image IDHi @vanyukov,
I created a wordpress.com install and tested the plugin there and this worked successfully. I’m wondering if maybe this is a server issue. My local install is apache, php 8.3, MySQL 8.0.16, WP 6.4.3 and SSL. Is there anything there that would stop this feature from working?
Thanks,
Jason
Forum: Plugins
In reply to: [Offload, AI & Optimize with Cloudflare Images] Custom Image IDHi @vanyukov, I’m trying this on a fresh install and only tested with 3 images.
In CF, the URL is https://imagedelivery.net/oHwfpdXJXbfJCznsnW-T0w/0a53f680-4362-491d-f6be-a0df8568d700/public instead of bot-directory-seo.jpg/public.
I’ve toggled “keep media library structure”. Is there anything else to do?
Also, I’m testing this from a local installation for testing. The images upload to CF, just the ID’s are changed to match the WP file name.Thanks!
Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] WP All Import Seem Doesn’t Support FIFUWhy was WP All Import moved to premium only? And can it still be used via Custom Fields?
EDIT: Nevermind. fifu_image_url still works. Love the plugin. Thanks.
- This reply was modified 4 years, 3 months ago by advertiseit.
Forum: Plugins
In reply to: [WP-Sweep] Ignore Specified MetaWhoops, I knew that lol.
Thanks!
Forum: Plugins
In reply to: [WP-Sweep] Ignore Specified MetaI can do it directly within the plugin by adding:
if ( ! is_array( $parent_term_ids ) ) { $parent_term_ids = array(); } $ignore_term_ids = array( '5344',); $excluded_termids = array_merge( $default_term_ids, $parent_term_ids, $ignore_term_ids ); return apply_filters( 'wp_sweep_excluded_termids', $excluded_termids ); }
I know this is a bad idea because it’ll be overwritten once the plugin is updated. How would I tap into this using my functions.php?
Thanks,
Jason- This reply was modified 6 years, 1 month ago by advertiseit.
Forum: Plugins
In reply to: [WP-Sweep] Ignore Specified MetaHow do I specify the terms?
Forum: Plugins
In reply to: [WP-Sweep] Ignore Specified MetaI just installed the dev version and get a 404 when trying to access /wp-admin/wp-sweep/admin.phpSorry, I just forgot to change the plugin folder name. All good now.
- This reply was modified 6 years, 1 month ago by advertiseit.
- This reply was modified 6 years, 1 month ago by advertiseit.
Forum: Plugins
In reply to: [WP-Sweep] Ignore Specified MetaHi Lester,
Excellent.
Thank you!
Forum: Plugins
In reply to: [BP xProfile Location] User/Address ImportingThanks for getting back to me. I wish there was a way to trigger this because I have about 3,000 users to import.
Forum: Plugins
In reply to: [BP xProfile Location] Require Location to be in EnglishSorry, meant to type this in a new thread.
Hi Mark,
The certificate is valid. All subsites correctly resolve to HTTPS and Really Simple SSL functions correctly on them with the exception of the nag. The warning returns after the X is pressed.
Thanks,
JasonForum: Plugins
In reply to: [WordPress Popular Posts] excerpt ellipsisThanks!
Forum: Plugins
In reply to: [WordPress Popular Posts] excerpt ellipsisHi ionz149,
Were you able to get this working? If so, would you mind sharing how you did it?
Thanks,
JasonForum: Plugins
In reply to: [WordPress Popular Posts] Shorten Title – Disable ElipsisNevermind. I just saw that you responded to a similar thread below this one.