Footer and subscriber form issues

Posted in: Newspaper
Post count: 32

Hi Newspaper Theme team,

I’m having an issue with the mobile version of my blog. The subscriber form appears in the tag div edit screen, but I’m unable to delete it or edit it or move it or do anything with it. Also, looking at the blog on a mobile phone, this subscriber form only appears about 50% of the time a person loads the page.

Likewise, this same subscriber form (Mailpoet form) seems to be appearing on all my other pages on the desktop version of the blog. I can’t find how to get rid of it.

Can you help me fix this? Thank you

Carrie-Anne

peachleafstreet.com

Post count: 27744

Hello Carrie-Anne,

The modal for subscribing is made with ur element Modal Popup? if yes, you can set the height and width https://i.imgur.com/izBWbuE.jpg
If you referring to this https://i.imgur.com/4sgJaV7.jpg, is set the sidebar from widgets. Please check if you have set a sidebar on the posts.

Thank you!

Thank you!

Post count: 32

Hi Newspaper theme support! I am still struggling to fix this one. I still can’t see where to delete the subscriber box? You mention a ‘modal popup’but I can’t highlight the subscriber box. Maybe this is part of the footer..? But I can’t see where i can edit this footer? Can you please help me? Thank you so much

Post count: 27744

Hi,

Please provide screenshots with subscribe box you don’t want anymore on desktop and mobile, because you don’t have any form in the footer https://i.imgur.com/sK9lNr0.png
A solution for sending a screenshot/video is this:
Download, capture, send: https://www.techsmith.com/jing-tool.html
After making the screenshot, you will have a link, paste it here.

Thank you!

Post count: 32

Thank you! It is the peach coloured ‘Subscribe’ box I would like to remove. It is not the side bar. It is the full width subscribe box. I do not want to change it, I just want to take it away.
When I try to click on it to remove it, nothing happens, it won’t be highlighted for any editing options.

https://peachleafstreet.com/wp-content/uploads/2022/02/Screen-Shot-2022-02-03-at-11.53.00.png

When I edit in this screen, as you can see in this screenshot, the subscribe box does not appear at all:

https://peachleafstreet.com/wp-content/uploads/2022/02/Screen-Shot-2022-02-03-at-11.54.02.png

Much appreciate your help as it’s driving me mad! 🙂

  • This reply was modified 4 years by petitefilms. Reason: (sorry, i had the images the wrong way around the first time)
  • This reply was modified 4 years by petitefilms.
Post count: 27744

Hello,

Please try this custom code CSS to hide it
#mp_form_below_posts6 form.mailpoet_form
{
display: none;
}

This code needs to be set in Theme Panel -> Custom Code -> Custom CSS.

Hope this help you!

Thank you!

Post count: 32

That works great! THANK YOU!

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.