arjay1
Forum Replies Created
-
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
In reply to: can't remove standard header image from Blog page (others OK)Found it by removing header in the Header section – too easy really. Sincere apologies for the double post. Quite inadvertent
Forum: Fixing WordPress
In reply to: can't remove standard header image from Blog page (others OK)Found it by removing header in the Header section – too easy really. Sincere apologies for the double post. Quite inadvertent
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.
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
Update – apologies – had a senior moment there. The images are stored in a folder of course, not a database
Forum: Themes and Templates
In reply to: plse help troubleshoot css for specific page issueThat 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=”https://www.famaspain.com/css/blog.css” 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
In reply to: plse help troubleshoot css for specific page issueAh – 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
In reply to: You do not have sufficient permissions to access this page.I think it may be a corrupt DB upload. Investigating further and will report back
Forum: Fixing WordPress
In reply to: You do not have sufficient permissions to access this page.yes
Forum: Requests and Feedback
In reply to: What are the chances of getting an answer?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
In reply to: newbie Q re bulk pre-register contributorslpstenu – 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
In reply to: What are the chances of getting an answer?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…