thethefly
Forum Replies Created
-
Use this:
if (function_exists('get_thethe_image_slider')) {
print get_thethe_image_slider('SliderName');
}Find it not under the Settings section but under the TheTheFly block that is usually right under the Appearance block.
Forum: Plugins
In reply to: [TheThe Tabs and Accordions] Template tags?To apply the effects you can always use just HTML code. View the source code and copy it.
Please update the plugin and advise if there are still any problems
Fixed with the new version. Please update the plugin
Forum: Plugins
In reply to: [TheThe Tabs and Accordions] Can It Show Recent Posts, Recent Comments, Etc.?If your theme supports shortcodes for Recent Posts, Recent Comments, etc. you can put them inside the tabs BUT – IMPORTANT!!!! – in this case the tabs MUST be included into your page/post/sidebar NOT BY SHORTCODES but by direct HTML mark up. This is because WP does not parse shortcodes inside shortcodes.
Forum: Plugins
In reply to: [TheThe Tabs and Accordions] TheTheFly?The menu should be here:
https://YOURDOMAIN/wp-admin/admin.php?page=tabs-n-accordionsForum: Plugins
In reply to: [TheThe Tabs and Accordions] Unable to change the 'Styles'It seems that styles work correct and the “smoothness” skin is used.
As for,
>Accordian lost it’s default behavioryou are probably using:
event=”mouseclick” and disables=falsecorrect params are:
event=”click”
disabled=”false”To have all items initially closed use toggle instead of accordion.
Forum: Plugins
In reply to: [TheThe Tabs and Accordions] Unable to change the 'Styles'Please indicate your URL here in the forum, if possible
This happens because WP adds extra P tag:
see: https://www.google.com/search?num=100&hl=ru&newwindow=1&client=opera&hs=hiV&rls=ru&q=wordpress+adds+extra+p+tag&aq=f&aqi=&aql=&oq=To avoid this, enter your shortcodes without a space or BR, like this:
[toggles][toggle title=”…”][toggle title=”…”][/toggles]
Forum: Plugins
In reply to: [TheThe Tabs and Accordions] Unable to change the 'Styles'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:
https://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.
The problem was detacted and has been fixed now.
The problem with sidebars existed because some WP themes have sidebars declared WITHOUT any name or id.
A new varsion of the TheThe Sliding Panels – 1.0.2 – has been released. If you are so lucky to use a WP theme with a single sidebar – just update to this version and enjoy your sliding panels!
Could you please provide us with access to your blog to examine what happens? (send to our box thethefly at thethefly dot com ).
It was not tested with that plugin. We will try to do this for the next release.