• Resolved jd3m

    (@jd3m)


    I know it sounds crazy, but when I make changes in Elementor, the changes don’t apply to the page, and somehow the Telegram plugin is the reason.
    I deactivated plugins one by one, and that’s how I found it out.

    // just for example this css rule is not on the page when the Telegram plugin is active

    .elementor-17506 .elementor-element.elementor-element-22226c2 .elementor-heading-title {
    font-size: 150px;
    }

    // css path
    /wp-content/uploads/elementor/css/post-17506.css?ver=1752517554

    • This topic was modified 10 months, 1 week ago by jd3m.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter jd3m

    (@jd3m)

    wp-core
    version: 6.8.1
    site_language: en_US
    user_language: en_US
    timezone: +00:00
    permalink: /%postname%/
    https_status: true
    multisite: false
    user_registration: 0
    blog_public: 1
    default_comment_status: open
    environment_type: production
    user_count: 3
    dotorg_communication: true

    wp-active-theme
    name: Woodmart Child (woodmart-child)
    version: 1.0.0
    author: XTemos
    author_website: http://xtemos.com
    parent_theme: Woodmart (woodmart)
    theme_features: core-block-patterns, woocommerce, wc-product-gallery-zoom, widgets-block-editor, block-templates, post-thumbnails, post-formats, automatic-feed-links, title-tag, html5, menus, editor-styles, editor-style, align-wide, widgets
    theme_path: /home/u701686472/domains/ekoplast.org/public_html/wp-content/themes/woodmart-child

    wp-parent-theme
    name: Woodmart (woodmart)
    version: 8.2.6
    author: XTemos
    author_website: http://themeforest.net/user/xtemos
    theme_path: /home/u701686472/domains/ekoplast.org/public_html/wp-content/themes/woodmart

    wp-themes-inactive (3)
    Twenty Twenty-Five: version: 1.2, author: the WordPress team
    Twenty Twenty-Four: version: 1.3, author: the WordPress team
    Twenty Twenty-Three: version: 1.6, author: the WordPress team
    wp-mu-plugins (2)
    Hostinger Preview Domain: version: 1.3.4, author: Hostinger
    Hostinger Smart Auto Updates: version: 1.0.7, author: Hostinger

    wp-plugins-active (19)
    Admin Menu Editor: version: 1.13.1, author: Janis Elsts
    Contact Form 7: version: 6.0.6, author: Takayuki Miyoshi (latest version: 6.1)
    Cyr-To-Lat: version: 6.4.1, author: Sergey Biryukov, Mikhail Kobzarev, Igor Gergel
    Elementor: version: 3.29.2, author: Elementor.com (latest version: 3.30.2)
    FileBird Lite: version: 6.4.7, author: Ninja Team
    Hostinger Tools: version: 3.0.39, author: Hostinger (latest version: 3.0.42)
    Notification for Telegram: version: 3.4.1, author: Andrea Marinucci
    Open Graph and Twitter Card Tags: version: 3.3.5, author: WPExperts
    Safe SVG: version: 2.3.1, author: 10up
    WC Ukraine Shipping: version: 1.15.8, author: kirillbdev (latest version: 1.16.2)
    WooCommerce: version: 9.9.3, author: Automattic (latest version: 9.9.5)
    WooCommerce Multilingual & Multicurrency: version: 5.5.0, author: OnTheGoSystems (latest version: 5.5.1)
    Woodmart Core: author: (undefined), version: 1.1.2
    WPCode Lite: version: 2.2.8, author: WPCode (latest version: 2.2.9)
    WPML Export and Import: version: 1.0.2, author: OnTheGoSystems
    WPML Multilingual CMS: version: 4.7.6, author: OnTheGoSystems
    WPML String Translation: version: 3.3.3, author: OnTheGoSystems
    WPS Hide Login: version: 1.9.17.2, author: WPServeur, NicolasKulka, wpformation
    WPvivid Backup Plugin: version: 0.9.117, author: WPvivid Backup & Migration

    wp-plugins-inactive (9)
    Advanced Custom Fields Multilingual: version: 2.1.5, author: OnTheGoSystems
    Duplicate Page: version: 4.5.5, author: mndpsingh287
    Hostinger AI: version: 2.0.37, author: Hostinger
    Hostinger Easy Onboarding: version: 2.0.78, author: Hostinger
    LiteSpeed Cache: version: 7.1, author: LiteSpeed Technologies (latest version: 7.2)
    MC4WP: Mailchimp for WordPress: version: 4.10.4, author: ibericode (latest version: 4.10.5)
    OTGS Installer: version: 3.1.13, author: OnTheGoSystems
    WPML All Import: version: 2.3.1, author: OnTheGoSystems
    WP Rollback: version: 2.0.7, author: WP Rollback


    Plugin Author rainafarai

    (@rainafarai)

    I dont have elemnentor so i cant check

    try to edit the index.php in the /plugin/notification-for-telegram
    and around line 30/ 35

    try :

    1) comment these lines

    // JS

    wp_register_script('nftb_bootstrap', '//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js');

    wp_enqueue_script('nftb_bootstrap');

    // CSS

    wp_register_style('nftb_bootstrap', '//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css');

    wp_enqueue_style('nftb_bootstrap');

    CHECK IF WORKS if doest works try to comment another line in the same block code

      wp_enqueue_style( 'nftb_plugin_script2', plugins_url ( '/mystyle.css', __FILE__ ));

    let me know if its a css problem or bootrsap problem

    thx

    Plugin Author rainafarai

    (@rainafarai)

    Next Release = 3.4.2 =

    • Updated CSS to use .telegram-notify-page prefix for all styles to prevent conflicts with other plugins and themes (e.g., Elementor).
    • Added: New button in the “Telegram Config” tab to disable plugin CSS loading, preventing conflicts with other themes or plugins (e.g., Elementor).
    • Removed Bootstrap dependency to reduce plugin footprint and avoid potential conflicts in the WordPress admin area.
    Plugin Author rainafarai

    (@rainafarai)

    Please let me know if last update 3.4.2, just with the new CSS fix is working…

    THX

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

The topic ‘It blocks Elementor css styles’ is closed to new replies.