iamgarrett
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Pages not showing up after updating to 4.0Are the missing pages still listed in your menu in Appearance > Menus? If not, add them back.
Forum: Fixing WordPress
In reply to: PHP date and CSS file questionIf this is front-end theming you are attempting you should familiarize yourself with WordPress theming http://codex.wordpress.org/Theme_Development
Saving something in General Settings will not create the functionality you are seeking.
Forum: Fixing WordPress
In reply to: How to Validate my RSS feedI don’t know the specifics of how your theme/child-theme is architected, unfortunately. Nor am I familiar with the Editor application. I highly suggest getting in touch with the theme developer for more informative help.
Forum: Fixing WordPress
In reply to: How to Validate my RSS feedIf coding is not something you are comfortable with, it seems you are using the theme Spacious, which is authored by http://themegrill.com/. Reach out to them to address these errors.
Forum: Fixing WordPress
In reply to: How to Validate my RSS feedOpen the template for the theme/child-theme you are using to address these errors.
The first one is pointing out the fact that the action attribute and the id attribute have no spaces between them. Add one.
The second one is asking you to add an alt attribute to the img tag.
The third one shows that your nav element has two class attributes. just put all the classes in one attribute.
After that, save your template and those errors should be gone.
Forum: Themes and Templates
In reply to: New to WordressNo, the theme applies to anything you tell it to. Here is where you should start reading: http://codex.wordpress.org/Theme_Development
Forum: Fixing WordPress
In reply to: PHP date and CSS file questionYou’re going to want to theme the admin area of your WordPress? I assume this because you are asking about the Dashboard.
If so, this is where you will begin: http://codex.wordpress.org/Creating_Admin_Themes
Forum: Fixing WordPress
In reply to: WordPress Redirect LockoutGlad you were able to reach a solution.
Forum: Fixing WordPress
In reply to: Aggregate theme issues/ woo-commerceBe sure that since you are using a downloaded theme that you put these changes into a child theme so that the next time your theme gets an update, your change is not erased. Good luck!
Forum: Fixing WordPress
In reply to: Post content disappearing upon scheduling or updatingI cannot reproduce this in my own environments. Please try disabling all your plugins and repeating the process to see if it still happens. If the problem behavior disappears, enable a plugin one at a time and repeating until you find which one causes the behavior. I’ll bet it’s one of your plugins. Good luck.
Forum: Fixing WordPress
In reply to: Aggregate theme issues/ woo-commerceI don’t know anything about woocommerce, and in fact you may receive quicker help by contacting their support forums and documentation, however…
Googling “woocommerce products per page” turns up a number of results, including this:
http://docs.woothemes.com/document/change-number-of-products-displayed-per-page/Hope that helps.
Forum: Fixing WordPress
In reply to: Help needed in woo commerceBeing a third party plugin, you’ll have the most luck reading either their documentation (https://support.woothemes.com/hc/en-us/categories/200146917-WooCommerce) or asking their support forums (https://support.woothemes.com/hc/communities/public/topics).
Someone here may know about this plugin, but help will arrive quicker from the source.
Good luck!
It has to be the database. Log into your server’s phpmyadmin and look at the wp_options table.
Also make sure your theme has no hardcoded URLs. Maybe you hardcoded a URL somewhere that it’s using?
Disable any caching that you’re using. In fact, disable all plugins and change your theme to a default theme just to rule out a third party doing anything.
My bet is still on the db, though.
Forum: Fixing WordPress
In reply to: Firefox Opens Posts/Links as New TabsSounds like maybe a setting in your firefox browser. Not happening to me in Chome Canary 39.0.2137.2
Forum: Fixing WordPress
In reply to: broken imageswhat are your file and folder permissions set to?