couchmouse
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Theme decoding threadI have tried to decode this using sites found on google with no luck, just gibberish. So…
Can you please decode this?Thanks in advance!
Forum: Plugins
In reply to: Why is Adsense plug-in required?You don’t need a plug-in to use Adsense. You can use Google’s code just fine. However using a plug-in makes it easier to place different ad types in various places in your blog.
[signature moderated Please read the Forum Rules]
Forum: Fixing WordPress
In reply to: Is my video embedded slowing my site down?Your problem is with the site you are streaming the .mov from…
https://www.wtfseniorphotos.com/video/lurk1.movEither they don’t have enough bandwidth to stream or it is a defective file.
Couch
https://couchmouse.netForum: Plugins
In reply to: WP stats not working after upgrade to 1.5.1Thanks andy, it is now working for me.
Forum: Plugins
In reply to: [Plugin: WordPress.com Stats] 1.5.1 changes?after upgrade to 1.5.1 chart stopped loading for me also in dashboard. If you click view all at bottom the chart does show in the new page that opens.
Forum: Plugins
In reply to: Nextgen-gallery confused on how to get startedeach gallery you create has an ID # such as 1 or 2 or 3 depending on how many galleries you have.
You put the code where you want the gallery to appear.
[gallery=2] or [slideshow=1]Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Nexgen Slideshow in headerI use Nextgen gallery for my header as a slide show.
You need to put this where you want the header…
<?php { nggSlideshowWidget(1,900,150); }?>
The 1 is the gallery id and the 900 and 150 is the size of the slide show and the images.
This is the full code for my header using cutline theme..
<div id="header_img"> <?php if (is_page('about')) { ?> <img src="https://couchmouse.net/wp-content/themes/Cutline 1.2/images/header_2.jpg" width="900" height="150" alt="About page header image" title="About page header image" /> <?php } else { ?> <?php { nggSlideshowWidget(1,900,150); }?> <?php } ?> </div>
Forum: Fixing WordPress
In reply to: It doesn’t look like you’ve installed WP yet.Have you setup your MySQL database with your host?
Have you filled in the database info in wp-config.php??Forum: Plugins
In reply to: Stray-Quotes, how do I align the text to the leftyou probably could find this line in stray_quotes.php
add_option('stray_quotes_before_all', '<div align="right">');
and change<div align="right">
to<div align="left">
Forum: Requests and Feedback
In reply to: External Similar Links PluginAt first this plugin did not work for me, the links never showed up. The problem, however, was not the plugin but my server. The server uses a firewall that blocks all outgoing links/addresses called by php to prevent rogue/hacking programs from using the server. Lenky uses a php call to his server to get the links. I white listed the domain and now Lenky works (almost) fine in WP 2.3.3
While the plugin now works I am getting errors in my log file..
PHP Warning: hxxp://www.couchmouse.net/xxx/xxx/plugins/lenkyex/cache/aa70b35819fbb0a15347f34f70ecdbc1.spc is not writeable
It seems the files Lenky creates in the cache folder are not being chmod to 777 and simplepie.inc is trying to write to them.
Any fix to this Lenky?Forum: Themes and Templates
In reply to: Random header imageI am using the NextGEN Gallery plugin to random rotate header images on my site.
Forum: Fixing WordPress
In reply to: Custom single image pageHave you look at the NextGEN Gallery plugin?
In maintenance-mode_site.php around line 47 find
<p id="admin"><a href="<?php echo get_settings('siteurl'); ?>/wp-admin/">Administration</a></p>
and delete itForum: Plugins
In reply to: Memo to Alex King: FIX YOUR PLUG-IN PLEASE!From his page..
Please note: All of these plugins are officially unsupported. They worked for me on the version of WordPress I wrote them for. If you have any trouble with them, please post in the WordPress Support Forums where many nice people will be able to help you.
If you were unable to find the help you needed in the WP forums, my company does provide WordPress consulting services – feel free to let us know what you need and we can send you an estimate. Thanks for understanding.
The latest version, sometimes including unreleased changes and bug fixes, can always be found in the SVN Repository for each plugin.
1. He provides his plugins for free
2. It works for him (and a lot of other people)
3. He does not offer free support
4. Just because it doesn’t work for you does not mean it is full of bugs.
5. He does offer paid support.
6. Don’t use it.Forum: Plugins
In reply to: contact formThe WP plugin cforms II should fit your needs…
General FeaturesAjax supported form submission (incl. graceful fall-back)
Multiple forms on one or many pages / posts WP Dashboard Support (showing last 5 entries)
“WP Comment/Message to author” Feature (!)
Full localization support (see section below)
Tell-A-Friend functionality, see Help documentationFile attachments / Upload, fully configurable per form
Multiple upload fields allowed
Backup & Restore
Role Manager support
Database based tracking of submitted data
Cloning / duplication of forms
Drag and drop form management
Fully integrated with TinyMCE and default WP editor (viabutton)
Basic widget support