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!
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!
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.
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.
Hi,
You can check our documentation
https://www.screencast.com/t/Iuh6e7C2nnFS
-> https://forum.tagdiv.com/newspaper-theme-documentation/
Tutorials -> https://www.screencast.com/t/DzeNWqCR4
-. https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thank you.
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.
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.