Hi! I can’t see that theme on the live link, so I can’t give you suggestions what is wrong.
hi, I changed the theme because I couldn’t. I just put it back, try checking now. Thank you
There seem to be some css class conflict with one of your plugins – try disabling them and see what happens. If it works, re-enable them one by one and check the page between each activation to find the troublemaker.
Edit: Or if you are using a child theme, you may have added it the wrong way so that style.css loads twice, after responsive.css – so it breaks. If you have a child theme, try using the parent theme and see if that works.
I tried deactivating one plugin at a time, but nothing changes.
I did a test with the “Parent Theme” but you always see the mobile & tablet version decentralized.
Yes, I normally use a child theme, I created a style.css file in the child folder with this written inside
/*
Theme Name: Shapebox Child
Theme URI: https://www.coscienzauniversale.it/
Description: Child theme for Shapebox theme
Author: Stefy
Author URI: https://alx.media/
Template: shapebox
Version: 0.1.0
*/
then in the functions.php file at the end I added this:
}
add_action( ‘wp_print_footer_scripts’, ‘shapebox_skip_link_focus_fix’ );
add_action( ‘wp_enqueue_scripts’, ‘enqueue_parent_theme_style’ );
function enqueue_parent_theme_style() {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri().’/style.css’ );
}
is there any mistake in this?
Could you give me any other advice to fix this problem?
Try using this style.css and functions.php. Download the child theme zip here.
When you have made changes to the theme, make sure to clear any cache and then force-refresh the page by pressing CTRL+F5.
thank you very much, you managed to solve it!
I reactivated the theme now 🙂
-
This reply was modified 2 years, 8 months ago by
ilniko94.