Collapsibles (Sliders/Spoilers) displaying already opened when viewed with Safari
  • Hi Kavin,

    Excellent plugin, just what I was looking for.
    I have a little problem when the pages are viewed with the Safari browser, all the sliders display already opened. ( No problem with Firefox) haven't checked IE - don't have it installed. You can see the pages on my site: http://jerseyislandblog.com/jersey-hotels

    Also, is the a way to make the titles smaller as they look too big compared with the rest of the pages.

    Many thanks

    Best regards

    Tolo
  • Hi Tolo,
    Thanks. And, this might be a w3 total cache problem. Please try these steps. jQuery is being called on the page, before it is included.

    1) In the W3 total cache's options page, Click Empty all caches, and now review the page.
    2) If issues persist, Disable minify option on W3 total caches options and now see whether it works.
    3) If it still doesn't, please let me know :)

    Fonts :
    Yup. You can do that with the custom CSS.

    h3.ui-collapsible-header {
    font-size: 12px !important;
    }


    If you dont want to change the font-size for all spoilers, prefix the style name infront of the above example.
  • Hi Kavin,

    Followed your instructions and it works perfect. Very many thanks.

    As you have visited my site you probably have noticed that the titles in the slider are a size too big compared to the rest of the type size on the page. Is there a way of making the titles a smaller size?

    Many thanks for your trouble.

    Tolo
  • Troubles? not at all.

    As i mentioned earlier, the title font size can be adjusted with css.


    h3.ui-collapsible-header {
    font-size: 12px !important;
    }


    Add this through the option that can be found at WP UI options page -> Advanced tab -> Custom CSS. :)
  • Hi Kavin,

    That's what I call a quick response..... Great!!!

    I have disabled the minify option on W3 cache but when I check the page with page speed.googlelabs the page speed score has gone from 91% down to 71%. Is there a way around it???

    I will try the code with the fonts now.

    Once again, very many thanks for all your help

    Best regards

    Tolo
  • Hi Kavin,

    The font size on the titles works perfect..... I will be a bit of a pest now... How can I make it bold?

    Sorry about all this

    Tolo
  • Hi Tolo, please feel free around here. I am as much eager as you in getting this plugin work for you :)


    h3.ui-collapsible-header {
    font-size: 12px !important;
    font-weight: bold;
    }


    And about the page speed, you can try tweaking some settings around in W3 total cache's options. It is common to have issues with cache plugins and jQuery UI plugins. I suggest you try to re cache or some thing and see if it works.

  • Hi again Kavin,

    I have played around with the minify in W3 and it seems to be working now.

    I have also tried the above code but does not seem to work. The font shows as standard and not bold.

    If possible I would like something similar to the title in your WP Ui Options page, at the bottom of the page "Credits"

    I am sorry about all this hassle

    Once again, many thanks for all your trouble.

    Best regards

    Tolo
  • Ahh.. Stop talking about being trouble, or i'll have to ban you for being too nice lol :P

    Try this.

    h3.ui-collapsible-header {
    font-size: 12px !important;
    font-weight: bold !important;
    }


    !important added to the end of any CSS rule does the trick.
  • Ha! Ha!....

    Hi Kavin,

    It has done the trick. It's just puuuurrrrrfect.

    Where can I go and give your plugin a 20/1o rating and a 200/100 for response?

    Many thanks once again.

    Best Regards
  • lol Maybe you can visit the plugin listing at wordpress.org and give it a rating. But i am afraid you can only rate the plugin as 5 stars though :P
    You need to login though :)
  • Hi!

    I did register about 5 hours ago but haven't received any emails from them with the password as yet.
    As soon as I get it I will login and give the maximum rating for the plugin and creator.
    You well serve it.

    Best Regards

    Tolo
  • Thanks. :)
  • tolo,
    Can you please tell us what minify settings you used in W3 Total Cache that played nice with WP-UI? Thanks!
  • Hi Zinzang, i use w3tc at the main blog, with these settings, In the minify settings , in the JS and CSS section - uncheck all checkboxes except First one - "Enable".

    As long as there are no multiple jQuery copies, this should do nicely. Based on the plugins we use on the blog, this can be tricky.

    Hi @tolo, it would be great if you could share some details.

  • Hi Kavin,

    It's me again pestering you. He! He!

    I keep getting this message from W3TC : Recently an error occurred while creating the CSS / JS minify cache: Unable to cache remote file: "http://jerseyislandblog.com/?wpui-query=css&ver=3.2.1".

    Any idea what it can be???

    Also, how can I put Tables in the collapsible???

    Many thanks once again

    Best regards

    Tolo
  • Sorry Kavin,

    I will start a new thread with the W3TC question
  • No probs, either will do.
Start a New Discussion

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Login with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion