osCitas Themes
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] 404 try to load script in back officeHi Baden,
No, paid version don’t have such type of issues.
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] How to add Post inside the tab contentHi,
It too late to give solution, but as ERT supports shortcodes in tab content area, so you can install any plugin to show post content and use that shhortcode in the tabs content area for example
[restabs alignment="osc-tabs-center" responsive="false"] [restab title="Tab number 1" active="active"] [post-content id=25] [/restab] [restab title="Tab number 2"]Test Tab 2[/restab][/restabs]
Here we used [post-content id=25] inside the tabs where id is post id.
Please let us know incase you still have any issue.
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] Search brings up wrong tabHi,
We know its late but you can check ERT demo page for the solution to your issue.
https://demo.oscitasthemes.com/ert/
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] "More" button not working on mobileHi gabechk,
We know its bit late, we have updated the demo page please check that on mobile as its working fine. In case you find any issue let us know.
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] can't link to tab 3Hi Sherry,
We have updated the demo links, so you can check the demo page for solution to your issue.
https://demo.oscitasthemes.com/ert/
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] Link to a specific tabHi Sherry,
We have updated the demo links, so you can check the demo page for solution to your issue.
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] Want to display Easy Responsive Tabs on my HomepageThat’s Great!!! Hope you will give your review about the plugin.
Forum: Plugins
In reply to: [Easy Responsive Tabs] Want to display Easy Responsive Tabs on my HomepageHi Sohaib,
Copy&paste following
<?php echo do_shortcode('[restabs alignment="osc-tabs-center" responsive="false"] [restab title="Tab number 1" active="active"]Test Tab 1[/restab] [restab title="Tab number 2"]Test Tab 2[/restab][/restabs]'); ?>
I hope it will work.
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] Awesome pluginHi Md. Shiddikur Rahman,
Thanks, it will great if you can post you comment on the reviews section ??
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] Setting the Default TabHi,
You have to use the
active="active"
with tab you want to set active.
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] Shortcodes dont get inside the tabsHi,
You are doing it wrong, you have to use
echo do_shortcode('[restabs alignment="osc-tabs-center" responsive="false"] [restab title="Tab number 1" active="active"][user_tags][/restab] [restab title="Tab number 2"]Test Tab 2[/restab][/restabs]');
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] Want to display Easy Responsive Tabs on my HomepageHi Sohaib,
We have checked the code you sent, and there is no issue in this code. You can send us the page url, we will have look whats the issue.
Thanks
Forum: Plugins
In reply to: [Easy Responsive Tabs] Want to display Easy Responsive Tabs on my HomepageHi Sohaib,
You have to create shortcode on home page as you have created on the other pages. In case you are using the template for home page you have to embed the shortcode in your home page template using
echo do_shortcode('<place your shortcode here>');
Let us know if you face any issue.
Thanks
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] 404 try to load script in back officeHi,
We are working on the plugin and soon will update the plugin, so keep in touch.
Thanks
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] Plus Minus Icons for Accordion ToggleHi,
In free version we have not given the option to add icons to toggle, however we have provided the option to add custom class, so you can add icon using the custom class.
Thanks