Forum Replies Created

Viewing 15 replies - 31 through 45 (of 69 total)
  • Thread Starter jennjoanne

    (@jennjoanne)

    Maybe I’m misunderstanding something, but I currently do have an email subscription already established – every post we post gets sent to our email subscribers. But I’m just trying to figure out how to send the full post even when I’m using the “more” feature.

    Thread Starter jennjoanne

    (@jennjoanne)

    I went through the code of the plugin and I’m not sure where the issue is exactly. I don’t see anything duplicate, so I just asked them for help.

    Haha, I could see that but it works great for our type of blog–I continually have to edit reading orders for book series. Instead of having to hunt out each post linked to a book series and updating each one independently I only have to edit the Page that contains the reading order and then it updates each post that has that page added to the bottom of post. Huge time saver for me. ??

    Thread Starter jennjoanne

    (@jennjoanne)

    Thank you Corey for getting back to me.

    I just inspected the element and the funny thing is that the post which only has it appearing ONE time has the Bottom of the Post appearing within the Insert Pages info (like you thought) but it doesn’t have it actually at the bottom of the post. Whereas the post that has Bottom of the Post appearing TWO times has it also appearing within the Insert Pages info and then also as it should correctly at the bottom of the post.

    I’ll look into that code and if it’s over my head then I’ll ask that plugin site for help and post the answer here.

    Just did this:

    You’ll have to edit the plugin. Find this line:
    if( !is_page( ) && file_exists( $fileName )){

    …and change that code to one of these lines depending on your configuration:

    EXCLUDE A CATEGORY

    if( !is_page( ) && !has_category(‘portfolio’) && file_exists( $fileName )){

    EXCLUDE A CUSTOM POST TYPE

    if( !is_page( ) && ‘portfolio’ != get_post_type() && file_exists( $fileName )){

    So mine looked like this:
    if( !is_page( ) && !has_category(‘reading-order’) && file_exists( $fileName )){

    Thread Starter jennjoanne

    (@jennjoanne)

    It works! You rock! Thank you so much for the basic explanation of what I needed to correct!

    Thread Starter jennjoanne

    (@jennjoanne)

    Ryan,

    Thanks for responding! And yes, that’s exactly what I am wanting to do. I’m still somehow missing something.

    I read that article and uploaded the image (favicon1.ico.ico) into the public_html directory and the theme’s directory. I then went into the header.php and changed the verbaige to:

    <link rel=”shortcut icon” href=”favicon1.ico.ico” type=”image/x-icon”>

    Not sure why the title changed when I uploaded it to the directories? But it still isn’t working.

    Thread Starter jennjoanne

    (@jennjoanne)

    AWESOME!! Thank you Andrew & andypaddock! I combined both of your suggestions together and it worked perfectly! Thank you, thank you, thank you!

    This code below works ONLY if it’s in the actual theme’s Style.css. Just a FYI for anyone – this doesn’t work in your Edit CSS because it only shifts the items closer together.

    .post-content th,
    .post-content td {
    padding:15px;
    }

    Thread Starter jennjoanne

    (@jennjoanne)

    Figure it out myself. In case anyone else is looking for the answer:
    go into your style.css sheet in your Themes Folder

    In the section:
    .post-content table {

    Add:
    table-layout: fixed;

    ??

    Thread Starter jennjoanne

    (@jennjoanne)

    Just to clarify – this plugin will not affect or change how posts are emailed to email subscribers correct?

    Thread Starter jennjoanne

    (@jennjoanne)

    I don’t have a form for them to fill out. But I do receive notifications for every like on a post that we get (regardless if I am the author of the post or not).
    I don’t receive notifications anymore for – comments, new followers, new email address followers.

    And all of our posts that get sent out by email subscription are always received by the recipient.

    Going to look at the link right now, thank you SO much!!

    Thread Starter jennjoanne

    (@jennjoanne)

    All of those are checked below.

    E-mail me whenever
    Anyone posts a comment
    A comment is held for moderation
    Someone likes one of my posts

    Yet me, nor any of the other 3 members who write posts ever get notified of comments. I won’t even go into the fact that I receive every single like notification instead of the actual post creator receiving that email.

    Thread Starter jennjoanne

    (@jennjoanne)

    The only plugin I have that is related to spam is Askimet.

    What do you mean by checking site stats and traffic? This issue has been going on for a while and nothing in regards to stats/traffic was different before or after this problem
    Thanks for the help!

    Thread Starter jennjoanne

    (@jennjoanne)

    Thank you so much for informing me Andrew! I will take a look into figuring out where and how to change those settings!

    Thread Starter jennjoanne

    (@jennjoanne)

    For anyone else having this problem – I figured out that for some reason it was having an issue with a Custom CSS I’ve had entered for the last few months (never had issues before). It was in regards to having 0 margin between the margin and the posts. Once removed, the issue resolved.

    Thread Starter jennjoanne

    (@jennjoanne)

    And furthermore, I am also no longer receiving email notifications when I have a new email subscriber. Anyone out there have ideas on how to fix this?

Viewing 15 replies - 31 through 45 (of 69 total)