• Resolved hubet

    (@hubet)


    Hello! The proble is:
    I’ve got a frontpage, there is some text and a Subscribe2 widget. My “Set default Subscribe2 page as:” is the same page. But, after user is pushind submit button it redirects me to the same frontpage, but with error “Not Found”. Same home template, but no text( What can it be?
    Thank You.

    *AJAX: Off/

    https://wordpress.org/plugins/subscribe2/

Viewing 7 replies - 1 through 7 (of 7 total)
  • @hubet,

    A link to your site would be helpful.

    Thread Starter hubet

    (@hubet)

    http://2gether.in.ua Here it is.

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>



    <?php endwhile; else: echo(“<h2>Page not found</h2>”); endif; ?>

    @hubet,

    Do you have any WordPress pages on your site? In the WordPress admin area look in Pages->All Pages. You need there to be at least one page.

    If you do have pages then I suspect an issue with your theme, try a core theme like Twenty Fourteen and see if that works.

    Thread Starter hubet

    (@hubet)

    @mattyrob Thank You for reply.

    Yes, I have about 20 pages on my website. And, if i’m putting any of them as default Subscribe2 page – it works, except the page, that I use as the frontpage (

    I tried Twenty Fourteen theme, but the result is the same (

    @hubet,

    So, what are the differences between all of your other pages and the one you are trying to use? I find your theme very confusing, you seem ot have the subscribe2 widget inside ‘the content’ where it makes more sense to me to use the shortcode rather than the widget.

    Thread Starter hubet

    (@hubet)

    @mattyrob,

    The difference is only in template. But i was tryin to use the same template for the front page, as I use for other pages – same result.

    Thank, I was trying to use shortcode, but for me it’s easier to use widget – it’s possible to customize it.

    I have new information about this setuation. I had only pages on my site, but when I posted couple of posts, it started to show me this posts, after subscription, but on the frontpage. In my WP setting I’m using custop page for the frontpage…

    @hubet,

    You can customise the shortcode also, just place HTML div tags around it using the same class name as you are using for the widget.

    I am not sure but I suspect som of the issue is coming from forcing a widget to be rendered on a page rather than a sidebar.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Widget redirects to Not Found Page’ is closed to new replies.