cadfile
Forum Replies Created
-
Oh I need to add the approved comments show up in the comment widget on my sidebar but not the page where the comment was made
Since the ratings are treated like a meta area (like the info such as tags and category of post) it shows up on the front page with each post I used the ratings.
In the settings you have “post types enable” and have posts and pages thought maybe in a future update you could add home to the pages and filter out the home page.
Again not a big deal
I finally figured out a solution.
I forgot to change the ID in the form to match ‘searchform’ when the theme uses.
I replaced the searchform code with the Google CSE code but needed to change the ID name in addition to the search variable from “s” to “q”
From
form id="cse-search-box"
toform id="searchform"
Forum: Plugins
In reply to: [Analytics360] [Plugin: Analytics360] Google Authentication ErrorGoogle dumped the API used for Authentication used by many of these plugins that also show something on the dashboard. Until the plugin is updated for the new API or it allows us to manually add the UA ID then it won’t work at all no matter how many times you register your domain with Google.
Forum: Themes and Templates
In reply to: Major CSS Problems… PLEASE HELP!You would need to copy the original CSS file from the theme back onto your server overwriting the one that is there now.
Do you mean to “uncheck” the box next to “Don’t cache pages for known users”?
I ask because it wasn’t checked. When I did check it the link came back.
Thanks that worked great. I used Safari since I didn’t need to add an extension to test it
Forum: Fixing WordPress
In reply to: PHP error when using Add New Plugin functionThat was it – it is working fine now
I did use Firebug. It is calling css from google so not sure how to stop it from doing it.
It just seems a lot easier to use a widget in the sidebar but I liked the form in the nav bar
The new version (4.1.3) now has the video embeded into the RSS BUT it is using the IFrame tag and I have “Use IFRAME embed code” unchecked.
OpenSalon.com strips out iframe code so I need to use the old embed code.
Is this fixable by the plugin?
Forum: Plugins
In reply to: [RSSImport] [Plugin: RSSImport] Using short code in sidebar widgetYes it was the functions.php file from the theme
Forum: Plugins
In reply to: [RSSImport] [Plugin: RSSImport] Shortcode FormattingI was using another plugin where I needed to use the
<small>
tag and it kept getting stripped out.I believe that WordPress’s KSES function won’t allow the
<small>
tag.I had to use a selector – in my case the a anchor and change that through CSS
Forum: Plugins
In reply to: [Acunetix WP Security] FATAL ERROR on activating the Release 3.0 !The error I’m getting is:
Fatal error: Cannot redeclare _recaptcha_qsencode() (previously declared in html/wp-content/plugins/wp-recaptcha/recaptchalib.php:47) html/wp-content/plugins/wp-security-scan/recaptchalib.php on line 55
For those needing to disable the plugin since this error won’t let you access your site at all – use FTP and delete the folder from your plugin directory and then you should get access to your admin again.
Forum: Plugins
In reply to: [IntenseDebate Comments] Plugin: Intense Debate Ver 2.9.1 (Fatal Error)I just went to your site and this is the error message:
“Parse error: syntax error, unexpected ‘{‘ in /home/todo_fitness/todofitness.cl/wp-content/plugins/intensedebate/intensedebate.php on line 467”
So make sure you look for in the todofitness.cl/wp-content/plugins/intensedebate
I had the same error message deleted the directory and was able to access my dashboard again. The fix for the issue is posted here by the plugin writers so there isn’t much more they can do since they don’t have direct control of your install.
I would really recommend you submit a ticket to your hosting people.
Hope it works out for you
Forum: Plugins
In reply to: [IntenseDebate Comments] Plugin: Intense Debate Ver 2.9.1 (Fatal Error)Sorry to hear that egoipse. Like I said you wouldn’t get the error if the directory didn’t exist.
You might want to contact your server provider tech support and have them delete it for you.