Archive Item Template : gd_post_title alignment

This topic contains 8 replies, has 3 voices, and was last updated by  Alex Rollin 4 years, 5 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #519814

    Paskal Lamour
    Expired Member
    Post count: 5

    hello

    I am trying to get the post title and the post address and meta to all ligne up on the left as one block
    the [gd_post_title tag=’h2′] is coming out as center unfortunately

    thanks in advance for your help.
    also , what is the process to have the map showing on the side bar instead of below?

    here is my code:

    [gd_archive_item_section type=’open’ position=’left’]

    [gd_post_title tag=’h2′]

    [gd_post_address show=”icon-value” address_template=”%%street_br%% %%city%% %%zip%%” alignment=”block” text_alignment=”left” ]
    [gd_post_meta key=”phone” show=”icon-value” alignment=”block” text_alignment=”left”]
    [gd_post_meta key=”email” show=”icon-value” alignment=”block” text_alignment=”left”]
    [gd_post_meta key=”website” show=”icon-value” alignment=”block” text_alignment=”left”]
    [gd_output_location location=’listing’]
    [gd_archive_item_section type=’close’ position=’left’]

    #519825

    Kor
    Moderator
    Post count: 16516

    Hi Paskal Lamour,

    Thanks for your reply. Please share the URL of the page in question and also your WP admin access here in private reply and we’ll check this out for you asap!

    #519890

    Paskal Lamour
    Expired Member
    Post count: 5
    This reply has been marked as private.
    #519893

    Kor
    Moderator
    Post count: 16516

    Hi Paskal,

    Thanks for your reply. Try inserting the custom CSS code below into WP > Appearance > Customize > Additional CSS.

    .gd-list-item-left {
        text-align: left;
    }
    #519980

    Paskal Lamour
    Expired Member
    Post count: 5

    fantastic!
    it works
    can you also point me to how to generate the templates like this one: https://wpgeo.directory/starter/places/united-states/california/san-francisco/tasty-food-inc/

    and this one
    https://wpgeo.directory/starter/places/

    #520144

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    the first link is a Details page.
    the second is an Archive page.

    Read about how to edit those templates and more with shortcodes here:
    https://wpgeodirectory.com/docs-v2/templates/

    #520475

    Paskal Lamour
    Expired Member
    Post count: 5

    sorry one more question :
    on the page :https://www.frenchymoms.com/lifestyle/category/restaurants-1/
    that you got on clicking on the item “restaurants” on the page :https://www.frenchymoms.com/lifestyle-directory/

    there is 16 restaurants names showing, there is 38 total in the category.
    is it a reason why only some show up? is it possible to only show 16 and have a “next ” button at the end to get to the next 16 ?

    thanks for your help

    #520476

    Paskal Lamour
    Expired Member
    Post count: 5

    Sorry, I found the solution with [gd_loop_paging]

    #520653

    Alex Rollin
    Moderator
    Post count: 27815

    Excellent!

Viewing 9 posts - 1 through 9 (of 9 total)

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

Open Support Ticket