ingo224996
Forum Replies Created
-
Same issue here. I wouldn’t want to deactive the plugin everytime I want to make a change + it’s risky business, I overloaded my server twice already.
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Content timeline crashesOk I found the culprit. EditorsKit plugin is the one causing trouble, it is also integrated plugin for Gutenberg editor. If I understand correctly, there might be conflict in JS files that try to load simultaneously, but I might be wrong. No specific error pops up, the tab just freezes.
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Content timeline crashesHi @dimned. The issue starts when I want to select the timeline block as a whole, not at the beginning, but after adding 3 timeline blocks in it. I want to change the line color, so I have to select the whole block. I’ve tried it locally as well, the same issue happens.
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Content timeline crashesSame here. I actually had to disable the plugin as it caused server overload error when I tried to exit from the tab. Awesome plugin by the way, hope you fix the issue soon as I would like to go online with my website with the blocks in it.
Forum: Themes and Templates
In reply to: [Newsup] Posts in the Popular and Trending tab not updatingThe problem is that the function is sorting the posts by number of comments. If a website does not have a comment section, then the function isn’t gonna work. Same with trending. My solution was to get “Post Views Counter” plugin, it has a function which gives necessary output, plug that into functions.php to get Popular working. As for Trending, the best I could come up with is custom tagging “Trending” of posts, which is sort of a solution, but I would’ve liked to have flexibility (like setting popular by post view during the last 24 hours). Sadly I can’t use same function differently twice, and there are no other plugins like that.
Forum: Themes and Templates
In reply to: [Newsup] Posts in the Popular and Trending tab not updatingSame issue here. Trending is the same as Recent tab, and Popular only shows the earliest posts. The mentioned solution doesn’t help