Okay
  Public Ticket #3178975
Shortcode on wp menus
Closed

Comments

  • Sudd Dongre started the conversation

    Hi, 


     Please advise how I can add wptables shortcode to WP Menus?

    Best way to do this? as you do not provide URL for these tables we created.


    Thanks,

    -Sudd.

  •  1,702
    Miloš replied


    Hi, Sudd

    Thanks for reaching out to us

    I am not sure i fully understood what you need, my apologies for that.

    If you need to use tables on custom pages on the back-end,

    you can use function wdtOutputTable which is Helper func that prints out the table in backend. Also you have to include all modals(delete, close and edit modal template)

    <!-- /Modals -->
    <?php wdtOutputTable('1'); ?>
    <!-- Delete modal -->
    <?php include WDT_TEMPLATE_PATH . 'common/delete_modal.inc.php'; ?>
    <!-- /Delete modal -->
    <!-- Edit modal -->
    <?php include WDT_TEMPLATE_PATH . 'frontend/modal.inc.php'; ?>

    Let me know if that helped for your goal,

    or if i perhaps completely misunderstood,  can you please elaborate in more detail what you need,

    and we will advise?

    The best would be if you can provide any example screenshots or a short video, to clarify it.

    Than you

    Kind Regards, 

    Miloš Jovanović
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  • Sudd Dongre replied

    Hi Miloš, 

        I understand your reply, but not exactly what we are looking for.

       We are trying to link Gutenberg Advanced Tab item to Wordpress Menu ( see attached screen shot ).

       For example:   we would like to use Menu ( navigation menu ) to link to a day of the week tab on advanced Tab layout. So Tuesday on the menu would link to Tuesday tab on the menu and show the content.

      Hope this makes sense, do you have any advise how to do this.

    Thanks,

    -Sudd. 


    Attached files:  ScreenShot-AdvancedTabs-wptables.png

  •  1,702
    Miloš replied

    Hi, Sudd 

    Apologies for the waiting time

    I will pass this to our 2nd level Team, to see if they can provide any advice if something like this is possible with our plugin.

    As soon as they reply, we will report back right away.

    And i will let you know if they need any further clarification. Thank you for your patience.

    Kind Regards, 

    Miloš Jovanović
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  •  1,702
    Miloš replied

    Hi, Sudd

    Firstly, I would like to sincerely apologize for the delayed response as we have been experiencing an unusually high number of tickets. I am sorry that it has taken longer than usual to respond to your concern and your patience is highly appreciated.

    -

    We got advised about this by our 2nd level Team, here is what they said.

    Something like this ( as you shown from the screenshot) should work without any issues.

    7123226091.png

    For example, you can check out on this Documentation page that we made,

    at the middle of the page we got this "navigation menu" with tabs,  and in some of the tabs we have added tables through shortcode.

    The first two tabs ( 12. Word Wrap /  13. Font Family/  and the last one '21. Merge Cells' , it has a table that was implemented through table shortcode)

    2659023229.png
    4726057590.png
    7215007738.png

    We will try to help you find the root of the issue on your site, though, as to find out why this is not working for you.

    Could you perhaps record a short Video ( Loom/Screencast, anything like that)  and show us how you have added this shortcode for your use-case,

     ( if it shows any sensitive data, please mark the reply as PRIVATE, then only we can see it);

    And if we can take a remote look at your WP-Admin? 

    Please provide me a temporary WP-admin (administrator) user for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. 

    We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course, we do not provide login data to third parties. 

    You can write credentials here just check PRIVATE Reply so nobody can see them except us.

    Kind Regards, 

    Miloš Jovanović
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables