Looking for reviews and feedback

Present your Phoenix to the community and highlight what you've built.
Share design ideas, features, and customizations - and invite constructive feedback if you want it.
heatherbell
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 times

Re: Looking for reviews and feedback

Post by heatherbell »

Omar_one wrote: Sat Aug 20, 2022 11:05 am Omar
Check display of Navbar on phone - maybe change some modules to go to Navbar Hamburger.
Check display of product_info on phone - possibly something there is making the page go off screen.


Join The Code Co-op to get access to your library in the Code Co-op Forum
Omar_one
Senior Contributor
Posts: 676
Joined: Fri Oct 25, 2019 5:06 pm
Phoenix Version: v1.0.8.16
Has thanked: 100 times
Been thanked: 56 times

Re: Looking for reviews and feedback

Post by Omar_one »

lecarlb wrote: Thu Sep 08, 2022 6:41 am Hello @Omar_one,

What did you use the give the search box a pill shape?

Thanks.
I have the style for all the buttons,, but if want just for search box add this to user.css (templates/override/static/user.css )

Code: Select all

.btn-search {
  font-weight: 400;
  font-size: 1.0375rem;
  border-radius: 20px;
}


if you want it to all the buttons

Code: Select all

.btn {
  font-weight: 400;
  font-size: 1.0375rem;
  border-radius: 20px;
}
Omar_one
Senior Contributor
Posts: 676
Joined: Fri Oct 25, 2019 5:06 pm
Phoenix Version: v1.0.8.16
Has thanked: 100 times
Been thanked: 56 times

Re: Looking for reviews and feedback

Post by Omar_one »

heatherbell wrote: Thu Sep 08, 2022 7:20 am Check display of Navbar on phone - maybe change some modules to go to Navbar Hamburger.
we need it on one line ,, I just edit it now for more better look
heatherbell wrote: Thu Sep 08, 2022 7:20 am Check display of product_info on phone - possibly something there is making the page go off screen.
do you have the link for that product, as I didn't noticed, thank you
lecarlb
Contributor
Posts: 316
Joined: Mon Oct 26, 2020 5:26 pm
Phoenix Version:
Has thanked: 48 times
Been thanked: 9 times

Re: Looking for reviews and feedback

Post by lecarlb »

Omar_one wrote: Thu Sep 08, 2022 2:59 pm
lecarlb wrote: Thu Sep 08, 2022 6:41 am Hello @Omar_one,

What did you use the give the search box a pill shape?

Thanks.
I have the style for all the buttons,, but if want just for search box add this to user.css (templates/override/static/user.css )

Code: Select all

.btn-search {
  font-weight: 400;
  font-size: 1.0375rem;
  border-radius: 20px;
}


if you want it to all the buttons

Code: Select all

.btn {
  font-weight: 400;
  font-size: 1.0375rem;
  border-radius: 20px;
}
Thanks. But the changes didn't take effect. Even after clearing all cache.
Omar_one
Senior Contributor
Posts: 676
Joined: Fri Oct 25, 2019 5:06 pm
Phoenix Version: v1.0.8.16
Has thanked: 100 times
Been thanked: 56 times

Re: Looking for reviews and feedback

Post by Omar_one »

lecarlb wrote: Fri Sep 09, 2022 1:19 am Thanks. But the changes didn't take effect. Even after clearing all cache.
which version you are using?

From v1.0.7.8 this file is found in templates/default/static/

From v1.0.7.14, if you are making changes to this file, make a copy and upload to templates/override/static/ or whichever template you have chosen in admin.

Your browser cache will need to be refreshed to see the changes saved in user.css.
lecarlb
Contributor
Posts: 316
Joined: Mon Oct 26, 2020 5:26 pm
Phoenix Version:
Has thanked: 48 times
Been thanked: 9 times

Re: Looking for reviews and feedback

Post by lecarlb »

Omar_one wrote: Fri Sep 09, 2022 5:08 am
lecarlb wrote: Fri Sep 09, 2022 1:19 am Thanks. But the changes didn't take effect. Even after clearing all cache.
which version you are using?

From v1.0.7.8 this file is found in templates/default/static/

From v1.0.7.14, if you are making changes to this file, make a copy and upload to templates/override/static/ or whichever template you have chosen in admin.

Your browser cache will need to be refreshed to see the changes saved in user.css.
I'm using version 1.0.8.16. And I updated user.css in the default template because that's the one I'm using.

Thanks.
Omar_one
Senior Contributor
Posts: 676
Joined: Fri Oct 25, 2019 5:06 pm
Phoenix Version: v1.0.8.16
Has thanked: 100 times
Been thanked: 56 times

Re: Looking for reviews and feedback

Post by Omar_one »

lecarlb wrote: Fri Sep 09, 2022 6:22 am I'm using version 1.0.8.16. And I updated user.css in the default template
test it on 1.0.8.17 and its working as should
don't edit the core one, .. just copy it to templates/override/static/user.css with the modifications
I think it already override template selected by default .
Omar_one
Senior Contributor
Posts: 676
Joined: Fri Oct 25, 2019 5:06 pm
Phoenix Version: v1.0.8.16
Has thanked: 100 times
Been thanked: 56 times

Re: Looking for reviews and feedback

Post by Omar_one »

adding filter attributes by stock ( still on the live)
filter1.gif
You do not have the required permissions to view the files attached to this post.
Omar_one
Senior Contributor
Posts: 676
Joined: Fri Oct 25, 2019 5:06 pm
Phoenix Version: v1.0.8.16
Has thanked: 100 times
Been thanked: 56 times

Re: Looking for reviews and feedback

Post by Omar_one »

Played around with the filter module and ended up with this. Which one do you like more?
filter2.gif
You do not have the required permissions to view the files attached to this post.
User avatar
burt
Core Team
Posts: 4546
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: Looking for reviews and feedback

Post by burt »

I prefer the dropdowns, they're right there ready to go.
Either way though, good work :+1:


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply