-
Author
-
July 27, 2013 at 22:51 #959angelgallegosParticipant
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.
July 29, 2013 at 09:23 #976SQadminKeymasterHi,
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 solutionAugust 4, 2013 at 12:53 #1156kellylouise007ParticipantHi,
Is it possible that the breadcrumb navigation ONLY navigates through users that are returned in your search results?
Thanks.
August 4, 2013 at 12:56 #1158SQadminKeymasterRight 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 -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.