Jess
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: how to customize a URL for affilite linksWhere are you trying to post the URL? You can use standard HTML (href) to make your text link whatever you want it to be.
Forum: Everything else WordPress
In reply to: Estimate Development TimeThis question is really unanswerable, because so much depends upon a developers personal workflow, and on each site’s level of customization. Time can also be eaten up with you start with a theme that needs lots and lots of work, vs finding a theme that already has what you need and is well-coded.
I’ve gotten pretty good at estimating for myself how much time it will take me to deliver specific projects, but only after a lot of experience. And with WordPress, often an update to the core can change the way things have to be done, which changes the learning curve. I have also found that each site’s requirements teach me at least one new thing about WordPress that I can use later without as much research or tinkering time, so I get faster with each project.
So, the only way to figure this out for yourself, I think, is to work on a bunch of projects and see how long they take you. Being new to WordPress means your learning curve is going to be a bit longer than others who have been doing it for years.
Forum: Fixing WordPress
In reply to: How to move right site column up ?You need to adjust the top margin on your blog div – on about line 19 of your styles.css file. It’s currently set to 170px.
Just make sure you’re using a child theme to make any modifications to theme CSS so that you don’t lose your changes when you update the theme. Child_Themes
Also, to track down similar problems, please consider:
You can easily track down information about how your page is rendering its code 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/Forum: Fixing WordPress
In reply to: Unexpected errorTry these steps first:
- flush any caching plugins you might be running, as well as server and/or browser caches.
- deactivate all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s). Sometimes, an apparently inactive plugin can still cause problems.
- If you can’t get into your admin dashboard, try resetting the plugins folder by FTP or PhpMyAdmin (read this page if you need help).
- switch to the Twenty Eleven theme to rule out any theme-specific problems.
- If you can’t log in to change themes, you can remove the theme folders via FTP so the only one is twentyeleven. That will force your site to use it.
- manual upgrade. When all else fails, download a fresh copy of the latest.zip file of 3.5 (top right on this page) to your computer, and use that to copy up. You may need to delete the wp-admin and wp-includes folders on your server. Read the Manual Update directions first.
- check the Master List to see if you’re experiencing a known issue: http://wordpress.org/support/topic/troubleshooting-wordpress-35-master-list
Forum: Fixing WordPress
In reply to: Hacked? Somone posted a foreign post to my siteIt definitely sounds like you’ve been hacked. You’ll need to go through all of these resources to make sure your site is clean and locked down:
http://codex.wordpress.org/FAQ_My_site_was_hacked
http://wordpress.org/support/topic/268083#post-1065779
http://smackdown.blogsblogsblogs.com/2008/06/24/how-to-completely-clean-your-hacked-wordpress-installation/
http://ottopress.com/2009/hacked-wordpress-backdoors/Additional Resources:
http://sitecheck.sucuri.net/scanner/
http://www.unmaskparasites.com/
http://blog.sucuri.net/2012/03/wordpress-understanding-its-true-vulnerability.htmlForum: Fixing WordPress
In reply to: How to combine two WP blogs with 2 domains into 1 siteYou’ll need to export your content, and then import it to where you want it.
Forum: Fixing WordPress
In reply to: Tags showing above pages in search resultsIt’s up to you whether it’s a good thing or not – depends on what your SEO goals are for your site.
For a great guide to SEO on WordPress, Yoast is the guru:
Forum: Themes and Templates
In reply to: [Twenty Eleven] white space in default templateIn order to move that one price box up, you’d have to move the whole div containing the other columns up as well – or you can try to define a new div for just that image, floated right with no padding at the top. It’s the “entry-content” class on line 769 of your stylesheet that is giving you the padding.
Forum: Fixing WordPress
In reply to: Do away with pop-up ads in new themeMods – please delete the spammy URL from the OP, thx!
Forum: Fixing WordPress
In reply to: Uploaded Images getting corruptedWhat do you mean by corrupted? On the links you’ve provided, they look great.
However, if you want to be able to add images directly from the server to your Media Library, the Add From Server plugin is very useful. http://wordpress.org/extend/plugins/add-from-server/
Forum: Fixing WordPress
In reply to: Do away with pop-up ads in new themeIt sounds like your theme contains malware – and you’ve provided a link to infect other people.
Switch to the default theme (twenty eleven or twenty twelve) and see if the behavior persists.
If the behavior goes away, dump that theme at the very least.
If the popups continue, then your whole site has been hacked and you need to follow all of these steps to clean it out:
http://codex.wordpress.org/FAQ_My_site_was_hacked
http://wordpress.org/support/topic/268083#post-1065779
http://smackdown.blogsblogsblogs.com/2008/06/24/how-to-completely-clean-your-hacked-wordpress-installation/
http://ottopress.com/2009/hacked-wordpress-backdoors/
Additional Resources:
http://sitecheck.sucuri.net/scanner/
http://www.unmaskparasites.com/
http://blog.sucuri.net/2012/03/wordpress-understanding-its-true-vulnerability.htmlForum: Fixing WordPress
In reply to: unable to add files, users or new pagesHave you done a manual re-install – not just restoring a backup? Download a fresh copy of the latest.zip file (top right on this page) to your computer, and use that to copy up. You may need to manually delete the wp-admin and wp-includes folders on your server. Read the Manual Update directions first.
Forum: Fixing WordPress
In reply to: Tags showing above pages in search resultsIn the WordPress search or on a search engine?
Forum: Fixing WordPress
In reply to: How to show categories as list?Support for the Arras theme can be found here:
http://www.arrastheme.com/forums/
You’re more likely to find an answer by searching, or ask for help there.
Forum: Fixing WordPress
In reply to: Disable WordPress Login screen apon visiting my siteFor your issue – check the site URL in the Dashboard. It is automatically re-directing to the admin login screen, which is not typical WordPress behavior.
This page can help you check and modify this setting: Changing_The_Site_URL