Design Post Content

This topic contains 11 replies, has 3 voices, and was last updated by  JACQUES 4 years, 6 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #515109

    JACQUES
    Free User
    Post count: 29

    Hi,

    I would like to know how we can change the display of the content listing. For example all the text is on the same line but I would like to make line breaks, change the color for the title etc as on picture 3.

    Thanks

    #515121

    Kor
    Moderator
    Post count: 16516

    Hi JACQUES,

    Thanks for your post. Could you please share your Website WP admin access here in private reply so that we could check on it?

    #515124

    JACQUES
    Free User
    Post count: 29
    This reply has been marked as private.
    #515147

    JACQUES
    Free User
    Post count: 29
    This reply has been marked as private.
    #515148

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    GeoDirectorycomes with a template system. In images 1 and 2, the mini listings are using the GD Archive Item template. Image 3 shows the GD Details template.

    Edit the template to change the layout and content.

    Read more about those templates and more here:
    https://wpgeodirectory.com/docs-v2/templates/

    Use the shortcode builder to create new shortcodes for use in those WP pages (GD Templates) to change the way it works.
    https://wpgeodirectory.com/docs-v2/geodirectory/shortcode-builder/

    Create a GD Post Content shortcode to manage how many words are displayed.

    If you have additional specific questions let us know.

    #515152

    JACQUES
    Free User
    Post count: 29

    I would like it to be like on picture 3 like that on the search page.

    Whether the formatting is taken into account: line break, carriage return, bold text

    Currently, all text is on the same line

    #515155

    JACQUES
    Free User
    Post count: 29
    This reply has been marked as private.
    #515156

    JACQUES
    Free User
    Post count: 29
    This reply has been marked as private.
    #515164

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.
    #515206

    JACQUES
    Free User
    Post count: 29
    This reply has been marked as private.
    #515208

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Thanks for your reply. Try using the custom CSS code below and see if it’s what you’re looking for.

    .geodir-post-content-container,.geodir-post-image.geodir-images {
        float: left!important;
        clear: none!important;
    }
    
    
    .geodir-image-container ul.geodir-images li {
        width:200px!important;
    }
    #515213

    JACQUES
    Free User
    Post count: 29
    This reply has been marked as private.
Viewing 12 posts - 1 through 12 (of 12 total)

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

Open Support Ticket