Radices
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Disable embed video on Archive pages?Someone else might be able to show you line by line but I’d have to figure it out. The concept is that in your archive.php file you would hook into (intercept) the content and look for the string that embeds the video and change it before outputting the content to the screen. In other words you could look for the video link and replace it with a message like “Videos are Disabled on his page”.
http://codex.wordpress.org/Plugin_API/Filter_Reference/the_content
Forum: Fixing WordPress
In reply to: permalinks change on editHi Bx, The standard way to start debugging is the following:
Try deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, try switching to the default theme for your version of WordPress to rule-out a theme-specific issue (theme functions can interfere like plugins).
If that doesn’t work then I’d replace the core files.
Try downloading WordPress again and delete then replace your copies of everything except the
wp-config.phpfile and the/wp-content/directory with fresh copies from the download. This will effectively replace all of your core files without damaging your content and settings. Some uploaders tend to be unreliable when overwriting files, so don’t forget to delete the original files before replacing them.Forum: Fixing WordPress
In reply to: HTTP Error uploading MP3 files (4.1)Hi Sunny,
Could it be a time out error? Have you tried switching Debug mode on through the wp-config.php file and see if it’s throwing an error that more descriptive.
Forum: Fixing WordPress
In reply to: Blog page emptyWhat was the issue?
Forum: Fixing WordPress
In reply to: Create a PHP form in a page and populate it from a MySQL tableI use Formidable Pro Forms to hold and retrieve user information. Users can login and return to the form and see / change the information.
Forum: Fixing WordPress
In reply to: Tag archive not workingWe will need a bit more info to help. Have you read the codex on Tags ..looks like you will need a template file. Does your theme have one?
There are some very nice Photographer Themes and Photo Carts for WordPress … I’d definitely go all WordPress but I’m a bit biased. You can run it from either the root or a sub folder and or move it. Here are some links.
Forum: Fixing WordPress
In reply to: Can't change the Buddypress Groups Widget backgroundYou just have to edit the widgets style sheet. Better yet you should change it in a child theme styles.css file.
ul#wa-bp-activity-stream li.activity-item { background: none repeat scroll 0 0 #FFFFFF; border-radius: 5px 5px 5px 5px; margin-top: 5px; }This section has the background set to white. Change the #FFFFFF to #000000 to make it black.
Forum: Fixing WordPress
In reply to: Can't change the Buddypress Groups Widget backgroundAh I think I have to be logged in to see it.
Forum: Fixing WordPress
In reply to: Disable embed video on Archive pages?What theme are you using? The only thing I can think of is using a filter on the archive.php file to strip the embed tags.
Forum: Fixing WordPress
In reply to: Next Previous post navigator with keyboard arrowsI don’t think that will be possible.
Forum: Fixing WordPress
In reply to: Can't change the Buddypress Groups Widget backgroundDid you fix this?
Forum: Fixing WordPress
In reply to: Jump in Bounce Rate after implementing cacheMy google analytics tracking is handled serverside – not through code on my site.
Hard to comment when we don’t know whats going on with the server set-up.
Forum: Fixing WordPress
In reply to: Link from the menubar to most recent postYou can have them displayed on the home page in Settings>Reading.
Forum: Networking WordPress
In reply to: different menus for different pagesYou might like to try this plugin out.