More articles

Posted in: Newsmag
Post count: 28

Hi,
In post setting is there anyway in turning “more articles” off for mobile but keep on for pc as does not work good for mobile.
Thank’s
Paul

Post count: 6535

Hi

You can hide more article box for mobile devices using this custom css in theme panel > custom css: http://screencast.com/t/cO9GiCcQ4nT0

@media (max-width: 767px){
.td-more-articles-box {
display: none;
}
}

Thanks!

Post count: 28

Andrei l,

Yep that worked.
Thank’s
Paul.

Post count: 88

Hey Andrei l,

if I use this code the more article box is also not showing on non-mobile versions of my website. How can I fix it that the more article box is disable on mobile versions?


@media
(max-width: 767px){
.td-more-articles-box {
display: none;
}
}

Thanks you! Simon

Post count: 6535

Hi

I’ve checked your site and this code doesn’t affect desktop or tablet devices: http://screencast.com/t/yXvcewtxnqhttp://screencast.com/t/rULq55Wl Try to clear all caches then test again.

Let me know how it goes.
Thanks!

Post count: 28

Hi,

With “more articles” on my website it has a title saying” MORE STORIES ” Where do I GO TO TO Change that title text heading..

Paul..

Post count: 6535

Hi

You can change the text displayed as a title fore more article box by editing td_more_article_box.php here: http://screencast.com/t/Lsqj7J6Si

If this is not what you mean please provide more details.
Thanks!

Post count: 28

Andrei L.

Thank’s for the reply I’m having problems in finding file can you give more detail for the layman where I’M I looking for this file as I just don’t see a file marked includes when I go into my wordpress editor Pleases advise..
Thank’s again
Paul.

  • This reply was modified 10 years by ptec1.
Post count: 28

Sorry I found the file I should of been looking on my server…”What a dum bo I am..”
Paul..

Post count: 28

Andrei L.,

I just changed it now working great.The instruction were very clear.
Thanks again

Paul..

Post count: 28

Hi,
How do you get the logo closer to the add on the top of website I’ve looked in thrum but those codes don’t work.
Paul..

.td-header-style-1 .td-header-sp-logo {
width: 160px;
height: 120px;

Post count: 6535

Hi

Please provide your site url as I need to inspect this closer!
Thanks!

Post count: 28

Andrei L.,
How do I provide my site privately.
Paul..

Post count: 6535

Hi

You can send us an email at contact@tagdiv.com and include your site url and also a link to this topic and we will get back to you as soon as possible.

Thanks!

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