Discussion on imEvent - Conference Meetup Christmas New Year Halloween Event WordPress Theme

Discussion on imEvent - Conference Meetup Christmas New Year Halloween Event WordPress Theme

By
Cart 3,184 sales
Well Documented

Jthemes supports this item

Supported

This author's response time can be up to 1 business day.

978 comments found.

Hello. I like your theme and planning to buy it for an upcoming conference. My question is: does it support multiple pages or everything has to be on a single page? I want a multipage website for desktop version. For mobile the one page version is fine. Please guide as I want to start my work.

Alright, I’m sure our template will suit you best :)

What do you mean by general inner pages? What if I don’t like the theme after purchasing it? Can I get a refund?

General inner pages means simple pages template where you will have header and footer like home page and in content area you can add content.

For refund, I would request you to check our template demo and if thr is any bug, we are ready to fix. Everything is open and visible to you.

How to solve SLIDER IMAGE NOT WORKING FOR MOBILE & TABLET ??? plz fast respons :(

Hi, You have to insert image background for mobile, iPad in Design Options of Row: http://demo.ovathemes.com/documentation/imevent/assets/images/image_19.png Thank you!

Hi my mobile menu is not working for some reason now. Can you please help fix it? The menu works fine on desktop but not on mobile. See dimasummit.com

Hi, I checked your site, Please deactive some extra plugin because it make error javascript. Thank you!

Also, it would be great if you can add the option to have multiple speakers for each session as panels are common and this would be a great feature to have.

Oh, You can choose Group in Speaker setting.

Hi I love this theme as you know! I am just having a small tiny issue with the speaker page. The social media icon for the speaker comes up as hexagon event though I have selected the circle in the theme and homepage. Can you help?

Hi, You can choose Circle in setting of Speaker settings. Thank you!

Wondering if you’ve ever tested with MemberPress? I’m working on a site for a professional organization who is looking at using MemberPress to manage it’s members.

Sorry I don’t use it ago. However the theme is built with custom post type, shortcode, visual composer so I think it is working with extra plugins. Thank you!

Thanks for responding. I’ll test it and let you know how it goes.

Thank you!

First a installed the template on a subdirectory and after that, i moved the template in the root directory. Why Appearance – Free Register List is empty? How can i store data there?

Hi, When you move site to new folder, you have to change url in database. You can use Duplicator plugin for moving site. Thank you!

Can you explain where in database, in which table and field I must change the url? I have already changed the folder installation manually and this registration list is the only thing that is not working. Many thanks

Please send your Wordpress admin account. I will check help you. Thank you!

I need to buy this template, but before I need to confirm if you can help me install on my server according to the presentation template and a plugin to translate ???? confirm Please

My conference would be as a standard Portuguese language and then English as a second language. no problem there ??? not problem?

Hi, Yes. It isn’t problem. Thank you!

Did you made any decision?

Why is a Google Form Embeded not responding to changes in height size?

Because we have to fixed height in css. You can change it by adding bellow code to style.css file
.google-map, #map-canvas{
min-height: 500px;
}

Thank you for your reply. However it is a form, not a map, and nothing has changed.

Hi, You can with bellow css
iframe{
height: 500px;
}
Thank you!

The schedule thumbnails: I want to use videos as thumbnails and I want that this thumbnail works like the video thumbnails opening the video in modal style.

Hi, Sorry you can’t change it because it is speaker thumbnail. If you want to you have to customize code. Thank you!

I will customize the code. May you help me just showing the path to the source file for this feature?

Hi, You can find code in wp-content/plugins/imevent-common/shortcode/shortcode.php, customize code in function shortcode_schedule($atts, $content = null) { ..... } . I hope that this help you. Thank you!

In schedule : – how can I disable the sharing circle of a specific schedule? I have the option Show sharing buttons disabled in this schedule, but seens not working.

Hi, I’m sorry but the theme doesn’t option for this. You have to extra code for this. Thank you!

I will customize the code. May you help me just showing the path to the source file for this feature?

Hi, You can go to wp-content/plugins/imevent-common/shortcode/shortcode.php and customize in function shortcode_schedule($atts, $content = null) { ... }
Thank you!

Hi there,

How do I change the icon of a microphone displayed next to the speakers name in the Schedule section?

Thank you Adam N

Hi, You can change in Schedule element settings: http://prntscr.com/j8t9k3
Thank you!

Can we get the WP bakery update, i don’t see it in the theme zip? We need 5.4.7

So why is this theme so broke, I have spent so many hours fixing this theme it is not worth it. After this event is over I am uninstalling this and getting a better theme. All I wanted to do is add to a schedule and the front end is not reflecting the schedule order. I have installed Visual composer and it is not showing up in the theme!!! WTH!!!! This theme is soooooo broken.

And did you all switch from WP bakery to V composer??? thanks for the email letting me know.

Hi, WP bakery is Visual Composer plugin. Please download latest theme version we updated WP bakery plugin . Thank you!

Hello there, I have been trying today to style the “latest blog 2” addon from your theme and find out that the CSS edits need to be done in newhome.css.

I installed also the child theme and copied the newhome.css to the same created directory like is in the parent theme and applied the changes, but the changes didn’t appear, so I tried to copy the edited newhome.css file from child directory and overwrite the file in the parent directory, but still without any success.

Do you have please any suggestions how can I get the results visible?

Hi, thank you for your fast reply. Unfortunately event the important didn’t worked. I have also double checked if I have the development mode on on my servers. Do you have any other idea please?

Sort it out, I using also CloudFlare and button “Purge Everything” helped me.

Hello, I’m sorry for what I’m going to say but this theme is tinkered, very few features, we must touch the code, frankly I threw it in the trash.

it happened to me on the 2nd consecutive theme.

I do not recommend at all.

I’m wondering how you put on sale building sites! that you sell with money

Hi, If you have any question, please tell me know. Thank you!

Hello! I only have one small question … to update the Visual Composer Plugin, I just have to update it as the imevent-common plugin? delete it and upload it again? Or just replace the files directly in the FTP?

Yes. Delete it and upload it again. Thank you!

Hello,

we liked your theme but we have query before we purchase it.

1) is it possible to host multiple events in a same day with this theme ?

Hi, No it isn’t. The theme is single event. Thank you!

Is payment list connected with Woocommerce? I want to use PayUMoney with Woocommerce with that Payment list feature, I don’t want to use Paypal?

Hi, No it isn’t. Thank you!

Our registration not working paypal payment done. but entry not showing in Registration List

Hi, Please check your email

Hi Jthemes, Great theme so thank you for this theme! My question surrounds how I can reduce the font size of the countdown timer on the slider? Thank you. Adam

Hi, You can add bellow css to style.css file of child theme
.countdown-amount {
    font-size: 65px;
    font-weight: 900;
}
.countdown-period {
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
}
by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey