Forum Replies Created
-
AuthorPosts
-
AakashKeymasterHi Sean,
I’m checking this issue. I’ll update you after reproducing the issue.
Thanks,
Aakash
AakashKeymasterHi Vince,
I understand the requirement. But such functionality is not available/possible with the plugin. The ability to pull custom field value is designed for very simple usecases.
Anything beyond that would involve complexity for most users like delimiter, formatting, HTML etc., 🙂
Hence I would suggest advanced users write a small shortcode using PHP with full control over the output.
Below are some docs related to that.
Creating a shortcode with parameters:
https://wordpress.stackexchange.com/a/172920/3914Fetching custom field value:
Adding the custom PHP code to your website:
How to Add Custom Code in WordPress with Site-Specific Plugin?
Thanks,
AakashJune 11, 2023 at 12:47 am in reply to: Possible to have if conditionals based on if a parameter has a value? #12997
AakashKeymasterHi Aj,
Thanks for using Shortcoder. Since shortcoder plugin is designed to create “shortcodes” for huge text/HTML/script/CSS there is no option to provide dynamic content.
The reason is that, allowing such functionality is basically creating a programming system. Advanced users can create a shortcode manually using PHP with such logic.
I would suggest users create a shortcode manually with PHP with full control over the content. Below are some docs regarding the same.
https://wordpress.stackexchange.com/a/172920/3914
How to Add Custom Code in WordPress with Site-Specific Plugin?
Hope this is helpful 🙂
Thanks,
Aakash
AakashKeymasterHi @matthias,
I had a look at the screenshots in your email and replied for the same. The datetime picker is added by some other plugin.
Please do follow my reply email for additional instructions.
Thanks,
Aakash
AakashKeymasterHi Matthias
I’ll get back to you on this tomorrow.
Thanks,
Aakash
AakashKeymasterGlad that it worked! Cheers!
AakashKeymasterHi @eliexams,
You can add the form using the “text” widget. Go to the widgets page and find the “widget box” which was created using UFW plugin and add the “text” widget to it.
In the text widget, you can add the form.
You can paste the form in both “plain HTML” or in “shortcode” format.Save the widget and now the popup will contain the text widget with your form.
Thanks,
Aakash
AakashKeymasterHi Tony,
Can you please share the RSS feed URL you are displaying?
Does it have more RSS feed items?
Thanks,
Aakash
AakashKeymasterHi NJ,
Thanks for using Super RSS Reader.
An RSS reader displays the contents of the RSS feed. If the RSS feed contains the thumbnail URL, then the reader will display it.
In your case you are using Google news RSS feed and I see it does not contain any thumbnail URL.
But Super RSS Reader has feature to pull the thumbnail directly from the article page.
Google recently made a change where the feed link goes to Google’s page and not to original article. Hence the thumbnail is not displayed.
I have written a modification plugin for this use case. I have sent an email with the details. Please install that and the thumbnails will be shown.
Thanks,
Aakash
AakashKeymasterHi John,
In the shortcode, can you please include the parameter below?
share_counter=""Thanks,
Aakash
AakashKeymasterHi there,
I verified your website on my mobile and on online simulators and the widget button and popup is shown and works as expected.
Please see the image below.
Could you please let me know if issue persists?
Thanks,
AakashMay 27, 2023 at 11:42 pm in reply to: i have free plugin installed, where do i enter the upgrade key that i purchased? #12954
AakashKeymasterHi Stefan,
Sorry for the delay. Your order is already complete and an email with the order details is sent.
Also, please do check your spam folder for the order details in case not seen in inbox.
Let me know if you couldn’t find it. I’ll confirm the email address and resend it.Thanks,
AakashMay 24, 2023 at 10:55 pm in reply to: widget displays too many times (save state for duration) #12939
AakashKeymasterGreat to hear! I’m marking this thread as resolved. Please open a new topic for further issues/queries.
May 23, 2023 at 10:58 pm in reply to: widget displays too many times (save state for duration) #12934
AakashKeymasterHI pixelpusher,
We can adjust the margin of the button-popup from the window sides using the CSS below.
#ufw_1 { left: 50px !important; bottom: 50px !important; }You can change 50px as per your liking.
Regarding moving the popup to the center of the page, that would not be possible. This is because, the button and popup are tied together. So it is not possible to detach them. However you can move the button-popup together using the CSS above.
Thanks,
AakashMay 23, 2023 at 5:06 pm in reply to: widget displays too many times (save state for duration) #12931
AakashKeymasterHi pixelpusher,
Popups in general are usually closed. Users open any popup manually. Considering this design, the plugin does cache closed state.
It is not often that users keep a popup always open.
I’ve considered this requirement. Since this involves placing cookies, I’ll research further on this.
Regarding changing the position, yes it is possible. Can you please share your website url?
Thanks,
Aakash -
AuthorPosts
