lauriescharp
Forum Replies Created
-
THanks!!!
I’ve heard of one other Windows user with a “connection reset” message. In that case, it was due to Apache’s ThreadStackSize being too small. If that is the case, you can fix it by adding this to httpd.conf:
<IfModule mpm_winnt_module>
ThreadStackSize 8388608
</IfModule>Worked great for me.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Links in sent Newsletter not workingHere is what I figured out:
With version 2.7.8, when I’m looking at my test email, I hover over the links, I get a garbled looking address, which starts with my domain. I made the poor assumption that this link was not going to go to where I wanted (in the past it didn’t). When I did finally click on it, it did go where I wanted. So, I guess the links do work, they just don’t look like I expect them too.
So, the links are working now, at least in my test email.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Links in sent Newsletter not workingI am having this same problem today. Quite frustrating. I’m surprised that there isn’t more talk about it on here.
I’m also having this problem, but updating the galleries is not helping. Any more thoughts?
@alchymyth, thank you. Does that also remove the javascript? I want the js from parent, like my drop down menus and so forth. When I remove the code you mentioned, it seems to be the CSS I’m wanting but then there is no drop down menus for my nav bar (and there should be). I really appreciate your assistance!
I actually do change a handful of files in my child theme. I copy these files from the parent and then make the changes I want. My best hope is that the files will run only from my child folder. If the file is in there, I want it to be read and not read any info from that particular file from the parent.
In the past, every time I’ve read about child themes, it says to import and use parent as template. What do you think @alchymyth?
Forum: Themes and Templates
In reply to: [Accelerate] Where can I customize my CSS style?Appearance>Editor, scroll to the bottom, on the right side: styles, style.css. If you’re going to make many changes, you should look up how to do a child-theme.
Thanks so much for your help Michael. Right now I have:
in my child stylesheet, says template: twentythriteen up in the commented out info.
in my functions.php for child it says: function theme_enqueue_styles() {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );
}So I guess I should change that part in the functions.php? What do I change it to?
Actually I would really like it if it only reads my child CSS and completely ignores the parent CSS. Is that possible?
Forum: Themes and Templates
In reply to: [Intuition] Change Home Page Title – Intuition ThemeSeriously. Same problem here. Can someone help?
thanks steve! it’s too bad for me but I get the reasoning.
Forum: Plugins
In reply to: [Seamless Donations is Sunset] More than one giving form?Ok. Thanks for the speedy answer. I look forward to the update with multiple forms. Thanks for creating a great plugin! I like this one better than the others because you can do monthly donations.
Forum: Fixing WordPress
In reply to: Failed Import of WP site, can't get into WP adminby the way, the site is lauriegoestoafrica.com.
the plugin is All-in-One WP Migration.