Forum Replies Created
-
Hi!
Well, I am using Parallel Lite 😉 I also tried child theme you have made, same result: fonts doesn’t look same as on parent theme. Do you have any clue how to fix that?
Hi!
Thanks for the advice. For doing that I’ve created a child theme. When activating it, font (type, size, color) changes for some reason. I am using the code below on functions.php. What am I missing or what should I do to keep font same as it is on parent theme?
<?php
add_action( 'wp_enqueue_scripts', 'enqueue_parent_styles' );function enqueue_parent_styles() {
$parent_style = 'parent-style';wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' );
wp_enqueue_style( 'child-style',
get_stylesheet_directory_uri() . '/style.css',
array( $parent_style )
);wp_enqueue_style( 'bootstrap-style', get_template_directory_uri() . '/css/bootstrap.css' );
wp_enqueue_style( 'bootstrap-min-style', get_template_directory_uri() . '/css/bootstrap.min.css' );
wp_enqueue_style( 'font-awesome-style', get_template_directory_uri() . '/css/font-awesome.css' );
wp_enqueue_style( 'font-awesome-min-style', get_template_directory_uri() . '/css/font-awesome.min.css' );
wp_enqueue_style( 'multi-columns-row-style', get_template_directory_uri() . '/css/multi-columns-row.css' );
wp_enqueue_style( 'slick-style', get_template_directory_uri() . '/css/slick.css' );
wp_enqueue_style( 'slick-theme-style', get_template_directory_uri() . '/css/slick-theme.css' );
}
?>
Hi!
Now it looks good on desktop but with Chrome on mobile phone the checkbox is still in the middle and text is on the different line. Is it possible to fix that too or is that by design?
Thank you. Yeah the align is for the text so it is underneath the checkbox. Without that alignment checkbox is in the middle and text on the left. But I’ll remove that after update. Huge thanks for extremely fast response 🙂
I have done all except adding mailchimp (don’t need that) and setup a blog page (“then choose another page as “Posts page” to serve your blog posts”).
Link to the site: http://31.217.196.210/~iaofivlb/
It’s currently using temporary address, so here it is: http://31.217.196.210/~iaofivlb/
I am having same problem on iPad with Chrome and Safari. Can this be solved somehow?