• Resolved vbk100

    (@vbk100)


    Hello !

    I have installed the plugin and tested it creating some pages with Accordion,Toggle and tabs . It worked well and I am happy with them

    But I would like to use the styles other than the default style. So I have checked the settings and configured the style option to ‘Redmond’at settings page (‘ page=tabs-n-accordions&view=settings ‘ ). But nothing has changed .

    Later I have tried adding the attributes with in the short code -‘style=”redmond” ‘ for toggles and style=”sunny” for tabs. But I didn’t find any change on the pages . Can you please let me know if there is anything else to make it work?

    Thanks!

Viewing 9 replies - 1 through 9 (of 9 total)
  • I am having the same problem. Have you had any luck?

    I’m have the same problem, what is wrong?

    Plugin Author thethefly

    (@thethefly)

    After changing the style to let’s say ‘Redmond’, do not forget to press ‘Update settings’ button (sorry for mentioning, but some people do really forget this).

    Then check your page source <head> section to be sure that the following stile is linked to:

    http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/redmond/jquery-ui.css?ver=3.1.2

    ( “redmond” – your chosed style).

    If it still does not work, please give me a link to test and find the problem.

    > Later I have tried adding the attributes with in the short code
    > -‘style=”redmond” ‘ for toggles and style=”sunny” for tabs.

    This approach is wrong, do not use it.

    Thread Starter vbk100

    (@vbk100)

    Thethefly ,

    I have checked the <head> section using FireBug and everything is correct. But I don’t understand why the styles are not functional as they should be

    (http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/dark-hive/jquery-ui.css?ver=3.1.3)

    I want to send my URL to your email Id. But could not find it on your WebSite . Can I DM you on twitter

    Thanks!

    Plugin Author thethefly

    (@thethefly)

    Please indicate your URL here in the forum, if possible

    Thread Starter vbk100

    (@vbk100)

    Thethefly ,

    Sorry for delay !

    These are the URLs , which I created to test the functionality- http://test.ffav.in/?p=817 and http://test.ffav.in/?p=808

    These are the issues :

    1) Styles are not appearing
    2) Accordian lost it’s default behavior

    Current WordPress Version : 3.2.1 (And also checked on 3.1.2. , 3.1.3 and 3.1.4)

    Plugin Version : Latest

    Browsers : Both FireFox and Chrome

    Plugin Author thethefly

    (@thethefly)

    It seems that styles work correct and the “smoothness” skin is used.

    As for,
    >Accordian lost it’s default behavior

    you are probably using:
    event=”mouseclick” and disables=false

    correct params are:

    event=”click”
    disabled=”false”

    Thread Starter vbk100

    (@vbk100)

    TheTheFly ,

    Thanks for your quick response

    you are probably using:
    event=”mouseclick” and disables=false

    You are right ! I have taken the parans as shown in example code of plugin

    It seems that styles work correct and the “smoothness” skin is used.

    The same style(smoothness by default and even after I changed it) appears for all styles . I have chosen DarkHive yesterday and not smoothness .

    Now I am changing it to ‘Redmond’ to test again

    Thread Starter vbk100

    (@vbk100)

    Update :

    I think the issue with styles has been solved. For the first time , I am able to see the tabs and accordions with styles I chose .

    I don’t know how it was resolved(I think the plugin author might have updated the code ) . But I am happy as the problem has been resolved

    Thanks !

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Unable to change the 'Styles'’ is closed to new replies.