grafis
Forum Replies Created
-
Hi Frederick, apologies but I missed your reply and made a new post here.
I think I prompted the update ??
Neeraj fixed this issue and several other I’d listed on the forums. The Feature image ALT text is still wrong but easy enough to edit in the code until it’s fixed.Thank you @lutvi Avandi !
Forum: Plugins
In reply to: [Plugin: Popularity Contest] Unable to activate in WordPress 3.0.2@bloggersavvy – Thank you! Worked like a charm.
https://rogerwheatley.com/how-to-get-popularity-contest-working-in-wordpress-3-0-4/I tried @giraffe2011’s fix first and it appeared to work – plugin activated but the plugin did not activate, on the second try I got the same table error again.
Forum: Plugins
In reply to: [Popularity Contest] Fatal ErrorForum: Plugins
In reply to: [Popularity Contest] Fatal ErrorSame error – any workarounds? I’m using the Arras theme which relies on this plug-in.
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Repeating Events?n’er mind – I see recurring events are listed as an upcoming feature.
Same problem here – WP Minify Breaks CSS and JavaScript for NextGen Gallery and in my case using the TwentyTen theme can lead to nothing being displayed at all – blank white page. I opted to disable the plugin and go with W3 Total Cache which is less aggressive. Not as much speed gain but pages display and NextGen works.
Jetpack. Why is my wallet feeling warm?
Why did I just suddenly think about Drupal?Stats back up but with pages ID’s instead of Titles after things broke. Glad someone is working on clearing out the tubes, danka!
Someone at WP needs to un-press the button and re-launch the Jetpack.
I’ve got about ten sites to do so sitting tight here especially judging by feedback on Jetpack including the API key issue.
https://www.ads-software.com/tags/jetpack?forum_id=10Me three. “Your WordPress.com account, xxxx is not authorized to view the stats of this blog”
So I logged into my WordPress account and the API key is no longer available. “You can get your API key direct from Akismet now.”
So I checked Akismet and they want me to sign up and create a new key.
So I checked my Akismet plugin settings and…. it reports I have a valid key.
So… how do I get WP stats?????
edit:
I can go here after logging in and it returns my API key:
https://apikey.wordpress.com/I have a fix for my Theme – Thematic (a Theme Framework from which I’m running a custom Child Theme). The issue in my case appears to be ‘max-width:100%;’ in the CSS below.
I found this class in my Theme – images.css
.entry-content img { height:auto; margin: 0 0 18px 0; max-width:100%; }
I changed to this and there appears to be no negative affect on other images. Working in latest builds of Chrome, FF and IE8. I’ve placed the change below in my child stylesheet.
/*Fix for NextGen Gallery in IE8 */ .entry-content img { max-width: none; }
Forum: Themes and Templates
In reply to: What is the best way to create a custom theme?Thanks CSD for those links and templates. I have fairly basic needs, more a CMS system with nice non blog looking design and those look to be good starting places. Josh – I’m incorrect. Not sure where I came up with Themeatic using SMRTY, swore I read it looking for answers. frustration… also working with CSCart which is SMARTY based. These two combined are hurting my head.
Forum: Fixing WordPress
In reply to: Widget – How To Customize with images?Thanks alchymyth, before and after look promising.
Here’s an example of my manual NextGEN Gallery box:
<div class="ampBox"> <div class="amp11"> <h3 class="widget-title"> <?php _e( 'Gallery', 'twentyten' ); ?> </h3> </div> <div class="ampMe"> <?php if (function_exists("nggDisplayRecentImages")) {nggDisplayRandomImages(4,80,80);} ?> </div> <div><img src="/wp-content/themes/amp/images/Amp3.gif" alt="ampb" width="224" height="24" /></div> </div>