kkriss
Forum Replies Created
-
Forum: Plugins
In reply to: [Multi-column Tag Map] Two CPTUpdated, but no way ??
Consider about 500 – 600 recipes should be listed to be right, actually only a hundred are there.Forum: Plugins
In reply to: [Multi-column Tag Map] Two CPTUnfortunately nothing changed, see the details at the bottom of the page https://www.angiolettochecucina.it/le-ricette-in-ordine-alfabetico/
Forum: Plugins
In reply to: [Multi-column Tag Map] Two CPTMy page shows only one of the two custom post types I added in my shortcode
[mctagmap show_posts=”yes” post_type=”ricetta, post” from_category=”ricette” show_navigation=”yes” width=”50%” columns=”2″ responsive=”yes”]
The CPT displayed is a real CPT (ricetta) while the other (post) is a common WordPress post. You told me 2 years ago that your plugin is not originally meant to show 2 CPTs, but you changed it to allow it to do it. ThanxForum: Plugins
In reply to: [Firelight Lightbox] Side stripes and navigation arrowsHi Rolf.
Thanx for your answer. I followed your advice and deactivated the Easy Fancy Box plugin, but unfortunately nothing happened. Could you suggest more to solve? Thank you so much for your help.Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] YouTube blockHi @jarno
1) I will create myself an image to add to Youtube as a placeholder, not too much work for now;
2) I was pretty sure it was mandatory to show the banner too.Thank you so much for your help, you were precious, precise, quick: the Best! ??
Cristina- This reply was modified 2 years, 8 months ago by kkriss.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] YouTube blockHi @jarno
Thanx for your quick reply.
I changes all video links into Youtube shareable links, clean all caches and seems it works!
Only 2 little details to make it perfect:
1) How to add a background image I prefer, not the first video preview?
2) While the warning “Click to accept cookies…” is displayed, the cookie banner should be present too?
see this screenshot
Thanx againSent you an email
I mean “wp-content screenshot
The folder should be in wp-content? Could I send you my content in private?
Here it is
In the media library will I see both the original and the cropped image? Could I manage those images or only see?Hi joppuyo.
I added the code to my functions and uploaded an image through a front-end form. The original image and the cropped one are still uploaded in the WP media library (see here).
Should I create the “original-images-submitted” folder before naming it in the code you sent me or it should be automatically created if not present? Please guide me, I’m not so advanced.
Thank you so muchHi joppuyo.
Very happy you did what I need! I’m not so advanced, so I’m asking you:
1) Should I add the code to my functions.php?
2) Have to substitute only once my folder name (see original-images-submitted)?add_filter('upload_dir', function ($uploads){ global $wp; if (defined('REST_REQUEST') && REST_REQUEST && !empty($wp->request) && stripos($wp->request, 'wp-json/aiarc/v1/upload') !== false) { $custom_dir_name = 'original-images-submitted'; if (!empty($uploads['subdir'])) { $new_subdir = '/' . $custom_dir_name . $uploads['subdir']; $uploads['subdir'] = $new_subdir; $uploads['path'] = $uploads['basedir'] . $new_subdir; $uploads['url'] = $uploads['baseurl'] . $new_subdir; } else { $uploads['subdir'] = '/' . $custom_dir_name; $uploads['path'] = $uploads['path'] . $uploads['subdir']; $uploads['url'] = $uploads['url'] . $uploads['subdir']; } } return $uploads; }, 10, 1); /
3) if something will go wrong is it sufficient I delete this code? I’m working on a subdomain, I’m near to the end before publishing. I have some backups but hope not to have to restore them.
Thank you so muchHello.
I installed again the plugin, selected the options to remove all files on deleting the plugin and deleted it. Tables are still there. See hereI already uninstalled it, so now if I reinstall it, select the option and uninstall it again, will it remove also the previous tables of the db? Thank you
Forum: Plugins
In reply to: [Multi-column Tag Map] Two Custom Post TypesYep! Percentage did the job! Thanks a lot
[mctagmap show_posts=”yes” post_type=”ricetta, post” show_navigation=”yes” width=”50%” columns=”2″ responsive=”yes”]