Forum Replies Created

Viewing 10 posts - 181 through 190 (of 628 total)
  • Author
    Posts
  • in reply to: Visual Composer Video Carousel won’t show Vimeo thumbnails #9131
    ThemeofWP
    Keymaster

    We’ll also update the plugin this thumbnail cover image fixed version.

    Thanks for your patience.

    in reply to: Before after plugin not showing on frontend (licence owner) #9130
    ThemeofWP
    Keymaster

    You’re welcome when you need us please don’t hesitate to contact.

    in reply to: Before after plugin not showing on frontend (licence owner) #9128
    ThemeofWP
    Keymaster

    Hey 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 Joy

    in reply to: Before after plugin not showing on frontend (licence owner) #9125
    ThemeofWP
    Keymaster

    Please 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.

    in reply to: Before after plugin not showing on frontend (licence owner) #9122
    ThemeofWP
    Keymaster

    Please delete or redefine it again it’ll turn normal.

    in reply to: Before after plugin not showing on frontend (licence owner) #9120
    ThemeofWP
    Keymaster

    Can you please check the CSS animation for the second tab again? it contains CSS animations.

    in reply to: Youtube Videos are not playing #9118
    ThemeofWP
    Keymaster

    hey 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 J

    in reply to: Before after plugin not showing on frontend (licence owner) #9117
    ThemeofWP
    Keymaster

    hey 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.

    in reply to: Change slider display on mobile #9114
    ThemeofWP
    Keymaster

    hey Micki, sorry for the delay we’ll check it and let you know the solution or update.

    Thanks
    kevin J.

    in reply to: Grocery CRUD help #9111
    ThemeofWP
    Keymaster

    Hey 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.

Viewing 10 posts - 181 through 190 (of 628 total)