psidwell
Forum Replies Created
-
+1. Thanks for the tip!
Forum: Fixing WordPress
In reply to: RSS Feed not working in Feedburner but can access directlyTara-
I’ve tried everything- copy and paste, typing it in directly, adding an ‘s’, standing on my head, I even sacrificed a chicken to see if that would appease Saint Feedburner.
Any more tips I could try?
Forum: Themes and Templates
In reply to: [Columbus] Colour SchemeDepending on your level of experience with CSS, you may want to hire this work out. Developing a custom color scheme is a technical skill, as well, but it sounds like you may already have an idea of what you want.
Forum: Plugins
In reply to: [Super RSS Reader - Add attractive RSS Feed Widget] HTML entity issueThe error seems to be coming from the way the source link is written:
https://www.infojobs.net/getafe/network-amp-security-cisco-checkpoint-minimo-ccsa/of-i137e230d8341d7a2e1c26ee4df0914
The ‘amp’ in the url seems to be parsing incorrectly.
Forum: Plugins
In reply to: [Super RSS Reader - Add attractive RSS Feed Widget] HTML entity issuenfrost21, can you provide a link to your site so I can see this problem in action?
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] No email from website formbelmontplots,
I was having the same problem. mc-tak pointed me in the right direction, and here’s what I found:
It looks like you need to set up an RSS-driven feed. Here’s MailChimp’s how-to: https://kb.mailchimp.com/article/how-can-i-add-any-blog-post-to-a-regular-campaign
Hope this helps!
Forum: Plugins
In reply to: [W3 Total Cache] Upgraded plugin, now 500 error for public and adminNot exactly sure why it happens, but it’s always a good idea to disable all other plugins before installing or upgrading plugins, then turn each one back on one at a time.
Glad it helped!
Forum: Plugins
In reply to: [W3 Total Cache] Upgraded plugin, now 500 error for public and adminSeth,
Try logging in thru FTP and deleting the W3 plugin directory from wp-content/plugins/w3-total-cache.
You may also need to delete any files in the wp-content/cache directory.
Forum: Themes and Templates
In reply to: [Max Magazine] Changing Navigation Bar BackgroundTry adding the following to the #nav element:
position: relative;Forum: Themes and Templates
In reply to: [Max Magazine] How to Remove Comments Off Textyou can use a simple plugin like Disable Comments to remove the ability to comment from certain types of pages, or your entire site.
Forum: Themes and Templates
In reply to: [Max Magazine] Featured Categories Formattingdone.
Forum: Themes and Templates
In reply to: [Max Magazine] Featured Categories FormattingI’m like you; I started out with a good grasp of HTML and CSS, but the PHP was different. Lucky for me, my job has allowed me to explore and practice with PHP and I’m learning quite a bit.
WIthout seeing your files, though, I’m afraid I can’t be much help. If I fill out the contact form on your site, will that go to you?
I think that would be the best way to touch base outside the forums here, then you can send me your files and I can take a look.
Forum: Themes and Templates
In reply to: [Max Magazine] Featured Categories FormattingIt’s calling the third category container ‘category’, just like the first one. This is giving it the wrong spacing.
Rename the container for the third item ‘category right-side’. Then change your child theme’s style.css as follows:
Line 818: margin-left: 0px;
Line 829: add margin-left: 30px;That oughta do the trick.
Forum: Themes and Templates
In reply to: [Max Magazine] Next Previous links not showing on single postYou bet! Hope you find what works for your site.
Forum: Themes and Templates
In reply to: [Max Magazine] Featured Categories FormattingWidth and spacing seem fine, but for some reason the theme is putting the ‘more posts’ in with the ‘featured posts’.
I would check in your Admin panel, make sure these posts you’re featuring are classified correctly.