doc4
Forum Replies Created
-
Apologies for the delay in responding. Can you tell me a little more about the favicon issue? The plugin is supported, WordPress has asked that we updated the code for a security fix which has been quite an ordeal. Now that it has been corrected and is back in the repository we will be getting a new release out shortly.
Forum: Plugins
In reply to: [Multicons [ Multiple Favicons ]] Broken!Just updated the plugin to version 4.2. This should correct the issue. I’ll be monitoring this forum throughout the day if there are any more comments.
Please ignore version 4.1 unless you like the Multicons in the top level WordPress menu. This plugin shouldn’t be accessed so much that it’s needed outside of the setting menu.
Thank everyone.
Forum: Plugins
In reply to: [Multicons [ Multiple Favicons ]] Broken!My apologies everyone. I’ve been working with WordPress to update the plugin for stronger security.
As far as links go, yes you will need to re-link the files. The entire plugin was rewritten.
Thanks, and expect an update shortly.
Forum: Fixing WordPress
In reply to: Images from HMTL code are stretchedRemove the following from your style_main.css file. Just do a search for “img.aligncenter”. This may affect something else on the site but remove it and see what happens. If we need to target this page more specifically then we can.
img.aligncenter { width: 100%; }
Forum: Fixing WordPress
In reply to: External Links not workingcontentiskey,
I would need to see the code but I believe the main blog page is showing an exerpt without any HTML leaving no links or bold or italics, etc. Shouldn’t be a problem to rework that line of php.
Featured images need to be added to the theme, which this one may not be using. It’s a simple lineof code you can add to the functions.php file.
Let me know if you need help or can provide a link to the code that I could edit for you.
Forum: Fixing WordPress
In reply to: Pngs getting mangled on uploadmakeseriously,
Give us a link to the site with an example of the problem. I’d really like to take a closer look at this.
Forum: Fixing WordPress
In reply to: Images from HMTL code are stretchedTheChaoticScot,
Can you provide a link to your site? I’d be happy to help.
Forum: Plugins
In reply to: [IE6 Upgrade Option] Function ereg() is deprecated errorMikel,
Thank you for posting this.
Forum: Plugins
In reply to: [CF7 AutoResponder Addon] Additional Form Merge TagsJust checking to see if you’ve sent anything. I may have trashed it by mistake. Be sure to write the name of the plugin in the subject line.
Thanks
Forum: Plugins
In reply to: [Multicons [ Multiple Favicons ]] WordPress 3.6 support?Multicons is functional with 3.6.
Forum: Plugins
In reply to: [Multicons [ Multiple Favicons ]] Getting lots of log errorsSorry for the slow response. Please let me know if you’re still having this problem.
Can you send me a link to our website?
Forum: Fixing WordPress
In reply to: How to Get rid of menu title on first pageCan you provide your website address?
Thanks
Forum: Fixing WordPress
In reply to: Huge Gap Between Bottom of Post and Top of DisqusAre you still experiencing this issue? I’m not seeing a big gap in this post. What browser are you currently using?
Forum: Fixing WordPress
In reply to: Removing Footer Textsilky8000,
change this:
<p class="copyright"><?php if (get_option('footer_text') == true) { echo str_replace('[YEAR]',date('Y'),stripslashes(get_option('footer_text'))).' | '; } ?></p>/p>
to this:
<p class="copyright"><?php if (get_option('footer_text') == true) { echo str_replace('[YEAR]',date('Y'),stripslashes(get_option('footer_text'))).''; } ?></p>/p>
I just removed that “|”
Forum: Fixing WordPress
In reply to: WP stopped updating pluginsValeriaK,
Have you tried updating via FTP?