Diarmuid
Forum Replies Created
-
Forum: Plugins
In reply to: [Cool Video Gallery] CVG 1.9 – Gallery Not Foundthank you @johnmarshan
Forum: Plugins
In reply to: [Gravity Forms Eway] How to make "Interval Type" have monthly option only ?hi Ross
I’ve deleted my comment because I fixed the problem. I’ve no idea how the plugin worked the first time because the file hadn’t extracted properly, but it’s working now.
Cheers
Forum: Themes and Templates
In reply to: [zeeTasty] Upgrading to PRO Theme- ZeetastyDid you get any help with this? Is the flex slider a plugin or a feature of the Zeetasty theme?
Forum: Themes and Templates
In reply to: [zeeTasty] Upgrading to PRO Theme- ZeetastyI could be wrong, but upgrading to the pro theme is probably the same as adding a new theme. So you download a zip file, install it in your site and then activate it. You may need reactivate some widgets.
It is always a good idea to back up your database and site before making any changes.
Forum: Plugins
In reply to: How to eliminate search results from Shareaholic "recommendations"Any updates on this? I am seeing search results in the recommendations and although there is nothing on my site, the search terms are ‘unsavoury’.
Hi
I had the same problem and I managed to remove the error by going to line 396 of the file and deleting the last argument in the “redirect_wrapper”, which was $user.
So line 396 was:
function redirect_wrapper( $redirect_to, $requested_redirect_to, $user )
and is now:
function redirect_wrapper( $redirect_to, $requested_redirect_to )
I can’t say for sure if this is going to cause any problems with redirects based on users, but the error message is gone.
Cheers
Forum: Fixing WordPress
In reply to: Flash Header BannerHi
I don’t see the banner on your homepage, have you removed it?
If you want to change the image on all pages you need to change the template files within the theme. You will find some or all of the following:
category.php
single.php
default.php
page.phpYou may have a number of other template files within the theme also.
Diarmuid
Forum: Themes and Templates
In reply to: “The feed does not have subscriptions by email enabled”Here is a simple solution that worked for me.
You need to edit the Launchpad Theme index.php.
Find the form
Select all of the code for the form and paste following code over it.<form action="https://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('https://feedburner.google.com/fb/a/mailverify?uri=<?php echo $lp_feedburner_id; ?>', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"> <p class="form-label">Enter your email address:</p><p><input type="text" style="width:140px" name="email"/></p> <input type="hidden" value="<?php echo $lp_feedburner_id; ?>" name="uri"/> <input type="hidden" name="loc" value="en_US"/> <input type="submit" value="Subscribe" /> </form>
Forum: Themes and Templates
In reply to: Display only One Category in Reverse OrderWorks a treat, thanks.
Forum: Fixing WordPress
In reply to: Reverse chronological order of posts?Hi,
i tried adding the string but it wasn’t working. i checked the codex and realised there was an ampersand misssing. the correct string is below, it works fine now, thanks
<?php query_posts($query_string . "&order=ASC"); ?>
I had to add this to the archive.php file in my theme.
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] Not sending emailHi Ricky,
I see you sent me a test message from my contact form. I couldn’t wait for the reply on this forum so I have used another plugin. I’m still waiting for an answer on this question.
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] Not sending emailHi
I’m having the same problem.
I have followed the instructions in the readme file and checked the FAQ but I can’t get the form to send email.
I have installed WP on a Linux server, shared hosting.
I have deactivated all other plugins.
You can see the form at https://www.wynnum.com.au/?page_id=27
Thanks for the help.