This topic has 3 replies, 3 voices, and was last updated 11 years by SQadmin.

  • Author
  • #959
     angelgallegos
    Participant

    Hey there, I’ve got two questions:

    – How can I enable Breadcrumb section but don’t show anything, just color or pattern background?

    – Trying to translate the theme, when a user is not logged in and tries to send public or private message or add some person gets this: “please log in to… (add as friend, send public message, send private message). I’ve look on Buddypress plugin translation and in Sweetdate theme translation and there isn’t any option to translate this. How can I do it?

    Thanks and sorry for my English.

    #976
     SQadmin
    Keymaster

    Hi,
    For the breadcrumb:
    you can go and copy header.php to your activated sweetdate-child theme and modify it around line 189
    before:

    COPY CODE
    
     <section>
          <div id="breadcrumbs-wrapp">
            <div class="row">
              <div class="nine columns">
                    <?php kleo_breadcrumb(array('container_class' => 'breadcrumbs hide-for-small')); ?>
              </div>
    
            <?php do_action('kleo_after_breadcrumb'); ?>
    
            </div><!--end row-->
          </div><!--end breadcrumbs-wrapp-->
    

    after:

    COPY CODE
    
     <section>
          <div id="breadcrumbs-wrapp">
            <div class="row">
              <div class="nine columns">
                     
              </div>
    
            <?php do_action('kleo_after_breadcrumb'); ?>
    
            </div><!--end row-->
          </div><!--end breadcrumbs-wrapp-->
    

    The translation strings should be there. Try using CodeStyling Localization plugin for translating strings

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #1156
     kellylouise007
    Participant

    Hi,

    Is it possible that the breadcrumb navigation ONLY navigates through users that are returned in your search results?

    Thanks.

    #1158
     SQadmin
    Keymaster

    Right now that is not possible. It would require some additional coding to accomplish that.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?