Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try this:
    1. backup the plugin folder
    2. open the file js/scripts.js
    3. around line 101 change the line
    window.location = window.location;
    to
    //window.location = window.location;

    Thread Starter danilovizzarro

    (@daniloviz)

    Si è presente…

    option_id, option_name, option_value, autoload
    353, fattureincloud_send_choice, fatturaelettronica, yes

    Qualche altra idea?

    Thread Starter danilovizzarro

    (@daniloviz)

    Grazie per il video! La procedura è la stessa che ho seguito. Il problema è che cliccando il link ‘Visualizza Fattura su Fattureincloud, la fattura mi si apre ma presenta solo i bottoni Modifica, Duplica, Apri PDF, Salva PDF, Stampa, Invia per Email e Cancella.

    Tutta la parte con sfondo celeste contenente manca. Quindi non visualizzo – Stato Fatturazione elettronica non firmata e non inviata, e mancano anche tutti i bottoni relativi alla fatturazione elettronica.

    Su fattureincloud la fatturazione elettronica è stata attivata. C’è qualcos’altro che manca? Grazie 1000

    Hi,
    you can edit the file
    fotobook/styles/photos-widget.php

    replacing

    <div class="thumbnail" style="height: <?php echo $size ?>px; width: <?php echo $size ?>px">
    <a href="<?php echo $photo['link'] ?>">
    <img src="<?php echo $photo['src'] ?>" alt="<?php echo htmlentities($photo['caption'], ENT_QUOTES) ?>" />
    </a>
    </div>

    with

    <a href="<?php echo $photo['link'] ?>">
    <img src="<?php echo $photo['src'] ?>" alt="<?php echo htmlentities($photo['caption'], ENT_QUOTES) ?>" />
    </a>

    then you can add a Text widget like this

    <table>
    <tr>
    <td><? fb_photos_widget(1, 'random', 80); ?></td>
    <td><? fb_photos_widget(1, 'random', 80); ?></td>
    <tr>
    <td><? fb_photos_widget(1, 'random', 80); ?></td>
    <td><? fb_photos_widget(1, 'random', 80); ?></td>
    </tr>
    </table>

    Enjoy
    DV

Viewing 4 replies - 1 through 4 (of 4 total)