ebiz212
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: subsubsub menu removal wp-adminTGhanks for your help but i was able to figure it out….. In case anybody needs this info what i did was add a filter to the functions.php file. What i added to that file is —–>
function posts_filter() {
echo ‘<style type=”text/css”>/*admin all-posts screen*/
/*#posts-filter,*/
/*ul.subsubsub .mine,*/
ul.subsubsub .all,
ul.subsubsub .publish,
ul.subsubsub .sticky,
ul.subsubsub .trash,
ul.subsubsub .draft,
ul.subsubsub .pending,
.view-switch,
.tablenav ,
.row-actions .editinline,
.check-column
* {display:none;}
</style>’;
}
add_action(‘admin_head’, ‘posts_filter’);Forum: Fixing WordPress
In reply to: subsubsub menu removal wp-adminHi
thanks for the reply. I would actually like to remove those 3 links all together All – Published – Private
should basically i just want the sub menu gone if thats possible
thx again for yout time
Forum: Plugins
In reply to: [Link Library] display categories list on homepage – custom urlyes thank you for the help 🙂
Forum: Plugins
In reply to: [Link Library] display categories list on homepage – custom urli appreciate your help although i wasnt able to get it to work it seems the link is still the same with the # i changed the settings as directed setup the page at http://www.getnetpresence.com/custom-themes/5555/all/ and i set my pernalinks at settings to Post name
im not going to have all that many categories so i think i will just make a manual link menu for my homepage.
thanks for the help
perfect thank you! if you don’t mind id like to see if you can help me with 1 more thing I promise 🙂
Im using the code [display-posts] on my post page http://www.getnetpresence.com/fmylife/confession-categories/ and it works perfect – I would like to know if I can somehow combine add into that shortcode so that it would display ratings generated from another plugin WP-PostRatings
so basically how I want it to display the post as it shows now but beside each post id like it to display the rating for that post from the WP-PostRatings plugin – I know its probably wishful thinking but is there a way to add something into the short code [display-posts] so that it was also pull the rating data from the wp-postrating plugin ?
I really appreciate your plugin as is and support so I don’t expect you to take time out for my personal needs I was just hoping by chance this isn’t as complicated as I think it is but like I said I don’t know if that’s just wishful thinking.
thanks either way for the first reply it worked great!!
thank you
Forum: Plugins
In reply to: display post shortcode pluginplease note the above URL is wrong…. the url im using the the shortcode [display-posts] on is http://www.getnetpresence.com/fmylife/confession-categories/
if you check that page below some text you will see 2 bullet points like it should show however the post title and description do not show
Im not sure what I missed why it wont display I used same as I did on other theme where it works
Please let me know if I can fix this to work with my current theme? or maybe its not the theme and I did something wrong
either way please help me resolve this ?
Forum: Themes and Templates
In reply to: zeeCorporate theme – change color of whitespaceHI
can anybody help me with this? I really would appreciate the help im thinking it some simple code to be added so if I can add myself an save having to pay a 3rd party developer would be awesome
thanks
Forum: Fixing WordPress
In reply to: menu color in 2011got it
Forum: Fixing WordPress
In reply to: menu color in 2011I added the lines you gave to me to the into the sytles.css file from my admin area and it messed up my header
I have an image with the exact gradient I want, can I use that image as the color ??
Forum: Fixing WordPress
In reply to: menu color in 2011ok I did that and got the following code but not to sure how ti input it… should I over whats there now or just insert this in addition ??
background: #005d9a; /* Old browsers */
background: -moz-linear-gradient(left, #005d9a 0%, #08a0ff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#005d9a), color-stop(100%,#08a0ff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #005d9a 0%,#08a0ff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #005d9a 0%,#08a0ff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #005d9a 0%,#08a0ff 100%); /* IE10+ */
background: linear-gradient(to right, #005d9a 0%,#08a0ff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#005d9a’, endColorstr=’#08a0ff’,GradientType=1 ); /* IE6-9 */