script2see
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Question About Child Theme.jsonThank you very much, bcworkz. I appreciate your help.
Forum: Developing with WordPress
In reply to: Enqueuing Stylesheet of Child ThemeThanks, bcworkz.
Forum: Developing with WordPress
In reply to: Enqueuing Stylesheet of Child ThemeThank you very much, corrinarusso. I really appreciate your help.
Forum: Plugins
In reply to: [W3 Total Cache] Add htaccess SSL Redirect Code Above W3 Total Cache RuulesThanks, Marko. That worked perfectly.
Have a great rest of your day!
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Style Rules Don’t Work in styles.cssThanks, raytan12 and properlypurple.
It seems that Twenty Twenty-Four doesn’t enqueue style.css. So, there’s no way to use the stylesheet. I’m going to submit a bug ticket to the WordPress team.
Hi, Arnaud.
When I disabled the plugin, the database and site-loading issue disappeared. I think All in One SEO was conflicting with W3 Total Cache.
Please note that the site loading problem only seems to occur in the Chrome browser.
Forum: Themes and Templates
In reply to: [Frost] Logo Margins and Padding in Site HeaderHi, Brain. I was testing the theme on a local development environment using WAMP. I’ll try to provide some screenshots.
Glenn
Forum: Plugins
In reply to: [W3 Total Cache] Failed to set referrer policyThank you very much, Marko. I appreciate your help.
Forum: Plugins
In reply to: [W3 Total Cache] Opcode Cache Can’t Be SelectedThanks for the fast response Marko. I really appreciate it.
The PHP module for zend Opcache is enabled in my GoDaddy CPanel, but I’ll check with them to see if there are any issues on their end.
Thanks again.
It appears that I was incorrect about the bug being from All In One SEO Pack. My apologies.
It was from some bad code from Constant Contact.
Forum: Requests and Feedback
In reply to: Feature Idea – Templating PostsThe post template feature would be great. I am, however, using Nathan Rice’s plugin for that on sites I designed for clients. So, that’s a good interim solution. But having the post template functions built into the WordPress core is definitely on my wish list.
Forum: Themes and Templates
In reply to: How to create custom post formating in wordpress?Check out the following article from Nathan Rice about creating single post templates:
http://www.nathanrice.net/blog/wordpress-single-post-templates/
Nathan has simplified his original code so that it now only encompasses one line of PHP that you would add to functions.php in WordPress.
You’ll have to create some specific CSS for your post template after adding the PHP to the functions file, but you’ll find the process to be fairly straightforward. The end result is a drop-down menu from which you can select your post templates.
Forum: Fixing WordPress
In reply to: Why Is My Author Name In Italics?Pull up index.php and see if the following tag is wrapped there:
That would create italics.
Forum: Fixing WordPress
In reply to: Where do I insert code snippet – I’m PHP/CSS know-nothing!The Add To Any plugin is good for this. Here’s the link:
http://ww.wp.xz.cn/extend/plugins/add-to-any/It can be used to make a social bookmarking button appear under posts.