osCitas Themes
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Responsive Tabs] More drop down not showingHi qwik3r,
We have done changes in our demo page please check that.
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] Target links on tabHi qwik3r,
Can you please send us the link where you are getting issue? As we are unable to reproduce this issue.
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] Smoother accordionHi,
We have checked this issue and found that its working fine with so much text. Can you please give more details or any link which will explain us the issue.
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] More ButtonHi John,
We have got this issue, our next update will fix this issue.
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] Adding a wrapping class around the listsHi,
Yes it can be done, we will provide this option in our next update.
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] Linking to anchor tagsHi,
As per our understanding you want to select one other tab from the content of current tab, if this is you want then you have to write some javascript . e.g. if you are in Tab1 and in the Tab1 content you have link “Select Tab2”, on click of this link you have to select Tab2 then write following code
<a onclick="jQuery(this).parents('.tabbable').find('li:eq(2) a').tab('show');" href="javascript:;">Select Tab2</a>Here we have used class “tabbable”, but you can put your custom class if you have more than one tabs on the same page. And eq(2) is to select second tab so you have to put the tab number you want to select.
for more details please check the following link
http://demo.oscitasthemes.com/demos/easy-responsive-tabs/
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] Wocommerce compatibilityHi,
We will be happy to help you, can you provide us the link of your dev site , so that we can check the issue.
Thanks
Forum: Plugins
In reply to: [Easy Wordpress Parallax Slider] Remove box shadowHi,
We got your point and in our next update, we are going to provide option to set box shadow on/off.
Thanks
Forum: Plugins
In reply to: [Easy Wordpress Parallax Slider] Error getting slider to loopHi,
We are marking this as resolved as we have not got any response from you. Please feel free contact us if you have any query.
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] More ButtonJohn, you can send us the link of your site, we will check the issue soon and will update you.
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] samples websiteHi Deejee,
We already have demo at
http://demo.oscitasthemes.com/demos/easy-responsive-tabs/
Please check this.
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] More ButtonHi John,
More Button appears only if the tabs not fit in the given width, e.g. if you defined the 3 tabs with small titles which can fit in the given width of container then more button will not come up. Hope you got the idea how it work. Let us know if you have any query.
Thanks
Forum: Plugins
In reply to: [Easy Wordpress Parallax Slider] Fade with parallax sliderHi,
Image fade effect is not there yet, but we are working on the new effects. And will update soon.
Thanks
Forum: Plugins
In reply to: [Easy Wordpress Parallax Slider] Error getting slider to loopHi,
We have not experienced it yet and till now not reported by any body. Please send us the link we will check that.
Thanks
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] tabs not working on themeHi,
You are using the following function
$(‘a[href*=#]:not([href=#])’).click(function() {
………….
});This function conflicts with the bootstrap tab functionality, so please check that function.
Thanks