Jeff Adams
Forum Replies Created
-
AuthorPosts
-
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?
This reply has been marked as private.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?
I just tried updating my avatar and got this:
This reply has been marked as private.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!
And, which functions.php, the theme’s? or the directory starter? I’m assuming the theme…
Thanks, when the next release comes out though I’ll have to reinsert this then?
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?
Awesome, thanks!
This reply has been marked as private.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 defaultAfter 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!
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;
}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?
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. -
AuthorPosts