lauriepk
Forum Replies Created
-
Works like a charm again! Thank you, @dgwyer – your plugin is fantastic.
Thank you, @nickbits.
Forum: Themes and Templates
In reply to: [Neve] Comments meta squished into single spaceThank you! The code on https://docs.themeisle.com/article/1137-how-to-display-the-comment-box-above-the-comments-in-neve worked perfectly ??
Forum: Themes and Templates
In reply to: [Neve] Move Reply Box on Top of Existing CommentsThe code worked perfectly, and Neve comes through AGAIN! You guys/gals/all are awesome ??
Thank you so much,
Laurie
Great, thank you!
Forum: Themes and Templates
In reply to: [Neve] Move Reply Box on Top of Existing CommentsI spoke too soon ?? The code actually caused a whole new problem ??
https://www.ads-software.com/support/topic/comments-meta-squished-into-single-space/
Forum: Themes and Templates
In reply to: [Neve] Themeisle’s PHP code has an errorI figured out the problem! In my Child functions.php the following code was missing. When I added it to the code provided by ThemeIsle, the file saved correctly and the result was perfect.
Thank you so much ??
<?php if ( ! defined( 'ABSPATH' ) ) {
exit;
}
if ( ! function_exists( 'neve_child_load_css' ) ):
/**
* Load CSS file.
*/
function neve_child_load_css() {
wp_enqueue_style( 'neve-child-style', trailingslashit( get_stylesheet_directory_uri() ) . 'style.css', array( 'neve-style' ), NEVE_VERSION );
}
endif;
add_action( 'wp_enqueue_scripts', 'neve_child_load_css', 20 );Forum: Themes and Templates
In reply to: [Neve] Move Reply Box on Top of Existing CommentsI figured out the problem! In my Child functions.php the following code was missing. When I added it to the code provided by ThemeIsle and you, the file saved correctly and the result was perfect.
Thank you so much, Lucia ??
<?php if ( ! defined( 'ABSPATH' ) ) {
exit;
}
if ( ! function_exists( 'neve_child_load_css' ) ):
/**
* Load CSS file.
*/
function neve_child_load_css() {
wp_enqueue_style( 'neve-child-style', trailingslashit( get_stylesheet_directory_uri() ) . 'style.css', array( 'neve-style' ), NEVE_VERSION );
}
endif;
add_action( 'wp_enqueue_scripts', 'neve_child_load_css', 20 );Forum: Themes and Templates
In reply to: [Neve] Themeisle’s PHP code has an errorWhy isn’t this working for me? I just don’t get it. Neve Child theme is active. I’m copying and pasting into the Child’s functions.php file (which has no code but this)…what am I don’t wrong?
Forum: Themes and Templates
In reply to: [Neve] Move Reply Box on Top of Existing CommentsTwice I copied and pasted the code from your link, Lucia (the 2nd time I even clicked on Raw and did a Select All copy and paste), but got the exact same error:
Your PHP code changes were rolled back due to an error on line 38 of file wp-content/themes/child-neve/functions.php. Please fix and try saving again. syntax error, unexpected ‘}’, expecting end of file
I created a temporary new list for that single subscriber, duplicated the newsletter, and sent to that new list. Then, after it’s sent, I’ll just add my new subscriber to my existing list.
It worked, but it would be great to be able to send a previous newsletter to one or a few people.
Great plugin, though! I really like it ??
Forum: Themes and Templates
In reply to: [Neve] Previous Comments CSS Code?Thank you Lucinda, I appreciate it! Thanks for making Neve, and for helping us navigate our tweaks ??
Forum: Themes and Templates
In reply to: [Neve] decrease space around post titleThanks, Ian! It didn’t work as it is – though I understand you said “start playing around with.” The problem is that I have no idea where to start playing.
I do have code that removes the top margin. If you see something there that might help the space around the post title, please let me know.
/* Remove margin top */
.nv-single-post-wrap .entry-header:first-child, .nv-single-post-wrap .nv-content-wrap:first-child, .nv-single-post-wrap .nv-post-navigation:first-child, .nv-single-post-wrap .nv-tags-list:first-child, .nv-single-post-wrap .nv-thumb-wrap:first-child {
margin-top:0;
}Thanks again – I appreciate your response very much!
Forum: Themes and Templates
In reply to: [Neve] How to create a page with list of all blog posts?I’m not with Neve, but I do have a page with all my blog posts on it ( https://lauriepawlik.com/lauries-blog-posts/ ) I use the Simple Sitemap plugin to create a page; it’s easy, versatile and free ??
Right, thank you Stefano. That’s what I thought but I wanted to double check.
I love your plug in, and really appreciate your fast, helpful replies! ??