danilovizzarro
Forum Replies Created
-
Forum: Plugins
In reply to: [EU Cookie Law for GDPR/CCPA] When clicking accept the page refreshesTry 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;Si è presente…
option_id, option_name, option_value, autoload
353, fattureincloud_send_choice, fatturaelettronica, yesQualche altra idea?
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
Forum: Plugins
In reply to: [Fotobook] [Plugin: Fotobook] Only one columnHi,
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