child theme
-
Hi
I have installed this themes ”zeedynamic” and i would like to made some changes in css , as this themes do not provide all featyres that i wanted to preview in my site , can i make a child themes ?
-
Hi there,
Thanks for using zeeDynamic.
You can surely create a child theme if you want. You can learn more about child themes on https://themezee.com/docs/introduction-of-child-themes/ or https://codex.www.ads-software.com/Child_Themes
Best,
ThomasHi again Thomas, Hope you are well.
I am facing a problem with me theme, when i am in dashborad or in general when i click to my website the sustem shows me this message ”conflict with an other plugin wich overite the jquery.In the begining it has shown very rarely but now it is shown very often, when i click ok in the box the page or post work fine, but it has slow down me site.I have checked my plugins but all work fine.The website is https://www.monopoli.al I have search into different blogs and they mentioned that maybe it is smth wrong with the script in functions php.Below you will find what is apperaring in my functions php in parent theme. I will appriciate your help.Thank you in advance!!
Below you will find /**
* Enqueue scripts and styles.
*/
function tortuga_scripts() {// Get Theme Version
$theme_version = wp_get_theme()->get( ‘Version’ );// Register and Enqueue Stylesheet
wp_enqueue_style( ‘tortuga-stylesheet’, get_stylesheet_uri(), array(), $theme_version );// Register Genericons
wp_enqueue_style( ‘tortuga-genericons’, get_template_directory_uri() . ‘/css/genericons/genericons.css’, array(), ‘3.4.1’ );// Register and Enqueue HTML5shiv to support HTML5 elements in older IE versions
wp_enqueue_script( ‘tortuga-html5shiv’, get_template_directory_uri() . ‘/js/html5shiv.min.js’, array(), ‘3.7.3’ );
wp_script_add_data( ‘tortuga-html5shiv’, ‘conditional’, ‘lt IE 9’ );// Register and enqueue navigation.js
wp_enqueue_script( ‘tortuga-jquery-navigation’, get_template_directory_uri() . ‘/js/navigation.js’, array( ‘jquery’ ), ‘20160421’ );// Register and Enqueue Google Fonts
wp_enqueue_style( ‘tortuga-default-fonts’, tortuga_google_fonts_url(), array(), null );// Register Comment Reply Script for Threaded Comments
if ( is_singular() && comments_open() && get_option( ‘thread_comments’ ) ) {
wp_enqueue_script( ‘comment-reply’ );
}} // tortuga_scripts
add_action( ‘wp_enqueue_scripts’, ‘tortuga_scripts’ );Hi again Thomas, Hope you are well.
I am facing a problem with me theme, when i am in dashborad or in general when i click to my website the sustem shows me this message ”conflict with an other plugin wich overite the jquery.In the begining it has shown very rarely but now it is shown very often, when i click ok in the box the page or post work fine, but it has slow down me site.I have checked my plugins but all work fine.The website is https://www.monopoli.al I have search into different blogs and they mentioned that maybe it is smth wrong with the script in functions php.Below you will find what is apperaring in my functions php in parent theme. I will appriciate your help.Thank you in advance!!
Below you will find /**
* Enqueue scripts and styles.
*/
function tortuga_scripts() {// Get Theme Version
$theme_version = wp_get_theme()->get( ‘Version’ );// Register and Enqueue Stylesheet
wp_enqueue_style( ‘tortuga-stylesheet’, get_stylesheet_uri(), array(), $theme_version );// Register Genericons
wp_enqueue_style( ‘tortuga-genericons’, get_template_directory_uri() . ‘/css/genericons/genericons.css’, array(), ‘3.4.1’ );// Register and Enqueue HTML5shiv to support HTML5 elements in older IE versions
wp_enqueue_script( ‘tortuga-html5shiv’, get_template_directory_uri() . ‘/js/html5shiv.min.js’, array(), ‘3.7.3’ );
wp_script_add_data( ‘tortuga-html5shiv’, ‘conditional’, ‘lt IE 9’ );// Register and enqueue navigation.js
wp_enqueue_script( ‘tortuga-jquery-navigation’, get_template_directory_uri() . ‘/js/navigation.js’, array( ‘jquery’ ), ‘20160421’ );// Register and Enqueue Google Fonts
wp_enqueue_style( ‘tortuga-default-fonts’, tortuga_google_fonts_url(), array(), null );// Register Comment Reply Script for Threaded Comments
if ( is_singular() && comments_open() && get_option( ‘thread_comments’ ) ) {
wp_enqueue_script( ‘comment-reply’ );
}} // tortuga_scripts
add_action( ‘wp_enqueue_scripts’, ‘tortuga_scripts’ );
- The topic ‘child theme’ is closed to new replies.