Discussion on Eventim - Conference & Wedding WordPress Theme

Discussion on Eventim - Conference & Wedding WordPress Theme

Cart 1,213 sales
Well Documented

BoldThemes supports this item

Supported

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

224 comments found.

Hello, I have an issue with MP4 Background Video or WebM Background Video doesn’t show on a mobile phone devices. Did you test it and if you did please can you give me your video settings.

Hi,

Video backgrounds are not working on mobile devices due to technology constraints – it is not possible to get the consistent behaviour of video players in the background on all mobile OS and all browsers.

Video backgrounds fall back to the background image on mobile devices.

On the other hand embedded videos work across all devices.

Kind regards,

BoldThemes team

I’m trying to figure out how to change the Accent color for specific things like Hover color. Via customize it changes everything. For example: I have 2 speakers, I want the hover background color for person A the accent color and Person B Pink.

Hi,

As you have noted, Accent color setting in Customize changes colors globally. If you want to individually customize different aspects of individual page elements, you need to apply some CSS.

In order to achieve what you want, you need to add custom class to desired Image element. You need to edit image and add for example myHoverColor to the field Extra Class Name(s). If there are already some classes there, just add space and your new class myHoverColor at the end.

Once you do that, please add the following CSS statements to Custom CSS field of Appearance > Customize > General Settings panel:

.myHoverColor .bpgPhoto .captionPane {
    background-color: #ff0000 !important;
}

Change the color code accordingly. Once you do that any image with the myHoverColor Extra Class Name will have red (or whatever color you have defined) hover.

Should you have additional questions, please feel free to leave a ticket at https://boldthemes.ticksy.com/ and our support team will be glad ti help you.

Kind regards,

BoldThemes team

Thank you, I was putting the extra class name in the wrong element. Putting it in the column did the trick!

Hello. We bought this theme almost year ago, but today discovered that dropdown menu doesn’t work in Firefox. Can you help with this problem? The website is www.trtr.ee. Thank you, Marje from Tuumik

Hi,

Can you tell us which version of Firefox and which OS are you using? We have tried Firefox 51.0.1 and the menus are working without any issues.

Thanks in advance,

BoldThemes team

Hi,

Thanks for heads up. Please apply the following patch:

Edit eventim.php in your wp-content/plugins/eventim folder on your server and locate the following statement:

