TOPIC: Vina Insta Image Show

Vina Insta Image Show 7 years 7 months ago #3780

  • Rango
  • Rango's Avatar
  • OFFLINE
  • Administrator
  • Posts: 848
  • Thank you received: 115
  • Karma: 22
@Artjom Luginin: You've entered the newline after Source field, please clear all this and only enter: @kylestolone_official
No pain no gain! Accept the pain, future will be fruitful!
Last Edit: 7 years 7 months ago by Rango.
The administrator has disabled public write access.

Vina Insta Image Show 7 years 7 months ago #3782

  • Artjom Luginin
  • Artjom Luginin's Avatar
  • OFFLINE
  • New Member
  • Posts: 4
  • Orders: 1
  • Download: 1
  • Karma: 0
Thank you for your answer. Can you tell me what exactly i should clear? Just dont understand what you mean. Thank you for your support
The administrator has disabled public write access.

Vina Insta Image Show 7 years 7 months ago #3789

  • Rango
  • Rango's Avatar
  • OFFLINE
  • Administrator
  • Posts: 848
  • Thank you received: 115
  • Karma: 22
@Artjom Luginin: You've entered the newline after Source field, please clear this field and only enter: @kylestolone_official
No pain no gain! Accept the pain, future will be fruitful!
The administrator has disabled public write access.

Vina Insta Image Show 7 years 7 months ago #3794

  • Artjom Luginin
  • Artjom Luginin's Avatar
  • 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',		
	});
});
Last Edit: 7 years 7 months ago by Artjom Luginin.
The administrator has disabled public write access.

Responsive Code 7 years 7 months ago #3795

Hello

I added this into the responsive setup and it stops the images from showing at all.

Please assist.

{ 600: {columns: 3, rows: 2, gutter: 10 }}
{ 450: {columns: 2, rows: 2, gutter: 5 }}
{ 360: {columns: 2, rows: 2, gutter: 5 }}

There are now responsive settings. You can visit the page:
www.safa.net/2015-05-30-19-37-30/coaching

Thanking you
The administrator has disabled public write access.

Vina Insta Image Show 7 years 7 months ago #3797

  • Artjom Luginin
  • Artjom Luginin's Avatar
  • OFFLINE
  • New Member
  • Posts: 4
  • Orders: 1
  • Download: 1
  • Karma: 0
VinaGecko Support Team: We are here to serve you!
Our support team is currently online to solve your issues.Have a nice day!
Our support is available from: Monday - Friday | 8:00 AM - 5:30 PM GMT+7

????????????????
The administrator has disabled public write access.
Leather Purses & Handbags, Women’s Crossbody Bags, Tote Bags for Women, Leather Backpacks, Men’s Wallets & Card Cases, Official OLEVS Website, OLEVS Couple Watches, OLEVS Women's Watches, OLEVS Men's Watches, OLEVS Watch, OLEVS Watches