monika21
Forum Replies Created
-
Forum: Plugins
In reply to: [AI Text to Speech] Exclude URLsI have the latest update and YouTube URLs have been read out as well as Instagram embeds.
I would also like to exclude my own blog URL. Because I insert some URLs into blog posts, which are then automatically displayed as WordPress embeds.
If I add
[wpstatistics stat=visits time=month]
to a widget, I only get the visits from the complete blog.But I need them from the current page. I can’t find anything about this in the shortcodes. I usually only have the ID as a parameter, but that doesn’t help because it always changes.
The instructions no longer seem to work. I have now written to Jetpack support, because where the download link would now be, there is now a screen for a paid upgrade.
Another interesting WordPress feature is that you can see the last few hours in a graphic in the admin bar: https://prnt.sc/PHvfDMC8JejK
Forum: Plugins
In reply to: [WP Meteor Website Speed Optimization Addon] Compatibility with Advanced AdsUnfortunately, the page is not public. However, I believe that you have to exclude a script. Is it possible via function.php to exclude scripts at wp meteor?
Forum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] Encoding ErrorThe new update didn’t help. The error is the same. Has somebody the same error?
Forum: Plugins
In reply to: [Shortcoder — Create Shortcodes for Anything] enclosed_contentOr is it possible that user which are using the plugin are reminded to add
[/sc]
Forum: Plugins
In reply to: [Shortcoder — Create Shortcodes for Anything] enclosed_contentThank you for the fast reply.
I wanted to individualize a shortcode with “Shortcoder”. I made this:
[su_box title="%%title%%" style="flat" box_color="#000000" title_color="#ffffff" radius="0" class="blackbox"]%%text%%[/su_box]
But when I add a HTML-link to %%text%% the “Shortcoder”-Shortcode will not be displayed. So I have used $$enclosed_content$$:
[su_box title="%%title%%" style="flat" box_color="#000000" title_color="#ffffff" radius="0" class="blackbox"]$$enclosed_content$$[/su_box]
With this code I need a
[/sc]
. Is there an alternative to add the[/sc]
manually?Forum: Plugins
In reply to: [List category posts] Widget exclude current posts1. Thank you for the tip! It works!
2. This would be a great feature
Forum: Plugins
In reply to: [Comments - wpDiscuz] GDPR and other optionsAnything new about the new update?
I have one very important question:
We should have the possibilty to provide evidence that the user has confirmed his subscription. I saw in the database that there is the date of the registration and and the IP which have confirmed the subscription.
Is it possible that there is an interface for this information:
– time and IP when the user has sent the form
– time and IP when the user has confirmed the subscription (double-opt-in)This should also possible for old subscriptions, so we don’t need the double-opt-in with all old subscribers again.
Do you plan to add the feature to pseudonymize the IPs?
Will this be the only change regarding the GDPR?
Added: export of subscriber information (email, personal data and subscription lists) to WordPress 4.9.6 and newer versions in compliance with GDPR requirements;
e.g. it would be good when there is the possibility to add a link to checkboxes in the forms (for the privacy terms). Now I ave to add the link an extra line.
Some people would need the function to give the subcribes the possibilty to renew the subscription…
- This reply was modified 6 years, 6 months ago by monika21.
Forum: Plugins
In reply to: [Shortcoder — Create Shortcodes for Anything] Userroles@vaakash, unfortunately the site is in construction and behind a htaccess-password… but I use also this plugin https://www.ads-software.com/plugins/wp-user-avatar/
and in the front-end editor I can use the button of the wp-user-avatar plugin.
Forum: Plugins
In reply to: [Shortcoder — Create Shortcodes for Anything] UserrolesThank you for the help, @vaakash.
Now I see the button, but nothing happens when I click on the button…
Forum: Plugins
In reply to: [Shortcoder — Create Shortcodes for Anything] Userroles@vaakash You are right. Authors cannot edit the shortcodes, but the “edit”-link is visible (in the editor).
Now I have a second problem: When I add the tinymce-editor with the plugin https://www.ads-software.com/plugins/front-end-publishing/ the tinymce-button for the shortcodes are not visible. How can I add the button?