Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1026120
Breadcrumb
Closed

Comments

  •  2
    Elina started the conversation

    1.Why single post( 'post' post type) breadcrumb is linked trough category, but not post archive page? I need breadcrumb to be linked like this : "Home->Post archive->Single post".

    2.And if i am using wordpress selected posts page (in settings) how can i use your grid system (for example justified 3x - style 2)?

    3.Where can I set default page title background image and text align?

  •  7,092
    Oliver replied

    HI!

    1. Sorry, It's the feature of the script work. You can use any third-party plugin for adding breadcrumbs. 

    2. You need to edit /wp-content/themes/thegem/index.php template for changing default style. You can see the demo 

    /wp-content/themes/thegem/search.php

    There are already set 3-x style.

    3. pls. use following css:

    div#page-title {
        background-image: url("image_url");
        padding-top: 40px;
        padding-bottom: 120px;
        text-align: left;
    }

     


    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver