sock2me
Forum Replies Created
-
Forum: Plugins
In reply to: [Posts By Tag] Change Styling/LookOk – I figured this out in case anyone ends up here needing help. I opened up the class-posts-by-tag-util.php and on line 71 it says:
$output = ‘<ul class = “posts-by-tag-list”>’;
I changed it to this:
$output = ‘<div style=”float:left;”>’;
And on line 95, where it says:
$output .= ‘<li class=”posts-by-tag-item ‘ . implode( ‘ ‘, $tag_post_tags ) . ‘” id=”posts-by-tag-item-‘ . $tag_post->ID . ‘”>’;
I changed it to:
$output .= ‘<div class=”posts-by-tag-item ‘ . implode( ‘ ‘, $tag_post_tags ) . ‘” id=”posts-by-tag-item-‘ . $tag_post->ID . ‘”>’;
Then in my css I added this:
div.posts-by-tag-item {width: 165px;float:left;margin: 0 13px; }
I hope this helps someone.
Forum: Plugins
In reply to: [Posts By Tag] Change Styling/LookYep – Looking to do the same thing – what plugin did you find that did this better pamkaur14?
Forum: Plugins
In reply to: [Facetious] How can I change the way a taxonomy title displaysNevermind.. I figured out how to add a custom post type and add it to the template.php – I amazed myself.
Forum: Plugins
In reply to: [W3 Total Cache] Pop up wont go awayMe too! Oh my god it’s driving me CRAZY!!!!! I do not want to put a link on my footer nor do I want to rate the plugin that I haven’t even had time to use.
Forum: Plugins
In reply to: [Front End PM] Can I add this shortcode to my page template?<? echo do_shortcode(‘[front-end-pm] ‘); ?>
I figured it out…
I’m having the same problem. The preview is working in the admin, but not on the page: https://colt.toolbox4healthcare.com/newsletter-sign-up/
Please help!
I’d LOVE to use this guy on more than this one site if I can get it working….Thank you!
Forum: Plugins
In reply to: [WP Find Your Nearest] Permalinks giving 404 error on individual pagesI’m not having any luck with these tricks either. Still getting 404 errors on all my result page links. Sent developer an email since I did purchase the Premium version….
Forum: Plugins
In reply to: [Mobile CSS] W3 Total CacheBump. Having the exact same issue!
Forum: Plugins
In reply to: [Connections Business Directory] Photos simply spinAhhhhhhhhhh!!!!!!
Yes, you were right! I’m a dummy.
Thank you!Forum: Plugins
In reply to: [Search & Replace] Sufficient Permissions ErrorAhhhh but I have updated the plugin and it works now! Doh!
Forum: Plugins
In reply to: [Search & Replace] Sufficient Permissions ErrorI’m getting the error as well with the newest WP version 3.8
Forum: Plugins
In reply to: [EZ PayPal] Buy Now button returns user to the same pageI figured this out – can’t put spaces or anything in the ID. Thank you
Forum: Fixing WordPress
In reply to: All of a sudden timthumb paths are wrong~!NEVERMIND… it was something my hosting company did. All fixed now. Ignore me…
Forum: Fixing WordPress
In reply to: Blog Posts stripped of all formatting and linksOOOOOOOOHHHHHHHHHHHHHH
IT WORKED~!!!!
You are AWESOME!
Thank you sooo much! I really appreciate you help on this!
Forum: Fixing WordPress
In reply to: Blog Posts stripped of all formatting and linksThat seemed to delete the content on the page. Nothing except the title (had to add the code back in due to the site being live)
Any other ideas?
Thank you for your help by the way – I really appreciate it.