vinodkkumar
Forum Replies Created
-
Thank you @petredobrescu for the quick solution.
Forum: Plugins
In reply to: [Classic Editor] Category list no longer scrolling@tille Thank you for your formatting. Child theme is also a good option.
Forum: Plugins
In reply to: [Classic Editor] Category list no longer scrollingThe syntax error is due to copy-paste of the code. During copy-paste the characters get changed due to different set of fonts in html.
Type the code exactly as given. It will work.
- This reply was modified 4 months ago by vinodkkumar.
- This reply was modified 4 months ago by vinodkkumar.
Forum: Plugins
In reply to: [Classic Editor] Category list no longer scrollingThose who don’t want to use any other extra plugin, can put this code directly in functions.php at the end:
add_action(‘admin_head’, ‘admin_css_code’);
function admin_css_code()
{
echo ‘<style>
.categorydiv div.tabs-panel
{
max-height: 200px;
}
</style>’;
}But when updating the theme, you need to put it again.
Forum: Plugins
In reply to: [Classic Editor] Category list no longer scrollingSame problem to me when updated to 6.6 version but slightly different. The category list is not collapsible. It shows all categories on ‘new post’ page. Like if I have 20 categories, all are displayed. Earlier 4-5 categories out of 20 were displayed but rest were scrollable. The problem is with the CSS in max-height. Kindly provide an update of the plugin.
- This reply was modified 4 months, 1 week ago by vinodkkumar.
This will do set the default language site wide. I want to do this for pages on which short code [GT translate] is used like [gt translate default language=”Hindi”]. How to do this?
Problem get solved by Disabling Cloudflare security & Enabling External Cron.
Mine reposter is not working since last 7 days. I’m paid user. No one is replying in Support ticket. Problem asides, not a single consolatory reply from author to this plugin.
- This reply was modified 4 years ago by vinodkkumar.
my support ticket id is #127941. waiting for reply since 3 days >> no reply.
Forum: Plugins
In reply to: [List category posts] Incompatibility with “Relevanssi” Plugin@msaari Thanks for your reply. I was asking “List category posts” author to suggest some solution. I hope the author will get help from what you have replied.
Waiting for the solution.
Forum: Plugins
In reply to: [Classic Editor] Disable Autohide Left and Right BoxesYou can switch this off by >> Top Right (Just Below Howdy- User Name) >> Screen options >> Additional settings >>
And uncheck box against
Enable full-height editor and distraction-free functionality.
That will solve this problem.