Respuestas de foro creadas

Viendo 9 respuestas - de la 1 a la 9 (de un total de 9)
  • Iniciador del debate DC_JOSE

    (@dc_jose)

    Un placer, espero poder a ayudar a alguien más que tenga el mismo problema

    Iniciador del debate DC_JOSE

    (@dc_jose)

    Ya te había comentado que me funcionaba con otro temas como el responsive.

    Buscando en foros de ingles efectivamente el problema está tema que no carga el css de el hijo.

    Lo he solucionado mientras no sacan una nueva actualización de el tema añadiendo esto en el archivo function.php de el tema

    function load_main_stylesheet() {
        wp_enqueue_style( 'style', get_stylesheet_directory_uri() . '/style.css' );
    }
    add_action( 'wp_enqueue_scripts', 'load_main_stylesheet', 100);
    Iniciador del debate DC_JOSE

    (@dc_jose)

    Lo he probado y sin plugings hace lo mismo. ¿Has probado tu el tema? Yo sigo pensando que es problema de el tema…

    Iniciador del debate DC_JOSE

    (@dc_jose)

    no, ahora lo pruebo

    Iniciador del debate DC_JOSE

    (@dc_jose)

    No lo tengo las carpetas en la ruta por defecto por seguridad

    La ruta seria

    http://resultadosbetafutbol.comoj.com/muro/wp-content/themes/e-c-t/style.css

    Iniciador del debate DC_JOSE

    (@dc_jose)

    No, ahora mismo no, pero también he probado con el @import ¿Lo vuelvo a poner?

    Iniciador del debate DC_JOSE

    (@dc_jose)

    Si que está activo por eso te digo que en código fuente no sale, no se si es problema del tema… Solo pasa con el css, si cambio por ejemplo el archivo «fullwidth.php» lo cambia correctamente.

    Iniciador del debate DC_JOSE

    (@dc_jose)

    La carpeta de tema hijo es «e-c-t» pero en el código fuente no veo que salga.

    /*
    Theme Name: Enigma Child
    Theme URI:http://weblizar.com/themes/enigma/
    Author: weblizar
    Author URI: http://weblizar.com/
    Description:Enigma is an incredibly superfine multipurpose responsive theme coded & designed with a lot of care and love. You can use it for your business, portfolio, blogging or any type of site.Enigma is Responsive and flexible based on BOOTSTRAP CSS framework that adapts your website to mobile devices and the desktop or any other viewing environment.We focused on usability across various devices, starting with smartphones.Enigma is a Cross-Browser Compatible theme that works on All leading web browsers.Enigma is Retina ready.It has 4 page layouts, 2 page templates, It has five widgets available (one sidebar, four footers), and using the sidebar widget also enables you to make a two-column design. In addition, footer widget display is automatically adjusted depending on how many are used.Enigma has Filkr as a custom widget to showing up your Flikr Photos .Custom menus to choose the menu in Primary Location that is in Header area of the site.In header area and footer of the theme offers Social Media Links to add your Social Links here. Enigma focusing on business template, awesome Caroufredsel slider, Powerful but simple Theme Options for full CMS control option to match your logo & website, wide layout, light & dark color skin, translation ready and many more. You can check the demo at http://demo.weblizar.com/enigma-free-theme/.
    Template: enigma
    Version: 1.0
    License: GNU General Public License v3 or later
    License URI: http://www.gnu.org/licenses/gpl.html
    Tags: black, blue, gray, red, dark, light, silver, white, green, brown, two-columns, three-columns, four-columns, custom-menu, right-sidebar, fixed-layout, fluid-layout, custom-background, featured-image-header, sticky-post, theme-options, threaded-comments, featured-images, flexible-header, responsive-layout, translation-ready
    Text Domain: weblizar
    */
    /*!
    * Enigma Css created By weblizar Themes
    */

    /* Main css with editable————————————————————– */
    .row {
    margin-left: 0px;
    margin-right: 0px;
    }
    /* Header Section css————————————————————– */
    body {
    /* padding:0 30px;*/
    font-family: ‘Open Sans’, sans-serif;
    background-color: #fff;

    }

    etc…

    Ahora mismo tiene lo mismo que el original con alguna modificación, pero ya había probado añadiendo solo las modificaciones y añadiendo @import url(«../enigma/style.css»); y las modificaciones.

    Si puedes probarlo y ponerme uno que funcione ya añado yo los cambios pero no se porque no funciona…

    Iniciador del debate DC_JOSE

    (@dc_jose)

    Si claro!! Sin el css el tema hijo no funciona

    Lo tenia en local pero lo he subido a la web y pasa los mismo, no se si será problema del tema… Porque con el tema Responsive me funciona correctamente

    Te dejo la URL http://resultadosbetafutbol.comoj.com/

Viendo 9 respuestas - de la 1 a la 9 (de un total de 9)