Home User profile
tagDiv Member
Founder and Chief Editor at InfoPhilic, a designer, developer and hardcore fan of WEB.
Amit
tagDiv Member

I am using Google Adsense Ads Manager by crunchify to put In Article ads.

https://forum.tagdiv.com/topic/compatibility-for-google-adsense/

Amit
tagDiv Member

Hey Chris,

Yea, it’s possible to put ads out of the content area, But how can we add shortcodes in the content?

Amit
tagDiv Member
Amit
tagDiv Member

Hello @rhonda

You must enable social media icons for the top header.

Refer:

Amit
tagDiv Member

@tonikusi4

Glad, you came back 🙂

Amit
tagDiv Member

@Federico

Contact your host team and ask them to enable compression for your site.

Amit
tagDiv Member

@federico

You are using Litespeed server so the .htaccess part will not work.

speed test

1. The ideal way to enable compression in Litespeed is to do it through the configuration under “tuning”. Just go down to “enable compression” and check to see if it is on, if not click “edit” then choose to turn it on. While you are there, look over the several Gzip options that are nearby.

2. Use good image optimization plugin or use photoshop.

3. CloudFlare will help you to minfy CSS, JS and HTML

Hope this will help you to get better scores.
All the best!

Amit
tagDiv Member

@jedy

Jetpack is compatible with Speed Booster plugin.

Here is the list of plugins that are compatible with Speed booster plugin:

  • bbpress
  • contact form 7
  • jetpack
  • js composer
  • font awesome 4-menus
  • wp user avatar
  • td social counter
  • wp super cache
  • woocommerce
  • td mobile plugin
  • revslider
  • Thank you!

    Amit
    tagDiv Member

    Hello @arjun234

    Enable Mega menu option in Menu
    Refer: http://prntscr.com/fwb94g

    Amit
    tagDiv Member

    @cruising-sea

    After installing SSL you must change your site URL and WordPress URL to https version
    Refer: https://www.infophilic.com/resolve-mixed-content-warning/

    Amit
    tagDiv Member

    @eteksor

    I am glad I’ve been able to help.

    Amit
    tagDiv Member

    I am also working on it. I have created a custom template for Facebook instant articles.

    Amit
    tagDiv Member

    @omerwaheed

    Yes, you can.

    Amit
    tagDiv Member

    Don’t need to minify your scripts if you’re using pagespeed module. Disable minification and Rocket Loader from CloudFlare end.

    Rocket loader blocks the Javascript by deferring them.

    Amit
    tagDiv Member

    I am able to see all the ads (including Google Adsense & adnow) on your site.

    It seems there are some errors related to Jetpack plugin that delaying site rendering.
    You can try disabling it or fix the error.

    Also, increase the time for header expiry.

    Amit
    tagDiv Member

    @Mystic

    Changing tag will not help to get subtitle in the Facebook Instant Article.

    Need to add some custom codes to get output for example:

    function add_subtitle_before_content( $content ) {
    ob_start();
    td_subtitle( '<h2>', "</h2>\n" );
    $subtitle = ob_get_clean();
    $content = $subtitle . $content;
    return $content;
    }

    Amit
    tagDiv Member

    Hello @eteksor

    Please provide your site URL or provide some screenshots showing error.

    Amit
    tagDiv Member

    Hello @loano1

    This guide works on Nginx server.
    You can skip .htaccess part.

    Amit
    tagDiv Member

    Hello @claudiacasetti

    By default, comments are disabled on the page template. You can enable it from the theme panel.

    Theme panel > Template settings >> Page Template

    Refer:

    Amit
    tagDiv Member

    Hello

    You can add favicon from theme panel
    Refer:

    Also, add icon from the Dashboard > Appearance >> Customize
    Refer:

    Amit
    tagDiv Member

    Hello @cinematographe

    You can remove it by making changes in code:
    Refer:

    OR

    Use following CSS code:

    .tag .td-page-title {
        visibility: hidden;
    }
    Amit
    tagDiv Member

    Hello @francedeam

    You can find Mobile theme plugin in your downloaded theme package.
    Located in
    themeforest-newspaper\Newspaper-tf\plugins\td-mobile-plugin.zip

    Amit
    tagDiv Member

    Hello @Perchpole,

    Enabling lazy load feature in the theme adds an animation for the image load. The effect animation allows you to animate your theme images as you scroll, from top to the bottom. The animation effect is canceled if all the required images are not loaded in 2 seconds.

    Try WP Rocaket’s lazy load option, this will surely reduce page load time.

    Thank’s for your understanding.

    Amit
    tagDiv Member

    Hello @ruzzolo

    Add following code to Custom CSS field in theme panel.

    /**Add border to top menu**/
    .td-header-style-1 .td-header-top-menu-full {
    border-top: 4px solid #009688;
    }
    /**Add border to main menu**/
    .td-header-style-1 .td-header-menu-wrap-full {
    border-bottom: 4px solid #009688;
    }

    The code will work for Header style 1
    You can assign your style number if you using another header style to work with it.

    Thank you for your understanding.

    Amit
    tagDiv Member

    hello @MitchyBoy

    Edit your homepage using TD Composer then choose block where you want to show latest articles and now change Sort order to Latest on Filter tab. And SAVE the changes. ?

    Viewing 25 posts - 326 through 350 (of 511 total)