Jan 01, 2020 5:56 pm
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?
17 Replies
Jan 06, 2020 8:33 am
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.
Jan 06, 2020 10:16 am
Thanks Sofy 🙂 You're always so helpful, I appreciate it, thanks
Jan 06, 2020 11:26 am
I dont know where to find the CSS, what file should i be looking in in the cpanel?
Jan 06, 2020 11:48 am
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.
Page 1 / 3
Next