• Resolved samvimes

    (@samvimes)


    Hello! We love the plugin and are thinking about an upgrade, but one bug stops us from upgrading and may force us to let go of the plugin. For some reason the plugin overwrites our themes twitter icon and put’s in its own instead that in no way fits with the other social media icons where it is present.

    How can we stop the plugin from overwriting our themes icons?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Hey samvimes,

    Sorry for the issue! Can you tell me where the feed is on your website? I tried looking around but couldn’t locate it. I can take a look then.

    – Craig

    Thread Starter samvimes

    (@samvimes)

    Hello! the icon issue is under ‘Sign & Share’. on the front page.

    The feed is under https://claire-ai.org/updates/ . It may get moved or another added when we purchase a twitter plugin 🙂

    Plugin Contributor Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Ahh I see what you mean now. I wonder if our Twitter Intents code is causing this. Try dequeing the file with the following bit of PHP added to your theme’s functions.php file:

    function ctf_dequeue_intents() {
    	wp_deregister_script( 'ctf_twitter_intents', plugins_url( '/js/ctf-widgets.js', __FILE__ ), array( 'jquery' ), CTF_VERSION, true );
    }
    add_action( 'wp_enqueue_scripts', 'ctf_dequeue_intents', 15 );

    Let me know if that stops the issue.

    – Craig

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Replaces themes icon’ is closed to new replies.