Forum Replies Created
-
Author
-
PedromlParticipant
That’s right, in any case I will look for an alternative solution, and I will write here.
Thanks.
PedromlParticipantHi @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.PedromlParticipantPedromlParticipantPedromlParticipantPedromlParticipantI 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?
PedromlParticipantThanks @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?
PedromlParticipantYou 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
PedromlParticipantExample:
#my-menu-name li a{color:#000000;}
#my-menu-name li a:hover{color:#ffffff;}PedromlParticipantThanks @guy_fraser, I forgot to say that it was the search from the top menu, solved!
PedromlParticipantI Options > Forums go to Forum Root Slug > Forum Prefix: (uncheck)
In Single Forum Slugs > Forum: “Forums” (or what you like)
PedromlParticipantThe 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.PedromlParticipantHere is a screenshot with steps:
Attachments:
You must be logged in to view attached files.PedromlParticipantThis 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.PedromlParticipantPerfect!
The border color and the background color was white, now changed to default and it looks correct.
Thank you very much 🙂
PedromlParticipantForget 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.
PedromlParticipantThe problem of transparent inactive icons is not solved, here’s the link to check for solution.
PedromlParticipantThe 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.
PedromlParticipantYes, on mouse over they become visible.
I tried in chrome and Opera and is the same, even after adding the CSS code.
PedromlParticipantI 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.PedromlParticipantHi 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;}
PedromlParticipantThe 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.PedromlParticipantSpanish translation (53% complete).
I am translating with poedit. Where to put the file once completed for use with the child theme?
PedromlParticipantI have started to translate into Spanish (12% complete).
How do I display the Spanish language in the child theme?
PedromlParticipantMaybe 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?
PedromlParticipantThanks for the quick response.
If I need to modify a template to create a custom template which file should I use?
-
AuthorPosts