Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Number of videos in All Videos page

7 years 6 months ago
  • Tobias's Avatar
    Topic Author
  • Tobias
  • Offline
  • Fresh Boarder
  • Posts: 9
  • Thank you received: 1
Licenses:
JomSocial Expired

ISSUE SUMMARY:
My template shows 5 videos per row, which does not match the limit of 12 videos per page. How do I change this limit?

STEPS TO REPLICATE:
1 Go to video page

This message contains confidential information

2
3
4
5
RESULT
EXPECTED RESULT
BROWSER

7 years 6 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi Tobias,

You can edit the value "Default pagination" from Jomsocial configuration->layouts

I hope it helps :)

thank you!

7 years 6 months ago
  • Tobias's Avatar
    Topic Author
  • Tobias
  • Offline
  • Fresh Boarder
  • Posts: 9
  • Thank you received: 1
Licenses:
JomSocial Expired

Hi Dimas

I changed the default to pagination to 10, but that shifts my problem to the photos page
[confidental]
fullpull.dk/index.php?option=com_communi...&Itemid=1327&lang=dk
[/confidential]
Looking at the demo site - demo.jomsocial.com/photos.html - you have 12 videos per page but only 8 photos. How is this difference achieved?

7 years 6 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi Tobies,

To fix issue on photos you can apply this css code :

.joms-gallery__item:first-child, .joms-gallery__item:nth-child(5n+1) {
    margin: 0;
}

@media only screen and (min-width: 481px){
.joms-gallery__item {
width: 18%;
}
}

so it will show 5 albums on row..

regarding issue on our demo page we are inspecting this, seems there is a bug.

thank you

7 years 6 months ago
  • Tobias's Avatar
    Topic Author
  • Tobias
  • Offline
  • Fresh Boarder
  • Posts: 9
  • Thank you received: 1
Licenses:
JomSocial Expired

Thank you for the feedback.

I think something still need to be fixed regarding margins - see attachment

Attachments:
7 years 6 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

I applied my code via developer tools on chrome and works fine like this



or maybe you need change the modification code to be like this
 
@media only screen and (min-width: 481px){
.joms-gallery__item:first-child, .joms-gallery__item:nth-child(5n+1) {
    margin: 0;
}
.joms-gallery__item {
width: 18%;
}
}

Attachments:
7 years 6 months ago
  • Tobias's Avatar
    Topic Author
  • Tobias
  • Offline
  • Fresh Boarder
  • Posts: 9
  • Thank you received: 1
Licenses:
JomSocial Expired

I had to add the following in custom.css to overwrite the 4n+1 setting from the template.

This makes spacing correct with 5 galleries per row

.joms-gallery__item:nth-child(4n+1) {
    margin-left: 2%;
}

Not sure if this should be incorporated in the standard styling from you and from Joomlashine?

7 years 6 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi Tobias,

I need to try edit the css file directly, but I cant edit your file on your server, can you give me permission to edit any file on your server,please?




thank you

Attachments:
7 years 6 months ago
  • Tobias's Avatar
    Topic Author
  • Tobias
  • Offline
  • Fresh Boarder
  • Posts: 9
  • Thank you received: 1
Licenses:
JomSocial Expired

I have fixed the ftp credentials problem - please try again.

7 years 6 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Ho Tobias,

Please check, it should be fine now






thank you

Attachments:
Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW