WillOfTheWeb
Forum Replies Created
-
Forum: Plugins
In reply to: [Centrora WordPress Security™] Test your configuration now! ProblemHi
I tried that, I even tried using a different browser. Here is the link that your plukin produces http://www.retrotvads.com/?s=%3Cscript%3Ealert31337%3C/script%3E
Thanks
Forum: Plugins
In reply to: [Centrora WordPress Security™] Last Scanned front page imageVoted and left a review! Many thanks!
Forum: Plugins
In reply to: [Centrora WordPress Security™] Last Scanned front page imageHi
I completely uninstalled the plugin and installed the latest version and just done another scan and I am seeing ‘Clean’ at the front page. Thanks a mill!!
Forum: Plugins
In reply to: [Centrora WordPress Security™] Last Scanned front page imageHi, thanks for the reply! I just deactivated and updated the plugin, I also did another scan but I am still seeing nothing in the last scanned area on the front page of the site. My sites address is http://www.retrotvads.com . Thanks!
Forum: Plugins
In reply to: [Wordpress Portfolio Plugin (WP Portfolio)] SQL ErrorActually I just sorted 10 minutes before you replied. I didn’t see the ‘Table Upgrade’ button! 🙁 Cheers! 🙂
Forum: Plugins
In reply to: [Wordpress Portfolio Plugin (WP Portfolio)] SQL Erroranyone!?
Forum: Plugins
In reply to: [Awesome Flickr Gallery] A little worrisomeIt wont update from there, it always fails!
Forum: Themes and Templates
In reply to: Adding a particular page to Front Page along with postsFound the info I needed. FYI:
<?php $page_id = 123; // 123 should be replaced with a specific Page's id from your site, which you can find by mousing over the link to edit that Page on the Manage Pages admin page. The id will be embedded in the query string of the URL, e.g. page.php?action=edit&post=123. $page_data = get_page( $page_id ); // You must pass in a variable to the get_page function. If you pass in a value (e.g. get_page ( 123 ); ), WordPress will generate an error. By default, this will return an object. echo '<h3>'. $page_data->post_title .'</h3>';// echo the title echo apply_filters('the_content', $page_data->post_content); // echo the content and retain WordPress filters such as paragraph tags. Origin from: http://ww.wp.xz.cn/support/topic/get_pagepost-and-no-paragraphs-problem ?>Forum: Plugins
In reply to: [eShop] [Plugin: eShop] Adding a product imageBingo, cheers!
Forum: Plugins
In reply to: [Bad Behavior] [Plugin: Bad Behavior] Latest Update Broke my site!!Bingo, problem solved, cheers pbeckley!
FYI: its in the file blacklist.inc.php
Forum: Plugins
In reply to: [Bad Behavior] [Plugin: Bad Behavior] Latest Update Broke my site!!Out of curisoty I deactivated all my plugins and then downloaded and installed Bad Behavior again. This time I got errors but I could still use the admin area. below is an error I got which I didnt get before:
The plugin generated 204 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.Forum: Plugins
In reply to: [Bad Behavior] [Plugin: Bad Behavior] Latest Update Broke my site!!I didnt want to go into the specifics but I had a look and there were no white spaces that would cause problems. I know about white spaces causing issues in the config file and in the htaccess file so I knew what you meant.
Before I completely removed Bad behavior I did use the sample config file and re-entered the database connections and secrets etc but the problem still persisted. I also removed the plugin and re-installed it and the errors returned. 🙁
Forum: Plugins
In reply to: [Bad Behavior] [Plugin: Bad Behavior] Latest Update Broke my site!!Hi, had a look through the config file and no white spaces. Site worked fine until last update.
Forum: Plugins
In reply to: [Event Registration] [Plugin: Event Registration] Flickrpress ProblemsMy apologies, it was in face ‘Flickr Gallery’ that died http://co.deme.me/projects/flickr-gallery/
Forum: Plugins
In reply to: [Event Registration] [Plugin: Event Registration] Flickrpress ProblemsThanks for your fast reply