problem with integration program php and child theme

  • bartoon

    #50302

    Hello
    I bought yesterday your pay theme graphene more, I am very happy but I have a problem with the child theme. For over a year I was working with free graphene and I had a child theme or I remember having a problem with this code that allows to integrate a php schedule program in the wordpress page.
    require ( ‘wp-blog-header.php’);
    include $ _SERVER [‘DOCUMENT_ROOT’]. “/ wp-content / themes / graphene-plus / header.php”;
    and the 2 summary strips have a problem if you can go see what it gives:
    https://www.esotique.fr/donnees-maladies.php
    while on my other site (which is the same just the host who changes and it’s free graphene instead of more)
    https://www.mediumnitemagnetisme.org/donnees-maladies.php

    I think that I had repaired it in the child theme, but I have recreated a child graphene-plus-child and it is not recognized when I want to choose it in customize your site …
    I try to put graphene-child graphene-plus-child but nothing helps

    Can you help me please ?

    bartoon

    #50303

    Sorry, I find the problem.
    If anyone else has the problem, here are the lines to add to the css:
    / * —– Theme customization starts here —– * /
    .navbar .nav> li {
    margin: 0;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #ddd;
    height: auto;
    }
    in any case that’s what repaired my problem.
    Thank you

    Merry christmas all !!

    Admin

    Syahir Hakim

    #50304

    I think that I had repaired it in the child theme, but I have recreated a child graphene-plus-child and it is not recognized when I want to choose it in customize your site …

    In order to create a child theme for Graphene Plus, you’ll need to change the template line in the child theme’s style.css file:

    /*
     Theme Name:	Graphene Plus Child
     Template:		graphene-plus
     Version:		1.0
     Text Domain:	graphene-plus-child
    */
    

    bartoon

    #50312

    Thank you
    its ok now

Viewing 4 posts - 1 through 4 (of 4 total)

  • You must be logged in to reply to this topic.