haredx
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Buttons] Google showing wp-buttons error as my site description?Update to the newest version 1.1.2, I haven’t had the problem since updating. Also, please realize that after updating it will take a while before Google shows the correct description, it is not instantaneous
Forum: Plugins
In reply to: [WordPress Popular Posts] Title UNDER the thumbnail? URGENT!The titles show up to the right of the thumbnail by default
Forum: Plugins
In reply to: [WordPress Popular Posts] Title UNDER the thumbnail? URGENT!Ya, that’s a real sloppy way to do that, just use the code that I posted earlier, it works fine. All you have to do is add a
<br>
after the thumbnail code.Forum: Plugins
In reply to: [WP Buttons] Removing bullet images?That fixed it! Thanks!!
Forum: Plugins
In reply to: [WP Buttons] Removing bullet images?Anyone?
Forum: Plugins
In reply to: [WordPress Popular Posts] Title UNDER the thumbnail? URGENT!Use the plugin editor in the backend of WordPress to edit the plugin instead of FTP, also are you using any cache plugins? Perhaps your website is cached so you are not seeing the change you made, I assure you the modification works though, I’m using it on 3 websites now
Forum: Plugins
In reply to: [WordPress Popular Posts] Title UNDER the thumbnail? URGENT!I’m using it on my website and it works fine:
Forum: Plugins
In reply to: [WordPress Popular Posts] Title UNDER the thumbnail? URGENT!Ok, I figured it out. Open up wordpress-popular-posts.php and go to line 735 which should look like this:
$content .= '<li>'. $thumb .'<a href="'. get_permalink($wppost->ID) .'" title="'. $title_attr .'"><span class="wpp-post-title">'. $tit .'</span></a>'. $post_content .' '. $stats . $rating .'</li>' . "\n";
In order to get the title of the post to show up on top of the thumbnail, replace that code with this:
$content .= '<li><a href="'. get_permalink($wppost->ID) .'" title="'. $title_attr .'"><span class="wpp-post-title">'. $tit .'</span></a>'. $thumb .' '. $post_content .' '. $stats . $rating .'</li>' . "\n";
Or to have the title show up below the thumbnail, change it to this:
$content .= '<li>'. $thumb .'<br><a href="'. get_permalink($wppost->ID) .'" title="'. $title_attr .'"><span class="wpp-post-title">'. $tit .'</span></a>'. $post_content .' '. $stats . $rating .'</li>' . "\n";
Forum: Plugins
In reply to: [WordPress Popular Posts] Title UNDER the thumbnail? URGENT!I would also like this, either above or below, it looks bad with the text right next to the picture.
Forum: Plugins
In reply to: [WP Buttons] Removing bullet images?https://iphoneblogr.com thanks!
Forum: Plugins
In reply to: [WP Buttons] Google showing wp-buttons error as my site description?Thank YOU for fixing it so fast! ??
Thanks that worked ??
Forum: Fixing WordPress
In reply to: Random Database ErrorThanks, but that is not my problem. Like I said, this is not an issue with wp-config. All my database settings are correct. This error occurs randomly and fixes itself without me changing anything.
Forum: Plugins
In reply to: [WPBook] WPBook just shows my website in the canvasI cannot reproduce that problem, so I don’t know what to do
Forum: Plugins
In reply to: [WPBook] WPBook just shows my website in the canvasI don’t know what you’re talking about