Search Results for 'homepage'

    No search results were found in Documentation!

Results from the Forum
Lucian
tagDiv Staff

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

pierrethenot
Participant
#0

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

#0

Hi,

Would you be able to offer some advise as to why the slider on these two homepages is not working.

http://babyhampshire.co.uk/

http://babysurrey.co.uk/

When it IS working here

http://babylondon.co.uk/

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

Mr C
tagDiv Member

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.

mm-2
tagDiv Member

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,

  • This reply was modified 11 years by mm-2.
  • This reply was modified 11 years by mm-2.
Lucian
tagDiv Staff

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

googlybear
Participant
#0

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.

nicoms91
tagDiv Member

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!

Lucian
tagDiv Staff

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

Lucian
tagDiv Staff

Hi,

Please make sure you add it like this: http://screencast.com/t/e6ylc5BQ
Result: http://screencast.com/t/zhjeYAGgn

Thanks

Lucian
tagDiv Staff

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

nicoms91
Participant
#0

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!

mm-2
Participant
#0

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,

Mathiaslarsson
Participant
#0

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

Mr C
tagDiv Member

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

Lucian
tagDiv Staff

Hi,

You can do it like this: http://screencast.com/t/WXwj30mU

Thanks

Mr C
tagDiv Member

That one is the top ad, i was asking about the middle home page and before the footer on the home page..

Thanks

Lucian
tagDiv Staff

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!

Mr C
Participant
#0

Hello

How can i add the Letterboard 728 x 90 on the home page as it is on the demo theme..

murattopak01
Participant
#0

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.

Lucian
tagDiv Staff

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

Lucian
tagDiv Staff

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

BHSSagamore
tagDiv Member

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?

BHSSagamore
tagDiv Member

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?

Steven
tagDiv Member

Hey @Lucian how can i do this for the homepage as well…

Viewing 25 results - 15,351 through 15,375 (of 16,511 total)