Viewing 11 replies - 1 through 11 (of 11 total)
  • You could, instead use the Responsive Tabs theme — completely unrelated, which offers front page tabs and a rich approach to presenting content:

    See it here: https://www.ads-software.com/themes/responsive-tabs/

    Thread Starter Sohaib Ajmel

    (@sohaibajmel)

    Thank you for reply Will Brownsberger, you’ve shared the tabs theme. I want to use responsive tabs in my existing theme’s front page.

    Plugin Author osCitas Themes

    (@oscitas)

    Hi 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

    Thread Starter Sohaib Ajmel

    (@sohaibajmel)

    Hi osCitas Themes,

    Thank you for your support, but unfortunately it didn’t work for me, maybe I didn’t do it in correct way so I tell you that how I placed the code in the homepage of template. I’ve created tabs in the post and it work correct in the post. Then I embed same code in the homepage of the template as follows

    “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]’);”

    Tabs didn’t appear on the homepage and has shown the above mentioned code on the front page.

    Please guide me that what to do now. Thanks

    Plugin Author osCitas Themes

    (@oscitas)

    Hi 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

    Thread Starter Sohaib Ajmel

    (@sohaibajmel)

    This is the url of the page “https://www.mehndidesigns360.com/&#8221;

    Thread Starter Sohaib Ajmel

    (@sohaibajmel)

    Plugin Author osCitas Themes

    (@oscitas)

    Hi 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

    Thread Starter Sohaib Ajmel

    (@sohaibajmel)

    This worked for me… thank you so much, now it is a perfect plugin for me. Thanks again

    Thread Starter Sohaib Ajmel

    (@sohaibajmel)

    Resolved

    Plugin Author osCitas Themes

    (@oscitas)

    That’s Great!!! Hope you will give your review about the plugin.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Want to display Easy Responsive Tabs on my Homepage’ is closed to new replies.