Forum Replies Created
-
Author
-
Pedroml
ParticipantThat’s right, in any case I will look for an alternative solution, and I will write here.
Thanks.
Pedroml
ParticipantHi @guy_fraser. Thank for this response.
I already tried this and does not work as I need.
Look at the screenshots.
The second one is what I need.
This plugin works great to limit content by login. http://wordpress.org/plugins/eyes-only-user-access-shortcode/
Attachments:
You must be logged in to view attached files.Pedroml
ParticipantPedroml
ParticipantPedroml
ParticipantPedroml
ParticipantI found this:
COPY CODEfooter { left: 0; position: fixed; bottom: 0; width: 100%; height: 120px; } content { padding-bottom: 120px; }
My question is how to implement this in kleo?
Pedroml
ParticipantThanks @guy_fraser.
The examples in your link, all buttons are border solid, that’s what’s missing in kleo.
Is there any way to set the border solid for all buttons of the web?
Pedroml
ParticipantYou must create a bp-custom.php file and place it in the plugins folder.
COPY CODE<?php define( 'BP_SETTINGS_SLUG', 'configuracion' ); define( 'BP_XPROFILE_SLUG', 'perfil' ); define( 'BP_ACTIVITY_SLUG', 'actividad' ); define( 'BP_FRIENDS_SLUG', 'contactos' ); define( 'BP_GROUPS_SLUG', 'grupos' ); define( 'BP_FORUMS_SLUG', 'foros' ); define( 'BP_MESSAGES_SLUG', 'mensajes' ); define( 'BP_NOTIFICATIONS_SLUG', 'notificaciones' ); ?>
In the example I changed the default to Spanish slugs
Pedroml
ParticipantExample:
#my-menu-name li a{color:#000000;}
#my-menu-name li a:hover{color:#ffffff;}Pedroml
ParticipantThanks @guy_fraser, I forgot to say that it was the search from the top menu, solved!
Pedroml
ParticipantI Options > Forums go to Forum Root Slug > Forum Prefix: (uncheck)
In Single Forum Slugs > Forum: “Forums” (or what you like)
Pedroml
ParticipantThe plugin page has almost nothing of information.
Not sure, but I think if you replace %unreadmessagecount% with %(unreadmessagecount)% counter appears only if you have unread messages.Pedroml
ParticipantHere is a screenshot with steps:
Attachments:
You must be logged in to view attached files.Pedroml
ParticipantThis plugin is perfect to show the avatar of the user currently logged in and you can add items as in the buddypress bar: http://wordpress.org/plugins/bp-direct-menus/
This is shown on my website:
Attachments:
You must be logged in to view attached files.Pedroml
ParticipantPerfect!
The border color and the background color was white, now changed to default and it looks correct.
Thank you very much 🙂
Pedroml
ParticipantForget it, it’s my fault.
It was disabled in screens options by default.
What it would be perfect if there was any way to add the avatar of the current member and as dropdown menu custom items.
Thanks.
Pedroml
ParticipantThe problem of transparent inactive icons is not solved, here’s the link to check for solution.
Pedroml
ParticipantThe active icon is correct.
Inactive icons are displayed on mouse over only.
The problem I think is that the color of the inactive icons is white, but I dont know where it modifies.
Pedroml
ParticipantYes, on mouse over they become visible.
I tried in chrome and Opera and is the same, even after adding the CSS code.
Pedroml
ParticipantI saw your screenshot and inactive icons are light gray.
In my page they are transparent, maybe I modified the style without realizing it.What property controls that?
Attachments:
You must be logged in to view attached files.Pedroml
ParticipantHi soos.
The menu is the “primary” menu.
Then you apply the style to the menu that you have created (assigned to primary menu) like this:
#your-menu{font-size:18px;font-weight:bolder;}
Pedroml
ParticipantThe topbar is already disabled, I have only the main menu.
I need the logo and the menu on the same line, as in the screenshot.
What you see is a temporary solution, because I disabled the logo and have placed the image as part of the menu, to see how it would be.
I have also tried to put it all on the left, but can’t find the way.
Attachments:
You must be logged in to view attached files.Pedroml
ParticipantSpanish translation (53% complete).
I am translating with poedit. Where to put the file once completed for use with the child theme?
Pedroml
ParticipantI have started to translate into Spanish (12% complete).
How do I display the Spanish language in the child theme?
Pedroml
ParticipantMaybe I should be more specific.
I have 2 options to create a custom content page. This can be useful for other users.
1. I can create custom content shortcodes in the child theme functions.php file and add them from the wordpress editor.
2. Copy the file index.php from kleo in kleo-child/page-templates/ and modify it.
If the second point is possible, which part of the code index.php can be removed without damaging the theme?
Which of the two methods you recommend and consume fewer system resources?
Pedroml
ParticipantThanks for the quick response.
If I need to modify a template to create a custom template which file should I use?
-
AuthorPosts