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,185 sales
Well Documented

Jthemes supports this item

Supported

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

978 comments found.

I made the logo in the header an image. However, when I scroll, the image doesn’t get smaller (like it does in the demo). How would I make this happen? Fairly smart with code—but wondering if there is an easy way?

Thanks.

Hi, Please send to me your website link because i checked in my demo with logo image and it is smaller when scroll.

I was declaring a height & width in CSS. That was the issue.

Once I figured that out, the logo shrank—but there was no text next to it. So, I added this CSS to allow for whatever text I wanted: .shrink .logo:after { content: "LXA Alumni Classic"; color: #fff; }

Hope that helps someone.

Hi is this theme compatible with wordpress 4.1.1

Hi Jthemes,

I have problem when I want to edit page with visual composer. It was taking too long preloader and I got nothing.

When I checked Visual Composer in Settings menu, I couldn’t click Product License tab to activate license.

How I can solve this problem?

Thank you

Hope this helps

Hi, Jthemes

I already tried solutions as what you said (using ‘home’ template for my homepage), but I still couldn’t click Activate License button after updated new version and insert my information (envato username, api key and product license key).

Is there any solutions?

Hi, Can you send to me your wordpress admin + envato username, api key and product license key. i will update help you.

Great theme! I’ve only got one setting I need to change that I can’t find. Where is the setting to change the color settings in the theme for the button theme hover color (.btn-theme:hover) and the background color for the address box at the bottom slider on the main page (.event-background)? If I edit the style sheet classes they are overridden by a theme color setting.

...and the sub pages menu background color (.sub-page .header)

Hi, Currently we don’t support these in config. You can use child theme and update your style in style.css of child theme

I have only one slide using template 1 on my homepage. How do I stop that slide from repeating as a slideshow. I just want there to be 1 slide and it to stay there the entire time?

Thanks!

Perfect. Thanks.

Hi,

What can I do if I got this message after installation the Im Event theme: “The following themes are installed but incomplete. Themes must have a stylesheet and a template. Stylesheet is missing.”

Thanks for your support in advance

l Hi

First of all, Thanks for purchasing. It looks like you have bought Im event HTML version so please use below link to purchase wordpress version and than try again

http://themeforest.net/item/im-event-event-conference-wordpress-theme/9533576

Thanks & Regards, jimmy

Quick question! I created a full page template and put my registration form on there.

It is going off the page and I can’t seem to figure out how. Can you please help? Thanks!

see this page for reference: http://prairieheart.daretocreo.com/register/

Hi, I customized for you also we don’t support for 3rd party plugin. Please check again. Thank you so much!

YOU ARE AWESOME! Thank you!!

I totally forgot that was a different plugin. I wrote them for help!

Sure no problem

HI,

We are unable to edit the footer, remove or add icons, We tried almost everything,

Please help!

All fix!

Wonderful

Hello. Before I buy the theme, I was wondering if it’s possible to customize the colours of the buttons, section backgrounds and info bars to match our event’s colour scheme.

Yeah those can be changed, some items can be changed from admin and some can be changed directly from CSS

Thanks! is there any limit to the number of days the event can be? Our event is a 11 day festival and we will want to show a schedule of events for each day of the festival on the main page.

Hi, it is unlimit event and day

Hi there,

I have very very simple question. How can I change the Header Picture? I can’t find it…

Please check our documentation > section 3 and you will find it

Dear jtheme, this we already found (and we are normally used to the visual composer) but how do we use the Section ID in your theme?

Hi, For example: You can add Section ID is “about” and in Menu you have to insert link like #about. You can check this in demo content.

Hi, (great template)

I am attempting to create a separate page (about us) that has the same styling as the home page. Every time I try to include a page element, the width is restricted (even though I pick the homepage template) What is the remedy here?

What is your email address to send the credentials?

Please go here

http://themeforest.net/user/Jthemes/

and send details in the form you see in right side

The information has been sent… Thank you in advance for your response.

hello i just installed the theme how do i customize the theme.. I only see three options when I customize

i think I got it now.. I got the plugins activated

Hi, How can I remove the register button at the bottom of the pricing column? I look forward to hear from you soon! Antonio

Hi, you can go to wp-content/plugins/imevent-common/shortcode/shortcode.php and remove this code ~ 977 – 985
if($atts['extra_link'] == true){
    $html .= '<div class="price-table-row-bottom">
      <a class="btn btn-theme " href="'.$atts['link_button'].'">'.$atts['name_button'].'</a>
  </div>';
}else{
  $html .= '<div class="price-table-row-bottom">
      <a class="btn btn-theme scroll-to" href="'.$atts['link_button'].'">'.$atts['name_button'].'</a>
  </div>';
}

Thanks, Antonio.

Your welcome, Please rate us 5star if you like our item. You can rate us here

http://themeforest.net/downloads

Thanks & Regards, jThemes

Hey there,

Is there a manual that comes with this download? I’ve downloaded Myevent and can’t get the slideshow to show up or change the background colour. A fellow had a similar problem earlier in the forums but the link that was sent to him doesn’t work anymore.

Thanks, Ryan.

Hi, Please surely you import demo content. Also follow documentation.
- Slideshow: Read “Creating Slideshows” section in documentation
- Background color: You can insert “color” class in Row Settings or choose color in Row setting

What about Woocommerce ?

Hi, We don’t support woocommerce.

We do have inbuilt system and woocommerce is not appropriate for such landing page.

I would like to add a hidden field to the registration form to capture the post_url of the form? Can you give me any direction on how to accomplish that?

Hi, you can add filed in wp-content/plugins/imevent-common/shortcode/shortcode.php add code in function
function registerform_shortcode($atts, $content = null) {...}
Like: http://awesomescreenshot.com/02f4hc83ad

Checking into it.

Hi! How do I adjust the menu bar height? I want to keep menu bar’s height fixed when scrolling down the page. Also background color of the menu bar. Shall appreciate your instructional help. Thanks in advance.

Thanks. Actually, I want to keep the logo same sized, not shrinked to a smaller size. How do I do that?

Hi, you can remove some css in style.css

.shrink .logo {margin-top: 0;}
.shrink .logo a {/* line-height: 1em; */}
.shrink .logo a .logo-fa {/* font-size: 15px; */}
.shrink .logo .fa-stack {/* width: 27px; */ /* height: 31px; */ /* line-height: 31px; */}
.shrink .logo img{ height: 34px;}
.logo .fa-stack,
.shrink .logo .fa-stack {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

Hope this help

There was a comment a day ago about menus and the reply was that the theme supports two different menus. One on each page.

does this mean i can have a Main Event Home Page with details about the company with a regular multiple page layout and standard menu

Then…

Event 1 – which is a onepage layout similar to your demo Event 2 – another one page layout with new content Event 3 – etc etc

All with the second menu type?

Hi,
One page Menu : only support with Home template: http://awesomescreenshot.com/0734hc1e2f
Regular menu: support for other page

When i purchase this theme can i directly see this like this website or do i have to set the settings by myself? http://demo.ovatheme.com/imevent/

Hi,

You will have to install the theme and import sample data so it will be same as our demo.

Thanks jimmy

Any idea when the next version of this theme will be released? You mentioned in a previous reply that a Google Maps bug will be fixed.

Thanks. I was looking for a time frame as my site has gone live and I was looking for the fix…but if you don’t know, that’s ok.

Hi, You can insert this css in style.css
.google-map img{
    max-width: none;
}

Perfect!! Thank you Jthemes!

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