Using More Article Box for Ad

Posted in: Newspaper
Post count: 263

Hey there,

Firstly, I’d like to say I love the new ‘More Article’ box popout when scrolling down on 3.1! Great feature.

Question. Is it possible to use that functionality for an ad (ex: 300×250 ad) instead of having an article in it?

Thanks in advance,
sbo

Post count: 854

hi,
google ad politics dous not allow the ad to be hidden then show like More Article box
this is way is not possible.

Thanks for you message.
Radu A.

Post count: 263

@Radu, I’m not using Google Adsense. I have another ad network I would like to use for this.

Post count: 3343

Hi,
Edit this file, delete that code and put your ad code instead http://screencast.com/t/Ow0U9wvGjPj

Thanks!

Post count: 263

@Marius, i’ll give that a try. Thanks!

Another question. I’ve been trying to use the ‘Article Bottom Ad’, which displays below the post where the Similar Articles are (correct?). It’s not an Adsense code, it’s just a simple link and image. I’m using the code you provide but it isn’t displaying. This is what im using (but with my link and image of course).

<div class=”td-visible-desktop”>

</div>

Is there something I am missing here?

Post count: 854

hi,
please update to the latest version v3.1.1, it was a bug in v3.1 with the bottom ad.

Thanks for you message.
Radu A.

Post count: 263

When will 3.1.1 be released? The latest download is only for 3.1.

Post count: 3343

Hi,
The latest update v.3.1.1 – 18 Feb 2014

Post count: 263

@Marius, sorry If im overlooking things but the latest update I see on the themeforest page is v 3.1 – 11 February.

Post count: 3343

Hi,
You can see here the last update date http://screencast.com/t/2afj9XQJ

Post count: 59

Hi Marius,

I did this from above post

<blockquote>Edit this file, delete that code and put your ad code instead http://screencast.com/t/Ow0U9wvGjPj`

And it works well. Two more questions:

1. Is it possible to show More Article Box on Custom Post Types like events from Event Manager Plugin?

2. Can I show More Article Box on Pages, not just posts?

Cheers

Post count: 3343

Hi,
You need to edit and replace with this code !is_home() like here: http://screencast.com/t/jqcH8dvHQ8

This mean the box will appear on entire site excluding the homepage. If you want on homepage to just remove that code.

Thanks!

Post count: 59

Good Morning Marius,

This mean the box will appear on entire site excluding the homepage.

With !is_home() in place, the more article box appears just on posts and categories, not on pages!!

Hmmm …

Post count: 59

I have to say that I did the following after your suggestion. I wanted to show ads in the more article box so I did this (commenting out and replacing with adrotate code):

<?php echo adrotate_group(1); ?>
                    <?php
                   /* $td_display_module = intval(td_util::get_option('tds_more_articles_on_post_pages_display_module'));
                    //itinerate thru the resultset and display resuts
                    foreach($td_query_more_article->posts as $each_post) {
                        switch($td_display_module) {
                            //module 3
                            case 3:
                                $td_mod = new td_module_3($each_post);
                                echo $td_mod->render();
                                break;

                            //module 4
                            case 4:
                                $td_mod = new td_module_4($each_post);
                                echo $td_mod->render();
                                break;

                            //module 5
                            case 5:
                                $td_mod = new td_module_5($each_post);
                                echo $td_mod->render();
                                break;

                            //module 6
                            case 6:
                                $td_mod = new td_module_6($each_post);
                                echo $td_mod->render();
                                break;

                            //module 2
                            default:
                                $td_mod = new td_module_2($each_post);
                                echo $td_mod->render();
                                break;
                        }

                    }*/?>

Do I have to delete or comment out more from the section after line 14 from td_more_article_box.php?

Cheers

Post count: 3343

Hi,
Try with !is_front_page() instead of !is_home() and see if works on pages to.

The code seams to be fine, i see that you have commented the code. That doesn’t work?

Thanks!

Post count: 59

Hi Marius,

!is_front_page() or !is_home() or is_front_page() or is_home() doesn’t have any influence on the function of the More Article Box oy my site.

The same with is_page()

No Box on frontpage or page.

Hmm …..

Post count: 3343

Hi,
You have tried without any code there, like here: http://screencast.com/t/joyMi9XEyM
For me works on homepage: http://screencast.com/t/Ro9ENqwHNY2

Post count: 263

How do I adjust the title of this box?

Post count: 6600

Hi,

You can change it from here, like this: http://screencast.com/t/tFsmwOBR result: http://screencast.com/t/1RkhVB1V
Or you can also use the translation from theme panel: http://screencast.com/t/o2FRa7dXlX result: http://screencast.com/t/wXMuhmOEzG

Thanks

Post count: 263

How do you go about changing the width/height of this? I know you can do the Custom CSS .td-more-articles-box {
width: 270px;
}
but is there already an available way?

Post count: 6600

Hi,

You can change it’s default width directly in the style.css file: http://screencast.com/t/G9bQVyVr

Thanks

Viewing 21 posts - 1 through 21 (of 21 total)
You must be logged in to reply to this topic.