Forum Replies Created

Viewing 40 posts - 1 through 40 (of 76 total)
  • Author
  • in reply to: Member Page #182524
     rlarson87
    Participant

    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.
    in reply to: Member Page #181710
     rlarson87
    Participant

    Thanks! 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.
    in reply to: Member Page #180141
     rlarson87
    Participant
    This reply has been set as private.
    in reply to: Photo icon – scale to fit #180068
     rlarson87
    Participant

    That did it thanks! Just curious, why does adding code to Quick CSS different than adding in style.css file?

    in reply to: Events post type – not showing “link business” #180009
     rlarson87
    Participant
    Not marked as solution
    in reply to: Photo icon – scale to fit #180004
     rlarson87
    Participant

    Unfortunately, that code did not fix the issue. Please advise on how to fix. Thanks

    Attachments:
    You must be logged in to view attached files.
    in reply to: Member Page #179879
     rlarson87
    Participant

    I 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.
    in reply to: User profile – section icons #179430
     rlarson87
    Participant
    This reply has been set as private.
    in reply to: Remove comments link on map bubble #178537
     rlarson87
    Participant

    OK 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?

    in reply to: Member Page #178534
     rlarson87
    Participant

    You 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.
    in reply to: Homepage header – margin and mobile #178470
     rlarson87
    Participant

    Thanks so much for fixing that!

    in reply to: User profile – section icons #178464
     rlarson87
    Participant

    What would code be to replace the “Notifications” and “Messages” icons too? Those are the only ones I don’t have yet.

    in reply to: User profile – section icons #178459
     rlarson87
    Participant

    That worked. Thanks!

    in reply to: Homepage header – margin and mobile #178451
     rlarson87
    Participant

    Hi, 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.
    in reply to: User profile – section icons #178363
     rlarson87
    Participant

    Hi, that new code did not work. The icon still did not update.

    in reply to: Remove comments link on map bubble #178241
     rlarson87
    Participant

    Hi, 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.
    in reply to: Member Page #178237
     rlarson87
    Participant

    Hi, 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.
    in reply to: User profile – section icons #178232
     rlarson87
    Participant

    Can I get a response on this please?

    in reply to: Widget element – make full width #178227
     rlarson87
    Participant

    That worked thanks. Now resolved.

    in reply to: Widgets not being added #178210
     rlarson87
    Participant

    Thanks!

    in reply to: User profile – section icons #178130
     rlarson87
    Participant

    Thanks. 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.
     rlarson87
    Participant

    resolved

    in reply to: Contact Us page displaying incorrect layout #178029
     rlarson87
    Participant

    Fixed.

    in reply to: Remove comments link on map bubble #177997
     rlarson87
    Participant

    Thanks! 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 States

    Desired format:
    1221 West Idaho Street
    Boise, ID 83707-5627 United States

    in reply to: All Companies Page #177992
     rlarson87
    Participant

    Thank I will contact GeoDir. Can you explain again what the code does that you provided?

    Thanks

    in reply to: User profile – section icons #177938
     rlarson87
    Participant

    Nevermind, 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.
    in reply to: User profile – section icons #177935
     rlarson87
    Participant

    Thanks. Where do I find those codes at?

    in reply to: Home page – add Slider Revolution #177932
     rlarson87
    Participant

    Thank you

    in reply to: Map bubble design #177779
     rlarson87
    Participant

    This map bubble…

    Attachments:
    You must be logged in to view attached files.
    in reply to: User profile – section icons #177758
     rlarson87
    Participant

    Hi, 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.
    in reply to: User profile – section icons #177757
     rlarson87
    Participant

    Can you give me an example of the icon name to add? Do I need to load the Fontello icon file?

    in reply to: Home page – add Slider Revolution #177750
     rlarson87
    Participant

    Thanks. 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.
    in reply to: All Events Page #177729
     rlarson87
    Participant

    Hi, 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.
    in reply to: All Companies Page #177726
     rlarson87
    Participant

    Hi, 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.
    in reply to: User profile page #177723
     rlarson87
    Participant

    Thanks. 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.
    in reply to: Remove comments link on map bubble #177714
     rlarson87
    Participant

    Thanks. 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.
    in reply to: Remove comments link on map bubble #177641
     rlarson87
    Participant

    In 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?

    in reply to: Top Menu Notification and Messages numbers are cut off #177637
     rlarson87
    Participant

    Hi, 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.
    in reply to: Top Menu Notification and Messages numbers are cut off #177587
     rlarson87
    Participant
    This reply has been set as private.
    in reply to: User profile – section icons #177586
     rlarson87
    Participant
    This reply has been set as private.
Viewing 40 posts - 1 through 40 (of 76 total)

Log in with your credentials

Forgot your details?