threestyler
Forum Replies Created
-
Forum: Plugins
In reply to: WP125 for adsYou can view your previous posts in your profile reachable at the top of the site (under main navigation) or under your name on any of your posts:
http://wordpress.org/support/profile/5738829
Installing ads in other places you use:
<?php wp125_write_ads(); ?>in your template files.If you’re using widgets instead and you’re images are not the correct size then you can define the height and width in the image code:
<img src="http://imageurl.com/imagename.jpg" height="125" width="125" alt="image description" />Not sure what you mean about adding scripts?
Forum: Everything else WordPress
In reply to: How to hire someone for my websites ?You could try the wp-pro mailing list:
Forum: Fixing WordPress
In reply to: move pages widgets further to the rightYou’re going to need to delve into the CSS stylesheet of your theme, the main culprits are likely to be called sidebar and wrapper.
Forum: Fixing WordPress
In reply to: Moving WordPress – ProblemsHave you tried all of my suggestions? You haven’t stated if there is an error_log or weather you have a php.ini in your wordpress root either.
Forum: Plugins
In reply to: Looking for a plugin that allows me to assign images to a custom fieldFirst one I clicked on seems to offer this.
http://wordpress.org/extend/plugins/custom-field-template/
- Support for media buttons in the textarea.
Forum: Fixing WordPress
In reply to: … is almost ready. You have… – Can it be hidden easily?What is the website, plugin and message in question?
Forum: Fixing WordPress
In reply to: Changing wp-login backgroundI would say it’s this:
<p id="nav"><!-- remove this id --> <a href="http://chembro.net/wp-login.php?action=register">Register</a> | <a href="http://chembro.net/wp-login.php?action=lostpassword" title="Password Lost and Found">Lost your password?</a> </p>Forum: Fixing WordPress
In reply to: How to add a webformForum: Fixing WordPress
In reply to: Uploading Media Shows Outline with Red Crosscheck the folder permissions of your upload folder are 777.
Forum: Fixing WordPress
In reply to: Tab for Deleted Page Still Remains on Home PageLooks like you have WP Super Cache installed, delete the cache and recheck.
Forum: Fixing WordPress
In reply to: Restore my database, Duplicate Key MySQL?Assuming your trying to upload a database backup? If so and you definitely have a db backup then try dropping all the tables from phpmyadmin then re uploading the sql backup.
Or open the backup sql file and append “INSERT INTO” with:
Forum: Themes and Templates
In reply to: Confused about setting up custom fields in the templatesYou can create custom fields on the fly from the write panel, you can then put the following in your loop to display that information:
<?php echo get_post_meta($post->ID, 'key', true); ?>key = name of custom field in write panel (case sensitive)
Forum: Fixing WordPress
In reply to: Moving WordPress – ProblemsCould be any number of things. Is it happening on the front and backend or just frontend?
Here are a few things you could try (check wp-admin after each change):
- phpmyadmin check the tables and make sure you have changed the url location
- phpmyadmin select all and repair tables
- select all and optimize tables
- check for an error_log in root.
- overwrite all files with a new install. then domain.com/wp-admin/upgrade.php
- back up and delete .htaccess
- check the config file for any white spaces before the opening
<?phptag - delete all themes besides the default.
- rename the plugins folder
- increase the memory: open wp-config and add
define('WP_MEMORY_LIMIT', '64M');somewhere after the db call.
Is there a php.ini file in the root?
If none of this works but you can access wordpress from the original location then go to wp-admin and export all posts, then setup a fresh install and import posts.
Forum: Fixing WordPress
In reply to: Custom page database interactionThere may be plugins all ready that exist and can either do what you need or be modified to do what you need:
http://wordpress.org/extend/plugins/
Otherwise you can create a custom plugin, starting here:
Forum: Fixing WordPress
In reply to: Posts in Category SectionAdmin panel – Reading Settings – Blog pages show at most – # of posts