dqparker
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WordPress Mobile Pack] Shrunken image URLs sometimes incorrectIn the wpmp_transcoder.php file I modified this line:
$base = get_option(‘home’) . “/wp-content/plugins/wordpress-mobile-pack/plugins/wpmp_transcoder/”;
To this:
$base = get_option(‘siteurl’) . “/wp-content/plugins/wordpress-mobile-pack/plugins/wpmp_transcoder/”;
Now my Shruken Images are working
Forum: Plugins
In reply to: [Plugin: WordPress Mobile Pack] Links in admin panel incorrectI made the same change to the wpmp_transcoder.php file and now the images are displaying. They are actually a little too small but it works now.
Forum: Plugins
In reply to: [Plugin: WordPress Mobile Pack] Links in admin panel incorrectThanks for this post. I made the changes and the admin panel now works but I still can’t shrink images. Do you have the cure for this one also. I think it is related but I’m not sure which file needs to edited.
Forum: Fixing WordPress
In reply to: Unable to modify the footerThank you for your suggestion iridiax. This seems to have resolved it. I changed get_settings to get_option and I am now able to view the footer.
Forum: Fixing WordPress
In reply to: Unable to modify the footerThanks. I will check this out. The theme was generated using the latest version Artisteer. I actually have the same theme running on another WordPress site with the same plug-ins and I don’t have this issue so I’m thinking the issue may lie somewhere else.
Forum: Fixing WordPress
In reply to: Previous Title ShowingCheck out single.php. There are a lot of references to prev_link and next_link. That is where I would start.
Forum: Fixing WordPress
In reply to: Previous Title ShowingIn my experience, which is limited, when I am viewing an individual post it shows links to the next and/or previous posts at the top of the post I am viewing. I think this is the default WordPress behavior.