LNN
Forum Replies Created
-
Hello @tahmidulkarim
That was very helpful; thank you very much. I was able to edit the snippets from the documentation to get the current embed post tags. Here is the code if anyone wants to achieve the same or if you have a better idea to make it cleaner:
add_filter('fluentform_editor_shortcodes', function ($smartCodes) { $smartCodes[0]['shortcodes']['{ffc_current_tags}'] = 'Current Post Tags'; return $smartCodes; }); add_filter('fluentform_all_editor_shortcodes',function($data){ $customShortCodes = [ 'title'=>'Current Tags', 'shortcodes' => ['{ffc_current_tags}' => 'ffc_current_tags',] ]; $data[] = $customShortCodes; return $data; },10,1); /* * To replace dynamic new smartcode the filter hook will be * fluentform_editor_shortcode_callback_{your_smart_code_name} */ add_filter('fluentform_editor_shortcode_callback_ffc_current_tags', function ($value, $form) { $postTags = get_the_tags(); $dynamicValue = ''; if ($postTags) { foreach ($postTags as $tag) { $dynamicValue .= $tag->name . ', '; } $dynamicValue = rtrim($dynamicValue, ', '); } else { $dynamicValue = 'No tags found'; } return $dynamicValue; }, 10, 2);
Best regards!
Forum: Plugins
In reply to: [Schema & Structured Data for WP & AMP] error phpHello,
I can still see notices on my server logs. Please see the below screenshot:https://u.pcloud.link/publink/show?code=XZa1PWVZ1nJsPTDvT4R05M5Yg8HQLzB6sVtk
Thanks
Forum: Plugins
In reply to: [Schema & Structured Data for WP & AMP] error phpIn the error logs, and it’s even visible in the frontend.
Forum: Plugins
In reply to: [Schema & Structured Data for WP & AMP] error phpSame exact issue here…
Forum: Plugins
In reply to: [Schema & Structured Data for WP & AMP] Undefined array keysSame problem here on PHP 8.1. Hope this will be fixed asap. Thanks
I confirm, updating SeoPress to version 4.3.0.2 (PRO) resolved the issue,
No more conflicts.
The updraft backup has been uploaded to Google Drive.Thanks Benjamin Denis
- This reply was modified 3 years, 10 months ago by LNN. Reason: Typo
Yes (@aporter), I have the plugin SeoPress Pro plugin installed, and confirm having the same exact error uploading to Google drive.
Is this a known conflict related to Google analytics authorization? What do you suggest?
ThanksForum: Plugins
In reply to: [Nginx Cache] Cache folder not being cleared+1 here, I confirm that the cache folder is not being purged anymore..
I hope this plugin is not abandoned.Forum: Themes and Templates
In reply to: [OceanWP] How to disable freemius ?I don’t like being advertised for something I already paid for.
Today I got an email from a customer asking if the theme was included in the design service, then I discovered that you are advertising paid features for customers with valid licenses!
https://prnt.sc/oxn7m3
In addition to that, we have the white label extension that should normally hide the whole sidebar theme panel, which makes sense for being a white-label provider, and we are still waiting for an update to correct this.
Pleased keep this theme reliable and clean, we understand that switching to Freemius may have some temporary effect on the functionality, but there was some work that should’ve been done before making the changes public.Thanks
Forum: Themes and Templates
In reply to: [OceanWP] How to disable freemius ?@apprimit Thanks, this worked to hide license details,
Still, the white label extension doesn’t hide the sidebar theme panel anymore, I suggest that you release an update to correct this issue.Thank you very much.
Forum: Themes and Templates
In reply to: [OceanWP] How to disable freemius ?What if I have the unlimited license and installed OceanWp on several client websites, and then suddenly I discovered that ALL my clients can now see my private information including my name, Email, User ID, Public Key, Secret Key, Billing, Payments and invoices!!!
I am using the White Label extension and it doesn’t hide theme panel anymore.
When will you please correct this?
ThanksOk, good news, thanks for following up, in fact, personally I am still keeping the plugin in my own sites, I believe it’s a great one.
Good luck, looking forward to an update soon.
Thank you.Alright, good luck. I hope this awesome plugin gets back.
Also following, hoping for quick restoration.
Should we deactivate the plugin until back? is the issue resolved?Problem fixed, thank you very much for this awesome theme.