osCitas Themes
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Responsive Tabs] Target links on tabHi, Yes please send more details or send us the site link where you want to implement it. Thanks
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] Theme conflictHi, We checked the theme customizr and found that this theme is based on the older version 2.x of Bootstrap, however our plugin supports only Bootstrap 3.X, may be that’s the reason that your current site menu disappeared. So for best results use Bootstarp 3.x based themes. Thanks .
Forum: Plugins
In reply to: [Easy Wordpress Parallax Slider] Full Width & Height ImageHi, we had done changes in the plugin, so now you can change the position and size of the slider image. Even you can change the color and text of the read more. Thanks
Forum: Plugins
In reply to: [Easy Wordpress Parallax Slider] how to change a css attributeHi, we had done few changes in the plugin now you can change the color and text of the read more button. Thanks
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] EBS compatibility with shell-lite themeMarking this topic as resolved.
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] Link to a specific tabMarking this topic as resolved
Hi, Thanks for using our plugin. We have fixed this issue. thanks
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] Columns : Add clear function when new lineHi Nikoya,
Thanks a lot for your work. We will implement your changes soon. You can push your changes to our Git Repository. It will be easy to track the changes in github.
Once again thanks for your efforts.
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] EBS compatibility with shell-lite themeHi, thanks for using our plugin, our plugin is twitter bootstarp3.0 based thats why there is conflict between both css. For best results please use this on bootstrap based themes. thanks.
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] Link to a specific tabHi, thanks for using EBS and right now there is no way to do that.
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] Column ordering ?Hi Nikoya,
As bootstrap 3.0.1 is released so will we update our plugin soon. And will add ordering too but not in next release.Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] title="" have some problemsHi Nikoya,
Thanks for the solution, I was busy in some other tasks so have not got chance to look into it. I am pushing your code to plugin.
Thanks for suppport 🙂
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] Is EBS removing wpautop somehow?I am marking this topic as resolved, so in case you have any other query you can post here or create new topic. Thanks
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] Is EBS removing wpautop somehow?Hi,
Thanks for using our plugin, and we are not removing the p tag, however we are using the following in some shortcodes
$content = str_replace("]<br />", ']', $content); $content = str_replace("]<br />\n", ']', $content); $content = str_replace("<br />\n[", '[', $content);Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] Toggle shortcode : add "in" class ?We have implemented this feature now you can add ‘in’ class to to the panel you want to open by default, e.g. you want to open first panel so you have to use
[toggles class="yourcustomclass"] [toggle title="Accordion number 1" class="in"]Toggle 1 content goes here.[/toggle] [toggle title="Accordion number 2"]Toggle 2 content goes here.[/toggle] [toggle title="Accordion number 3"]Toggle 3 content goes here.[/toggle] [toggle title="Accordion number 4"]Toggle 4 content goes here.[/toggle] [/toggles]