• Resolved Martin

    (@officiellement)


    Ive the Panache theme. Your plugin is exactly what I need but two problems with other plugins.

    1) with Testimonial basics

    That plugin cannot rotate testimonials when Our Services Showcase activated.

    2) with Strong Testimonials

    In admin backend, when Our Services Showcase activated, we loose the view of Strong Testimonials in admin backend

    https://www.ads-software.com/plugins/our-services-showcase/

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hi, it’s Chris from Strong Testimonials. I doubt you’re going to get a reply the the author so I thought I would jump in.

    The plugin has a JavaScript error that is preventing other scripts from working.

    Here’s a quick fix that worked for me, though I did not test it deeply. You will need to edit the file
    our-services-showcase/inc/class/class.smartcat-services.php
    but you will not be able to edit that using the standard WordPress plugin editor. You will need edit it on your computer and upload it via FTP. Or use a plugin like WP Editor or WPide.

    In that file, find

    function smartcat_services_load_styles_scripts

    then find this line below it:

    wp_enqueue_script( 'smartcat_services_default_script', SC_SERVICES_URL . 'inc/script/sc_our_services.js', array( 'jquery', 'jquery-ui-tooltip' ), self::VERSION );

    and change jquery to jquery-ui-core like so:

    wp_enqueue_script( 'smartcat_services_default_script', SC_SERVICES_URL . 'inc/script/sc_our_services.js', array( 'jquery-ui-core', 'jquery-ui-tooltip' ), self::VERSION );

    Or contact me at wpmission.com and I’ll send you a modified version of the plugin.

    Thread Starter Martin

    (@officiellement)

    Hi Chris.

    Thanks for your fast answer. Im affraid it doesn’t work for me. Where I can send you a print screen pics of what Im seing in testimonials admin back end ?

    Use the contact form at wpmission.com. It allows attachments.

    Thread Starter Martin

    (@officiellement)

    Hi Chris. “Your message was successfully submitted. Thank you.”

    For those having the same problem, here’s a code gist to fix the admin CSS.
    https://gist.github.com/cdillon/acf9e51e5adc00d4e6102ba789aec7e3

    Thread Starter Martin

    (@officiellement)

    doesn’t work for me

    Try clearing your browser cache.

    Thread Starter Martin

    (@officiellement)

    Done 3 times. Reboot computer too. What you see in print screen is the same.

    Maybe it comes from PHP 7 ?

    Ive try a lot of plugins like 200 its the first time I got this. Im seeking another way to do what I need like using Better Font Awesome but I dont know if it will be responsive. I let you know tomorrow when it’s done.

    Thread Starter Martin

    (@officiellement)

    Now the both plugins Our Services Showcase and Strong Testimonials worked fine together. So I put resolved for this topic.

    Thanks to you Chris. I will give a lot of stars to your plugin this week ??

    Martin

    Thread Starter Martin

    (@officiellement)

    Now the both plugins Our Services Showcase and Strong Testimonials worked fine together. So I put resolved for this topic.

    Thanks to you Chris. I will give a lot of stars to your plugin this week ??

    Martin

    For others listening, I made a mistake in the post about jQuery in

    function smartcat_services_load_styles_scripts

    That line needs to be:

    wp_enqueue_script( 'smartcat_services_default_script', SC_SERVICES_URL . 'inc/script/sc_our_services.js', array( 'jquery-ui-accordion', 'jquery-ui-tooltip' ), self::VERSION );

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Problem in admin backend and on a homepage’ is closed to new replies.