webkong
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Theme directory does not existWordPress does not like dash “-” in theme name. Remove the dash “-” in theme name.
If not work, try these.
https://wordpress.org/search/theme+directory++not+exist
[Signature links removed by moderator per forum rules.]
- This reply was modified 9 years, 8 months ago by James Huff.
Forum: Themes and Templates
In reply to: Importing parent theme stylesheet to child themeYou forget to add the child theme style.css.
<?php function my_theme_enqueue_styles() { $parent_style = 'parent-style'; // This is 'twentyfifteen-style' for the Twenty Fifteen theme. 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_get_theme()->get('Version') ); } add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' ); ?>[Signature links removed by moderator per forum rules.]
- This reply was modified 9 years, 8 months ago by James Huff.
Forum: Themes and Templates
In reply to: [Sydney] Large white space underneath header image.page-wrap { padding-top: 0; } .page-wrap { padding-bottom: 0; }Add to your custom css plugin.
[Signature links removed by moderator per forum rules.]
- This reply was modified 9 years, 8 months ago by James Huff.
Forum: Themes and Templates
In reply to: How to expand the menu bar?This gives your menu little more room.
.grid_5_of_12 { width: 24%; } .grid_7_of_12 { width: 70%; }Add to your custom css plugin.
[Signature links removed by moderator per forum rules.]
- This reply was modified 9 years, 8 months ago by James Huff.
Forum: Themes and Templates
In reply to: [Spasalon] Change H3 style on page templateh3 { font-family: “MarketingScript”; font-size: 42px; line-height: 45px; font-style: normal; }Add to your custom css plugin.
[Signature links removed by moderator per forum rules.]
- This reply was modified 9 years, 8 months ago by webkong.
- This reply was modified 9 years, 8 months ago by James Huff.
Forum: Themes and Templates
In reply to: [Medica Lite] Changing the menu bar color.navigation { background: darkblue; }Add to your custom css plugin.
[Signature links removed by moderator per forum rules.]
- This reply was modified 9 years, 8 months ago by webkong.
- This reply was modified 9 years, 8 months ago by webkong.
- This reply was modified 9 years, 8 months ago by James Huff.
Forum: Themes and Templates
In reply to: [Customizr] Override / modify text in footerForum: Themes and Templates
In reply to: [OnePress] Social footer links and section title colorsWould you post your website URL?
https://codex.wordpress.org/Forum_Welcome#Include_as_Much_Information_as_Possible- This reply was modified 9 years, 8 months ago by webkong.
Forum: Themes and Templates
In reply to: [Optimizer] Inability to edit front pageDeactivate all your plugins. If problem resolved, one at a time activate plugins back on to see which one is the culprit.
Change theme to standard ones like “twenty <something>” themes to see if problem resolves .
- This reply was modified 9 years, 8 months ago by webkong.
Forum: Themes and Templates
In reply to: [Spacious] Removal of "discussion / thread"#primary { display: none; }Add to your custom css plugin.
[Signature links removed by moderator per forum rules.]
- This reply was modified 9 years, 8 months ago by webkong.
- This reply was modified 9 years, 8 months ago by James Huff.
blockquote { background: yellow; }Add to your custom css plugin.
Forum: Themes and Templates
In reply to: [Passionate] servises images sizePost your website URL so I can take a look?
Forum: Themes and Templates
In reply to: [Customizr] Change URL color in post content only.What is your website URL?
Forum: Themes and Templates
In reply to: [Smartline Lite] Changing font sizehtml { font-size: 120.01%; }Add to your custom css plugin.
Forum: Themes and Templates
In reply to: [Virtue] how to change colour the of title post