annie hearts
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: broken links to old postsHi Tara,
They’re fixed! I did the first step (reset my custom permalinks to default) and it worked, so I didn’t need to do the second (renaming my .htaccess file).
Now I have an alert popping up that says my permalinks need to be customized. Not sure if that will cause problems in the future. Any idea about that?
Thanks so much for your help Tara!
Annie
Forum: Fixing WordPress
In reply to: open graph tags for facebookHi WPyogi,
Thanks for helping! I’m currently using Wonderm00n’s open graph and it’s doing half the job (i.e. getting text but no image).
Yes, I tried the Facebook plugin but I didn’t get anywhere with it. When I couldn’t connect to it, the plugin moderator told me that because my fan page is a “company page” there is no way to get my FB app ID. See the exchange here: http://wordpress.org/support/topic/cant-find-fb-app-id-for-fan-page?replies=6
All I’m trying to do is get my green “Share” button (at the bottom of each post) to show a picture when viewers click on it.
Do I really need a FB plugin to do this? Can’t I just put in metatag code that links to my images? Like this:
meta property='og:image' content='LINK'/
If it IS that simple, what URL do I link the image to?Thanks so much for your help!
AnnieForum: Fixing WordPress
In reply to: open graph tags for facebookI’m still having problems with this and it’s driving me crazy!
Will anyone help me? Or is this one of those things I need a professional to help me with?
If I could get some advice on what to do or if I need to hire someone, that would be great!
Thanks!
AnnieForum: Fixing WordPress
In reply to: open graph tags for facebookI finally got a default thumbnail to show for each post, but I’m still not seeing the thumbnail that is meant to go with my post.
Please help!!
Forum: Plugins
In reply to: [ShareThis: Free Sharing Buttons and Tools] two problems with ShareThisUpdate: I’ve found another way to display a Facebook follow button, so that’s resolved.
However, I’m still trying to figure out how to fix the metatag problem.
Anyone??
Forum: Plugins
In reply to: [Simple Facebook Connect] can't find fb app ID for fan pageWell that’s the problem right there. I have a company account. And I can’t switch it over the a personal account.
:/Thanks for your help Otto. I guess I’ll have to find another solution.
Forum: Plugins
In reply to: [Simple Facebook Connect] can't find fb app ID for fan pageThanks for your reply Otto. I was away on vacation, but I’m back now and ready to tackle this so my metatags work.
Every time I try to click on these two links on your setup page:
Can’t find your key?Get a list of your applications from here: Facebook Application List
Select the application you want, then copy and paste the Application Secret and Application ID from there.
Haven’t created an application yet? Don’t worry, it’s easy!Go to this link to create your application: Facebook Application Setup
After creating the application, put http://anniehearts.com/blog/ in as the Site URL in the Website section.it redirects me to my FB fan page:
https://www.facebook.com/annieheartshomeSo I tried to go to from there to my apps page, but all I get is the apps I already have. There’s no option to add new apps. Even if there was, I don’t know which one I should choose.
Any help is appreciated!
Annie
http://www.anniehearts.comForum: Plugins
In reply to: [jQuery Pin It Button for Images] disabled class not working on imageThanks for the explanation mrsztuczkens!
I tried it and it worked.
For others who have the same problem, when you click on the image in edit mode, and the two little boxes pop up in the left upper corner (one a landscape and the other a red circle with a bar through it), click on the landscape box and then on the Advanced Settings Tab. There are TWO boxes for CSS Class there. I put nopin in both of them and it worked great!
Annie
Thanks Becky!
Forum: Themes and Templates
In reply to: archives, search, categories aren't displaying posts properlyThe almighty alchymyth has done it again!
The problem is fixed and the website looks perfect.
THANK YOU!
Annie
Forum: Themes and Templates
In reply to: archives, search, categories aren't displaying posts properlyAlas, the codex code did not work…
🙁I’m sorry to ask for help again, but might you have any suggestions on how to have 3 posts on my main blog page and 10 posts on the archives, categories and search pages???
I truly appreciate your help!
Forum: Themes and Templates
In reply to: archives, search, categories aren't displaying posts properlyHurray alchymyth!! It worked!!
I also added your other code above and now my images fit beautifully.
Ahh. So much better!I will try to codex code to see if I can get my 10 posts showing.
Thank you!!!
Thank you Erick. I successfully went back to the old version.
I had none of the plugins mentioned above.
Forum: Themes and Templates
In reply to: archives, search, categories aren't displaying posts properlyI also tried putting the code below into my style.css of my child theme and my archives are still showing 3 posts.
I tried the code from the codex link you sent verbatim but it didn’t work, so I changed it a bit and it still doesn’t work.
function hwl_home_pagesize( $query ) { if ( is_admin() || ! $query->is_main_query() ) return; if ( is_home() ) { // Display only 3 post for the original blog archive $query->set( 'posts_per_page', 1 ); return; } if ( is_post_type_archive ) { $query->set( 'posts_per_page', 20 ); return; } } add_action( 'pre_get_posts', 'hwl_home_pagesize', 3 );Any suggestions? Thanks again!
Forum: Themes and Templates
In reply to: archives, search, categories aren't displaying posts properlySure. Here you go.
Thank you!