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

Problem in the category module view on my POLITICAS TEMPLATE

  • JACOB TCHOUMTCHOUA
  • Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0

Problem in the category module view on my POLITICAS TEMPLATE was created by JACOB TCHOUMTCHOUA

Hello Vinoth
Problem in the category module view on my new templateI juste pourchasse this template (politicas at joomshaper) I
I have successfully installed the all video share component on this new politicas template.
however the display of video categories is not correct the images all have the same big size, Thumbnails not display on my template on my page. and the search does not display well I only see the GO button
You can see here how it look like: I can't see the five row and three column thumbnail image of all my categories. instead I only see a big picture column
This is my new website, On my new site there seems to be a conflict.
https://rbmif.org/mi/index.php/press-media/conferences

--- while on my old website that I have to replace everything works fine   
http://rbmif.org/mif/index.php/2013-01-31-07-00-31/autremessage/justeconference

www.joomshaper.com/documentation/joomla-...community%20meetings .
I see this custum css on your forum but no change in my case
allvideoshare.mrvinoth.com/forum/10-allvideosharegallery-module
A CSS conflict issue with your template. Kindly try adding the following CSS code under "Components => All Video Share => Configuration => Custom CSS",
.avs.categories li:hover a {
    padding: 10px 10px 10px 0;
    background: transparent;
    color: #005580 !important;
}
.avs.categories li a::before {
    display: none;
}
I can see many solution on this page but I don't know which solution to choose
allvideoshare.mrvinoth.com/forum/10-allvideosharegallery-module
A CSS conflict issue that comes from your template.
Solution:
1.  Open /modules/mod_allvideosharegallery/tmpl/default_categories.php
2. Find the string "categories"
3. Replace it as "avs-categories"
4. Save the changes and try now.
I also try this in this file 1.  Open /modules/mod_allvideosharegallery/tmpl/default_categories.php no change In my case
I replace this <div class="avs categories <?php echo htmlspecialchars( $params->get( 'moduleclass_sfx' ) ); ?>">
 I only add dash (-) avs-categories
with this      <div class="avs-categories <?php echo htmlspecialchars( $params->get( 'moduleclass_sfx' ) ); ?>">
Jacob
Last edit: 3 years 1 week ago by Administrator.
3 years 1 week ago #9834

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

  • Posts: 2478
  • Thank you received: 1451

Replied by Administrator on topic Problem in the category module view on my POLITICAS TEMPLATE

Kindly try enabling the "Load Bootstrap CSS" option under the "Components => All Video Share => Configuration" menu of your Joomla! back-end.

Hope this solved your issue!
The following user(s) said Thank You: JACOB TCHOUMTCHOUA
3 years 1 week ago #9835

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

  • JACOB TCHOUMTCHOUA
  • Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0

Replied by JACOB TCHOUMTCHOUA on topic Problem in the category module view on my POLITICAS TEMPLATE

by sitting Load bootstrap Css = YES it works fine thank you
but one last thing. 
but one last thing. the search field for a video is above the GO button and it is not very visible. we don't know that you have to click at the top to find a video. Is there a way to put a text in the text field. or to position the field in front of or behind the button.
Last edit: 3 years 1 week ago by Administrator.
3 years 1 week ago #9836
Attachments:

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

  • JACOB TCHOUMTCHOUA
  • Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0

Replied by JACOB TCHOUMTCHOUA on topic Problem in the category module view on my POLITICAS TEMPLATE

by sitting Load bootstrap Css = YES it works thank you
3 years 1 week ago #9837

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

  • Posts: 2478
  • Thank you received: 1451

Replied by Administrator on topic Problem in the category module view on my POLITICAS TEMPLATE

Regarding the search field,

1. Edit the {JOOMLA_ROOT}/components/com_allvideoshare/views/video/tmpl/default.php file using your FTP client.
2. Search for the following line,
<input type="text" name="q" class="required" />
3. Replace it as,
<input type="text" name="q" class="form-control required" style="padding: 15px 7px;" />
4. Save the changes and check now.

Hope this solved your isue!
3 years 1 week ago #9841

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

Time to create page: 0.119 seconds

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