Short codes

This topic contains 3 replies, has 2 voices, and was last updated by  Kor 7 years, 1 month ago.

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

Open Support Ticket
  • Author
    Posts
  • #371486

    Peter Berger
    Full Member
    Post count: 91

    Hi

    I am experimenting with short codes.

    In Custom Post Type Categories I use Shortcode: [gd_cpt_categories cpt_left=true hide_icon=true ]

    If I get it correctly that should be on the same line. But it is not as you can see here: http://movechamps.nl/home2boxed/

    Are there short codes for the detail page aswell?

    THanks, Peter

    #371519

    Kor
    Moderator
    Post count: 16516

    Hi Peter,

    Looks like you require some custom CSS adjustments to fix the categories. Insert the code below into GD > Design > Scripts > Custom Style CSS

    
    
    #geodir_cpt_categories_widget-1 ul.gd-cptcat-ul.gd-cptcat-parent {
        width: auto!important;
        margin: 15px!important;
    }

    Unfortunately, there is no shortcode for details page and I’d like you to check out this section of the documentation as it explains all available shortcodes in GD https://wpgeodirectory.com/docs/core-shortcodes/

    Thanks!

    #371660

    Peter Berger
    Full Member
    Post count: 91

    Hi Kor

    That does it. Thanks. Yes I used that page to find de short codes. Great.

    #371679

    Kor
    Moderator
    Post count: 16516

    I’m glad that helped and have a nice day.

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

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

Open Support Ticket