osCitas Themes
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] background of rows not visibleHi,
Copying the css to bootstrap file is not the solution as in case of plugin update your css will be over written by new css file. We have provided the textarea in settings page to write the custom css, this css will not be over written by plugin update. So we advise to use that.
Thanks
Forum: Plugins
In reply to: [Easy Foundation Shortcode] Drop Down Buttons not working when SplitHi WPNI,
We will look into it and will provide the update asap.
Thanks
Hi,
Please send us you email id using our contact us form at http://oscitasthemes.com/contact/. we will send you mail.
Thanks
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] background of rows not visibleHi,
Sorry, we wrongly mentioned FTP, we need admin login details.
Thanks
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] background of rows not visibleHi,
Can you please check again we have not got FTP details yet.
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] uploading Easy Responsive Tabs – Idiot's guideHi Emily,
We know its too late but you can check the following link for the details
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] Tabs inside a tabHi Alfonso Generoso,
This is the limitation of wordpress, please check the following
http://codex.wordpress.org/Shortcode_API#Nested_ShortcodesHowever nested shortcodes functionality is implemented in the EBS-PRO version
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] Invalid arguments passedHi,
This issue is resolved latest version of plugin.
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] Tab Colors & Loading a specific page in second tab.Hi
We are marking this resolved as we have not got any response from your side. In case your issue is not resolved please reply back on this.
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] tab color only after refreshIssue resolved
Forum: Plugins
In reply to: [Easy Responsive Tabs] tab color only after refreshYou can use our contact us page at http://oscitasthemes.com/contact/
Forum: Plugins
In reply to: [Easy Responsive Tabs] Tabcolor bug (i think)Hi Boxeo,
We have checked the sortcode you have provided and found that contentcolor param is missing from that code, which is responsible for content background color. So you code will look like
[restabs alignment="osc-tabs-left" pills="nav-pills" responsive="true" icon="true" text="More" tabcolor="#ffffff" seltabcolor="#1e73be" tabhovercolor="#F5F5F5" contentcolor="#eaeaea"]Please contact us in case you have any other query.
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] tab color only after refreshHi Rock,
Can you provide the page url?
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] Adding tabs through codeHi Abhishake Verma,
To use do_shortcode, we have to write full shortcode in single go such as
<?php do_shortcode('[restabs alignment="osc-tabs-left" responsive="false"] [restab title="Tab number 1" active="active"]Tab 1 content goes here.[/restab] [restab title="Tab number 2"]Tab 2 content goes here.[/restab] [restab title="Tab number 3"]Tab 3 content goes here.[/restab] [restab title="Tab number 4"]Tab 4 content goes here.[/restab][/restabs]'); ?>Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] Tabs within tabs?Hi robertamundson,
This is the limitation of wordpress, please check the following
http://codex.wordpress.org/Shortcode_API#Nested_ShortcodesHowever nested shortcodes functionality is implemented in the EBS-PRO version
Thanks