Ron Zvagelsky
Forum Replies Created
-
Forum: Plugins
In reply to: [Blog Post Calendar Widget] Tooltip showing under the calendarGlad to hear that worked for you.
Forum: Plugins
In reply to: [Blog Post Calendar Widget] Tooltip showing under the calendarHey Erik,
It’s an issue with your theme.
In the following file: https://cleverdev2.info/wp-content/themes/cognivirtual/style/reset.css
On Line 52:
a, span, ?h1, h2, h3, h4, h5, h6, li, p, .textwidget, #today, td { ? ?-webkit-transform: translateZ(0); }
If you remove the -webkit-transform it should work.
Forum: Reviews
In reply to: [Facebook Page Like Count] Didn't work with my facebook page (product page)Try using your FB Page ID: 282078091923133
I am having the same problem. I installed and purchased the premium version of the plugin yesterday. Switching to another theme does not resolve the problem.
Thanks!
Forum: Fixing WordPress
In reply to: Custom Field Names Missing From Drop DownAny ideas would be much appreciated!
Forum: Fixing WordPress
In reply to: Custom Field Names Missing From Drop DownAnyone?
Forum: Plugins
In reply to: [Plugin: Aleph] Hide Admin From User ListThanks!
Forum: Plugins
In reply to: [Plugin: Aleph] Hide Admin From User ListAnyone?
Forum: Fixing WordPress
In reply to: Insert images in WP 2.7 not workingChanging to lowercase URL’s worked for me as well.
Forum: Fixing WordPress
In reply to: Check to see if category has no postsBump
Forum: Fixing WordPress
In reply to: 2.5.1 Upgrade: All Categories (Write Post Page)I simply applied the same changes from the previous version to the new classes.php file (2.5.1), uploaded it, and voila!
Forum: Fixing WordPress
In reply to: Date and RSS FeedMy blog feed was only for a specific category and I was using /?feed=rss&cat=3
I changed it to rss2 and now the date shows up!
Forum: Fixing WordPress
In reply to: Date and RSS Feed<h2 class="shape-1"><?php the_title(); ?></h2> <div class="post" id="post-<?php the_ID(); ?>"> <p class="chrono" style="width:630px;margin:0 20px 0 30px;">Posted by <?php the_author_posts_link(); ?> on <?php the_time('l, F jS, Y') ?> <a>#respond"><?php comments_number('- No Comments', '- 1 Comment', '- % Comments' );?></a></p> <p class="chrono" style="width:630px;margin:10px 20px 0 30px;"><?php the_tags( 'Tags: ', ', ', ''); ?></p> <div class="hr_top"></div> <div class="entry" style="width:630px;margin:0 20px 0 30px;"> <?php the_content(); ?> <div class="hr_top"></div> <p style="float:left;"><?php if(function_exists('akst_share_link')) { akst_share_link(); } ?></p> <div class="hr_top"></div> <p class="chrono" style="float:left;margin:10px 0 10px 0;">Related Posts: <?php if(function_exists('related_posts')) { related_posts(); } ?></p> <div class="hr_top"></div> <p style="float:left;"><?php previous_post_link('%link ', '< older', TRUE, '32'); ?></p> <p style="float:right;"><?php next_post_link('%link', 'newer >', TRUE, '32'); ?></p> </div> <div style="clear:both;"></div> <?php comments_template(); ?> <?php endwhile; else: ?> <p>Sorry, no posts matched your criteria.</p> <?php endif; ?> <div class="clear"></div> </div>
Forum: Fixing WordPress
In reply to: Date and RSS FeedBump…any help?
Forum: Fixing WordPress
In reply to: Meta/Custom Fields along with Previous/Next Post LinksFigured it out.