Title: arjay1's Replies | WordPress.org

---

# arjay1

  [  ](https://wordpress.org/support/users/arjay1/)

 *   [Profile](https://wordpress.org/support/users/arjay1/)
 *   [Topics Started](https://wordpress.org/support/users/arjay1/topics/)
 *   [Replies Created](https://wordpress.org/support/users/arjay1/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/arjay1/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/arjay1/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/arjay1/engagements/)
 *   [Favorites](https://wordpress.org/support/users/arjay1/favorites/)

 Search replies:

## Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cool Video Gallery] [Plugin: Cool Video Gallery] A couple fixes for Linux installs](https://wordpress.org/support/topic/plugin-cool-video-gallery-a-couple-fixes-for-linux-installs/)
 *  [arjay1](https://wordpress.org/support/users/arjay1/)
 * (@arjay1)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-cool-video-gallery-a-couple-fixes-for-linux-installs/#post-3073460)
 * I am running cool video Gallery in WP 3.5.1 on a Linux system (debian).
 * I have tried the above suggestions and they don’t appear to work. Still getting
   the message that ffmpeg is not installed (when it is). It is installed in /usr/
   bin/ffmpeg
 * I have changed the setting in CVG to this. Also edited the core.php file as per
   above post. I am presuming that you add the commented part above:
    /** if(is_array(
   $output) && !empty($output)) { return true; } */
 * (uncommented of course!)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [can't remove standard header image from Blog page (others OK)](https://wordpress.org/support/topic/cant-remove-standard-header-image-from-blog-page-others-ok/)
 *  Thread Starter [arjay1](https://wordpress.org/support/users/arjay1/)
 * (@arjay1)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/cant-remove-standard-header-image-from-blog-page-others-ok/#post-3492062)
 * Found it by removing header in the Header section – too easy really. Sincere 
   apologies for the double post. Quite inadvertent
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [can't remove standard header image from Blog page (others OK)](https://wordpress.org/support/topic/cant-remove-standard-header-image-from-blog-page-others-ok-1/)
 *  Thread Starter [arjay1](https://wordpress.org/support/users/arjay1/)
 * (@arjay1)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/cant-remove-standard-header-image-from-blog-page-others-ok-1/#post-3492555)
 * Found it by removing header in the Header section – too easy really. Sincere 
   apologies for the double post. Quite inadvertent
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Converting website to WP but images pulled from database no longer clickable?](https://wordpress.org/support/topic/converting-website-to-wp-but-images-pulled-from-database-no-longer-clickable/)
 *  Thread Starter [arjay1](https://wordpress.org/support/users/arjay1/)
 * (@arjay1)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/converting-website-to-wp-but-images-pulled-from-database-no-longer-clickable/#post-3469978)
 * Krishna – thanks for the suggestion but it did not work.
 * However, i have solved the issue. For anyone who comes looking – the problem 
   was my inaccurate use of the php plugin **“Allows php in pages and posts”**. 
   This plugin requires the normal opening and closing tags for php to be changed
   to [php] and [/php] which i had actually done.
 * But I missed another change that is required: to change <p> to [p] and </p> to[/
   p] etc. Once i did this, the code ran OK.
 * Hope this might help anyone who makes the same mistake as I did.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Converting website to WP but images pulled from database no longer clickable?](https://wordpress.org/support/topic/converting-website-to-wp-but-images-pulled-from-database-no-longer-clickable/)
 *  Thread Starter [arjay1](https://wordpress.org/support/users/arjay1/)
 * (@arjay1)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/converting-website-to-wp-but-images-pulled-from-database-no-longer-clickable/#post-3469912)
 * Sorry – been a long day. The images are held in a folder but the dogs’ names 
   and **locations** of the images are held in a database
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Converting website to WP but images pulled from database no longer clickable?](https://wordpress.org/support/topic/converting-website-to-wp-but-images-pulled-from-database-no-longer-clickable/)
 *  Thread Starter [arjay1](https://wordpress.org/support/users/arjay1/)
 * (@arjay1)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/converting-website-to-wp-but-images-pulled-from-database-no-longer-clickable/#post-3469782)
 * Update – apologies – had a senior moment there. The images are stored in a folder
   of course, not a database
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [plse help troubleshoot css for specific page issue](https://wordpress.org/support/topic/plse-help-troubleshoot-css-for-specific-page-issue/)
 *  Thread Starter [arjay1](https://wordpress.org/support/users/arjay1/)
 * (@arjay1)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plse-help-troubleshoot-css-for-specific-page-issue/#post-3455940)
 * That nearly did it but there was a problem with the syntax of the code. Should
   anyone else come looking, this is the code that did it for me. Entered in the
   <head> section of header.php. The numbers 406 refer to the page number for the
   blog page which – as was stated by the OP – is labelled as the post page:
 * <?php if ( is_home(‘406’) ) {
    ?>
 * <link href=”[http://www.famaspain.com/css/blog.css&#8221](http://www.famaspain.com/css/blog.css&#8221);
   rel=”stylesheet” type=”text/css” media=”all”/>
 * <?php } else { ?>
    <link rel=”stylesheet” type=”text/css” media=”all” href=”<?
   php bloginfo(‘stylesheet_url’); ?>” /> <?php } ?>
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [plse help troubleshoot css for specific page issue](https://wordpress.org/support/topic/plse-help-troubleshoot-css-for-specific-page-issue/)
 *  Thread Starter [arjay1](https://wordpress.org/support/users/arjay1/)
 * (@arjay1)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plse-help-troubleshoot-css-for-specific-page-issue/#post-3455938)
 * Ah – thanks for your prompt reply and the link. A bit brief, your reply, but 
   I guess the longer you moderate the shorter the replies become. You must get 
   tired of repeating yourself! But hopefully I’ll figure it out with what you’ve
   provided – so thanks again
 * RJ
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [You do not have sufficient permissions to access this page.](https://wordpress.org/support/topic/you-do-not-have-sufficient-permissions-to-access-this-page-126/)
 *  Thread Starter [arjay1](https://wordpress.org/support/users/arjay1/)
 * (@arjay1)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/you-do-not-have-sufficient-permissions-to-access-this-page-126/#post-3252712)
 * I think it may be a corrupt DB upload. Investigating further and will report 
   back
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [You do not have sufficient permissions to access this page.](https://wordpress.org/support/topic/you-do-not-have-sufficient-permissions-to-access-this-page-126/)
 *  Thread Starter [arjay1](https://wordpress.org/support/users/arjay1/)
 * (@arjay1)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/you-do-not-have-sufficient-permissions-to-access-this-page-126/#post-3252704)
 * yes
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [What are the chances of getting an answer?](https://wordpress.org/support/topic/what-are-the-chances-of-getting-an-answer/)
 *  Thread Starter [arjay1](https://wordpress.org/support/users/arjay1/)
 * (@arjay1)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/what-are-the-chances-of-getting-an-answer/#post-2088007)
 * You are right of course. Me – I’m off to get my blog working. Then I’ll be back
   to see what I might help with. Cheers – feels good to mark this up as resolved
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [newbie Q re bulk pre-register contributors](https://wordpress.org/support/topic/newbie-q-re-bulk-pre-register-contributors/)
 *  Thread Starter [arjay1](https://wordpress.org/support/users/arjay1/)
 * (@arjay1)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/newbie-q-re-bulk-pre-register-contributors/#post-2086215)
 * lpstenu – thanks for the advice. Just what I was looking for. And thanks for 
   taking the time to reply to my whine in the Feedback sub-forum.
 * More power to your elbow say I.
 * RJ
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [What are the chances of getting an answer?](https://wordpress.org/support/topic/what-are-the-chances-of-getting-an-answer/)
 *  Thread Starter [arjay1](https://wordpress.org/support/users/arjay1/)
 * (@arjay1)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/what-are-the-chances-of-getting-an-answer/#post-2087958)
 * Thanks guys and sorry for the cheek. One day. one day, I’ll be able to help a
   bit myself. At the mo, though, I’m a newbie at blogging. I truly value your comments
   and your hard pressed time. I do know what it is like – I help on a linux distro
   forum which is getting very popular an we struggle to help all those who ask 
   for help.
 * I must say I find blog-type forums much more difficult to use. I prefer the standard
   forums with more sub-forums – easier to keep track of content. Anyway, don’t 
   feel you have to reply. Go help the rest. And I thank you for answering my post.
   BTW – I later posted the same request on McBuzz and had a reply within a couple
   of hours. There were only two other posts after mine!! The difference between
   the two forums was rather marked…

Viewing 13 replies - 1 through 13 (of 13 total)