custom css for echoed field

This topic contains 1 reply, has 2 voices, and was last updated by  Alex Rollin 6 years, 7 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #443102

    Scott Harris
    Lifetime Member
    Post count: 74

    I used the following script you supplied to move a custom html field to the area below the title, but above the tabs. It works great except that the css class that I added when creating the field in Geodirectory doesn’t work. Now I can’t think of a way to style it.

    Is there an easy way to edit this script so that I can add a class to the field?

    
    
    //* add html field above tabs
    add_action('geodir_details_main_content','customfieldname', 25);
    function customfieldname() 
    	{global $post;
    	echo $post->geodir_customfieldname;
    	}
    #443151

    Alex Rollin
    Moderator
    Post count: 27815

    Here is one way to change the snippet to allow adding in some additional markup:

    
    
    
    add_action('geodir_details_main_content','customfieldname', 25);
    
    function customfieldname()
    {
    	global $post;
    
    	echo '<div class="Your-class" ><p>';
    
    	echo $post->geodir_customfieldname;
    
    	echo '</p></div>';
    
    	echo ob_get_clean();
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount