Category Image Ordering button color

Phoca Gallery - image gallery extension
christine
Phoca Hero
Phoca Hero
Posts: 2886
Joined: 28 Nov 2010, 17:20

Re: Category Image Ordering button color

Post by christine »

Hi,
danny@odycc.com wrote: 12 Feb 2023, 15:01 I would be happy if I could change the font color and background color for them.
Example (depends on template) to your custom.css or user.css

Code: Select all

select#catordering.inputbox {
background: green; 
color: #fff;  
}
select#imgordering.inputbox {
background: green;
color: #fff;  
}
select#limit.input-mini {
background: green; 
color: #fff;  
}
Image

Kind regards
Christine

Tags:
danny@odycc.com
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 11 Feb 2023, 15:29

Re: Category Image Ordering button color

Post by danny@odycc.com »

Hi,
I have already set the Menus: Edit Item screen to look identical to the screen shot shown above. Everything is set to Hide except for "Display Pagination (Category View) - Images" which is set to Display. Still the Ordering and Display Num select boxes are still visible on the website.

Here is a link to a page on our live website where you can observe this.
https://www.woodringguitars.com/guitars ... ar-2020-52

Thanks,
Danny
christine
Phoca Hero
Phoca Hero
Posts: 2886
Joined: 28 Nov 2010, 17:20

Re: Category Image Ordering button color

Post by christine »

Hi,

On the one hand you want to change the colors. You have a sample from the code above! (to your custom.css)

I took another color as example (temporary) on your site:

Image

But on the other hand you want to remove. Then set everything to hide.

Image
Kind regards
Christine
danny@odycc.com
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 11 Feb 2023, 15:29

Re: Category Image Ordering button color

Post by danny@odycc.com »

Sounds great. I just wanted the option to either control the color or to hide the select controls.

I really appreciate your excellent tech support, especially during the weekend. That it top notch support!

Take care,
Danny
christine
Phoca Hero
Phoca Hero
Posts: 2886
Joined: 28 Nov 2010, 17:20

Re: Category Image Ordering button color

Post by christine »

Hi Danny,
danny@odycc.com wrote: 13 Feb 2023, 00:54 Sounds great. I just wanted the option to either control the color or to hide the select controls.
See previous posts please - included the CSS Code.

Thanks for your nice words.

Up to now no changes (removing or color changes) have been made.
When you call up the page, it takes a long time. Server problems?

Also make sure Template Shaper/Helixultimate is up to date.

According to the source code, there are inline segments that were added at some point.
Part of it:

Code: Select all

/* Phoca Gallery Settings - Phoca CSS Styling did not work so I copied this from their default.css file and put this here to color the background black for the Phoca Cagetories View - DR*/
Example: .pg-cats-box-float2 (and others) are from previous older versions that no longer exist. You should remove them.

Enter CSS changes / additions (as mentioned above) in the custom.css. See here:
https://www.joomshaper.com/blog/which-l ... -in-action - Part:
If you know what CSS lines you should override to implement the desired change, you have to use custom code inside your template. If you have installed, and set as default Helix3 or Helix Ultimate template, we recommend to use custom.css file to insert all major changes and add new lines:
templates\shaper_NAME\css\custom.css .... etc.
Kind regards
Christine
christine
Phoca Hero
Phoca Hero
Posts: 2886
Joined: 28 Nov 2010, 17:20

Re: Category Image Ordering button color

Post by christine »

Hi Danny,

Saw that you used the above codes successfully. :twisted:

Kind regards
Christine
Post Reply