New Dynamic YouTube Gallery - Embed YouTube Playlist, Channel, Live Stream in minutes. Read More

Remove "views" from Gallery Page

  • Tim Miller
  • Topic Author
  • Visitor
  • Visitor

Remove "views" from Gallery Page was created by Tim Miller

Hey Guys,

I'd really like to remove "views" from the gallery page. Configuration does not do this.

Thanks!
11 years 8 months ago #2018

Please Log in or Create an account to join the conversation.

  • Posts: 2474
  • Thank you received: 1451

Replied by Administrator on topic Re: Remove "views" from Gallery Page

Disabling View Count from Components - All Video Share - Global Configuration - Video Page Settings will only remove it from Video Page.

For Gallery Thumbnails, there is no direct option to remove it, instead you can remove it by tweaking your CSS code.

1. Just choose Front End Style-sheet option from Global Configuration Panel

2. Then Search for
#avs_gallery .avs_thumb .views{ margin:0px; padding:0px; display:block; font-family:Arial; font-size:11px; color:#777; }
3. Replace the above line as
#avs_gallery .avs_thumb .views{ display:none; }
Let me know, if still the issue remains.
Last edit: 11 years 8 months ago by Administrator.
11 years 8 months ago #2019

Please Log in or Create an account to join the conversation.

  • Tim Miller
  • Topic Author
  • Visitor
  • Visitor

Replied by Tim Miller on topic Re: Remove "views" from Gallery Page

Hi Thanks!

This took care of it. Much easier than trying to find corresponding CSS page.

Can you suggest where I would change code for the module view?

Thanks again,
11 years 8 months ago #2021

Please Log in or Create an account to join the conversation.

  • Posts: 2474
  • Thank you received: 1451

Replied by Administrator on topic Re: Remove "views" from Gallery Page

1. Open {root} / components / com_allvideoshare / css / allvideoshare.css

2. Search for div.avs_thumb .views {

3. Make the display property to none.

Note : Kindly remember to check by clearing your browser cache.
The following user(s) said Thank You: Tim Miller
Last edit: 11 years 8 months ago by Administrator.
11 years 8 months ago #2032

Please Log in or Create an account to join the conversation.

  • Posts: 1
  • Thank you received: 0

Replied by Bill Inman on topic Re: Remove "views" from Gallery Page

Ok I wanted to remove views from display inside gallery module and I followed your instructions to modify the front-end style sheet. This did NOT work. The only way I could get views to be removed was to go into the allvideoshare style sheet which is in the components/com_allvideoshare/css/ folder. So now I am wondering what the front-end style sheet really is. It does not seem to be connected to any actual css style sheet that I could find.
11 years 5 months ago #2982

Please Log in or Create an account to join the conversation.

  • Posts: 2474
  • Thank you received: 1451

Replied by Administrator on topic Re: Remove "views" from Gallery Page

Actually the Front-end Stylesheet option is only for Component View. I understood, you're using gallery module. So, you need to edit the CSS Styles in components/com_allvideoshare/css/ folder.
The following user(s) said Thank You: Bill Inman
11 years 5 months ago #2985

Please Log in or Create an account to join the conversation.

Time to create page: 0.132 seconds

We accept cookies to provide you the best viewing experience. By using our services, you agree to our use of cookies