This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Has de entrar en el fichero wp-content/themes/orbital/inc/class-wp-license-manager-client.php (línea 197) y modificar: | |
array( | |
'p' => $this->product_id, | |
'e' => $options['email'], | |
'l' => $options['license_key'], | |
) | |
Por esto: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Estos snippets se pueden añadir en Aparencia > Personalizar > CSS Adicional */ | |
/* Imagenes footer tamaño normal */ | |
.widget-area .widget img { | |
width: auto; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php // No poner esta linea | |
// orbital/inc/extras.php line 102 copiar desde aquí | |
if (!function_exists('orbital_check_sidebar_class')) : | |
function orbital_check_sidebar_class($classes) | |
{ | |
if (orbital_check_woocommerce()) { | |
if (!is_active_sidebar('shop') && is_woocommerce()) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//plugins/woocommerce-pdf-invoices-packing-slips/templates/Simple/invoice.php | |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?> | |
<?php do_action( 'wpo_wcpdf_before_document', $this->type, $this->order ); ?> | |
<table class="head container"> | |
<tr> | |
<td class="header"> | |
<?php |