Forum Replies Created
-
AuthorPosts
-
Aakash ChakravarthyKeymaster
Hi Gary,
Thanks for using Super RSS Reader.
Yes you can do it. Please enable “Enable rich description” under the “Content” tab.
This should display the full content.Thanks,
AakashAakash ChakravarthyKeymasterHi,
I’m not sure why the feed is not fetched despite the http code is 200 which is success.
I’ll check and get back to you.
Thanks,
AakashSeptember 29, 2021 at 11:16 pm in reply to: Remove Shortcoder menu item from Wp-admin backend #10128Aakash ChakravarthyKeymasterHi Michael,
You can use below code.
function sc_remove_menu_item() { remove_menu_page( 'edit.php?post_type=shortcoder' ); } add_action( 'admin_menu', 'sc_remove_menu_item', 99 );
Thanks,
AakashAakash ChakravarthyKeymasterCheers !
Aakash ChakravarthyKeymasterHi More,
Thanks for using Super RSS Reader.
Right now I do not have both pagination/text search in todo list. I got pagination as a request sometime before so I might implement that in the future. But I think text search does not align with the plugin.
I have added pagination to my todo list, I’ll work on it soon and try to implement the same.
Thanks,
AakashAakash ChakravarthyKeymasterHi @lnki5538,
It is very easy. You can get the content like below,
$shortcodes = Shortcoder::get_shortcodes(); $shortcode_content = $shortcodes['<name of the shortcode>'];
Thanks,
AakashAakash ChakravarthyKeymasterHi Mae,
Sure, can you please explain what exactly is happening when you try to add the widget ?
Also, can you please share your website URL if I can look at the issue live.
Thanks,
AakashAakash ChakravarthyKeymasterHi @inki5538,
Thanks for contacting. This should not happen. Seems strange since all known issue have been fixed couple of years before.
Old data is still present so no worries there.
Right now there is no manual way to restart the migration as it is done only once. I must login and check the issue live.Can you please create a temporary admin user and share me the website URL and the credentials to my contact form below ?
You can make use of the plugins like https://wordpress.org/plugins/controlled-admin-access/ if needed.
Thanks,
AakashAakash ChakravarthyKeymasterExcellent Brad!
Aakash ChakravarthyKeymasterHi Bradley,
Can you please share your website ?
I can have a look at it and share one accordingly.
Thanks,
AakashAakash ChakravarthyKeymasterHi c-master,
Thanks for using Shortcoder. Sorry for the late reply. I understand your requirement.
Right now shortcoder is not integrated with any language translation plugin as there was no need for it earlier.
I have not used WPML personally so I would need to play with it before I could see how well this could be integerated with WPML.
I would suggest the same method you have mentioned for now. I have added this to my todo list and I’ll work on it in the near future and update you if there is any chance I could support this but I cannot promise any date right now.
Hope you understand.. cheers !
Thanks,
AakashAakash ChakravarthyKeymasterHi Calliard,
I saw your website and the source code.
It seems the problem is with the widget itself. I can see a huge code generated by the widget but there is no script in it or may be it has ?
I’m not sure not sure about this, because honestly UFW does not manipulate/alter the widget. It displays the widget as is.
I would suggest using the same widget in the sidebar and see if it works.
My guess is since the widget box is hidden by default, it is not loading/working. I think it is better to check this issue with the widget author.
Thanks,
AakashAakash ChakravarthyKeymasterHi Carl,
Under the general tab, you can uncheck show description, date, author, thumbnail.
This way you can show only the title in the feed.
Thanks,
AakashAakash ChakravarthyKeymasterHi Eric,
You paste below CSS in your theme options.
.srr-thumb img:hover { transform: translate(-50%,-50%) !important; }
Thanks,
AakashAakash ChakravarthyKeymasterHi Eric,
I see that there is a special CSS applied on images on hover in the file below.
You can search for
a img:hover
and you can find the CSS.Let me know if you need any help here.
Thanks,
Aakash -
AuthorPosts