You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
l'errore è dato dal fatto che l'url dell'immagine viene cercato dentro assets del child theme quando dovrebbe puntare ad asset del tema main
lui cerca che non c'è:
wp-content/themes/design-scuole-wordpress-theme-main-child/assets/img/didattica-mockup.png
infatti nel codice viene chiamato con: <?php echo get_stylesheet_directory_uri(); ?>/assets/img/didattica-mockup.png">
ed il child theme ha appunto uno stylesheet suo
Includi link o screenshot
No response
Su quale sisitema operativo stai riscontrando il problema?
Windows
Su quale browser stai riscontrando il problema?
Chrome
Che versione del tema stai utilizzando?
2.6.0
The text was updated successfully, but these errors were encountered:
Prerequisiti
Descrivi il problema
l'errore è dato dal fatto che l'url dell'immagine viene cercato dentro assets del child theme quando dovrebbe puntare ad asset del tema main
lui cerca che non c'è:
wp-content/themes/design-scuole-wordpress-theme-main-child/assets/img/didattica-mockup.png
infatti nel codice viene chiamato con:
<?php echo get_stylesheet_directory_uri(); ?>/assets/img/didattica-mockup.png">
ed il child theme ha appunto uno stylesheet suo
Includi link o screenshot
No response
Su quale sisitema operativo stai riscontrando il problema?
Windows
Su quale browser stai riscontrando il problema?
Chrome
Che versione del tema stai utilizzando?
2.6.0
The text was updated successfully, but these errors were encountered: