periago89
Forum Replies Created
-
I am having the same problem, the _alg_ean value is not appearing in CTX Feed.
Any solution?
- This reply was modified 6 months ago by periago89.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Items not added to WishlistTengo 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
In reply to: [YITH WooCommerce Wishlist] No a?ade a la listaEl problema persiste.
I have the same problem, the prices do not change in elementor. The other functions work perfectly.
Forum: Plugins
In reply to: [Documents for WooCommerce] WP All ImportThanks Dragos, I’m waiting
Forum: Themes and Templates
In reply to: [GeneratePress] Warning: Cannot modify header informationPerdó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
In reply to: Error Warning: Cannot modify header informationBuenos 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?