• Resolved poudanet

    (@poudanet)


    Hi,

    Been using this plugin for quite some time and all was fine until recently. I had to delete the plugin and when I try to reinstall I’ve got this message :

    Fatal error: Cannot redeclare showmodule_shortcode() (previously declared in /home/rkatwk/public_html/wp-content/themes/divi-child/functions.php:8) in /home/rkatwk/public_html/wp-content/plugins/simple-divi-shortcode/simple_divi_shortcode.php on line 26

    If you have an idea to help me fix it… many thanks

    The page I need help with: [log in to see the link]

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Fabrice ESQUIROL

    (@creaweb2b)

    The error shows exactly what is wrong. you already have my code snippet in functions.php (see functions.php in your child theme line 8, you can’t use the showmodule function + the plugin, just remove the showmodule shortcode code from functions.php and try again to activate the plugin or keep the code inside functions.php but don’t install the plugin. It works same way.

    (Je peux aussi expliquer en fran?ais, je viens de voir que le site est en fran?ais)

    Thread Starter poudanet

    (@poudanet)

    Merci Fabrice.

    ALors je ne comprends pas pourquoi le nested module (portefeuille) ne s’affiche plus en mode grille mais en image large ?

    Plugin Author Fabrice ESQUIROL

    (@creaweb2b)

    Peut être lié à la dernière mise à jour de DIVI ? Mais là on ne parle plus de l’erreur initiale d’activation du plugin. Aurais tu un lien vers la page contenant portefeuille dont on parle ?

    Thread Starter poudanet

    (@poudanet)

    Alors j’ai supprimé les lignes dans function et installer le plugin. Du coup les images ne sont plus immenses mais mal disposées (une sous l’autre au lieu d’etre des thumb en ligne)

    https://terre-humanisme.org/tous-nos-programmes/

    Plugin Author Fabrice ESQUIROL

    (@creaweb2b)

    En inspectant je trouve une règle css : .et_pb_portfolio_grid .et_pb_portfolio_item img{width:100%;}

    En mettant 100% aux images du portfolio, on outrepasse le réglage que chaque image est censée avoir. Si c’est un code que tu as ajouté, tu peux le modifier par un .et_pb_portfolio_grid .et_pb_portfolio_item img{max-width:100%;} ou simplement le supprimer.

    Thread Starter poudanet

    (@poudanet)

    C’est une règle css de Divi. Cela doit surement être d? a la mise a jour de Divi. Je ne vois pas comment résoudre ce problème.

    Plugin Author Fabrice ESQUIROL

    (@creaweb2b)

    En rajoutant cette règle css ?a permet de remettre en grille :

    .et_portfolio_image img {
    max-width: 496px;
    margin-left: 12px;
    }

    Thread Starter poudanet

    (@poudanet)

    Super ! Merci beaucoup Fabrice.

    Plugin Author Fabrice ESQUIROL

    (@creaweb2b)

    Avec plaisir ??

    Plugin Author Fabrice ESQUIROL

    (@creaweb2b)

    Je ferme en résolu

    Thread Starter poudanet

    (@poudanet)

    ok merci encore

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Plugin Fatal Error’ is closed to new replies.