robotor
Forum Replies Created
-
Forum: Plugins
In reply to: [Event-O-Matic] Errors: "Missing argument 2 for wpdb::prepare()"Woohoo- it just appeared when I refreshed. Thank you!
Forum: Plugins
In reply to: [Event-O-Matic] Errors: "Missing argument 2 for wpdb::prepare()"FYI: I have plugin version 4.4 and see no update.
Great plugin BTW!
I believe it could be worthwhile. It could be presented as a seamless part of the process.
Update:
I de-authorized my twitter account, and re-authorized it – that fixed the problem. Whew!Also – this is the support forum as far as I can tell, unless you have another one? Share link if so- thanks!
4.3.3 (seems to be latest version.) problem still exists in IE9 (haven’t tried other versions yet.)
Forum: Plugins
In reply to: [Store Locator Plus? for WP] SLPLUS: The PHP Javacript connector did not loadI just got this error. I’ve made no changes recently, so I’m not sure why. I have the latest paid version.
Forum: Fixing WordPress
In reply to: Spacing / Align top / JustifyYou’re welcome ??
Forum: Fixing WordPress
In reply to: Spacing / Align top / JustifyYour stylesheet may not have any specific settings for a paragraph. You can just add one though, like this
p {
text-align:justify;
}Looks to me like you need to make your index template (the default template for the page of posts) more like your page template.
Forum: Fixing WordPress
In reply to: Spacing / Align top / JustifyThis would all be done in your template’s stylesheet, and I have posted the exact syntax needed.
“top aligned” is not set, but floating the images to the left as they are do the same thing.
Sounds like you need to learn CSS. There are lots of good, free resources online, do some searches.
Forum: Fixing WordPress
In reply to: Spacing / Align top / Justify1) Looks top-aligned to me…
2) Put text-align: justify in your stylesheet on your paragraphs.
3) Put clear: both on your dividing element – in this case, your H3 (Heading 3) .Placing the conditional around the navigation is the perfect fix for that. I recommend building it into the next plugin version.
Thank you, I did get that second question figured out.
I’ll give the conditional php a shot…
Woohoo, I believe may have found my solution for the second question on my own, am testing this further now:
<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(get_page(array_pop(get_post_ancestors($post->ID)))->post_title, "width: 1024, height: 658" ); } ?>