• i observed that all my links carry ?ver=4.9.4 at the end.
    And now any changes i make to my css file do not show at the front end.

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

    (@sujal-karki)

    Hello @flints,

    I’m working with some colleagues at WordCamp Kathmandu Contributor Day and we are discussing your issue.

    This type of issue is mainly seen due to the cache problem in your system browser. As you are stating that you are getting ?ver=4.9.4 after all your links, it might be appearing in your style.css file as well. So could you please try removing ?ver=4.9.4 from your style.css file from where it is being imported (it could be either within the header.php OR within the theme function.php).

    If the issue still persists then please let me know along with your site URL

    Best Regards

    Thread Starter Terseer

    (@flints)

    Hi Sujal,
    i appreciate your feedback.
    i checked both my header.php and function.php and couldn’t find the imported link.

    i guess am to see something similar to this
    wp_enqueue_style( ‘main_style’, get_stylesheet_directory_uri() . ‘/style.css’, ”, ‘1.5’ );

    Regards.

    Thread Starter Terseer

    (@flints)

    here is the my link https://cassavarepublicpress.biz/ and this affects the css handling the menu system.

    thanks.

    sujal

    (@sujal-karki)

    Hello @flints,

    Did you check your function containing similar to wp_enqueue_style() and find if any version included within the .css file within it?

    Best Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I make changes to my .css file and it doesn’t reflect on the front page’ is closed to new replies.