if ( $page_anim != 'impress' && $animation != '' ) {

change it please to:

if ( $page_anim != 'impress' && $animation != '' && !is_search() ) {

It should resolve the issue. This patch will be included in our next update so you can freely update the theme in the future.

Thanks once again and sorry for the inconvenience

Kind regards,

BoldThemes team

Hi,

Setting Animations property to Half page, doesn’t do anything on my page. The sections are placed with parallax effect instead of of the effect in the demo. I’m trying to recreate the conference / corporate slider thing.

Hi,

Please find the page structure here: http://bold-themes.com/local/halfpage.txt

You need to paste it in text tab of classic WP editor – so if you see Rapid Composer’s interface, please click Switch editor, paste the code on text tab, and publish the page. Afterwards, you can switch back to Rapid Composer.

Please set the background images of the sections according to your preference.

They need to be in this form: http://eventim.bold-themes.com/wp-content/uploads/2015/12/split-screen.jpg

Generally, you need to have two columns – left and right for the content.

Kind regards,

BoldThemes team

For some reason, the Instagram widget isn’t working. I had to use another Instagram widget to create the access token, and even with the Client ID and Access Token, the widget still doesn’t work. Please help.

Hi,

Sure. Can you please leave a ticket at http://boldthemes.ticksy.com/ with the url of your site and wp-admin credentials? Our support team will be glad to take a closer look.

Thanks in advance.

Kind regards,

BoldThemes team

All of a sudden getting the following error:

Warning: Invalid argument supplied for foreach() in /home/dh_irf5wb/WEBSITE.com/wp-content/plugins/eventim/eventim.php on line 1507

Only recent changes were adding a few image grids. Any idea?

(nvm!, Associated with bad Twitter feed. Leaving this for others that may encounter)

Hi,

Can you please leave a ticket with wp-admin credentials on boldthemes.ticksy.com and our support team will take a closer look at the issue?

Thanks in advance,

BoldThemes team

Does the half page vertical slider is included? The one from the demo selector.

Can it be set to slide automatically without needing to scroll or clicking?

Hi,

Yes, there is a setting in Customizer for slider transition delay so you can set automatic transition of slides and the delay between transitions to whatever you like.

Kind regards,

BoldThemes team

Great! Thank you very much.

Want to add an image to an icon/image holder box that isn’t cropped – selecting square or circle options seems to crop the image. I want the full image displayed. How?

Hi,

Please set the Size attribute of image element to full. It should prevent the element from using thumbnails and force the full image.

Let us know if this resolves the issue.

Kind regards,

BoldThemes team

Hi , I am unable to install the theme properly. Could you please help me out.

Nikita

Hi,

Sure, can you please leave a ticket at https://boldthemes.ticksy.com/tickets/ with wp-admin credentials and we will take a closer look?

Thanks in advance.

Kind regards,

BoldThemes team

Can you help me in telling me why any child modification in style sheet is not appling? Only in theme custom css is working!

Hi,

You are probably missing functions.php file in your child theme folder. Please create functions.php file with the following content:

<?php
function theme_enqueue_styles() {
    $parent_style = 'parent-style';
    wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.crush.css' );
    wp_enqueue_style( 'child-style',
        get_stylesheet_directory_uri() . '/style.css',
        array( $parent_style )
    );
}
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
?>

Once you create it, all changes to style.css in child theme folder should be reflected on the site.

Kind regards,

BoldThemes team

Hello, amazing template! There will soon be an HTML version?

Hi,

Thanks :)

Currently we do not plan to release an HTML version.

Kind regards,

BoldThemes team

Hi. I need to know if this template will serve to make a web with multiple events, and not for just one. It’s possible to have a page with a list of events in differents days? regards.

Hi,

Please keep in mind that Eventim does not have custom post types for events, workshops, speakers – what you see in the demo are all static pages. So, yes this gives you the freedom to support multiple events.

Related to list of events in different days, please take a look at porposed layouts on our demo – they all support multiple days:

http://eventim.bold-themes.com/conference/schedule/ http://eventim.bold-themes.com/conference/schedule/schedule-alternative/ http://eventim.bold-themes.com/conference/schedule/schedule-large-images/ http://eventim.bold-themes.com/conference/schedule/accordion-schedule/

Kind regards,

BoldThemes team

Hello,

does this template support multiple events at one time? So we need to develop website for company doing event organization. Is this template appropriate? We also need purchase of ticket to this evenet.

Hi,

Please keep in mind that Eventim does not have custom post types for events, workshops, speakers – what you see in the demo are all static pages. So, yes this gives you the freedom to support multiple events.

Related to tickets, you can either use WooCommerce and its plugins or integrate external ticket management system via JavaScript widgets or shortcodes.

The third option is to use our cost calculator plugin which comes with the theme and use it with PayPal – http://eventim.bold-themes.com/conference/about/buy-tickets/

Kind regards,

BoldThemes team

Does the Event list page include a way to filter or search for events, e.g. by Category, Tag, Venue, or Speaker?

Hi,

Eventim does not have custom post type for Events so there is no way to search for events or filter them by metadata such as category, tag venue or speaker…

Events are static pages.

Kind regards,

BoldThemes team

That’s very disappointing. Any plans to consider adding this functionality in a future release?

Hi,

Currently we do not plan to add such a feature.

Kind regards,

BoldThemes team

I just bought the theme and installed it, but I’m just keep getting a blank page? What am I doing wrong? URL is www.singha.nl/congres/

Hi,

Can you please leave a ticket at https://boldthemes.ticksy.com/ with wp-admin credentials so we can take a closer look?

Thanks in advance,

BoldThemes team

Hey, I have the theme set up an installed and am wondering how can I click on the speaker or attendee and have it pop up so it can show the bio in a popup window.

Hi,

Currently the Eventim theme does not offer this feature out of the box.

You can use third party plugin such as https://wordpress.org/plugins/popup-maker/ for this purpose

Kind regards,

BoldThemes team

Hello, Is it possible adding custom CSS or similar to put the countdown in a different language? I need it in Spanish (Días – Horas – Minutos – Segundos) Thank you

Hi,

Yes it is. Please submit a ticket at https://boldthemes.ticksy.com/ and our support team will help you with specific instructions. Also, please note that your support period has expired and that you will need to extend it for any additional support.

Kind regards,

BoldThemes team

HI,

Does this theme come with the “double” slider: http://eventim.bold-themes.com/#/bt_section57f74e472c04a

Renards

Hi,

Yes, the theme comes with the “split screen” feature.

Kind regards,

BoldThemes team

Good Looking Theme – But Rapid Composer is hard to use – there is no overview and no indication for elements. You have to remember Layout in mind… Sorry for this, but that´s what many comments show also…

Hi,

Thanks for your opinion, we really appreciate it.

Kind regards,

BoldThemes team

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