• Resolved bling007

    (@bling007)


    We are using flatsome theme and we are facing CSS issues after upgrades. The most stable version is 1.0.88 which does not have any CSS issues. After this version, every update has had issues and we have had to roll back. Please fix it.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author iova.mihai

    (@iovamihai)

    Hey @bling007,

    Thank you for reaching out! Can you please let me know exactly what CSS issues you’ve been facing?

    Is the CSS file not being loaded, resulting in everything being unstyled?

    I’m asking because I’ve just installed the Flatsome theme and for me everything is working nicely with the latest SliceWP version.

    Thank you and best wishes,

    Mihai

    Thread Starter bling007

    (@bling007)

    Yes, the logos are all appearing big.

    Home logo etc.

    Plugin Author iova.mihai

    (@iovamihai)

    Hey @bling007,

    Thank you for letting me know these details! This means that the CSS file isn’t loading for some reason.

    Considering that we don’t have any other reports from our users about this, I believe that the issue is isolated to your website.

    What I recommend is for you to check, if you have a performance plugin installed, if this plugin doesn’t dequeue the styles and script from SliceWP.

    If you don’t have such a plugin, I recommend deactivating each plugin one by one and checking between each deactivation if the issue is solved.

    The last thing that I recommend is to change your active theme and see if this has any affect.

    If you have a staging/testing site for your live website, I recommend doing all of the above suggestions on your staging first.

    Thank you and best wishes,

    Mihai

    Thread Starter bling007

    (@bling007)

    What changed from .88 plugin update to current?

    .88 has no issues with CSS with the present setup of theme and plugins.

    I have to roll back to .88 with every update. The issue started from .89 update.

    • This reply was modified 1 year, 1 month ago by bling007.
    • This reply was modified 1 year, 1 month ago by bling007.
    Plugin Author iova.mihai

    (@iovamihai)

    Hey @bling007,

    In version 1.0.89 we added more features to the affiliate account and also refactored some parts of it. Even so, the way we load the stylesheet of the plugin remained the same, so the styling should apply.

    I do have a couple solutions in mind. However, I cannot guarantee they will work.

    1. The first one is via the following code snippet:

    function slicewp_custom_enqueue_front_end_styles() {
    	
    	if ( defined( 'SLICEWP_PLUGIN_DIR_URL' ) ) {
    	
    		wp_register_style( 'slicewp-style', SLICEWP_PLUGIN_DIR_URL . 'assets/css/style-front-end.css', array(), SLICEWP_VERSION );
    		wp_enqueue_style( 'slicewp-style' );
    		
    	}
    	
    }
    add_action( 'wp_enqueue_scripts', 'slicewp_custom_enqueue_front_end_styles', 9999999 );

    Please copy the above code and add it to your website. If you’re not sure how to add code snippets to your site, you can use the Code Snippets plugin (https://wordpress.org/plugins/code-snippets/).

    Please try it out. If this does not work, please try solution 2.

    2. Please download and install the SliceWP version from this following link: https://slicewp.com/wp-content/uploads/2023/07/slicewp-v.1.0.96-test.zip

    Once you download the .zip file, please install it from Plugins > Add New > Upload Plugin. No need to uninstall the version that you currently have, just replace it with the one from the .zip file.

    I have made a small tweak, but considering that I cannot replicate the issue on my end, I cannot confirm if this tweak will help or not. Please give it a try and let me know how it goes. If all goes well, I believe that we can release this publicly.

    Also, did you try the solution from my previous reply? I’m curios to know if you’ve found any compatibility issues.

    Thank you and best wishes,

    Mihai

    Thread Starter bling007

    (@bling007)

    Both do not work.

    Thread Starter bling007

    (@bling007)

    Issue is with AISEO – PRO plugin.

    Thread Starter bling007

    (@bling007)

    Plugin Author iova.mihai

    (@iovamihai)

    Hey @bling007,

    Thank you for letting me know about AISEO. I have just tested their free version, the one from the link you’ve shared, and on my end everything is working nicely.

    Unfortunately, I don’t have their PRO plugin to test this out.

    Even so, as a last resort, can you please do a few screenshots of the AISEO PRO settings you have set, so that I can check them out and see if there’s maybe one that could impact the loading of SliceWP’s files.

    Also, if you can provide a link to your affiliate account page so that I can inspect it, I’d appreciate it.

    Considering that this is a public forum and that both the link to your website and screenshots could be something that you may not want to share publicly, you can open a support request with these details on our website (here: https://slicewp.com/contact/#gf_3).

    Thank you and best wishes,

    Mihai

    Thread Starter bling007

    (@bling007)

    Yes, you got that right. I do not want to share the website or my details publicly. I will submit to you the details privately.

    Thanks!!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘CSS issues with new versions’ is closed to new replies.