Forum Replies Created

Viewing 11 replies - 16 through 26 (of 26 total)
  • Sometimes themes are poorly designed or spot is missed during implementation. Unless the designer/coder is working with a check-list of thousands of points, it’s never gonna be 100%.

    Then again, maybe the theme creator didn’t intend for the user to add a featured image to sliders.

    /shrugs

    Hello all,

    I was having a similar issue with my theme on my website. I was looking around for some answers and found a fix that worked after combining some things.

    If your theme doesn’t have the featured image when adding a slide OR you have the featured image area but no way to insert the image once you try adding the image via uploading (and such). You probably need to do one of two things:

    In your themes functions editor (functions.php) you need to search for:
    add_theme_support(‘post-thumbnails’);

    If you have this function in your theme already, simply add the follwing code: array(‘post’,’slides’,’page’)

    and this is what you should end up with:
    add_theme_support(‘post-thumbnails’, array(‘post’,’slides’,’page’));

    If you search and find nothing, simply add the line of code directly about this sentence.

    I did this and I was finally able to add featured images to the plug-in.

    Good luck and I hope this works for everyone.

    UPDATE

    After a bit of searching around, I found out what my problem was and why it was saying there was no new mail.

    I had my password off by 1 character… /sigh

    Also, make sure you configure Authorized Addresses for the email account you’ll be sending emails from to the posting account.

    My final thoughts: Great plug-in (now that it’s working), very handy, saves time.

    Doug,

    Thanks again, you were right as were my suspicions about bluehost. They don’t allow SMTP relaying so I’m unable to use gmail. I created an email account within bluehost’s account and after a few trials, Postie does work and connects to the email account, now the fun part is figuring out why, when I run postie it says:

    • There does not seem to be any new mail.

    Even though I have 2 brand new emails in the account waiting to be posted.

    So for anyone having issues like I was with not being able to connect, even though settings were correct. Please check with your hosting provider and see if they block access to email accounts outside their “realm.” I can confirm that Postie is working now with WordPress 3.4

    Well, my hosting company is Bluehost and apparently they allow POP3 and IMAP. Sadly I’m still having issues.

    I’ve attempted to create a brandnew email account but that is still not working. I’ve removed gmails IMAP access and only POP since I thought maybe there was a conflict there, nothing. I’m rather at a loss here and I’m moving on till hopefully someone else can provide some kind of clue.

    I continue to get the error:

    Unable to connect. The server said – Can’t connect to gmail-pop.l.google.com,995: Network is unreachable

    Doug,

    Sorry to blow up there, I spent at least 3 hours yesterday searching for clues/answers as to why my gmail account can’t be accessed. When I run or test postie with POP3-SSL, port 995 and server pop.gmail.com I get the errors:

    • Mail Connection Time Out/Common Reasons:
    • Server Down
    • Network Issue
    • Port/Protocol MisMatch
    • The Server Said POP3 connect: Error [101] [Network is unreachable]
    • Or: The Server said:Can’t connect to gmail-pop.l.google.com,995: Network is unreachable

    Since you say you’re using gmail as well and it’s working for you, I’m hoping you can hit us up with some hints or list what your settings look like. I’m tempted to contact my hosting provider and see if its something on there end now.

    I have my gmail account settings for POP enabled for all “mail that arrives from now on”

    If people “say” they have it working, then share the blasted information already! There’s no point in flaunting that you have it working if you can’t share what you did or won’t. If you won’t share, then keep your replies off the forum since it’s aggravating to everyone else who is desperately trying to get it to work.

    Thread Starter coldmoonrising

    (@coldmoonrising)

    After about a week of searching, I finally found what I was looking for.

    With the current version of wordpress on the site at 3.3.2, I found the following plug-ins that worked:

    Wordbooker: auto posts to your FB wall with little trouble and configuration

    Simple Twitter Connect + STC Publish: This took some time to work out and get running. You’ll have to create a Twitter app to get this to work properly and make sure in the Twitter app in dev.twitter.com to add the call back URL at: http://www.[your site].com/wp-content/plugins/social-connect/twitter/callback.php

    Thread Starter coldmoonrising

    (@coldmoonrising)

    Turns out it was a poor programming choice on my behalf that made my site lock up and only show “featured” posts rather then all and this was fixed.

    Thread Starter coldmoonrising

    (@coldmoonrising)

    *Update*

    I noticed that obviously the single post option works but still unable to get the widget context to work via targeting categories specifically.

    Thread Starter coldmoonrising

    (@coldmoonrising)

    So after some thought and understanding that the rating system I’m using allows custom id fields to separate each rated project I did the following:

    1. Used the shortlink option to find the post ID
    2. Set the rating id to the post ID
    3. Eventually found out the what the custom code was to set the post ID to pull the correct rating
    4. Pull the post ID and set it into the code for pulling the same rating ID (since the shortcode was not working in pages)

    I hope this helps anyone else that may have the same issue(s) I did and good luck out there.

Viewing 11 replies - 16 through 26 (of 26 total)