Forum Replies Created
-
Author
-
rlarson87
ParticipantThanks. My credentials are as follows:
http://www.irside.com
rlarson87
Grace226!If login is not working, please login on this page.
October 24, 2017 at 00:21 in reply to: Top Menu Notification and Messages numbers are cut off #177580rlarson87
ParticipantThis did not fully work. The top menu margin is larger, but it made the top menu social icons, login and register links go into weird drop down sections.
Please advise.
rlarson87
ParticipantHi Kieran, the new css did not work properly. It is now just displaying the first line of the address again.
I actually want the entire address to be on two lines. The first line will have the Street. The second line will have the City, State, Zip, Country.
rlarson87
ParticipantIf I adjust the pixels from 100 to 50 in the code below that you gave me, then the avatars fit in the grey circle (see screenshot). But I want the avatar and grey circle to be bigger because it is hard to see when so small.
div.mdetcenter {text-align:center;}
#buddypress #members-list li div.item-avatar {
width: 50px;
display: block;
height: 50px;
text-align: center !important;
margin: 0 auto !important;
float: none;
}Attachments:
You must be logged in to view attached files.rlarson87
ParticipantThanks. Where do I add the filter in the code you already gave me (below)?
add_filter(‘kleo_pmpro_level_restrictions’, ‘my_custom_levels’);
function my_custom_levels($kleo_pay_settings) {
$kleo_pay_settings[] = array(
‘title’ => __(‘View Companies Directory’,’kleo_framework’),
‘front’ => __(‘View Companies Directory’,’kleo_framework’),
‘name’ => ‘view_companies_directory’
);
$kleo_pay_settings[] = array(
‘title’ => __(‘View Events Directory’,’kleo_framework’),
‘front’ => __(‘View Events Directory’,’kleo_framework’),
‘name’ => ‘view_events_directory’
);
$kleo_pay_settings[] = array(
‘title’ => __(‘Access Company Contact Info’,’kleo_framework’),
‘front’ => __(‘Access Company Contact Info’,’kleo_framework’),
‘name’ => ‘access_company_contact_info’
);
return $kleo_pay_settings;
}rlarson87
ParticipantThanks. Can you tweak the code so the address shows up on two lines (instead of many lines like in screenshot) like this:
500 East Pratt Street Suite 1400
Baltimore, MD 21202 United StatesAlso, is it possible to remove the front-end header in the bubble “(House Icon) Address:”?
Attachments:
You must be logged in to view attached files.rlarson87
ParticipantHi, I only have the front-end option to edit with “WPBakery Page Builder”. When I try to edit with that, there seems to be a bug because it does not load the editor.
Attachments:
You must be logged in to view attached files.rlarson87
ParticipantHi, the code you provide is giving me a site error on this line “kleo_switch_layout('full');”
Please advise
rlarson87
ParticipantFor #3, the “Add Friend” and “Private Message” buttons are not quite aligned vertically. See screenshot. Also, can I change text in “Private Message” button to just “Message”?
Attachments:
You must be logged in to view attached files.rlarson87
ParticipantThanks. What is the “Notices” tab in the messages section for? Is it possible to hide that?
rlarson87
ParticipantThanks that worked. How can I get the map bubble to display the entire address? Right now it just shows the street part, not the city, state and zip.
rlarson87
ParticipantHi, I went to styling options but I don’t see the option to change the background color of buttons for static and hover. Please advise where that is at.
rlarson87
ParticipantThanks. How do I reorder the options? I would like the new options (View Company Directory, View Events Directory, Access Company Contact Info) I created to be at the top of the membership table. See screenshot.
Attachments:
You must be logged in to view attached files.rlarson87
ParticipantThanks. For #2 above, I added the custom code from the video, but the avatars are not appearing correctly. See screenshot. Please advise.
Attachments:
You must be logged in to view attached files.rlarson87
ParticipantAlso, is it possible to edit the password rating criteria? I am entering relatively strong password but it still says “weak password”….
rlarson87
ParticipantAlso, how do I add an “X” icon when functionality is not included in membership level to make it more clear (like how there is a checkmark icon when functionality is included)?
rlarson87
ParticipantThanks. Here are the icons I would like to use…
Profile – fa-user-circle-o
Events – fa-calendar
Friends – fa-address-book-o
Groups – fa-users
Listings – fa-map-marker
Favorites – fa-heart-o
Rendez-Vous – fa-handshake-o
Settings – fa-cogAlso, how do I hide the “Reviews” tab in the profile?
rlarson87
ParticipantHello, thanks for your response. This does not answer my question though.
On the “Register” page (see screenshot), I would like to have “First Name” and “Last Name” fields instead of having a “Name” field.
Also, on the “Register” page, I would like to add a new field for “Company” where a new user can select from a dropdown list of all the companies that are in the GeoLocator.
Attachments:
You must be logged in to view attached files.rlarson87
ParticipantThanks. Just curious, is there a list of all the title attribute names used in the theme?
October 14, 2017 at 23:52 in reply to: Login button not converting to “My Account” when logged in #176689rlarson87
ParticipantThanks. Last question…Is it possible to add user’s first name next to the avatar in the menu for “My Account”? So it would should the avatar circle and then their first name…
October 14, 2017 at 23:49 in reply to: Login button not converting to “My Account” when logged in #176685rlarson87
ParticipantThanks. Yes, I saw your second response after I sent that last question. The menu items are working now. But is it possible to edit the Kleo menu names. I would like to change “Live Messages” and “Live Notifications” to something else…
October 14, 2017 at 23:47 in reply to: Login button not converting to “My Account” when logged in #176680rlarson87
ParticipantThanks. Is it possible to edit the menu names for “Live Messages” and “Live Notifications”?
October 14, 2017 at 23:42 in reply to: Login button not converting to “My Account” when logged in #176676rlarson87
ParticipantThanks I was able to fix the login menu now. But now when I login, there is no top menu with “My Account” or “Logout”. See screenshot.
Do I need to create another top menu for when a user is logged in? How do I associate it with when a member is logged in?
Attachments:
You must be logged in to view attached files.October 14, 2017 at 23:27 in reply to: Login button not converting to “My Account” when logged in #176669rlarson87
ParticipantHello, thanks for this response. I did not know I was using a custom login page. I want to use the default Kleo login page. Can you give me instructions on where to get that page and how to load it? I don’t know why it didn’t load with the other theme pages…
rlarson87
ParticipantOk thanks. If I want to do coding work, what are the file names that hold the User Profile info?
rlarson87
ParticipantOk thanks. I want to do something a little more complex then just add a company field.
I am using the “Business Directory” demo in the Kleo theme. I would like to associate the individual user profiles to the companies in the business directory. So when you click on a company, it shows the individual users associated with it. Similar to how LinkedIn.com works.
Is there a way to do this? If not, would you be able to do this customization work?
rlarson87
ParticipantI have the Kleo theme with the “Business Directory” demo loaded.
Is there a way to import the pages from other demos too so I can get the “Contact Us” and “About Us” page templates?
-
AuthorPosts