Jeff Adams

Forum Replies Created

Viewing 15 posts - 166 through 180 (of 239 total)
  • Author
    Posts
  • in reply to: HTTP ERROR 500 #2618

    Jeff Adams
    Buyer
    Post count: 1780

    I tried that CSS and it didn’t seem to do anything. I tried a different color and still nothing. The black rectangle is really weird, is that suppose to appear when you hover over the camera area?

    in reply to: HTTP ERROR 500 #2617

    Jeff Adams
    Buyer
    Post count: 1780
    This reply has been marked as private.
    in reply to: HTTP ERROR 500 #2604

    Jeff Adams
    Buyer
    Post count: 1780

    Alrighty, my server people were able to fix the issue:

    “Hello,
    The php module GD was not installed for php version 7.2 which was causing this. This has been installed and I was able to upload a sample cover photo for the login profile you had included. Please confirm.
    Please let us know if we can be of further assistance.”

    I don’t exactly know what they did but it works now.

    The only thing that’s weird now is I can’t see little camera to edit profile banner or avatar. It’s black and when I hover over it there’s just this black bar. Is that really supposed to be like that?

    in reply to: HTTP ERROR 500 #2601

    Jeff Adams
    Buyer
    Post count: 1780

    I just tried updating my avatar and got this:

    in reply to: HTTP ERROR 500 #2600

    Jeff Adams
    Buyer
    Post count: 1780
    This reply has been marked as private.
    in reply to: Social Login Redirect #2516

    Jeff Adams
    Buyer
    Post count: 1780

    Thanks Paolo, I’ve notice you guys reference code snippets before. I’m excited to use it. I just did for this code and it worked like a charm! I tested everything and it redirected great, thanks guys!

    in reply to: Social Login Redirect #2505

    Jeff Adams
    Buyer
    Post count: 1780

    And, which functions.php, the theme’s? or the directory starter? I’m assuming the theme…

    in reply to: Social Login Redirect #2504

    Jeff Adams
    Buyer
    Post count: 1780

    Thanks, when the next release comes out though I’ll have to reinsert this then?

    in reply to: Social Login Redirect #2502

    Jeff Adams
    Buyer
    Post count: 1780

    Before I do, couple quick questions:

    Does it matter where I put this code in the functions.php? Like, should I put it at the top, bottom, in the middle somewhere?

    Will this change be overwritten? Or will this be included in the next update?

    in reply to: Social Login Redirect #2500

    Jeff Adams
    Buyer
    Post count: 1780

    Awesome, thanks!

    in reply to: Users List View #2413

    Jeff Adams
    Buyer
    Post count: 1780
    This reply has been marked as private.
    in reply to: Order of Users #2411

    Jeff Adams
    Buyer
    Post count: 1780

    I would love to purchase more addons. But, first I need the core one to do some things. I will buy the addons the core add on offers:

    -The ability to administratively set which view is default when seeing all users
    -When showing List View for it to look like GD list view
    -To rearrange a users profile tabs so that the description is first
    -When seeing “Listings” and “Reviews” the CPT with the most is displayed first by default

    After these things are in place I think the core addon will be more enticing and therefore usable and I will jump right into purchase the remaining addons!

    in reply to: Columns are one less than what they are set on #2410

    Jeff Adams
    Buyer
    Post count: 1780

    By the way, I got this to work with your CSS:

    .uwp_gridview_4col li {
    width: 23% !important;
    width: -webkit-calc(23% – 5px) !important;
    width: -moz-calc(23% – 5px) !important;
    width: calc(23% – 5px) !important;
    }

    .uwp_gridview_5col li {
    width: 19% !important;
    width: -webkit-calc(19% – 5px) !important;
    width: -moz-calc(19% – 5px) !important;
    width: calc(19% – 5px) !important;
    }

    .uwp_gridview_2col li {
    width: 43% !important;
    width: -webkit-calc(43% – 5px) !important;
    width: -moz-calc(43% – 5px) !important;
    width: calc(43% – 5px) !important;
    }

    in reply to: Columns are one less than what they are set on #2405

    Jeff Adams
    Buyer
    Post count: 1780

    Alex, remember all those times you shared this page https://wpgeodirectory.com/docs/layout/ where it shows the content area between two sidebars? That’s the content area I was referring to. When I said Users are not appearing to be displayed “full width across the content area” I didn’t mean just “full width” nor did I mean “full width across a content area without sidebars”. The reason it probably doesn’t appear full width is because the columns aren’t working correctly. So the first CSS isn’t really something I’m after.

    The second CSS you shared worked for 4 column layout but not the other column layouts. I understand that was for the 4 column. I need CSS for all the columns to display correctly. Shouldn’t UWP columns work correctly within Supreme Theme out of the box without having to add a bunch of CSS?

    Can some fix this so CSS is not needed so that the Users will display correctly for all columns?

    in reply to: Columns are one less than what they are set on #2401

    Jeff Adams
    Buyer
    Post count: 1780

    So three things:

    1.) make users show full width in the content area
    2.) make users display correct amount of columns
    3.) I think it needs to show two or three more users per page as well. Right now there’s always one extra user all by itself in a row.

Viewing 15 posts - 166 through 180 (of 239 total)