-
Artjom Luginin
-
-
OFFLINE
-
New Member
-
- Posts: 4
- Orders: 1
- Download: 1
-
Karma: 0
-
|
Rango wrote:
@Artjom Luginin: You've entered the newline after Source field, please clear this field and only enter: @kylestolone_official
I cleared it and wrote just @kylestolone_official in it, but it still don't show anything
The Code of your demo is the same as mine.
Vina Gecko Demo: jQuery(document).ready(function($){
$('#vina-insta-image-show562 > .insta-ishow').instaShow({
api: 'http://joomla.vinagecko.net/e/modules/mod_vina_insta_image_show/libs/api/',
source: '@muradosmann',
filterOnly: '',
filterExcept: '',
limit: 0,
cacheMediaTime: 0,
width: 'auto',
height: 'auto',
columns: 4,
rows: 2,
gutter: 0,
responsive: {600:{columns:2,rows:3,gutter:0},
400:{columns:1,rows:3,gutter:0}},
direction: 'horizontal',
freeMode: false,
effect: 'slide',
speed: 600,
easing: 'ease',
arrowsControl: true,
scrollControl: false,
dragControl: false,
scrollbar: true,
auto: 0,
autoHoverPause: true,
lang: 'en',
info: 'likesCounter, commentsCounter, description',
popupInfo: 'username, instagramLink, likesCounter, commentsCounter, location, passedTime, description, comments',
popupDeepLinking: false,
popupSpeed: 400,
popupEasing: 'ease',
colorGalleryBg: '#rrggbb',
colorGalleryCounters: '#ffffff',
colorGalleryDescription: '#ffffff',
colorGalleryOverlay: '#369ff3',
colorGalleryArrows: '#008eff',
colorGalleryArrowsHover: '#25b5ff',
colorGalleryArrowsBg: '#ffffff',
colorGalleryArrowsBgHover: '#ffffff',
colorGalleryScrollbar: '#ffffff',
colorGalleryScrollbarSlider: '#444444',
colorPopupOverlay: '#404040',
colorPopupBg: '#ffffff',
colorPopupUsername: '#008eff',
colorPopupUsernameHover: '#25b5ff',
colorPopupInstagramLink: '#008eff',
colorPopupInstagramLinkHover: '#25b5ff',
colorPopupCounters: '#000000',
colorPopupPassedTime: '#989898',
colorPopupAnchor: '#008eff',
colorPopupAnchorHover: '#25b5ff',
colorPopupText: '#000000',
colorPopupControls: '#676767',
colorPopupControlsHover: '#ffffff',
colorPopupMobileControls: '#676767',
colorPopupMobileControlsBg: '#ffffff',
});
});
Kyles Tolone Site: jQuery(document).ready(function($){
$('#vina-insta-image-show94 > .insta-ishow').instaShow({
api: 'http://www.kylestolone.com/modules/mod_vina_insta_image_show/libs/api/',
source: '#kylestolone',
filterOnly: '',
filterExcept: '',
limit: 0,
cacheMediaTime: 0,
width: 'auto',
height: 'auto',
columns: 4,
rows: 2,
gutter: 0,
responsive: {600:{columns:2,rows:3,gutter:0},
400:{columns:1,rows:3,gutter:0}},
direction: 'horizontal',
freeMode: false,
effect: 'slide',
speed: 600,
easing: 'ease',
arrowsControl: true,
scrollControl: true,
dragControl: true,
scrollbar: true,
auto: 0,
autoHoverPause: true,
lang: 'en',
info: 'likesCounter, commentsCounter, description',
popupInfo: 'username, instagramLink, likesCounter, commentsCounter, location, passedTime, description, comments',
popupDeepLinking: false,
popupSpeed: 400,
popupEasing: 'ease',
colorGalleryBg: '#rrggbb',
colorGalleryCounters: '#ffffff',
colorGalleryDescription: '#ffffff',
colorGalleryOverlay: '#369ff3',
colorGalleryArrows: '#008eff',
colorGalleryArrowsHover: '#25b5ff',
colorGalleryArrowsBg: '#ffffff',
colorGalleryArrowsBgHover: '#ffffff',
colorGalleryScrollbar: '#ffffff',
colorGalleryScrollbarSlider: '#444444',
colorPopupOverlay: '#404040',
colorPopupBg: '#ffffff',
colorPopupUsername: '#008eff',
colorPopupUsernameHover: '#25b5ff',
colorPopupInstagramLink: '#008eff',
colorPopupInstagramLinkHover: '#25b5ff',
colorPopupCounters: '#000000',
colorPopupPassedTime: '#989898',
colorPopupAnchor: '#008eff',
colorPopupAnchorHover: '#25b5ff',
colorPopupText: '#000000',
colorPopupControls: '#676767',
colorPopupControlsHover: '#ffffff',
colorPopupMobileControls: '#676767',
colorPopupMobileControlsBg: '#ffffff',
});
});
|