nlesti
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: W.P 3.5 Media not workingtried @artc1209 suggestions (both of them) but find that when I go into the media editor I can’t make any changes. Won’t allow me to save and then gives an error message that it is not uploaded. Also, I couldn’t upload at all in the post itself. Had to upload via the manager (at least it let me put it on there) and manually insert the html code into the post.
Thumbnail is not showing up on my theme though, which is annoying since it is on my homepage, but will hopefully live with that until there is an update via WP. Tried so many proposed fixes (plugins, cache etc) but none are working and don’t feel like a rollback hassle right now. Bummer to see such a big release cause such a major issue. Seems to be for many folks too.
Forum: Plugins
In reply to: [Sociable] [Plugin: Sociable] The latest version does not save changesGreat link & good temporary fix.
Is anyone finding that this worked for all the posts except for the one you published right after updating to the 4.2.8 version? 4.2.7 reverted all my posts/pages back to my old/correct format, but I cannot get the new layout off my most recent post of yesterday.
Did browser refreshing, cache clearing, looked on another machine etc, and still can’t get it off that post. Weird. Will have to see after the next new post if it recognizes the saved 4.2.7 settings. This is somewhat frustrating.
Forum: Plugins
In reply to: [Sociable] [Plugin: Sociable] The latest version does not save changesDitto. Annoying too because it messes up the look of the page we had with things we don’t use and we updated only to see if Pinterest had finally made it to the classic version, which it does not.
So now we have pages that look horrible and confusing and cannot save the changes.
I know this is a free plugin and it seems that they update it when they can, but hopefully this will come sooner rather than later or will have to turn to another and not come back.Forum: Fixing WordPress
In reply to: Adding date pull to functions.phpSorry, that echo in the functions.php is displaying incorrectly in the above post. I am hoping this will display that code correctly, but if not, I have the Read More Link functioning correctly already.
echo ‘
- <span>’.$post->post_excerpt.'</span>’;
echo ‘'.get_permalink($post->ID).'>Read More
‘;
Forum: Fixing WordPress
In reply to: Trying to add printable couponsYes, had thought about the misuse of the blockquote. I just can’t think of any other ideas for them that are easy-needs to be super easy. The coupon in word to PDF is certainly an option, but not sure how much they are willing to go the extra mile by generating the PDF etc etc.
But that is certainly not a terrible option. I guess I was looking for something that could be filled in to generate it the coupon for printing, ie the plugin or widget type of route.
Appreciate the idea, thanks very much!
- <span>’.$post->post_excerpt.'</span>’;