Forum Replies Created
-
AuthorPosts
-
maviedecoeliaqueParticipant
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
maviedecoeliaqueParticipantHi @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
MathildemaviedecoeliaqueParticipantHi 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,
MathildeJanuary 10, 2017 at 8:09 pm in reply to: Hatom error (updated and author) and schema.org error (person homelocation) #106844maviedecoeliaqueParticipantThank 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
January 10, 2017 at 6:16 pm in reply to: Hatom error (updated and author) and schema.org error (person homelocation) #106837maviedecoeliaqueParticipantThank 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
January 10, 2017 at 12:41 am in reply to: Hatom error (updated and author) and schema.org error (person homelocation) #106796maviedecoeliaqueParticipantI’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
maviedecoeliaqueParticipantThank you, it works ! So how and where can I add my google font in the header of my parent catch box theme ?
September 29, 2016 at 12:18 pm in reply to: My menu doesn't look the same in mobiles with Catch box theme and my child theme #100539maviedecoeliaqueParticipantThank 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,
MathildeSeptember 28, 2016 at 4:51 pm in reply to: My menu doesn't look the same in mobiles with Catch box theme and my child theme #100495maviedecoeliaqueParticipantI remove the display: block and lines clear: both, float: left, margin and width, but it doesn’t change anything, I’m sorry.
Regards,
MathildeSeptember 28, 2016 at 3:38 pm in reply to: My menu doesn't look the same in mobiles with Catch box theme and my child theme #100486maviedecoeliaqueParticipantThanks, so do I remove the line display: block in the child theme, the parent theme or both of theme to fix the problem?
regards,
MathildeSeptember 28, 2016 at 11:24 am in reply to: My menu doesn't look the same in mobiles with Catch box theme and my child theme #100470maviedecoeliaqueParticipantThanks. 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 -
AuthorPosts