Forum Replies Created
-
AuthorPosts
-
Aakash
KeymasterHi Jesus,
Thanks for using Shortcoder.
As I understand, the shortcode “easy_media_download2” works but the shortcode
[sc name="download"]
is not working.Can you please share a screenshot of the shortcode edit page and the location where the shortcode is inserted ?
Also your website is not opening up. Please do let me know further on this.
Thanks,
AakashAakash
KeymasterCheers !
Aakash
KeymasterCool !
If you can add it to the description then it would be automatically available. You can also enable “rich description” so the desciption along with the price text would be seen formatted.
Thanks
Aakash
KeymasterHi,
Any update on this please ?
Thanks
Aakash
KeymasterHi Charudatta,
Just a note that the plugin I suggested above is from a different developer.
Regarding using JS. I do not recommended it. It is just a workaround which is not SEO friendly. The condition is checked on the browser side.
An example shortcode content would be like below.
<h1> <script> var data = 'hello'; if( data == 'hello' ){ document.write('Data is hello'); }else{ document.write('Data is something else'); } </script> </h1>
Thanks,
AakashAakash
KeymasterHi Luis,
If your General -> “site language” is Dutch, then you can try the change below.
Plugin editor -> super-rss-reader/includes/feed.php
Replace line 149
$date = $item->get_date( 'j F Y' );
with below lines
$timestamp = $item->get_date( 'U' ); $date = date_i18n('j F Y', $timestamp);
This basically displays the date as per your website’s site langauge setting.
Thanks,
AakashAakash
KeymasterHi,
Shortcode management happens via “custom post type”. So all API w.r.t managing posts/pages will work here to.
They are stored in “posts” table with post type as “shortcoder”
Thanks,
AakashAakash
KeymasterHi Charudatta,
Thanks for using Shortcoder.
Yes, you can give permission to other role to use Shortcoder.
Q: Can other users create/modify/use shortcodes ?
A: Yes, other users can create/modify shortcodes when the user’s role has the capability to create/edit shortcoder admin page. Plugins like user role editor can be used to set the necessary capabilities on the shortcode admin page to make the users create/edit shortcodes. Please note that shortcodes created by any user can be used by any user in posts and pages.Thanks,
AakashAakash
KeymasterHi Allan,
Yes you can do that using Shortcoder.
Shortcoder has a feature called “custom parameters” using that you can have variables inside shortcode content using double percentages. Refer below doc for examples.
So in your case, you can do something like this.
In shortcode content:
[stock_market_widget type="card" template="basic" color="#5679FF" assets="%%variable%%" api="yf"]
In post:
[SC name="stock" variable="MY VALUE FOR ASSETS" ]
Thanks,
AakashAakash
KeymasterCheers !
Aakash
KeymasterHi,
Thanks for using Ultimate floating widgets.
If you know specific post ID where you need to display the widget box, then you can simply select “single post” and then enter the post ID.
Note that these rules apply for the entire “widget box” as a whole.
A “widget box” can have any number of widgets.Thanks,
AakashAakash
KeymasterHi Saeyong,
The modification I gave was to ignore the pause when the window loses focus. This workaround cannot be made available for all.
Since you have youtube video and the ticker next to next, you are seeing the ticker stop when the youtube video is focused.
Please do stick to the modification for now. If there is any proper alternate way to handle this after my research I will implement the same.
Thanks,
AakashAakash
KeymasterHi Javan,
Please contact us via contact form with complete details on why super rss reader plugins conflicts with the entire WordPress experience.
We follow below terms for refund policy.
Thanks,
AakashAakash
KeymasterHi Lars,
It is the same with Shortcoder too. Nothing major changed in the new version.
Also the shortcode content won’t affect the cache.Can you please answer below queries ?
1) Can you please check and confirm if other possibly related caching plugins are not the issue ?
2) Also, what operation did you do in shortcoder which led to clearing the cache ?Thanks,
AakashAakash
KeymasterHi Lars,
Please do let me know once you have observations on this.
Thanks,
Aakash -
AuthorPosts