
65 comments found.
Very nice theme. Good luck
really thanks!
nice work
thanks:)
Nice theme quick question, how can I remove the countdown timer. Love the rest but want to get rid of that.
Hi,
thank you. Just delete whole li tag that contains one slide:
<li class="first-slide" data-transition="fade"> ... </li>
Hello,
are the picto pro icons (worth 25$) included? Only as .png or also the .ai .eps formats?
Hi,
PictoPro icons are included in font format (woff, ttf, eof, svg), so you can simply use them as a class in HTML
Cheers
Very nice theme, how can I change the countdown date ? and how can i change the logo on top for some reason I cant find the file with logo.
thank you
Hi, did you solve your problem? Cheers
not yet
Okay so you can define for countdown script three numbers – start, end and now. Each one is in timestamp format. I think that the rest is pretty obvious, isn’t it? Cheers
Sure ! thank you
You are welcome
Hi, but if you set a fixed start date for the countdown it restarts from the beginning at every reload or re-opening of the page… is it correct ?!?
Hi, yep thats correct you need to set proper “now” date. It should be “new Date().getTime();” or here are tons of examples:
http://stackoverflow.com/questions/221294/how-do-you-get-a-timestamp-in-javascriptCheers
is there a buying process in this theme? i mean registration form
Hi,
for registration we are using just simple WP back end. In the next release we want to introduce more complex registration form. Cheers
hi, when is expected next release and if i purchased this one. Do i get free update?
Hi,
free updates are included. I hope next update will be available in week or two. Cheerio
thanks
is the update of complex registration is released or not yet?
Oh sorry I was talking about another theme. Should you describe “complex” registration?
Cheers
np, thanks alot, i mean this theme with steps for registration , that user login then select the ticket type then he select which session he will attend and finalize his registration.
Hi,
to be honest we are not preparing this kind of registration.
Cheers
how can i change the date? i just cant get it right! for example my event starts September 27th of 2013 at 7:30 pm
Hi, you need to edit javascript code which is setting up date for counter. If you look into our forum there were a topic about how to set correctly dates. Cheers
I’d be interested in purchasing this as a Wordpress theme with an event calendar or event custom post type used for the events/speakers section. Thoughts on that?
We are considering WP version. Cheers
Great. Thanks for the reply. Definitely keep me updated if you can.
I’m not experienced with Javascript so it took me a while to figure out how to set the date counters. Here is the code I used (not sure if it’s good coding but it’s working).
$.fn.countdown = function(options) {
element = $(this);
var currentdate = Math.round(+new Date()/1000);
var d = new Date(2013, 10, 25, 9, 0, 0, 0, 0); // months start in 0 (i.e. November = 10)
var eventdate = Math.round(d.getTime()/1000);
var defaults = $.extend({
start: '1362139200',
end: eventdate,
now: currentdate,
Hello, I need to take off the function to see the big images so near, I just to see the images like normal, how can I do that? per example the image behind in the countdown page it.s look so near, I need that it can see like normal without that near seeing
Thanks
Hi,
do you mean blurry images on the background? You need to upload your own non-blurred images.
Cheers
yes I did that, but the images look too much near, it,s like there is a function that force to look the images behind very near,
Nope there is no function which is blurring the images.
Cheers
Great work!
I have a question about how the Map color effect is achieved. Can you advise?
Thanks in advance! Mike
Hi,
this is achieved from javascript. Open infine.js and look for this code
var styles = [
{
"stylers": [
{ "invert_lightness": true },
{ "saturation": -75 },
{ "hue": "#005eff" }
]
}
];
Cheers
Hi, cool theme but…
on safari Parallax Scrolling image is cut to the width. View please: http://www.medefine.es/cliente/infine.pngany solution please?
Probably you are using imac 27 and safari on full screen. Did you try to upload larger images?
Cheers
Yes, I am using imac 27 and safari on full screen. I uploaded images larger and ok. Thanks.
You are welcome.
I really like this theme – simple but visually appealing. But I must say customizing it is not easy. I’ve spent way too many hours trying to get it to look like I want and I’m still at it. The instructions are sorely lacking and the response from the authors to users’ questions has not been helpful. It’s almost dismissive if I must say.
Hi,
should you be more specific?
thanks
There are not any help notes or instructions on how to install the zip file. As far as I can see there isn’t a zip file. I’ve downloaded a folder called ‘content?’ I’ve tried compressing the HTML folder and uploading that… I’ve tried compressing the ‘content’ folder and uploading that… no good. Can you help?
Hi,
it is just simple HTML template so open the “index.html” from “HTML” folder in your browser.
Cheers
If I double click that HTML file it just opens a Themeforest page in my browser. I’m looking for a zip file template to upload to Wordpress… there is no realia folder in content either…
I can not set the countdown.
Where to insert the code?
$('.countdown').countdown({
start: new Date(2013, 5, 22, 22, 00, 00, 00).getTime()/1000,
end: new Date(2013, 10, 22, 22, 00, 00, 00).getTime()/1000,
now: new Date().getTime()/1000
});
from already thank you
graciously
Wesley
I can not set the countdown.
Where to insert the code?
$('.countdown').countdown({
start: new Date(2013, 5, 22, 22, 00, 00, 00).getTime()/1000,
end: new Date(2013, 10, 22, 22, 00, 00, 00).getTime()/1000,
now: new Date().getTime()/1000
});
from already thank you
graciously
Wesley
Hi,
put this code inside assets/infine.js
Cheers