devengeorg
Forum Replies Created
-
post title – category name
but category name does not link to category page?Forum: Themes and Templates
In reply to: [Radical Lite] 404 pages return 200 header responseThis happens with mydomain/search/adfadfadfa
Forum: Themes and Templates
In reply to: CUSTOM TEMPLATES HOW TO USE PLUGINSMaybe it’s a theme error ok i’ll try to dig in.
Thanks you
Forum: Themes and Templates
In reply to: CUSTOM TEMPLATES HOW TO USE PLUGINSOk I found the code here `if ( !function_exists( ‘chld_thm_cfg_parent_css’ ) ):
function chld_thm_cfg_parent_css() {
wp_enqueue_style( ‘chld_thm_cfg_parent’, trailingslashit( get_template_directory_uri() ) . ‘style.css’ );
}
endif;
add_action( ‘wp_enqueue_scripts’, ‘chld_thm_cfg_parent_css’ );`I use child theme configurator.
I am really new with WordPress. I know I can remove that but my default theme would not work properly.
How am I going to detect if it’s using default template or custom template so that I can enqueue the main theme css or not.
Thanks
Forum: Themes and Templates
In reply to: CUSTOM TEMPLATES HOW TO USE PLUGINSstyle.css
bootstrap.cssThe problem is that the main theme css will show in the html code
so there will be two style.css in the head my custom template.
How do I remove the main theme css files if I use wp_head() in the head section of my custom template?
Thanks
Forum: Themes and Templates
In reply to: CUSTOM TEMPLATES HOW TO USE PLUGINSI uploaded css files on the child theme so i can load it there.
I load stylesheet in the head
<head> <code><link rel="stylesheet" href="https://www.****.com/wp-content/themes/sparkling-child/css/bootstrap-theme.min.css"/></code> <code><link rel="stylesheet" href="https://www.****.com/wp-content/themes/sparkling-child/css/bootstrap.css"/></code>
<link rel=”stylesheet” href=”https://www.****.com/wp-content/themes/sparkling-child/css/style.css”>
<?php wp_head()?>
</head>
without wp_head() the custom template is working fine but with it, it breaks the theme design.
Forum: Plugins
In reply to: [Live Edit] Don't understand instructionswhat is editable field?
I mean for mail chimp can you help me? how do I do it?
what codes should i put?
Forum: Themes and Templates
In reply to: [Fashionistas] Using child theme them is not responsive anymoreSorry it’s my fault I did not copy style.css I’m very sorry. Thanks by the way
Forum: Themes and Templates
In reply to: [Fashionistas] make comment links to author do follow?Thank you