Forum Replies Created

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

    (@jennjoanne)

    I ended up doing the first two and having my host do the third for me. Thank you so much for the suggestions! It ended up being the plugin – Advanced Editor Tools (previously TinyMCE Advanced) – which is now deactivted.

    Thread Starter jennjoanne

    (@jennjoanne)

    Anders – I haven’t made changes to my theme in over two years, besides going to Appearance, Customize, Additional CSS. And I removed all of the CSS I had added through that area, and it still wasn’t working. But then kwbrayton mentioned that my child theme version was outdated so I went and switched back to Hemingway – not the child theme one, and it worked! Thank you all so much for all of your help! It is greatly appreciated!!

    Thread Starter jennjoanne

    (@jennjoanne)

    Thank you for getting back to me! My widgets were still underneath the “Sidebar” widget area. I even tried removing them and adding them back one at a time and they still won’t show up.

    I went to Appearance, Customize….so I could see if it said anything in the Widget area and it says this…..

    “Your theme has 1 other widget area, but this particular page doesn’t display it.

    You can navigate to other pages on your site while using the Customizer to view and edit the widgets displayed on those pages.”

    I went to multiple pages and it still said those words above.

    Thread Starter jennjoanne

    (@jennjoanne)

    I haven’t updated anything since – 9/12 – Updated Optin Forms. I keep a log of what plugins I update and that was the last one. I’ve been scouring the forums and keep seeing people comment about problems with WP-SpamShield. So I just went in and deactivated it and NOW IT’S WORKING! Ironically I tried deactivating that same plugin a few hours ago AND I also deactivated it before that when I deactivated all of my plugins. Go figure.

    But thank YOU for your reponse!

    I have another question, but if you don’t know the answer then no worries – Will Akismet, which I have, do the same thing that WP-SpamShield did?

    After toying around with it, I got it to no longer have a 404page by clicking on “Open form submission in a new window”. It’s under Form Functionality on your OptinForms tab.

    I’m having the exact same problem!!

    Thread Starter jennjoanne

    (@jennjoanne)

    It looks like WP is trying to keep the width the same. Which is going against the numbers I’m entering, which is trying to make the height the same.
    I just tried what you suggested, but when I changed the aspect ratio then it either squished or stretched the book covers.

    Thread Starter jennjoanne

    (@jennjoanne)

    Hey Bensita.

    I needed our website to display correctly on a cell phone so that’s why I turned on Jetpack mobile. With Jetpack mobile off, our site’s menu is unresponsive just as it is currently on a tablet. Unfortunately Jetpack mobile is not configured for tablets.

    I did turn on and off the plugins, going through each of them and that didn’t help either.

    Thread Starter jennjoanne

    (@jennjoanne)

    I’d have to go back in and revert to that version, but if I have free time down the road I’ll definitely inspect the elements and see what’s going on!

    Sounds good and thank you so much for your help!

    Thread Starter jennjoanne

    (@jennjoanne)

    I used the latest update 3.1.1 (let me know if that’s not ok).
    And there is progress! I can now remove the code below:

    // Disable the_content filter for inserted pages.
    function theme_init() {
    add_filter( ‘insert_pages_apply_the_content_filter’, function ( $should_apply ) { return false; } );
    }
    add_action( ‘init’, ‘theme_init’ );

    BUT I’m still missing page breaks. I tested every option possible and this was my outcome –

    Use page slugs, Use block wrapper, Use legacy method – Is how my post should look, yet Inserted Pages doesn’t have line breaks

    Use page slugs, Use block wrapper, Use normal method – Has the same problem that I listed above. Where it pulls the beginning of my post and puts it in between the end of my post and Inserted Pages.

    Use page slugs, Use inline wrapper, Use legacy method – Is how my post should look, yet Inserted Pages doesn’t have line breaks

    Use page slugs, Use inline wrapper, Use normal method – Is how my post should look, yet Inserted Pages doesn’t have line breaks

    Use page IDs, Use block wrapper, Use legacy method – Blocks my other plugins, yet Inserted Pages has line breaks

    Use page IDs, Use block wrapper, Use normal method – Has the same problem that I listed above. Where it pulls the beginning of my post and puts it in between the end of my post and Inserted Pages.

    Use page IDs, Use inline wrapper, Use legacy method – Is how my post should look, yet Inserted Pages doesn’t have line breaks

    Use page IDs, Use inline wrapper, Use normal method – Is how my post should look, yet Inserted Pages doesn’t have line breaks

    Thread Starter jennjoanne

    (@jennjoanne)

    *Just a FYI – I deactivated Inserted Pages because I couldn’t figure out how to revert to the older version.*

    Sorry I didn’t get back to you sooner, I was out of state visiting family. So I followed your steps and it worked perfectly in regards to fixing the issue for stripping the line breaks. BUT it also ended up copying the beginning of my post and putting it at the bottom.

    So the layout of our posts are – book cover, book information, book synopsis, book review and then the inserted pages goes below all of that for reading orders.

    But with the Beta Test Inserted Pages it did all of the above but then in between the Book Review and Inserted Pages it added the Book Cover, Book Information and Synopsis again.

    If you need to check out a post, you can view the one below –
    https://starcrossedbookblog.com/2015/10/book-review-the-forever-song-blood-of-eden-3-by-julie-kagawa/

    Thread Starter jennjoanne

    (@jennjoanne)

    I found a work around.
    If you insert – <br class=”blank” /> – at the end of each line on the Text Side, it holds and creates line breaks.
    Works for me! =D

    Thread Starter jennjoanne

    (@jennjoanne)

    Ah, that makes sense. Sorry I don’t know any other options other than those two.

    Thread Starter jennjoanne

    (@jennjoanne)

    I switched it to “true” and yes it did fix the issue. But the problem with “true” is that it then adversely affects some of my other plugins so I had to convert it back to “false”.

    After talking with a coding friend, I’m thinking this may be part of the problem….

    The issue may be that the plugin uses query_posts, since wordpress says that this function isn’t truly meant to be used by plugins or themes. Because using that function means it’s actually replacing the content of the page with the Insert Page content. So when my other plugins go to grab the post that I’m working on, it grabs the Inserted Page instead of the original post.

    It looks like using “get_posts” or “WP_Query” won’t cause this issue.

    Not sure how helpful this information is, but we were thinking that may be the cause of the issue. Thank you for all of your help!
    Jen

    Thread Starter jennjoanne

    (@jennjoanne)

    Thanks for the response, I’ll look into it.

Viewing 15 replies - 1 through 15 (of 69 total)