AI Search
Classic Search
Notifications
Clear all
17 Replies
Jan 06, 2020 12:33 pm
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 2:16 pm
Thanks Sofy 🙂 You're always so helpful, I appreciate it, thanks
Jan 06, 2020 3:26 pm
I dont know where to find the CSS, what file should i be looking in in the cpanel?
Page 1 / 3
Next

