- NewsmagHomepage – How to build and set it
- NewsmagtagDiv Composer Tutorial
- NewsmagNewsmag documentation
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagPage templates
Hi,
I have tested this using the same plugin and it work fine for me: http://screencast.com/t/o3JRbcFOEUpY
I’m not sure why this is not working in your case it might be due to some plugins, you could try to deactivate all plugins and try again.
If you can’t find why this is happening I suggest you ask this on plugins support page: https://wordpress.org/support/plugin/estimated-post-reading-time
Thanks
Hi,
I updated the theme lately and I trie to add this code at the end of Function.php to fix the homepage pagination :
function td_pagination_fix() {
global $wp_query;
unset($wp_query->queried_object);
}
add_action( 'wp', 'td_pagination_fix', 111 );
It always worked before, but now it just breaks my website and gives me a white screen.
Can you help me fix this issue, I cannot use the front page pagination.
My website : http://www.riders.nc
Hi,
Would you be able to offer some advise as to why the slider on these two homepages is not working.
When it IS working here
Its the same slider with the same settings, however on the first two sites it only updates with the most recent story, and remains unanimated.
Many thanks,
Oliver
How can i change the default title background in the big slider to any color i want.I dont want to use the theme options..Would prefer CSS Modification.
Thank you for a quick response, but I’m getting only “less than a minute” result on all my posts (see the screenshot). I’ve added the same code to my loop-single.php file and it works just fine there. I’m using the https://wordpress.org/plugins/estimated-post-reading-time/ plugin to output the est. reading time. I’m not using any caching plugins.
Any clue as to why it’s not displaying properly? You can check it out at http://matijaculjak.com
Screenshot: http://i.imgur.com/pxvJb5L.png
Regards,
Hi,
Please add this function is_home() like this in loop.php file: http://screencast.com/t/YFkhYo7wvH3 This will add the custom ad 1 between latest articles post on homepage also.
Thanks
How can I insert ads between posts in latest articles?
I have already done so in categories and archives with these instructions: https://forum.tagdiv.com/topic/how-to-insert-ads-between-posts-on-the-main-categories-and-in-the-archives/
and would like replicate that between latest articles on the homepage.
Thank you.
Hi Lucian, thanks for your answer.
The thing is that I need to remove the links due to SEO reasons, not only hide them. Would be possible to add some code in the single.php to only show the footer-menu in the homepage?
Thanks!
Hi,
You can do this via css, please use this custom css in theme panel > custom css: http://screencast.com/t/cVb4s9kYX6hL
This will hide the sub footer on all pages except homepage.
.td-sub-footer-wrap {
display: none;
}
.home .td-sub-footer-wrap {
display: block;
}
Thanks
Hi,
Please make sure you add it like this: http://screencast.com/t/e6ylc5BQ
Result: http://screencast.com/t/zhjeYAGgn
Thanks
Hi,
In your case this doesn’t work because you use the header ad there and this ad box has custom css which creates this issues when used in other places besides header.
Please edit the ad box element, add and use one of the custom ad boxes from theme panel > ads: http://screencast.com/t/X9RZ9uUcCw
Thanks
Hello, I would like to remove the footer menu of my site, except for the homepage. Is any way to achieve this?
Thanks in advance!
Hello,
I’m trying to add the following code to my homepage but with no luck:
<?php echo do_shortcode(' | vrijeme čitanja: < [est_time]');?>
So, the idea is to add the estimated reading time to the homepage posts loop right after the post title and date published. I’m using Page Builder – with title template & Block 6 in Visual Composer. Any idea how to get this done?
Regards,
Hi i got issues with hiding content for mobile devices. I tried to edit the “Column setting/ Width and Responsiveness but the changes doesnt took effect.
Any clue?
Mathias Larsson
PS: You need to edit your hosts-file to connect to my homepage
194.218.22.162 http://www.testfiskejournalen.se
Hello,
Yeah i did that before and the ad seems to be falling off. Please take a look at my website – http://www.latestnaija.com – and lets see if there is any solution..Thanks
That one is the top ad, i was asking about the middle home page and before the footer on the home page..
Thanks
Hi,
I see you have figured this out: http://screencast.com/t/NXwQ03ec
Please let me know if you have any other theme related issues.
Thanks for the message!
Hello
How can i add the Letterboard 728 x 90 on the home page as it is on the demo theme..
Hi, is there anything I can do to not see the latest featured post twice on the category pages(featured post slider + post’s itself)? I mean, something like the unique article system used on homepage would be good, but I’m open to anything that you think can be a help of.
Hi,
First please make sure you have an available sidebar: http://screencast.com/t/rNTIVUJ1RAp or you can create one like this: http://screencast.com/t/xt0vMX09J
After this edit your post and set the sidebar you want like this: http://screencast.com/t/cCvsATVBj5OR result: http://screencast.com/t/IaVFv3VP2di
You can do the same for pages.
Hope this helps!
Thanks
Hi,
@Steven I’m not sure where on your homepage you want this as you don’t have any category tags there but you can try to use this css:
.home .entry-category a {
pointer-events: none;
cursor: default;
}
Hope this helps!
Thanks
Really what I want is the sidebar to come up on the white spaces outside of the articles on either sides. How do I do that?
Hi Lucien,
So the pagenation trick worked perfectly, but i had no luck with the sidebar. It appears to be inactive? How do I get it to become active?