• so ive 80% setup my site and testing and looks ok for now.

    but then i noticed it didnt work on a browser at work, then edge at home, then my phone stopped working. its like its not loading all the css

    but in my page where im building it, it all looks fine..

    ive also tried other themes and its the same issue

    very weird

    any suggestions please?

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

Viewing 1 replies (of 1 total)
  • I see your site. but it work perfectly in mobile view and desktop view. css also loaded.

    if you do custom css and it not show than clean cache. if it’s not working than you cam change file version where you register css in function file.

    for ex:

    wp_enqueue_style(‘custom_css’,get_stylesheet_directory_uri() . ‘/assets/css/mycustom.css’,array());

    change this line lik this

    wp_enqueue_style(‘custom_css’,get_stylesheet_directory_uri() . ‘/assets/css/mycustom.css’,array(),rand());

    Please let me know if you have any query.

Viewing 1 replies (of 1 total)

The topic ‘Theme css issues apart from the main preview’ is closed to new replies.