1 Liked
1 person likes this.
quick and dirty javascript way
if ($('#page_user_browse').length){ $('.no_image_user').each(function() { $(this).closest('.user-item').remove(); }); }
quick and dirty javascript way
if ($('#page_user_browse').length){ $('.no_image_user').each(function() { $(this).closest('.user-item').remove(); }); }
this no longer seems to work. is there an updated option? or am i placing the code in the wrong place?
this no longer seems to work. is there an updated option? or am i placing the code in the wrong place?
i stand corrected. it works. just needed to clear cache.
QueenMother305,
So did go into the theme edit area under the javascript menu?
yes but im noticing that sometimes they still appear. so this is actually not a solid fix.