Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
I want to be able to move the "mycred ranking" so they display above the forum badges. I made a pic to explain easier:
is this possible?
You should use the following JS codes:
jQuery(document).ready(function ($) {
$.each($(".wpforo-mycred-rank-wrap"), function () {
$(this).insertBefore($(this).parents(".wpf-left").find(".author-name"));
});
});
jQuery(document).ready(function ($) {
$.each($(".author-title"), function () {
$(this).insertAfter($(this).parents(".wpf-left").find(".wpforo-mycred-badges-wrap"));
});
});
The js codes should be added in your active theme's js files.
Thanks Sofy 🙂 You're always so helpful, I appreciate it, thanks
I dont know where to find the CSS, what file should i be looking in in the cpanel?
its not worked Sofy 🙁
I moved the section to where i want it to be, deleted cache and all that, no change
then change the numbers in Order too, no change.