978 comments found.
Any idea why simply changing the slugs of my Schedule categories has made none of the schedules show up under the Speaker shortcode?
http://imevent.podcastcruise.com/Hi, Please note in setting of schedule element, you have to insert slug array of category level 1. Please check again this.
That’s all I have are level 1 categories.
Hello everyone,
I have a problem with my theme and cannot find anything missing in the code. Basically, once the register form is filled out and I pressed submit button, it should redirect me to PayPal page. It does this sometimes, but sometimes it just freezes and loading icon appears, so it just keep moving without redirecting me anywhere and eventually I need to refresh page in order to fill out the form again – so that’s a second problem. However, when occasionally it works, it redirects me to PayPal page, hooray, but straight after I get this error: “The link you have used to enter the PayPal system contains an incorrectly formatted item amount.”
Please help me with this issue as I cannot run my business at the moment and I have customers ready to pay.
The code is here:
{
"name":{
"type":"textfield",
"label":"Name and Surname",
"value":"",
"require":"true",
"class":"col-sm-6 col-md-3"
},
"email":{
"type": "email",
"label":"Your Email Here",
"value":"",
"require":"true",
"class":"col-sm-6 col-md-3"
},
"number":{
"type":"number",
"label":"Your Phone Number",
"value":"",
"require":"true",
"class":"col-sm-6 col-md-3"
},
"course":{
"type":"dropdown",
"label":"Chose Your Course",
"value":{
"LETTINGS": "199",
"SALES & LETTINGS": "299",
"SALES": "199"
},
"require":"true",
"class":"col-sm-6 col-md-3"
}
}
Thanks in advance.
Best wishes, Tomas.
Hi, Please replace field in above code
courseto
price
Where do you edit the item order of the carousel? For instance, I’m wanting the countdown to show below the slide’s image. Is that in the theme code or a plugin’s code? I’m also wanting to hide certain buttons in the slideshow.
Hi, You can edit it in wp-content/plugins/imevent-common/shortcode/shortcode.php find function
function shortcode_slideshow($atts, $content=null){....}
Awesome. thanks. I got that working.
One more question about the slideshow – Where change it from filling the screen to a set height? For instance, I won’t that area to be 500px tall.
#main-slider{ height:500px!important;}
<br /> tagin job field or insert this css in style.css
.speaker .thumbnail{
min-height: 390px;
}
Thanks!!!!!
Your welcome, Please rate us 5star if you like our item. You can rate us here
http://themeforest.net/downloadsThanks
- The background image in the slideshow is not displaying. It is activated in the row but nothing shows on the website
- The speakers are all in a single column, not a row like in your demo
- There is no spacing between sections
I’ve installed the plugins and the demo content but it looks nothing like the demo here…
http://bit.ly/1BnpxXqThanks
Whoops. The redux plugin was in “demo mode”. Deactivating demo mode fixed all of the above issues. Thanks!
Great thanks
How can we add one more date in schedule? we add new category (with parent) add new schedule and publish it.. but it will not appear.. for this event we have 5 days instead of 4
thank you for your help!
Chandell
Hi, Please can create new category (note you have create 2 levels category), then in shortcode, you only insert slug of parent category. Also please read documentation carefully.
Hi, what do I need to do to remove the REGISTER button from the slider templates? I found the shortcode file, but don’t know what to do next. Thank you for your help.
<a class="btn btn-theme btn-theme-xl scroll-to" href="'.$link_regis.'" data-animation="flipInY" data-animation-delay="600"> '.__('Register', TEXT_DOMAIN_SHORTCODE).' <i class="fa fa-arrow-circle-right" /></a>
Thank you for that information. It worked perfectly. I appreciate your support.
Great, Please rate us 5star if you like our item. You can rate us here
http://themeforest.net/downloadsThanks
hi there, a pre-sales question is ok with wordpress 4.1.1 ?
thanks
Yeah
Hey bud,
I just installed this and imported the demo data, it looks really strange.
http://socialmediaconference.co.nz/Do you think the Install broke? Should I reinstall it. On the theme panel page it says “2 errors found!”
http://puu.sh/go8xk/e8b94b0850.pngHi, Please surely you disabled demo mode of redux plugin. If it still doesn’t work, please send to me your wordpress admin. i will check help you.
Best regards, Jthemes
Hope that helps
I am using the theme as a multi page theme. The background behind the navigation on all of the sub pages is a dark grey. Where do I go to change that.
.sub-page .header {
background-color: #81868c;
}
Hope that helps and everything is ok
Yes! Thanks so much.
Great, If you like our item please rate us 5star. You can rate us here
http://themeforest.net/downloadsThanks & Regards, jThemes
When adding a radio group to the registration form, It’s only passing the first value to PayPal. Look at the “price” section of my code, what am I doing wrong? also see here: http://www.chopclassic.com
Here is my code:
{
"firstname":{
"type":"textfield",
"label":"First Name",
"value":"First Name...",
"require":"true",
"class":"col-sm-6 col-md-3 clearFocus"
},
"lastname":{
"type":"textfield",
"label":"Last Name",
"value":"Last Name...",
"require":"true",
"class":"col-sm-6 col-md-3 clearFocus"
},
"email":{
"type": "email",
"label":"Your Email Here",
"value":"Enter Email...",
"require":"true",
"class":"col-sm-6 col-md-3 clearFocus"
},
"number":{
"type":"number",
"label":"Your Phone Number",
"value":"Phone #...",
"require":"true",
"class":"col-sm-6 col-md-3 clearFocus"
},
"foursome2":{
"type":"textfield",
"label":"Player 2",
"value":"Player 2...",
"require":"true",
"class":"col-sm-6 col-md-3 clearFocus"
},
"foursome3":{
"type":"textfield",
"label":"Player 3",
"value":"Player 3...",
"require":"true",
"class":"col-sm-6 col-md-3 clearFocus"
},
"foursome4":{
"type":"textfield",
"label":"Player 4",
"value":"Player 4...",
"require":"true",
"class":"col-sm-6 col-md-3 clearFocus"
},
"price":{
"type": "radio",
"label": "Step Two: Please check the box that applies to you",
"value" :{
"$150 - Just me": "150",
"$250 - Just me + Hole Sponsorship": "250",
"$300 - Me + 1 Player" : "300",
"$450 - Me + 2 Players": "450",
"$600 - My Whole Team" : "600",
"$100 - 1 Hole Sponsorship" : "100"
},
"value_default": "150",
"class":"col-md-12 checkGroup"
}
}
Hi, I’m sorry but curently our theme only supports Price use dropdown type like our demo. Please update again your code.
Hi, how can I delete single-schedule hyperlink to page blog article in Schedule box? Best, Antonio.
<h2 class="post-title"><a href="'.get_permalink().'">'.get_the_title( ).'</a></h2>to
<h2 class="post-title">'.get_the_title( ).'</h2>
Hope that helps and everything is ok
Everything is ok. Thanks.
Great, Please rate us 5star if you like our item. You can rate us here
http://themeforest.net/downloadsThanks
Hi, I accidentally deleted line 138 into wp-content/plugins/imevent-common/shortcode/shortcode.php Could you kindly give it to me again? I look forward to hear from you soon. Antonio
Hi, You can download theme again and you will find origin file.
Thanks.
I want to be able to translate the template to spanish, specially parts like date, location, remaining and speakers in the frontpage below the slideshow, and also the register button at the slideshow. Can you show me how?
Hi, you can change text with wpml plugin or find text and change direct in file wp-content/plugins/imevent-common/shortcode/shortcode.php
Hope this helps
In the Register section, how do I change the text that says “Register Now”?
I solved this with JQuery. —but Curious if there is a way to solve this in the CMS?
Hi, You can change text with wpml plugin or change in wp-content/plugins/imevent-common/shortcode/shortcode.php
Hope this helps
Thanks, that did.
How do I add more than 1 google location map. Right now it only adjusts the top location to the last save address
Hi, i’m sorry but our theme only support for 1 location.
Great theme!
Tell me please: - can I change the exagonal icons and images mask for circle or any other? - in the event shcelude, can I have more than 4 days? (my event has 5 days) - also, can I hide the Halls in the schedule? (my event will happen in only one place) - in the register form, can I change the “select your price” for a drop down list that would allow to select more than one item? - can I have static pages and add them in the menu? - can I have a image gallery in the landing page somewhere?
thanks!
Hi,
- change hexagonal icons: You can change it in some elements: Please read description of theme
- Shcelude:
+ 5 days: yes. we support unlimit day
+ Hide hall: You have to insert a hall least.
- Register form:
+ “select your price” to select more than one item: No
- static pages: we only support 2 types menu: For home template (one page) and default template (regular page)
- Image gallery: No
I hope that this will help you.
Hi,
Did you made any decision?
Thanks & Regards, jimmy
Hi Jimy, I had a chance to take a look at the theme and I found it really poor in functionalities and really buggy. I opted to use betheme instead. I think it has great potential and its beautifull. But you need to have some development to make it work seamsly. thanks for your answer anyway.
Thanks for your suggestions, We will see what’s wrong in our theme. So far we have got wonderful comments for our theme so not sure where you are seeing it buggy.
Anyways thanks
hi
I want to add some font here’s how http://upimage.us/server/php/files/font.PNG
Hi, We support google font so you can choose here. if you want add font via font-face, you have to add your css.
Hi,
Did you made any decision?
Thanks jimmy
One last question. How would I pass 2 “prices” to Paypal?
If I add 2 “price” stings, the first one gets canceled out, like this:
{
"price":{
"type":"dropdown",
"label":"Price",
"value":{
"Price 1": "150",
"Price 2": "300",
"Price 3": "450",
"Price 4": "600"
},
"require":"true",
"class":"col-sm-6 col-md-3"
},
"price":{
"type":"checkbox",
"label":"Choose Sponsor Level",
"value":{
"Price 5": "1000",
"Price 6": "1000",
"Price 7" : "500",
"Price 8": "350",
"Price 9" : "500",
"Price 10" : "100"
},
"class":"col-md-12"
}
}
Any ideas how to pass 2 prices to PayPal?
Thanks!
Hi,
Our current version don’t support 2 prices for paypal.
Thanks jThemes
Hi,I’m sorry but curently we don’t support 2 prices to paypal.
I’m inputting the proper info for location settings. How do I get the Google map to be 100% width? It keeps showing at fixed-width.
Hi, Please note config in Row setting of visual composer: http://awesomescreenshot.com/0094ispsb1