Mobile : Main featured image not displayed properly and connect/subscribe option

Posted in: Newspaper
Post count: 20

Hi there,

I just activated the theme on my website. Everything works great apart from the mobile version, where the main featured image of the block “Big Grid Flex 2” is not displayed properly (only half the screen of our android phones).

Also, when clicking on the sandwich menu, there is a “connect/subscribe” option that shouldn’t be there and I don’t know how to get rid of it.

Please let me know.

Thanks a lot!

Post count: 35449

Hi,

Please provide a link to your website for a better inspection, in this way I will be able to provide you a right answer.

Thank you for your understanding.

Post count: 20

Hi Calin,

Sure, it’s http://www.exobaston.com.

On top of the previous questions, if you go to the header menu and simply have your pointer over the “Tests” tab for example, the images look very weird. It’s something I dind’t see on the demo version. Is it related to the original dimensions of the images? Which resolution would you advise for every image appearing in this mega menu?

Thank you for your time!

Post count: 35449

Hi,

For the problem with Big Grid Flex 2 on mobile please add the below custom css in Newspaper>Theme panel>Custom code>Custom css
@media (max-width: 767px){
.td_block_big_grid_flex_2 .td_module_flex_6 {
width: 100%;
}
.td_block_big_grid_flex_2 .td_module_flex_7 {
width: 80%;
}
}

https://www.screencast.com/t/RvVQu03vO53o

For the second problem with the mega menu thumbs use Thumbnails – Fix strange looking images on blocks -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/

Thank you.

Post count: 20

Thanks Calin,

Both tips worked for the most part.

What about the issue on mobile when clicking on the sandwich menu? There is a “connect/subscribe” option that shouldn’t be there and I don’t know how to get rid of it.

Any idea?

Post count: 35449

Hi,

Please go in Newspaper>Theme panel>Header>Top bar and disable the show sign in / join
https://www.screencast.com/t/KWCpEJPm

Thank you.

Post count: 20

Thanks Calin,

It worked!

Could you please give me a link for more documentation regarding the account/member system that the newspaper theme is offering? I didn’t even know you had that and I might want to use it in the future.

Cheers

Post count: 35449
Post count: 20

Thanks Calin.

Another question: I successfully changed the color of the prev/next arrows in the trending news section, as you can see here with the purple outline: https://ibb.co/xDP4vMG

However, when trying to replicate the same thing on the next/prev arrows at the bottom of a block, I can’t seem to be able to change the outline and make it purple. All I can do is having the button purple when the mouse is on top of it, but the outline remains grey and very difficult for users to spot: https://ibb.co/RTF6WDH

Do you have to dig into the css file or is there any setting I can easily change in the tagdiv interface?

Thanks again.

Post count: 35449

Hi,

Just add the custom css and all buttons for next/prex will change to purple
https://www.screencast.com/t/xRheoc8Gev
.td-next-prev-wrap a {
border: 1px solid #5555ff;
color: #5555ff;
}

Thank you.

  • This reply was modified 7 years by Calin.
Post count: 20

Awesome! Thanks Calin.

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