Monday, 27 March 2017
  5 Replies
  1K Visits
0
Votes
Undo
This time, I would like to ask you regarding of the slide show, even though I have add huge pictures to the slideshow, when I looked at my website, obviously the picture quality is really poor, I have taken those pictures by iPhone width is as large as 3,000px or so. what should I do? Is it still too small to show excellent picture quality?
Monday, 27 March 2017 15:41
·
#185922
0
Votes
Undo
Please make sure you update to version 3.4.3 of the slideshow plugin

Then in the slideshow module settings change the custom format string and replace

${imageimg1}

with

${JEV_SIZED_IMAGE_1;800x600}

and replace the dimensions 800x600 with the dimensions you want

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

Tuesday, 28 March 2017 04:38
·
#185964
0
Votes
Undo
thank you very much for your reply. but still. I maybe slow, here is the code, goes like this;

<div class="item ISACTIVE"><a href="${eventDetailLink}" target="_self">${imageimg1}</a><div class="carousel-caption">${title}<span class="jevcstart"><a href="${eventDetailLink}" target="_self">${startDate(%e %b %Y)}</a></span></div></div>

more specifically what should I rewrite above code? I can't figure out what to do or how to do.

>Please make sure you update to version 3.4.3 of the slideshow plugin

yes, I have made certain that the version was 3.4.3 of the slideshow plugin.
Tuesday, 28 March 2017 09:00
·
#185967
0
Votes
Undo

<div class="item ISACTIVE"><a href="/${eventDetailLink}" target="_self">${JEV_SIZED_IMAGE_1;800x600}</a><div class="carousel-caption">${title}<span class="jevcstart"><a href="/${eventDetailLink}" target="_self">${startDate(%e %b %Y)}</a></span></div></div>

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

Tuesday, 28 March 2017 09:24
·
#185972
0
Votes
Undo
Dear Sir
this time, I am sending you this message to ask you regarding of the slideshow image, as I have pasted following snippet;


<div class="item ISACTIVE"><a href="${eventDetailLink}" target="_self">${JEV_SIZED_IMAGE_1;800x600}</a><div class="carousel-caption">${title}<span class="jevcstart"><a href="${eventDetailLink}" target="_self">${startDate(%e %b %Y)}</a></span></div></div>

the slider images has been totally disappeared.

Can anyone help me out?

see the URL, the image slider has been totally disappeared
Tuesday, 28 March 2017 11:03
·
#185983
0
Votes
Undo
I'm very sorry - there was a typo


<div class="item ISACTIVE"><a href="/${eventDetailLink}" target="_self">${JEV_SIZEDIMAGE_1;800x600}</a><div class="carousel-caption">${title}<span class="jevcstart"><a href="/${eventDetailLink}" target="_self">${startDate(%e %b %Y)}</a></span></div></div>

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

  • Page :
  • 1
There are no replies made for this post yet.