Hello,
For some strange reason, the Legenda theme is not responsive any more. Can you please check what happens?
Thanks in advance for your help,
Nathalie
This topic has 9 replies, 4 voices, and was last updated 10 years, 1 months ago ago by Stan Russell
Hello,
For some strange reason, the Legenda theme is not responsive any more. Can you please check what happens?
Thanks in advance for your help,
Nathalie
Hello,
Please update the theme to the latest version.
Before update delete “woocommerce” folder in the directory wp-content/themes/legenda/ and it’ll be reuploaded from a new theme package.
Also update all required plugins https://www.8theme.com/download-plugins/ .
Don’t forget to create back up of your files and database before starting update process!
Best regards,
Jack Richardson.
Thanks Jack !
I just did it… but it did not solve my issue 🙁
Do you please mind having a quick look?
Thanks again,
Nathalie
Hello,
You had responsive design disabled.
I’ve enabled it in Theme Options > Responsive. Also the problem persists only with your child theme, activate parent theme and the site will be responsive. So, check customization you’ve made in the child theme.
Best regards,
Jack Richardson.
Hello,
I’ve checked it with default Legenda theme and responsive is working fine. Please check your customization of the Child Theme.
Regards,
Robert Hall.
Hello Jack and Robert,
Thanks a lot for your help. I will for sure help me to spot the issue. I will look at it very soon.
Thanks again for your kind help,
Nathalie
Hello,
You’re welcome.
Best regards,
Jack Richardson.
Hello,
You can close the topic, I have found the issue.
This was a nasty mistake..
In the functions.php file of my sub-theme, I typed :
function enqueue_child_theme_styles() {
wp_enqueue_style( 'legenda', get_template_directory_uri().'/style.css' );
wp_enqueue_style( 'legenda-child', get_stylesheet_uri(), array('parent-style') );
}
while the right code is :
function enqueue_child_theme_styles() {
wp_enqueue_style( 'legenda', get_template_directory_uri().'/style.css' );
wp_enqueue_style( 'legenda-child', get_stylesheet_uri(), array('legenda') );
}
(ie “legenda” instead of “parent-style” in the last bracket)
Nathalie
Hello poissonplume,
we are happy that your problem is solved! Have a nice day!
Regards,
Stan Russell.
The issue related to '‘Legenda not responsive any more’' has been successfully resolved, and the topic is now closed for further responses