Bernie Mooney
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Change font size in taglineOh geez, I hate it when I miss that kind of thing. It was late, thanks. It works.
Forum: Themes and Templates
In reply to: Change font size in taglineSo, the code for the title worked but not the tagline. No problem. I just moved the phone number up.
I’m assuming that there is a size limit problem that limits the size of the tagline font.
https://callanandbyrnes.com/wp/
Thanks again.
B.
Forum: Themes and Templates
In reply to: Change font size in taglineThank you! I’ll give it a try.
Forum: Themes and Templates
In reply to: Change font size in taglineOops, forgot the link.
https://callanandbyrnes.com/wp/
This for another thread but, I’ve been trying to install Jetpack but every time I go to activate I get an error message. I tried manually installing via FTP as well and no go that way either. WP version 4.1.1
Thanks,
B.
Forum: Fixing WordPress
In reply to: need permalknk helpThanks. I fixed by permalinking by date.
Forum: Fixing WordPress
In reply to: need permalknk helpThanks, I did that and I don’t think it has what I’m looking for, unless I missed it. Here’s what I did.
I moved from .com to .org. everything transferred smoothly. Where my problem lies is that if someone linked to a post on the old blog, it now comes up with a 404 error. How can I fix that? Or can I?
Forum: Fixing WordPress
In reply to: Formatting went all weirdAh, I solved the problem. Weird enough as it sounds, I decided to copy the blog to my site and then, I started deleting posts, newest first and after each one looked at the site. When i got to one post that was it. The formatting came back. So, I went back to the deskset site and looked at the offending post and sure enough, there was all kinds of extraneous HTML code in the post. I stripped it our and back to normal.
Thanks again, for your help. Who knew that’s what it would be?
Forum: Fixing WordPress
In reply to: Formatting went all weirdThanks again. How did you do that? Can you explain what that all means to me so when I call GoDaddy…again, I can explain why it is a server issue?
Thanks
Forum: Fixing WordPress
In reply to: Formatting went all weirdCalled GoDaddy where the blog is hosted and they were pretty much useless. Do you think we might have to reinstall from scratch?
Forum: Fixing WordPress
In reply to: Formatting went all weirdThanks. Okay, I changed it but still no dice. The validation tool still says it can’t do it.
Oh, and I tried activating other themes and they don’t display correctly either.
Forum: Fixing WordPress
In reply to: Formatting went all weirdThanks. This is the response I got from the link:
” A fatal error occurred when attempting to decode response body from https://thedeskset.org/. Either we do not support the content encoding specified (“none”), or an error occurred while decoding it.
The error was: Don’t know how to decode Content-Encoding ‘none'”
Forum: Themes and Templates
In reply to: missingpage link in notepad themeThat’s where my expertise is limited, in editing the code. I can usually figure things out, but this one has me stumped. This is the code in the header. Any advice about editing this would be greatly appreciated. I think this is the code I have to change.
<title><?php if (is_home()) {
echo bloginfo(‘name’);
} elseif (is_404()) {
echo ‘404 Not Found’;
} elseif (is_category()) {
echo ‘Category:’; wp_title(”);
} elseif (is_tag()) {
echo ‘Tag:’; wp_title(”);
} elseif (is_search()) {
echo ‘Search Results for: ‘ . $s;
} elseif ( is_day() || is_month() || is_year() ) {
echo ‘Archives:’; wp_title(”);
} else {
echo wp_title(”);
}
?></title>Forum: Themes and Templates
In reply to: missingpage link in notepad themeRight after I posted the message I looked again and noticed that the Pages widget was inactive. I put it back and now all pages list in the sidebar. Now, I would like to know how to remove them from the header or have some in the header and some in the sidebar.
Thanks for your help.
Forum: Themes and Templates
In reply to: Placing an image above the headerI decided to place the image in another location and it actually looks better there anyway.
Thanks for the help
Forum: Themes and Templates
In reply to: Placing an image above the headerSo, I inserted that code (modified) as an absolute url and all I got was the alt text “logo.” No image.
Any ideas?
Thanks.