Forum Replies Created
-
Author
-
rlarson87Participant
That didn’t fix the profile page avatar pic. It is still a little blurry. See attached.
Attachments:
You must be logged in to view attached files.rlarson87ParticipantThanks! This worked for the members directory page. I noticed that the profile picture is slightly blurry on the profile page. Can you help me make the resolution better for the avatar pic on the profile page too? See screenshot.
Attachments:
You must be logged in to view attached files.rlarson87ParticipantThat did it thanks! Just curious, why does adding code to Quick CSS different than adding in style.css file?
rlarson87ParticipantUnfortunately, that code did not fix the issue. Please advise on how to fix. Thanks
Attachments:
You must be logged in to view attached files.rlarson87ParticipantI added this code to child theme functions php. The avatar pics are still blurry. Can you please login and fix? Thanks
Attachments:
You must be logged in to view attached files.rlarson87ParticipantOK thanks for finding the issue but you didn’t tell me how to fix it. Can you please tell me how to fix the code so it displays correctly?
rlarson87ParticipantYou did not interpret the issue correctly. The issue is not the size of the avatar. The issue is that the avatar picture on the Members page is blurry. How do I correct the blurriness?
See the screenshot.
Attachments:
You must be logged in to view attached files.rlarson87ParticipantWhat would code be to replace the “Notifications” and “Messages” icons too? Those are the only ones I don’t have yet.
rlarson87ParticipantHi, this didn’t work. It just moved up the Revolution Slider and covered most of the search section. See screenshot. The gap is still there.
Attachments:
You must be logged in to view attached files.rlarson87ParticipantHi, this code does not seem to be working now. The map bubble is only displaying the street address, not the rest of the address (see screenshot). Here is the code you gave me:
.geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop=”addressLocality”],
.geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop=”addressRegion”],
.geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop=”postalCode”],
.geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop=”addressCountry”],
.geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop=”streetAddress”] {
display:inline-block!important;padding-left:3px;
}.geodir-bubble-meta-side .geodir-i-location {display: none !important;}
.geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop=”streetAddress”] {
width: 100% !important;
}Attachments:
You must be logged in to view attached files.rlarson87ParticipantHi, thanks for this code. The only issue now is that the avatar pictures on the Members page are blurry (screenshot 1). They should be clear like on the Profile page (screenshot 2).
Attachments:
You must be logged in to view attached files.rlarson87ParticipantThanks. That fixed all of them except the Favorites icon. The Favorites icon is still not updating. Here is the code for that one…
a#user-gdbuddypress-nav-favorites a:before {
content: “e800” !important;Attachments:
You must be logged in to view attached files.October 26, 2017 at 20:46 in reply to: Profiles on Members Page appear briefly and then disappear #178030rlarson87Participantresolved
rlarson87ParticipantThanks! I got the address to display the way I want. See screenshot.
Is there any way to add a comma between the City, State?
Current format:
1221 West Idaho Street
Boise ID 83707-5627 United StatesDesired format:
1221 West Idaho Street
Boise, ID 83707-5627 United Statesrlarson87ParticipantThank I will contact GeoDir. Can you explain again what the code does that you provided?
Thanks
rlarson87ParticipantNevermind, I found the codes list. But the issue I’m having is that when I insert the codes, not all the icons on the profile page are updating. Here is the code I used which uses an hour glass icon, but not all the icons were updated.
li#xprofile-personal-li a:before {
content: “e800”;
}
li#events-personal-li a:before {
content: “e800”;
}
.bp-light-icons #buddypress div#item-nav ul #friends-personal-li a:before {
content: “e800”;
}
.bp-light-icons #buddypress div#item-nav ul #groups-personal-li a:before {
content: “e800”;
}
li#gdbuddypress-nav-listings-personal-li a:before {
content: “e800”;
}
a#user-gdbuddypress-nav-favorites a:before {
content: “e800”;
}
li#rendez-vous-personal-li a:before {
content: “e800”;
}
li#settings-personal-li a:before {
content: “e800”;
}Attachments:
You must be logged in to view attached files.rlarson87ParticipantHi, I updated based on the fontello codes but it did not work. Here is code and screenshot.
li#xprofile-personal-li a:before {
content: “59413”;
}
li#events-personal-li a:before {
content: “59414”;
}
.bp-light-icons #buddypress div#item-nav ul #friends-personal-li a:before {
content: “59415”;
}
.bp-light-icons #buddypress div#item-nav ul #groups-personal-li a:before {
content: “59416”;
}
li#gdbuddypress-nav-listings-personal-li a:before {
content: “59417”;
}
a#user-gdbuddypress-nav-favorites a:before {
content: “59418”;
}
li#rendez-vous-personal-li a:before {
content: “59419”;
}
li#settings-personal-li a:before {
content: “59420”;
}Attachments:
You must be logged in to view attached files.rlarson87ParticipantCan you give me an example of the icon name to add? Do I need to load the Fontello icon file?
rlarson87ParticipantThanks. I was able to edit using the backend editor.
One question – I would like to move the map on the homepage below my revolution slider. Right now, the map code is in the “header section” of the page. How do I take that header section code (see attachment) and move it so another section that is below the revolution slider?
Attachments:
You must be logged in to view attached files.rlarson87ParticipantHi, same thing on the Events page. See attachment. I just want to make the original map on the page be full screen.
Attachments:
You must be logged in to view attached files.rlarson87ParticipantHi, this code is not what I was looking for. I don’t want to add a second map, I just want to make the original map on the Companies page be full screen. See the attachment which is for the Events page, but the same comments apply for the Companies page. Please let me know how to change this code so the original map is full screen.
function change_layout_on_search() {
if(is_search()) {
kleo_switch_layout(‘full’);
}
}add_action(‘kleo_before_content’, ‘inject_GD_map_before_content_on_related_types’, 10);
function inject_GD_map_before_content_on_related_types() {
if( ‘gd_companies’ == get_post_type() ) {
echo do_shortcode(‘[gd_homepage_map post_type=”gd_companies” width=100% height=500px maptype=roadmap zoom=11 autozoom=true child_collapse=true scrollwheel=true marker_cluster=1 ]’);
kleo_switch_layout(‘right’);
}
}Attachments:
You must be logged in to view attached files.rlarson87ParticipantThanks. I was actually referring to the bottom of the buttons. The bottom of the “Add Friend” and “Private Message” are not aligned by a few pixels. See attachment.
Is it possible to align them? Or is it possible to add a <br> after the “Add Friend” button so the “Private Message” button is below it?
Attachments:
You must be logged in to view attached files.rlarson87ParticipantThanks. I added this code to the previous code. Here is the full code I added to my CSS. Unfortunately, it did not make the street address field the full first line (see screenshot).
.geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop=”addressLocality”],
.geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop=”addressRegion”],
.geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop=”postalCode”],
.geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop=”addressCountry”],
.geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop=”streetAddress”] {
display:inline-block!important;padding-left:3px;
}.geodir-bubble-meta-side .geodir-i-location {display: none !important;}
.geodir-bubble-meta-side .geodir_more_info.post_address span[itemprop="streetAddress"] {
width: 100% !important;
}Attachments:
You must be logged in to view attached files.rlarson87ParticipantIn the attachment you sent, is it possible to add a line break after “40 Westminster Street”? Or possibly make the width of that inline-block field be the full width of the map bubble so the other fields get pushed to the next line?
October 24, 2017 at 08:17 in reply to: Top Menu Notification and Messages numbers are cut off #177637rlarson87ParticipantHi, I would like the top menu to appear like in the first screenshot where you can see the links, but I just don’t want the blue numbers getting cut off by the top of the screen.
The code you gave me before increased the margin in the top menu, but it put all the links in “+” drop downs which I don’t want. See the second screenshot.
Attachments:
You must be logged in to view attached files.October 24, 2017 at 00:29 in reply to: Top Menu Notification and Messages numbers are cut off #177587rlarson87ParticipantThis reply has been set as private. -
AuthorPosts