ahpatel
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Smart YouTube] version 2.1; html code problemThis is causing issues with IE6.
With 2.1.x, I get an “Internet Explorer Cannot Open the Internet Site- Operation Aborted” Error. It does, however, work just fine with FF and Opera.
I had to revert to 2.0.1 for now.
Forum: Plugins
In reply to: Oy Vey! Profilactic Style WoesI’m assuming you tried reducing the “Line Width (%):” from the Options page, right?
If that didn’t work, try manually editing line 476 of the profilactic.php file – under
#profilactic ul li a:hover {
– with a lower width percentage.Regards.
Forum: Plugins
In reply to: [Plugin: Profilactic] BulletsHmmm… looks like it’s inheriting the style from the following part of you .css file:
#contentleft ul { list-style-type: square; margin: 0px 0px 0px 20px; padding: 0px 0px 10px 0px; } #contentleft ul li { list-style-type: square; margin: 0px 0px 0px 20px; padding: 0px 0px 5px 0px; }
I’m not sure why this is taking precedence since the
<div id="profilactic">
tag is nested a step closer and should be used. I tried adding the above code to my site to see what happens and I still don’t see bullets.As a test, can you try removing the
list-style-type: square;
lines and see what happens?Forum: Fixing WordPress
In reply to: [Plugin: Profilactic] Not compatible with WP 2.6?Actually, the current version works fine in 2.6 (my working lifestream)
Is there any error message that pops up? If it’s just a matter of the lifestream not showing up, sometimes this happens as a result of the Profilactic service doing maintenance or not pulling the data before the timeout occurs.
Can you send me a link to your blog so I can take a look at it myself?
Forum: Fixing WordPress
In reply to: [Plugin: Profilactic] Local favicons not workingahh… I see what you’re talking about.
The custom icons only work with the ‘<?php profilactic(); ?>’ code. The Where To Find Me widget uses a stock script from Profilactic so, unfortunately, you can’t use custom icons with it.
Forum: Fixing WordPress
In reply to: [Plugin: Profilactic] Local favicons not workingCan you post a link to your blog so I can look at it?
There shouldn’t be any issue with this (regardless of the browser). You can see a working example on my site: https://opindian.com/blog/lifestream/
Regards.
Forum: Plugins
In reply to: [Plugin: Profilactic] Icons not showing in template pageIn the Profilactic Options, add the # symbol in front of any color value. For example, #151515 instead of 151515.
Regards.
Forum: Plugins
In reply to: [Plugin: Profilactic] Lifestream not showingWere there any changes made to the template used for your ‘about’ page?
I notice that the lifestream is displaying correctly at:
https://infiniteproject.altervista.org/php5/wordpress/lifestream/
This indicates that the plugin is working as expected.Were any recent plugins installed that may be the cause of conflict on the about page and not on the lifestream page?
Forum: Fixing WordPress
In reply to: [Plugin: Profilactic] Quick Hover Tipawesome!… I will add this as the default behavior and credit you for it!
I am no CSS guru, so if you have other suggestions, feel free to pass them on.
Regards.
Forum: Plugins
In reply to: [Plugin: Profilactic] Wont appearForum: Plugins
In reply to: [Plugin: Profilactic] Plugin could not be activatedMy apologies… in my haste to get this out before I left for Memorial Day, I accidentally published the wrong file.
The update (v1.2.2) *should* really take care of this! Sorry for the inconvenience.
Regards.
Forum: Plugins
In reply to: [Plugin: Profilactic] Plugin could not be activatedThe issue has been found and fixed. Try v1.2.1
Regards.
Forum: Plugins
In reply to: [Plugin: Profilactic] Plugin could not be activated@colin.gardom, @hornlo, @nealtaylor,
The cause of the original problem was resolved in 1.2 and verified by the user.
However, if you can send me your contact info, I can send you a debug version of the plugin that can help pinpoint the cause. Either leave your email here or send me a message at prof…@opindian.com.
Regards,
Forum: Plugins
In reply to: [Plugin: Profilactic] WTFMO Profilactic iconMakes sense. I’ve fix it for the upcoming release.
Thanks for catching this.
Forum: Themes and Templates
In reply to: [Plugin: Profilactic] Page template not included@LaLaFuFu dotcom: I don’t think the issue has to do with your template file being incorrect b/c the footer shows up, which means the profilactic() function you added to your template is executing.
Is any useful debug info showing up in the “debug” section of the Profilactic Options page?