Crssp
-
How do I hide Page Editing options from the Editor role menu
Above the Wordpress Author credentials, I wanted them to be able to edit the posts of others, and approve posts, but nothing in pages menu.
-
jQuery Plugin best Lightbox + Social Share icons for HTML page
Looks like the PrettyPhoto lightbox style plugin, may offer some solutions, still not able to track down the exact code. They also offer: http://www.no-margin-for-errors.com/projects/prettysociable-mashable-like-sharing/ Which seems to be a Social i…
-
Bonus points for being a 'Padding-Margin Crusher-Ninja"
Wait a minute, now I'm getting break tags instead of the p opening tag, and a break for the P closing tag. :( So I'm still rattling on here... :(
-
Bonus points for being a 'Padding-Margin Crusher-Ninja"
This problem reared it's ugly head on another project... found a fix this time via a Functions file php body blow to the mid-section:http://www.simonbattersby.com/blog/2011/02/wordpress-wrapping-shortcodes-with-p-tags/ Setting up Post Snippets…
-
Bonus points for being a 'Padding-Margin Crusher-Ninja"
Thanks again ChrisP, I'm hesitant to do anything with the functions.php on this one, not entirely understanding the overall results. Attempting the hack-y CSS still no love. :(
-
Bonus points for being a 'Padding-Margin Crusher-Ninja"
@ChrisP> It's someone getting "return happy" in the visual editor of WP..just switch it to HTML and delete excess p and br tags. The P tags are not there, in the html view, they are getting parsed in some how, whether it's js…
-
Bonus points for being a 'Padding-Margin Crusher-Ninja"
Never had a use for: p:first-child rule ...but that's a thought, even though the p tag shouldn't be there.
-
Bonus points for being a 'Padding-Margin Crusher-Ninja"
Anybody have a suggested fix for Wordpress adding P tags, especially when it's the first thing in the editor? First google brought me to this functions file snippet: http://sww.co.nz/solution-to-wordpress-adding-br-and-p-tags-around-shortcodes…
-
Bonus points for being a 'Padding-Margin Crusher-Ninja"
It was a great help Chris, I was so busy looking at all the ID's and .classes, it totally got by me, when looking at the code. Fresh eyes are good :)
-
Bonus points for being a 'Padding-Margin Crusher-Ninja"
Actually the only thing in the editor, sitting at the very top is the shortcode: [ditty_news_ticker id="315"] Getting a little bit trickier, for css-tricks fans, :)
-
Bonus points for being a 'Padding-Margin Crusher-Ninja"
Aware of the p display none it was a joke. although I was stoked when I took down a site today with an awesome wildcard line of code: * { display:none }
-
Bonus points for being a 'Padding-Margin Crusher-Ninja"
It could be the ditty news scroll plugin tossing in the p tags, if it's even that tough. Thanks again.
-
Bonus points for being a 'Padding-Margin Crusher-Ninja"
Oh man, that's what I get for editing my bosses work, and he's got extra p tags... nice... there's always p: dislay: none; thanks guys.
-
Wordpress Blog View on Homepage, exclude passworded posts
Ahhh... came up with a fix for this. The site is going to be using the magical plugin 'Smart Passworded Pages' http://wordpress.org/extend/plugins/smart-passworded-pages/ This was awesome, to keep thing simple and not have each site membe…
-
Social Stream JQuery Code Canyon plugin not working in IE8>
jQuery(document).ready(function($){ $('#social-stream').dcSocialStream({ feeds: { facebook: { id: '117689159146', }, }, iconPath: 'http://www.findlayinternet.com//code/social-stream/images/…
-
Bullets not showing in first column?#$!
The other two should be showing directly above the one. The theme really is a mess, it has a reset, and no base styles put back in. Missing the old puritan html straight up coding days today. I hate to be a whiner, somebody can delete the topic, I…
-
Bullets not showing in first column?#$!
Looking at the forum on wordpress.org for this theme, it's full of the same issues I've had. Realizing I'm using the free version, but no saying the paid version would be any better. Rethinking this theme house. :(
-
Bullets not showing in first column?#$!
This theme falls down again :( Now the Youtube videos are not showing up at all. I'm placing the Iframe into shortcode columns and nothing shows up. Hoping it's just something to do with the way iframe's are being treated in the CSS. …
-
Bullets not showing in first column?#$!
Awesome. thanks bunches.
-
Bullets not showing in first column?#$!
Using Wolfcry911 suggested CSS above: .page-content-container ul { margin-left: 20px; } Still getting mixed results in IE, at best not seeing the bullets in first column div still, and at worst the columns are collapsing and none show bullets. Ca…
-
Bullets not showing in first column?#$!
That did the trick, my preferred method coding from scratch is to place a reset something like Eric Meyer's, but then throw in a base stylehsheet. I used to use the CSS 4 base styles here: http://www.w3.org/TR/CSS21/sample.html It bugs me when …
-
Bullets not showing in first column?#$!
I think the bullets should be contained within for sure. No offense taken wolfcry911.
-
Bullets not showing in first column?#$!
Actually I'm missing something in the translation from using the shortcodes to what produces the actual coded div structure output. That could be why the styles are not applying correctly from their demo here: http://inkthemes.com/wptheme/black…
-
Bullets not showing in first column?#$!
Actually I think that collapsed one of the three column div's top example. still issues :/
-
Bullets not showing in first column?#$!
Thanks wolfcry911, our comments crossed the wires, taking a look at that now. I'm at the mercy of the theme designer on this one... Not having coded it from scratch.
-
Bullets not showing in first column?#$!
Working with a theme, I still don't see what you mean where to apply the CF class? Can overflow hidden be removed somehow if that is the problem. Not really understanding the problem here, but I hate to use hack code. Tried several things, app…
-
Using SimpleHtmlDom to extract Html, loop through local directory, save files
Anyone ever used SimpleHTMLDom then. Any suggestions would be great. There are a few tutorials on line, but none quite apply to what I want to do. Another thought would be just using a good text editor in my local web folders and cleaning up the cod…
-
Using SimpleHtmlDom to extract Html, loop through local directory, save files
Oops trying to past a code block me get a FAIL. OK tried pasting code above, me sucks at this code pasting in the forums. Oops forgot I could use markdown. [FIXED BY MOD] Thanks bro, appreciated ;)