Jess
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to change catogory title color on homepage?You can easily find this information by using a tool like Firebug in Firefox, or Google’s developer tools package on Chrome.
Firebug information: http://getfirebug.com/
How to use developer tools on Chrome: https://developers.google.com/chrome-developer-tools/docs/overview
And more on Chrome: http://webdesign.tutsplus.com/tutorials/workflow-tutorials/faster-htmlcss-workflow-with-chrome-developer-tools/But to your specific question.
The titles of each of your categories in the body of the page are
h4 class="widgettitle"and it doesn’t look like you have anything defined for the widgettitle class at all. Currently, “h4” is defined on lines 904 and 965 of your stylesheet.And you are using a Child Theme to make changes to your template, right? (Child_Themes)
Forum: Themes and Templates
In reply to: wordpress editorIt is best practice not to switch back and forth between editors while working on a post or page. Choose one and stick with it.
That said, it’s probably just taking a few seconds to render the code from html to the visual editor. This doesn’t sound like unusual behavior to me.
Forum: Everything else WordPress
In reply to: Moving WordPress site to root folder….I develop on my local machine, then move things to a subdomain (like “dev.url.com”) so the client can interact with the site before it officially launches.
Moving WordPress is easy, just follow the steps: Moving_WordPress
Forum: Fixing WordPress
In reply to: Broken image (but ok in "Edit Media"Try upgrading your WordPress installation to the latest version, which is 3.5.1.
Forum: Fixing WordPress
In reply to: Uploading images I am getting an error 3.5.1 WordPressSo glad that you found the solution! Sorry I couldn’t be of more help.
Forum: Everything else WordPress
In reply to: Stripe paymentThat is a commercial plugin, which means it is not supported by these forums. You will need to contact the developers directly.
http://getshopped.org/premium-upgrades/premium-plugin/stripe-payment-gateway/
Forum: Fixing WordPress
In reply to: Attachment page 404 error for image uploaded via CPT.Just mark it as resolved. Threads are not deleted off the forums as a matter of policy.
Forum: Fixing WordPress
In reply to: Feature Image CroppingHow the featured image is displayed is controlled by your theme.
Forum: Fixing WordPress
In reply to: Problems with templateThen you need to look at the CSS properties listed in your code – wherever you see div class=. The text inside the quotation marks refers to the class definition in your stylesheet.
Forum: Everything else WordPress
In reply to: De-centralized commenting system.Each theme has its own style sheet, which you can edit, or you can create your own. Search the template directory to get an idea of what is already out there.
Forum: Fixing WordPress
In reply to: Problems with templateTrek – I’m still not clear with what you actually want to do. The code you have quoted pulls both the product thumbnail and the description from the database. The look of what is pulled is controlled by the stylesheet.
What are you trying to change? The information that appears, or the look of it?
Forum: Everything else WordPress
In reply to: Stripe paymentWhat plugin are you using?
Forum: Fixing WordPress
In reply to: Regenerate ThumbnailsHey, y’all, don’t hijack someone else’s thread. Unless you’re helping the original poster, start your own.
Forum: Fixing WordPress
In reply to: Problems with templateSo you don’t want to show the description at all, but just the product thumbnail?
Forum: Fixing WordPress
In reply to: Updating the newer version of athahualpaYou need to upgrade to the newest version of WordPress, which is 3.5.1.