Supreme directory

This topic contains 6 replies, has 2 voices, and was last updated by  Kor 6 years, 10 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #380842

    Llewellyn vanOnselen
    Full Member
    Post count: 13

    Just two questions:

    (1) Is there a way to include/activate breadcrumb navigation like in the framework theme?

    (2) How can I include a heading on the listing page? When I select a category I cannot see which category’s details are shown? The visitor sees his result listing, but can’t see for which category. It shows up in the framework theme

    Regards
    Llewellyn

    #380894

    Kor
    Moderator
    Post count: 16516

    Hi there,

    #1 Please install the “Code Snippet” plugin and insert the PHP code below to enable breadcrumbs.

    add_action('sd-detail-details-before', 'geodir_breadcrumb', 1);

    #2 Do you have an example for this one? Not really sure if I’m getting this.

    #381021

    Llewellyn vanOnselen
    Full Member
    Post count: 13

    Hi Kor,

    Thank you for the feedback. I managed to get #1, sorted out with code snippet.

    #2 is probably best explained with attachments. With Framework theme I can see the heading “ALL HOTELS IN AMANZIMTOTI” when selecting the hotels category + the breadcrumb navigation. Would like to see the same sub-heading in Supreme theme. Am I maybe missing a setting somewhere? With the code snippet, the breadcrumb is only visible on the detail screen.

    Regards
    Llewellyn

    #381311

    Kor
    Moderator
    Post count: 16516

    Hi Llewellyn,

    Sorry for the delay in response. Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.

    #384688

    Llewellyn vanOnselen
    Full Member
    Post count: 13
    This reply has been marked as private.
    #384689

    Llewellyn vanOnselen
    Full Member
    Post count: 13

    Hi There,

    Got sorted out via CSS by changing “display:none” to —>

    body.sd #geodir_content > header.entry-header {display: block;}

    #384708

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Sorry for the late response but I’m glad that you sorted it out yourself. Enjoy GD and have a nice day.

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

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

Open Support Ticket