zoranc
Forum Replies Created
-
Forum: Plugins
In reply to: [TAB SLIDE] [Plugin: TAB SLIDE] tab label does not show in IESorry to hear that I’ve been working on this update and I was just getting around to answering all the questions now ??
Let me know if you change your mind ??Forum: Plugins
In reply to: [TAB SLIDE] [Plugin: TAB SLIDE] Other widgets does not work with Tab SlideOk guys the update to resolve these kind of issues is finally here!
update to v1.32 and let me know if this fixes the issues you were experiencing ??
Forum: Plugins
In reply to: [TAB SLIDE] [Plugin: TAB SLIDE] AWeber Javascript Widget – Doesn't WorkTab Slide v1.32 should resolve the issues you had with the Aweber widget
Forum: Plugins
In reply to: [TAB SLIDE] [Plugin: TAB SLIDE] and "Linkable Title Html & Php" WidgetHi Ziggg,
This new update should take care of the problem you are experiencing now.
Let me know if you are still experiencing issues after you upgrade to 1.32
cheers
ZForum: Plugins
In reply to: [TAB SLIDE] [Plugin: TAB SLIDE] Activate slider from a separate buttonI’ve been playing around with this as well… it is definitely on my todo list for upcoming plugin updates… For now, you can go to my web site https://zoranc.co for a working solution…look at that tab-slide.js and tab-slide.css
the function you are looking for is called makeItSlide
check out the click events for #contactA and #tab_toggle – in short I edited it to toggle classes (.open_action and .close_action) that switch the background of tab_toggle, resize and move around the image.
All this will be made as an available Tab Slide Style in your option page in a future update
Forum: Plugins
In reply to: [TAB SLIDE] [Plugin: TAB SLIDE] Cant Seem to give the content some paddingHi jamesosix,
you can edit tab-slide.css
and add a following line
#tab_slide_content { padding: 5px; }
please vote ??
Forum: Plugins
In reply to: [TAB SLIDE] [Plugin: TAB SLIDE] gravity form within tab slidehey do7d,
I was working out this issue in a new update. It was related to the way that the plugin was loading in the content.
Now you can use the widget area template and add in your form widget to the tab slide widget area like you did initially and it should work
let me know if you’re still experiencing problems
Edit options_set.js and look for
// Set the position of the toggle tab and it's border jQuery('#tab_toggle').css(tab_position, function () { if (!fullscreen) { return '-22.5px'; }
you can play around with it’s position here
let me know if you need any more helpForum: Plugins
In reply to: [TAB SLIDE] [Plugin: TAB SLIDE] Problem with IE browserversion 1.31 has the fix for all versions of IE now
you shouldn’t have to “un-select” anything…once you click on the right radio box and click save, tab-slide should appear on the right hand side of the webpage
what browser are you experiencing this issue in?
Forum: Plugins
In reply to: [TAB SLIDE] [Plugin: TAB SLIDE] Picture Template with Hyperlinkin the picture template
edit line 13var img_obj = "<img id='img_obj' src= '" + opt.picture_url + "'/>"; to var img_obj = "<a href='https://www.mylink.com'><img id='img_obj' src= '" + opt.picture_url + "'/></a>";
Forum: Plugins
In reply to: [TAB SLIDE] [Plugin: TAB SLIDE] Remember If User has visitedYou could use a cookie…check out https://wptheming.com/2011/04/set-a-cookie-in-wordpress/
once you have it set up you can use the conditional(in the bottom part of the tutorial) to set the shown/hidden option (the name of the variable is show_on_load)
Forum: Plugins
In reply to: [TAB SLIDE] [Plugin: TAB SLIDE] Problem with IE browserI’m aware of some issues currently going on with various versions of internet explorer and will include a fix for IE css in the next update
Forum: Plugins
In reply to: [TAB SLIDE] [Plugin: TAB SLIDE] Choose where to redirect after loginyes you can edit the WPLogin.php template
go to Dashboard->Plugins->Editor->Select “Tab Slide”click on tab-slide/templates/WPLogin.php
and edit line 19:
<input type=”hidden” name=”redirect_to” value=”<?php get_site_url(); ?>/wp-admin/” />change wp-admin to whatever path you wish to redirect to…
let me know how it turns out
Forum: Plugins
In reply to: [TAB SLIDE] [Plugin: TAB SLIDE] AWeber Javascript Widget – Doesn't WorkThere is no need for the third plugin (Aweber) in this scenario unless you are using it for analytics (in which case let me know exactly which of the Aweber plugins you are using, which version etc…)
but without AdWeber this is how I got things working:
I installed Newsletter Sign-Up v1.6.1 on WordPress v3.3.1
I went to Tab Slide settings page and enabled the “Widget” template.
it displays a message “Tab Slide Widget Area Enabled”
saved the settingsThen I went to the widget areas (Appereance->Widgets) and put the newsletter sign up widget into the Tab Slide widget area
The plugin worked fine with my configuration and I was able to resize the tab size without running into any issues. Let me know if this works for you! please rate if this solves your issue ??