osCitas Themes
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Responsive Tabs] Target links on tabHi,
We have not received any response on this so we assume that your issue is resolved, and marking this ticket resolved. Please comment or open new ticket incase not resolved yet.
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] Linking to anchor tagsHi,
We hope our last response resolved your issue, so we are marking this ticket resolved, you can comment here or can open new ticket incase your issue is not resolved.
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] More ButtonHi,
This issue is resolved, please take update.
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] Active tab selected based on current pageHi,
We got your point, there is one solution for your problem but its bit lengthy
1. First of all give custom class to your tabs
2. Now we have to write some js which will select the tab based on the custom class and the page selected.you have to include the following js at the end in footer
jQuery(document).ready(function(){ if (window.href.location == 'http://www.example.com/testlink') { jQuery('.customeclass').find('li:eq(2)').tabs('show'); } });This is just to give you some idea how you can do that, here you can use javascript regex, or any other logic to get the url string to match and select any tab
Let u know in case you need any other help.
Thanks
Forum: Plugins
In reply to: [Easy Wordpress Parallax Slider] errors jqueryHi Vadim,
Thanks for pointing out the issue, we have resolved the issue from demo link and tomorrow we will update the code.
Thanks
Forum: Plugins
In reply to: [Easy Wordpress Parallax Slider] Problem with the second slideHi Snag,
We have checked your site and have not found the Easy Parallax Silder on your site. Can you please tell us what issue you are facing?
Thanks
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] Interesting but I have a problemHi Ramonjosegn,
You can use the custom class option in the panel, and write the css for that class in theme css file.
Thanks
Forum: Plugins
In reply to: [Easy Wordpress Parallax Slider] Keep CSS style save after plugin update.Hi Subhashkhatri,
You are right, whenever you take update it will update the all plugin files, and this is how WP Plugin update works. So if you want to keep your changes then include those in your theme css file.
However we are in process to give some solution for this issue, so that you dont have to make changes to your theme css file.
Thanks
Forum: Plugins
In reply to: [Easy Wordpress Parallax Slider] Error getting slider to loopHi Omidevesal,
Can you please send us the link? so that we can check that issue.
Thanks
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] Big round icon containersHi,
We have already in process to provide this type of service box. And by next week we will release it. For the time being you can use the image with icon and bakground, but it will not give you hover effect. In fact you can set that too, if you are aware that how to set :hover in CSS file.
Thanks
Forum: Plugins
In reply to: [Easy Wordpress Parallax Slider] css classesHi Jaccigirl,
Yes you can apply custom class, for this you have to write the custom class in your theme css file, however we will look into it to make it more user friendly. Please let us know if you have any other query.
Thanks
Forum: Plugins
In reply to: [Easy Wordpress Parallax Slider] ad or change font-familyHi,
Good news, we have implemented the google fonts support. So now you have lot of options to choose from.
Regarding the h1, h2 tags, we will look into it and will try to give update on it soon.
Thanks
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] CSS Classes Not WorkingHi Patrick,
We will check this issue and update it soon.
Thanks
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] tabs not working on themeHi,
We hope that our last response resolved your issue. So we are marking this topic resolved, please post on this or create new issue if its not resolved yet.
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] Wocommerce compatibilityHi,
There are two options for you
1. Goto ERT settings and select “Use from theme or any other plugin” for css option. Save it and check if this resolve your issue.
2. go to ./wp-content/plugins/easy-responsive-tabs/assets/css/ folder open bootstrap_tab.min.css and remove line number 51. This is temp solution.
We will fix this issue in our next update.
Thanks