kbtremelling
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Kale] Media QueryI’m not really sure what slider you are talking about. You mean my instagram feed? That is the AccessPress Instagram plugin.
Forum: Themes and Templates
In reply to: [Kale] Media QueryThank you very much. It looks great now!
Forum: Themes and Templates
In reply to: [Kale] Media QueryI don’t want any padding on the mobile device. Should I put padding-right: 0px? Or is there something else that is more effective?
Forum: Themes and Templates
In reply to: [Kale] Changing Widget WidthIt worked! Thank you.
Forum: Themes and Templates
In reply to: [Kale] Changing Widget WidthWow, I never saw that! Duh:) Is there a way to align the text to the right side?
Forum: Themes and Templates
In reply to: [Kale] Switch Order of “Featured Posts” and DiaryYES!! Thank you, that worked!
Forum: Themes and Templates
In reply to: [Kale] Switch Order of “Featured Posts” and DiaryAlso when I deleted the “<?php” on line 8, the order on the front page did not change either.
Forum: Themes and Templates
In reply to: [Kale] Switch Order of “Featured Posts” and DiaryI successfully (I think) made the child theme. However, when I copy and pasted that code into the functions.php and reloaded my website I got a message saying “Parse error: syntax error, unexpected ‘<‘ in /home/thelit52/public_html/wp-content/themes/Kale-child/functions.php on line 8”. It’s referring to the <?php on the first line of your code found above through that link.
I have this in the first few lines:
<?php add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ ); function theme_enqueue_styles() { wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ ); wp_enqueue_style( ‘child-style’, get_stylesheet_uri(), array( ‘parent-style’ ) ); }[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
Do you know why it’s saying error??
Again, thank you.
- This reply was modified 9 years, 1 month ago by bdbrown.
Forum: Themes and Templates
In reply to: [Kale] Switch Order of “Featured Posts” and DiaryIs there a child theme plugin that you would suggest? I’ve been looking at CSS Editor plugins. Is the reordering of the features on my home page considered a minor change? I understand why creating a child theme may be better than a CSS Editor. I just don’t really know what is considered minor changes and what’s not.:)
Forum: Themes and Templates
In reply to: [Kale] Switch Order of “Featured Posts” and DiaryI would love to get some help with that option! I have no idea about how to go about doing that. I would greatly appreciate the help with the coding!
Thank you:)