mpseitenweise
Forum Replies Created
-
Hey, is there any timeline for this to be released? Thanks in advance.
That fixes it! Thanks for the instant help ??
So, it does work again with the wpas_add_reply_after function?
Could you give me a hint or maybe share the code snippet that adds Awesome Support tickets to Buddypress notifications?
Thank you!
- This reply was modified 8 years, 1 month ago by mpseitenweise.
Did you find a solution to this?
I just found this help doc: https://getawesomesupport.com/documentation/smart-agent-assignment/assigning-agents-departments/
I’ve activated and added departments, but when editing a user, I do not see the department list. All other options are there.
Forum: Plugins
In reply to: [Ajax Pagination and Infinite Scroll] CallbackIf it helps anyone, I’ve solved this with the help of a jQuery library:
https://github.com/marcj/css-element-queriesYou need to embed ResizeSensor.js and ElementQueries.js and then you use this snippet.
jQuery(window).load(function() { new ResizeSensor(jQuery('.content'), function(){ // do whatever you want here }); });
The .content has to be the container that holds all posts.
The ResizeSensor library checks if .content gets resized (which it does, because you are loading new posts inside of it). And when it does, it calls a js function.Forum: Plugins
In reply to: [Safe Redirect Manager] Admin control of max redirect entriesThanks for the hint. But this should really be an option.
Bump!Could you post the answer, please?
Forum: Plugins
In reply to: [Ajax Pagination and Infinite Scroll] CallbackAppreciate your quick reply and look forward to it!