jmckiernan86
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Popular Posts] cant get alignment on everything rightgreat that worked with one small change:
`.wpp-thumbnail {
align: left;
`the only thing is now there’s a margin on the left i can’t get rid of.
Forum: Plugins
In reply to: [WordPress Popular Posts] cant get alignment on everything rightI tried both
<li>{thumb}{title}</li>
and<li>{thumb}</li> <li>{title}</li>
but didn’t have any luck
Forum: Plugins
In reply to: [WordPress Related Posts] remove pin button from related postsGreat, thank you again for your help!
Forum: Plugins
In reply to: [WordPress Related Posts] remove pin button from related postsWith the Headway base theme they have it set up so that instead of using the normal wordpress php files you customize the pages using a grid system. So in this case the workaround was to add a “custom code block” grid block and add the <?php wp_related_posts()?> in that. I didn’t even need to use the <span class=”nopin”> anymore because its a separate block (directly under the content block) which is not part of the page content so the pinit button did not show up. sounds a little confusing but anyone who is using headway should be able to make sense of it ??
Forum: Plugins
In reply to: [WordPress Related Posts] remove pin button from related postsokay I figured it out. With headway you have to do it a little differently. Thanks!
Forum: Plugins
In reply to: [WordPress Related Posts] remove pin button from related poststhat makes sense the only problem is my theme (headway) doesn’t have a single.php file – it only includes header.php, footer.php, functions.php and index.php. any ideas?
Thanks again for you help!
Forum: Plugins
In reply to: [WordPress Related Posts] remove pin button from related postsThanks for the reply. The answer on that thread was to make changes to the wp-related posts plugin files right? Won’t those changes be overridden in the next update. Also I’m note sure exactly what changes need to be made. That answer was a little confusing to me.
Thanks
Forum: Plugins
In reply to: [WordPress Related Posts] Vaultpress says this plugin has a vulnerabilityChris, thanks for updating, however it still says “1 security threat” on the top admin bar of WordPress. The only difference is it now shows that 2.6.1 is the vulnerable version when you click on the notification. I realize that 2.7 version of plugin is safe but you guys may want to update that also. I already tried deactivating the plugin then reactivating and the message still shows.
Forum: Plugins
In reply to: [WP Migrate Lite - WordPress Migration Made Easy] can't importOk i figured that part out but now that the database is imported the permalinks aren’t working. Only when i change the permalink structure back to default (?p=123) in the wp dashboard>settings do the pages and posts work but the links in the text that were manually created still don’t. I tried changing the name of the htaccess file so that a new one would be created in its place but that didn’t change anything.
Forum: Localhost Installs
In reply to: can't restore db in phpmyadmingreat, solution 2 worked. thanks! now i have another question though but I think it needs its own thread
thanks again!
Forum: Localhost Installs
In reply to: can't restore db in phpmyadminis there any other way to do this without splitting the file
Forum: Fixing WordPress
In reply to: post excerpt next to the thumbnailPerfect! Thank you for you all your help! I really appreciate it!
Forum: Fixing WordPress
In reply to: post excerpt next to the thumbnailok its all working now. you were right it turned out to be a plugin after all. I went through a second time and deactivated them and it worked this time.
One last question if you don’t mind..How would I get the thumbnail images to link to the post?
Thanks for all your help. you’ve saved me lots of time and frustration.
Forum: Fixing WordPress
In reply to: post excerpt next to the thumbnailAlso I’m not sure what I did wrong but since I added that function you gave me I keep getting this error when I try to update posts:
Warning: Cannot modify header information – headers already sent by (output started at /home/farmers6/public_html/myglutenfreequest.com/wp-content/themes/twentyeleven-child/functions.php:14) in /home/farmers6/public_html/myglutenfreequest.com/wp-includes/pluggable.php on line 881
The functions.php file im using:
Forum: Fixing WordPress
In reply to: post excerpt next to the thumbnailthe plugins didnt change anything but when I activated the parent theme and used the search function all the excerpt displayed correctly
so the problem must be in one of the child theme files, but I can’t seem to locate it…
I even copied the theme files over from the other site where its working correctly and that didnt work either. I’m stumped