Forums Forums Search & Filter Pro Shortcode results doesn’t show tags

Viewing 2 posts - 1 through 2 (of 2 total)
  • Anonymous
    #243974

    Hi!

    There’s a lot of results in portfolio taxonomy I can’t change via css, because some text hasn’t a class to display none…

    This is my HTML (shortcode) result code:

    <div class="search-filter-results" id="search-filter-results-2627" data-paged="1" style="opacity: 1;">	
    	Found 1 Results<br>
    	Page 1 of 1<br>
    	
    	<div class="pagination">
    		
    		<div class="nav-previous"></div>
    		<div class="nav-next"></div>
    			</div>
    	
    			<div>
    			<h2 data-fontsize="34" data-lineheight="38.08px" class="fusion-responsive-typography-calculated" style="--fontSize:34; line-height: 1.12;"><a href="https://coursalia.com/curso/excel-fundamentos-herramientas/">Excel: Fundamentos y herramientas</a></h2>
    			
    			<br>
    Este curso online de excel ha sido por años el más cursado por alumnos de todo el mundo en la Universitat Politècnica de Valencia. Obtenga el certificado!
    
    			<img width="378" height="225" src="Excel-Fundamentos-y-herramientas-1.jpg" class="attachment-small size-small wp-post-image" alt="Excel Fundamentos y herramientas" srcset="Excel-Fundamentos-y-herramientas-1-200x119.jpg 200w, Excel-Fundamentos-y-herramientas-1-300x179.jpg 300w, Excel-Fundamentos-y-herramientas-1.jpg 378w" sizes="(max-width: 378px) 100vw, 378px">
    			
    
    			
    
    			<small>15/03/2020</small>
    
    			
    		</div>
    		
    		<hr>
    			Page 1 of 1<br>
    	
    	<div class="pagination">
    		
    		<div class="nav-previous"></div>
    		<div class="nav-next"></div>
    			</div>
    	</div>

    Look the case of this words without tags in the code:

    	Found 1 Results<br>
    	Page 1 of 1<br>

    So, how can I change the tags without modifying the plugin archives? Can I add a couple lines in functions.php to do this correctly?

    Thanks in advance!

    Trevor
    #243989
    This reply has been marked as private.
Viewing 2 posts - 1 through 2 (of 2 total)