badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

the5krunner.com

Forum Replies Created

Viewing 10 posts - 31 through 40 (of 40 total)
  • Author
    Posts
  • in reply to: Header advertisement options #86516
    the5krunner.com
    Participant

    Google Adsense incorporates autoamtic ad placements.
    try to get approved.

    AdSense WILL AND DOES automatically insert ads in the header as well as many other types of ads like vignette ads. Adsense is GREAT
    a) if you can get approved
    b) to minimise your admin effort
    c) you don’t mind a lower RPM (in exchange for less effort doing the admin)
    d) you have <50% DIRECT traffic
    e) you don’t click on ads on your site
    f) you have all the necessary cookie consents in place.

    adsense is a pay per click
    you can combine that with other ad platforms. I use monumetric who pay for ad placements. I find even combining two sources of ads quite hard to manage.

    PS you can use AD INSERTER to insert ads anywhere on your site. However…it takes time and requires understanding.

    in reply to: YouTube Embedded Video not display in Main page(Home Page) #86364
    the5krunner.com
    Participant

    the following code SOMETIMES works

    <div class=”embed-responsive embed-responsive-16by9″>
    (Paste your embedded code here)
    </div>

    sometimes it does not work, when it does not work it just shows the URL and no image at all
    not predictable

    in reply to: Mosaic Gallery not displayed on AMP / mobile #84767
    the5krunner.com
    Participant

    having researched further this is a known bug of the official/standard AMP plugin…#sigh

    in reply to: Incorrect handling of youtube url insertion #84762
    the5krunner.com
    Participant

    that seems to work,
    now i just have to go and make about 200 manual changes….not ideal !!

    in reply to: Add wordpress subscribe button #84760
    the5krunner.com
    Participant

    hi, there’s not one for inclusion IN THE SOCIAL PROFILES.
    ie add a subscribe or follow button to the other social profiles

    in reply to: Mosaic Gallery not displayed on AMP / mobile #82568
    the5krunner.com
    Participant

    hi
    I use AMP Version 2.0.5 which is the standard wordpress plugin for amp
    that same plugin works fine on my other website.

    as far as i know the TILED MOSAIC gallery is a standard wordpress feature. i have no plugin for it

    it’s just this site that has the problem using your theme

    in reply to: AMP / Mobile CUSTOM Home PAge #81983
    the5krunner.com
    Participant

    or i guess i could jsut put the categories straight into that code !! doh

    in reply to: AMP / Mobile CUSTOM Home PAge #81982
    the5krunner.com
    Participant

    add this to functions.php and change the desired mobile homepage…seems to work !

    add_action( ‘wp’, ‘tu_redirect_mobile’ );
    function tu_redirect_mobile() {
    if ( wp_is_mobile() AND is_front_page() ) {
    wp_redirect( ‘https://the5krunner.com/mysepcialpage/&#8217;, 301 );
    exit;
    }
    }

    what i will do is then redirect myspecialpage to a category. that category will be a list of recent posts (actually it will show several categories that will cover most of the latest posts) 😉

    in reply to: MOBILE OPTIMIZE #81981
    the5krunner.com
    Participant

    hi
    unreadability might affect bounce rate/time-on-page and hence eventually seo 😉

    the text IS quite small on AMP.

    however, if the font setting on the phone is made larger then it IS readable (iOS)

    in reply to: AMP / Mobile CUSTOM Home PAge #79063
    the5krunner.com
    Participant

    does anyone else know how i can totally override the AMP home page for this theme, perhaps using another plugin?
    I use the standard wordpress AMP plugin as well.

Viewing 10 posts - 31 through 40 (of 40 total)