Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • in reply to: The optimization of the headings of the theme #119391
    maviedecoeliaque
    Participant

    Thanks @tikaram for your help ! I already have created a child theme which contains 3 files : functions.php, screenshot.jpg and style.css.

    Unfortunately I don’t have enough money to pay a customizer at the moment because I’m looking for a job.

    Best regards,

    Mathilde

    in reply to: Security certificate problem with mobiles #109807
    maviedecoeliaque
    Participant

    Hi @Pratik,

    Thanks for you help,
    I realized that Android launched an update Monday morning. So I looked for an answer from that side. I downlauded Android System Webview which fixed the problem on my phone. The one of my boyfriend being too old it is impossible for me to download this application and to fix the problem. Do you think the problem came from an incompatibility between the update of Android and my site? Thank you for everything !

    Best Regards
    Mathilde

    in reply to: Security certificate problem with mobiles #109570
    maviedecoeliaque
    Participant

    Hi Pratik,

    thank you so much for you help, I tried on my phone and on my boyfriend’s phone. I can’t try with any other phone because I haven’t other phone.

    This morning there was an update on my phone, I deleted and downloaded each app again but the problem isn’t fix.

    My boyfriend’s phone hasn’t been updated and he can’t access my website by any link ( google facebook or direct) because of this security problem.

    We aren’t in the same place and we only have this problem with my site,

    Regards,
    Mathilde

    maviedecoeliaque
    Participant

    Thank you so much for everything and for the time you past to fix my problem ! It’s nicer with the last code you’re right 🙂

    Best regards !

    Mathilde

    maviedecoeliaque
    Participant

    Thank you so much ! I did it this morning. I hope it will fix my problem in few weeks 🙂
    Do you know what error did I do to have this problem ?

    Thanks

    Best regards

    Mathilde

    maviedecoeliaque
    Participant

    I’m sorry I didn’t have my computer with me this last days. Thanks for your help !


    @Mahesh
    my site url is https://maviedecoeliaque.fr


    @Baneff
    thanks for the post but I don’t understand what can I do to fix the problem ?

    Thanks a lot

    Mathilde

    in reply to: Problem arrows slider after updating #105411
    maviedecoeliaque
    Participant

    Thank you, it works ! So how and where can I add my google font in the header of my parent catch box theme ?

    maviedecoeliaque
    Participant

    Thank you so much, I remove the display block in the #access-secondary ul.menu a and in the #access footer and it’s perfect !

    Thank you for your help and your patience,
    Regards,
    Mathilde

    maviedecoeliaque
    Participant

    I remove the display: block and lines clear: both, float: left, margin and width, but it doesn’t change anything, I’m sorry.

    Regards,
    Mathilde

    maviedecoeliaque
    Participant

    Thanks, so do I remove the line display: block in the child theme, the parent theme or both of theme to fix the problem?

    regards,
    Mathilde

    maviedecoeliaque
    Participant

    Thanks. Yes I did any customization but even if I delete any of this customization in the CSS, I have the same probleme.

    In the functions.php, I wrote :
    <?php
    /**
    ** activation theme
    **/
    add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
    function theme_enqueue_styles() {
    wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );
    }
    ?>

    In the style.css, I wrote :
    /*
    Theme Name: Catch-box-enfant
    Description: Theme enfant de Mathilde maviedecoeliaque
    Author: Mathilde – maviedecoeliaque
    Author URI: https://maviedecoeliaque.fr
    Template: catch-box
    Version: 0.1.0
    */

    /* =Menu
    ————————————————————– */

    #access,
    #access-footer {
    background: #3d3d3d; /* Show a solid color for older browsers */
    background: -moz-linear-gradient(#40A4A4, #40A4A4);
    background: -o-linear-gradient(#40A4A4, #40A4A4);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#40A4A4), to(#40A4A4)); /* older webkit syntax */
    background: -webkit-linear-gradient(#40A4A4, #40A4A4);
    clear: both;
    display: block;
    float: left;
    margin: 0 auto 2px;
    width: 100%;
    }
    #access ul.menu a,
    #access-secondary ul.menu a {
    display: block;
    font-family: ‘Rancho’ , cursive;
    font-size: 1.4em;
    }

    /* =Content
    ———————————————– */

    #main {
    background-color: #eee;
    clear: both;
    }
    .entry-title,
    .entry-title a {
    color: #B70150;
    text-decoration: none;
    font-family: ‘Rancho’, cursive;
    }

    /* =Widgets
    ———————————————– */

    .widget-area {
    font-size: 13px;
    line-height: 1.80em;
    }
    #secondary .widget_catchbox_social_widget {
    padding: 1em 1em 0.2em;
    }
    .widget-title {
    border-bottom: 2px solid #ccc;
    color: #09687D;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-family: ‘Rancho’, cursive;
    }
    .widget ul {
    font-size: 16px;
    margin: 0 0em;
    }

    /* =Padding and Margins
    ———————————————– */

    .widget {
    padding: 20px;
    }

    This is all I write in my child theme.
    Thanks for your help,
    Mathilde

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