Forum Replies Created
- AuthorPosts
- February 5, 2018 at 3:36 pm in reply to: Visual Composer Video Carousel won’t show Vimeo thumbnails #9131
ThemeofWP
KeymasterWe’ll also update the plugin this thumbnail cover image fixed version.
Thanks for your patience.
February 5, 2018 at 3:35 pm in reply to: Before after plugin not showing on frontend (licence owner) #9130ThemeofWP
KeymasterYou’re welcome when you need us please don’t hesitate to contact.
February 5, 2018 at 11:18 am in reply to: Before after plugin not showing on frontend (licence owner) #9128ThemeofWP
KeymasterHey there after te some investigations and fixes now it’s working properly on your site. It was an js resize issue within annother conent element. I’ll increase version and update the plugin on codecanyon but you doN2t need to get any action for this. You plugin already fixed and updated.
Thaks for your patience and choosed us!
Kevin JoyFebruary 3, 2018 at 11:59 am in reply to: Before after plugin not showing on frontend (licence owner) #9125ThemeofWP
KeymasterPlease remove the CSS animations first basically set it to none. Then if you want you can add after the work properly.
As fas as I saw on the issue; CSS animations prevent to display it. If you doesn’t work for you, please sent your wp-admin into to us. We2ll take a look it for you.
Thanks
Kevin J.February 2, 2018 at 11:36 am in reply to: Before after plugin not showing on frontend (licence owner) #9122ThemeofWP
KeymasterPlease delete or redefine it again it’ll turn normal.
February 1, 2018 at 10:51 pm in reply to: Before after plugin not showing on frontend (licence owner) #9120ThemeofWP
KeymasterCan you please check the CSS animation for the second tab again? it contains CSS animations.
ThemeofWP
Keymasterhey there, thanks for using our items! I’ve checked your site and the Video Carousel is working properly on your site.
The mainly reason is calling http into the https. For the eliminate this type error, we’ve updated the plugin with https support and it’s working with https and http it won’t matter anymore.
Thanks,
Kevin JFebruary 1, 2018 at 10:00 pm in reply to: Before after plugin not showing on frontend (licence owner) #9117ThemeofWP
Keymasterhey there, thanks for your purchase! I’ve looked your issue on your site and you did not set the css animations yet. So this causing the problem and it’s displaying as hidden.
Can you please check the css animation section? It’ll turn normal after the set animation none or something else.
I hope will helps to you. Also don’t forget to rate our items on codecanyon.net and please let us know the result.
Thanks
Kevin J.ThemeofWP
Keymasterhey Micki, sorry for the delay we’ll check it and let you know the solution or update.
Thanks
kevin J.ThemeofWP
KeymasterHey there you need to use sample code :
public function employees_management()
{
$this->config->load(‘grocery_crud’);
$this->config->set_item(‘grocery_crud_dialog_forms’,true);
$this->config->set_item(‘grocery_crud_dialog_color’,’unique-color’);
$this->config->set_item(‘grocery_crud_dialog_text_color’,’white’);$crud = new grocery_CRUD();
$crud->set_theme(‘mdb’); // magic code
$crud->set_table(’employees’)
->set_subject(‘Employee’)
->columns(’employeeNumber’,’firstName’,’lastName’,’email’,’officeCode’,’jobTitle’)
->set_relation(‘officeCode’,’offices’,’city’);$crud->display_as(’email’,’E-Mail’)
->display_as(’employeeNumber’,’ID’)
->display_as(‘firstName’,’Name’)
->display_as(‘lastName’,’Last Name’);$crud->required_fields(‘firstName’,’lastName’);
$crud->add_fields(‘firstName’,’lastName’,’email’,’jobTitle’, ‘officeCode’);
$crud->unset_bootstrap();
$output = $crud->render();
$this->_example_output($output);
}and implement in to your Grocery CRUD. Also if you can sent your platform info such as FTP info, we can help better to you. here is the our contact form https://themeofwp.com/contact/
Thanks
Kevin J. - AuthorPosts