portermonkey
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: problem with sub-menuThank You lettergrade ! that certainly saved me some time.
very much appreciated.
Forum: Fixing WordPress
In reply to: How to reduce 'Time To First Byte' on my wordpress site?FYI.
I finally was able to get my TTFB Time to first Byte from an F to an A.
I unchecked “Optimize disk enhanced page and minify disk caching for NFS ” under Miscellaneous on the general tab of W3TC.
Forum: Fixing WordPress
In reply to: want to remove link underlinesedit—
you had “decorations” spelled wrong and i copied and pasted it. now i got it!
thanks you.
Forum: Fixing WordPress
In reply to: want to remove link underlinesI just tried using : a:link {text-decoration:none;} but it removes underlines all around.
i just tried #colophon a {text-decoraiton:none;}
and it did not remove the lines from the footer (after i removed a:link {text-decoration:none;})Forum: Fixing WordPress
In reply to: want to remove link underlinesno, i do not want to remove underlines from all links, just the ones in my footer
Forum: Fixing WordPress
In reply to: Want to add a client section for my constructin sitethanks for the input.
I am working with this idea here. WordPress Client Area: Part 1
similar to what you suggest.
thanks
Forum: Fixing WordPress
In reply to: No link to "older-posts" shown?RIGHT – ON !
Thank you alchy !
Another WP mystery solved.
Forum: Fixing WordPress
In reply to: No link to "older-posts" shown?The code is still there. If you move your mouse over the area it will highlight and work/is clickable. I suppose it is burried in the margins or something of the post or container or something?? I just can’t figure out what.
<edit>
you need to just start clicking around the bottom left area and you will hit it. And it shows in firebugForum: Fixing WordPress
In reply to: move sidebar over a biti tried changing the margins there and it changed the size of the widgets.
I guess I grow the right side and shrink the left to move it over to the right?
thanks for the reply, much appreciated
Forum: Fixing WordPress
In reply to: I want to remove reference to some entry titles.I think I solved this, not sure if there will be repercussions or not. I just kinda started hacking at it and it seems to be working.
In my loop-page.php I changed:
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php if ( is_front_page() ) { ?> <h2 class="entry-title"><?php the_title(); ?></h2> <?php } else { ?><h1 class="entry-title"><?php the_title(); ?></h1> <?php } ?> <div class="entry-content">
to this:
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php if ( is_front_page() ) { ?><?php } else { ?> <h2 class="entry-title"><?php the_title(); ?></h2><?php } ?> <div class="entry-content">
Forum: Fixing WordPress
In reply to: I want to remove reference to some entry titles.Do I have to create a new page template for these pages?
Forum: Fixing WordPress
In reply to: How can I apply style to specific posts?nevermind. I used .post{}
Forum: Fixing WordPress
In reply to: Added "more" field to post now worried about duplicate contentI found my answer.
The “#” in a url indicates a fragment and is not part of the url.
so i do not have to worry about duplicate content on these.
Forum: Fixing WordPress
In reply to: my homepage is offcenteryeah, I thought i tried everything. I had the width of my content table at 98% and it shifted everything to the left.
thanks for the reply!
Forum: Fixing WordPress
In reply to: my homepage is offcenterthe home page is offcenter to the left just a little bit. I see it in FF and IE.
when you go from the Home page to another page (and back) you can see the shift
I use the “Samsung” logo on my monitir and the “sitemap-home” on my page to see the allignment.