Title: periago89's Replies | WordPress.org

---

# periago89

  [  ](https://wordpress.org/support/users/periago89/)

 *   [Profile](https://wordpress.org/support/users/periago89/)
 *   [Topics Started](https://wordpress.org/support/users/periago89/topics/)
 *   [Replies Created](https://wordpress.org/support/users/periago89/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/periago89/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/periago89/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/periago89/engagements/)
 *   [Favorites](https://wordpress.org/support/users/periago89/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EAN Barcode Generator for WooCommerce: UPC, ISBN & GTIN Inventory] No EAN field for product feed](https://wordpress.org/support/topic/no-ean-field-for-product-feed/)
 *  [periago89](https://wordpress.org/support/users/periago89/)
 * (@periago89)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/no-ean-field-for-product-feed/#post-17790776)
 * I am having the same problem, the _alg_ean value is not appearing in CTX Feed.
 * Any solution?
    -  This reply was modified 2 years, 1 month ago by [periago89](https://wordpress.org/support/users/periago89/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Wishlist] Items not added to Wishlist](https://wordpress.org/support/topic/items-not-added-to-wishlist/)
 *  [periago89](https://wordpress.org/support/users/periago89/)
 * (@periago89)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/items-not-added-to-wishlist/#post-16289249)
 * Tengo un link abierto con el mismo problema y el mismo tema “Flatsome”, veo que
   es generalizado. El codigo no funciona y el problema sigue apareciendo.
 * Alguna solución?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Wishlist] No añade a la lista](https://wordpress.org/support/topic/no-anade-a-la-lista/)
 *  Thread Starter [periago89](https://wordpress.org/support/users/periago89/)
 * (@periago89)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/no-anade-a-la-lista/#post-16285826)
 * El problema persiste.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better Variation Price for WooCommerce] Doesn’t work in templates created in Elementor](https://wordpress.org/support/topic/doesnt-work-in-templates-created-in-elementor/)
 *  [periago89](https://wordpress.org/support/users/periago89/)
 * (@periago89)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/doesnt-work-in-templates-created-in-elementor/#post-15206787)
 * I have the same problem, the prices do not change in elementor. The other functions
   work perfectly.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Documents for WooCommerce] WP All Import](https://wordpress.org/support/topic/wp-all-import-31/)
 *  Thread Starter [periago89](https://wordpress.org/support/users/periago89/)
 * (@periago89)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/wp-all-import-31/#post-14327900)
 * Thanks Dragos, I’m waiting
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[GeneratePress] Warning: Cannot modify header information](https://wordpress.org/support/topic/warning-cannot-modify-header-information-206/)
 *  Thread Starter [periago89](https://wordpress.org/support/users/periago89/)
 * (@periago89)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/warning-cannot-modify-header-information-206/#post-13526815)
 * Perdón, me he dado cuenta de que el problema lo está dando el archivo Header.
   php
 * Os paso el codigo para ver si podemos solucionarlo.
 *     ```
       <?php
       /**
        * The template for displaying the header.
        *
        * @package GeneratePress
        */
   
       if ( ! defined( 'ABSPATH' ) ) {
       	exit; // Exit if accessed directly.
       }
   
       ?><!DOCTYPE html>
       <html <?php language_attributes(); ?>>
       <head>
       	<meta charset="<?php bloginfo( 'charset' ); ?>">
       	<link rel="profile" href="https://gmpg.org/xfn/11">
       	<?php wp_head(); ?>
       	<script data-ad-client="ca-pub-3246605877989131" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
       	<script src="https://cdn.aplazame.com/aplazame.js"
               data-aplazame="2ee92b6cd56749221c4cc48abb8356f70e7cff6e"
               data-sandbox="true"></script>
       </head>
   
       <body <?php body_class(); ?> <?php generate_do_microdata( 'body' ); ?>>
       	<?php
       	/**
       	 * wp_body_open hook.
       	 *
       	 * @since 2.3
       	 */
       	do_action( 'wp_body_open' );
   
       	/**
       	 * generate_before_header hook.
       	 *
       	 * @since 0.1
       	 *
       	 * @hooked generate_do_skip_to_content_link - 2
       	 * @hooked generate_top_bar - 5
       	 * @hooked generate_add_navigation_before_header - 5
       	 */
       	do_action( 'generate_before_header' );
   
       	/**
       	 * generate_header hook.
       	 *
       	 * @since 1.3.42
       	 *
       	 * @hooked generate_construct_header - 10
       	 */
       	do_action( 'generate_header' );
   
       	/**
       	 * generate_after_header hook.
       	 *
       	 * @since 0.1
       	 *
       	 * @hooked generate_featured_page_header - 10
       	 */
       	do_action( 'generate_after_header' );
       	?>
   
       	<div id="page" class="hfeed site grid-container container grid-parent">
       		<?php
       		/**
       		 * generate_inside_site_container hook.
       		 *
       		 * @since 2.4
       		 */
       		do_action( 'generate_inside_site_container' );
       		?>
       		<div id="content" class="site-content">
       			<?php
       			/**
       			 * generate_inside_container hook.
       			 *
       			 * @since 0.1
       			 */
       			do_action( 'generate_inside_container' );
   
       			header("Cache-Control: must-revalidate");
   
       header("Expires: ".gmdate ("D, d M Y H:i:s", time() + 60*60*24*30)." GMT");
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error Warning: Cannot modify header information](https://wordpress.org/support/topic/error-warning-cannot-modify-header-information-8/)
 *  Thread Starter [periago89](https://wordpress.org/support/users/periago89/)
 * (@periago89)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/error-warning-cannot-modify-header-information-8/#post-13516525)
 * Buenos días, el primer problema se ha solucionado, muchísimas gracias.
 * El segundo problema persiste y me sigue dando el siguiente mensaje:
 * Warning: Cannot modify header information – headers already sent by (output started
   at /home/customer/www/perlighting.com/public_html/wp-content/themes/generatepress/
   header.php:12) in /home/customer/www/perlighting.com/public_html/wp-content/themes/
   generatepress/header.php on line 81
 * No consigo solucionarlo, ya que es la primera web que hago y no manejo muy bien
   los temas de código.
 * ¿Alguna solución mas fácil?

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