Rich82
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problems with permalinksI got this working. Thanks Jan, that was helpful.
Forum: Themes and Templates
In reply to: [Point] Child theme not responsiveThat’s very helpful. I did that and it solved the problem. Thanks a lot.
Forum: Themes and Templates
In reply to: [Point] Child theme not responsiveYes. Here’s the link to my site https://jokes-by-email.com/
No, I didn’t make any changes to the style.css file. I only edited the index.php and archive.php files as I wanted it to show full jokes instead of excerpts.
Thank youForum: Themes and Templates
In reply to: [Twenty Twelve] How to move the second front page widget areaI’ve done that but both of these sidebars appeared either on the right side or below the content. So I ended up creating an extra sidebar and just positioned it on the left using css.
Thanks
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Double opt in not workingHi Stefano,
I got it working. I did what you suggested. I removed the subject and body of the confirmation email and clicked save. It restored itself to the defaults and it worked. I suppose something changed after I updated the plugin to the latest version.
Thank you for your help and a great plugin. I’ll definitely donate something ??
Thanks
RichForum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Double opt in not workingI agree that Go Daddy is not the best. They also have SMTP limit to 250 emails per day. Do you think that HostGator would be a better option?
I’ve tried sending testes messages from the diagnostics tab and I received all 3 messages.
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Double opt in not workingHi Stefano,
Thank you for getting back to me. My provider id Go Daddy and I use as a host: relay-hosting.secureserver.net with default port and no secure protocol. When I click test I receive only one email.
Any ideas what that could be?
Thanks you
Try putting this code in your style.css
.widget-area { background-color: blue; }
I used blue as an example, you use your preferred color.
Forum: Themes and Templates
In reply to: [Twenty Twelve] How to add logo on my website?Thanks. I got it working now. That was one problem and another was with my png image that I created. I’ve tried different png and it worked. Now I just need to recreate my logo.
Thanks
Forum: Themes and Templates
In reply to: [Twenty Twelve] How to add logo on my website?I’ve added
<img src="images/logo1.png"/>
just above<hgroup>
between<header></header>
Forum: Themes and Templates
In reply to: [Twenty Twelve] How to add logo on my website?I’ve already done that. Thanks
Forum: Themes and Templates
In reply to: [Twenty Twelve] Add search box to Nav menuThanks Paulwpxp! That’s very helpful. I applied it to my website and it looks good in my menu charmandrich.com
Forum: Fixing WordPress
In reply to: Different colours of site titleThanks Aaron. If I don’t figure out how to modify the code I’ll try to replace that function with the code you suggested.
Forum: Fixing WordPress
In reply to: Different colours of site titleThanks Aaron and Esmi for the reply but as Esmi says my theme uses
<?php bloginfo( 'name' ); ?>
function.I have already created a child theme and as you can see modified it a bit. Could you please give me some more information how to modify the code?
Thanks
Forum: Themes and Templates
In reply to: [Twenty Twelve] Double lines separating postsThanks. I’ve found it. In case someone else has the same problem here’s the piece of code I’ve added into my style sheet
.site-content article { border-bottom-style:solid; }