zoranc
Forum Replies Created
-
Forum: Plugins
In reply to: [TAB SLIDE] [Plugin: TAB SLIDE] What's up with Tab Slide?The working examples can be found in this forum:
https://www.ads-software.com/support/topic/plugin-tab-slide-convert-page-to-tab?replies=15
there are two so farOnce the plugin activates it will show up on all your pages (except the admin pages). You can go to your Dashboard and find Tab Slide settings on the bottom of the left-hand side menu. There you can choose what you wish to house inside the sliding plugin. You can also choose which pages you want it/don’t want it to appear on.
Let me know if you need any more help.
Forum: Plugins
In reply to: [TAB SLIDE] [Plugin: TAB SLIDE] Working example?Yes, as of Tab Slide v1.3 you can change both of those. Please rate if you end up using this plugin ??
Forum: Plugins
In reply to: [TAB SLIDE] [Plugin: TAB SLIDE] Convert page to tab?@kinney21 check out the new version (Tab Slide v1.3) …it has this issue resolved
Forum: Plugins
In reply to: [TAB SLIDE] [Plugin: TAB SLIDE] Working example?check out this post
I just updated the tab slide plugin to v1.3, both of the websites listed there are running v1.2
Forum: Plugins
In reply to: [TAB SLIDE] [Plugin: TAB SLIDE] Convert page to tab?Ok there is a simple workaround with this issue:
Go to Tab Slide settings page and first select which template you would like to use(eg Picture) and then select the custom template(it should have the link as follows now: wp-content/plugins/tab-slide/templates/Picture.php)
edit the link to include the full path ie:
https://www.yoursite.com/wp-content/plugins/tab-slide/templates/Picture.phpSave
check if it works ??
(I will include a fix for this in the upcoming update…thanks for letting me know and narrowing down the issue for me Kinney…)Please rate the plugin if you find these things helpful ??
Forum: Plugins
In reply to: [TAB SLIDE] [Plugin: TAB SLIDE] Other widgets does not work with Tab Slidecheck out this post maybe it’s a similar issue to what you’re experiencing?
Forum: Plugins
In reply to: [TAB SLIDE] [Plugin: TAB SLIDE] Convert page to tab?Go to Plugin->Editor-> Select ‘Tab Slide’
and edit
‘tab-slide/templates/Widget.php’try changing the
<?php require_once(“../../../../wp-blog-header.php”); ?>
to
<?php require_once(“../../../../wp-load.php”); ?>
if it works you can do it for all the other templates
let me know if this worked out
Forum: Plugins
In reply to: [TAB SLIDE] [Plugin: TAB SLIDE] Other widgets does not work with Tab SlideWhat theme are you using ? WordPress version and plugin version? I am able to load widgets without interference into other widget areas, the sidebar as well as tab slide widget area with v1.2 tab-slide and wordpress 3.3.1 in twenty-ten v1.2, twenty-eleven v1.3 as well as a whole bunch of other themes.
Forum: Plugins
In reply to: [TAB SLIDE] [Plugin: TAB SLIDE] Change font and color background on small tabThanks for your support Kris!
You can change the background tab color from the Tab Slides Settings page (scroll down all the way to the bottom to Tab Settings and you’ll see the “Tab Color” input field.
“OPEN” and “CLOSE” lettering on the button is a png image at the moment which you can edit in photoshop for now (it’s path is ../wordpress/wp-content/plugins/tab-slide/images/tab_toggle.png)…the version I’m working on now (v1.3) has this tab_toggle.png button replaced with a text input in the settings page so the font and color can be changed easily without the use of photoshop (as well as a few other key features such as placement of the tab-slide on the left or the right hand side of the screen, an improved settings page form(simple and advanced mode) among others)
btw right now the tab hover over settings and other css tab related things can be edited directly in tab-slide.css
Forum: Plugins
In reply to: [TAB SLIDE] [Plugin: TAB SLIDE] Convert page to tab?The tab should appear on the left hand side as soon as you activate the plugin.
Once activated Tab Slide settings should appear in your Dashboard and there you can set which page you want loaded in the tab slide. You can use one of the predetermined templates to load a post, widget area, form, or point it to your own page.I just updated to version 1.2 which makes dealing with templates a lot simpler AND you have the ability to exclude pages that you don’t want the tab to appear on …hope this helps