schumiholic
Forum Replies Created
-
I’m having the same issue @annathepiper had described in her post, although I have the latest version, 2.0.9 installed. Also, when using accordion type, that little arrow in front of the tag group title is not showing on my site. Any idea why?
Forum: Plugins
In reply to: [JS Archive List] Excluding category not workingStill not working ??
Forum: Plugins
In reply to: [JS Archive List] Excluding category not workingHere you go!
Thank you, Marcel! Looking forward to!
Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] Problem with showing imagesYep, it worked! Thank you so much!
I’ve been trying to adapt the code to my needs, but something is not working right. What I am trying to achieve is for a specific form (id 7 in this case), the images to upload in a specific folder (competitions in this case). The if function is not working. Can you please tell me what I need to modify?
add_filter('fluentform/default_upload_path', function ($path, $form) { $form_id = $form->id; if ($form_id == 7) { return wp_upload_dir()['basedir'] . '/competitions'; } return $path; }, 10, 2);
Where do I add this code, in the functions.php file? And how do I add the location in the format ‘example.com/upload-folder’?
All right. Thanks for your time!
I am sure they will suggest to contact the owner of the plugin ??
It seems it is, yes. First I disabled all my CSS theme options, but it did the same. Then I disabled all my plugins except Tag Groups, it did the same. Then I activated the 2023 theme and it stopped from jumping. I am using the Extra theme from Elegant Themes. Is there anything I can modify to stop this jumping around?
- This reply was modified 1 year, 9 months ago by schumiholic.
Hi, @stevejburge! Any other idea why this happens and how I could prevent it?
I disabled the return to top button, but it does the same thing.
Forum: Plugins
In reply to: [LiteSpeed Cache] Slow when logged in, fast when not loggedIn between. Not as slow as with plugin activated and logged in, but not as fast as without being logged.
Hi! I followed the steps you gave me, but I still have one question: when I add domains to my whitelist, is it enough to just add the domain, or I need to add the subdomains? Like, for example, should I add only staticflickr.com, or should I add c1.staticflickr.com, c2.staticflickr.com etc?
Thank you for your help!
Forum: Plugins
In reply to: [Media Library Assistant] Images from external sourcesYep, worked like a charm! I followed your steps and only the files uploaded in Media are visible.
Thank you so much for your help!