RSS feed doesn't work well for data tables.

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #13885

    Anonymous
    Inactive

    When my blog is syndicated to a forum, tables are not shown, because they are generated as hidden.
    Below is an example. What should I do?

    <content:encoded><![CDATA[<p>I’m writing this post because I want to put some more stuff around dates and times in one place. I additionally teach SQL Server classes and often come up to talk about dates and times, and converting them to string representations. Of course I don’t always have time enough to examine all the cases, so I’ll be referencing this post to my slides as well.</p>
    <p>Next table shows the conversion from date and time to string. Note that the default length for VARCHAR when it’s used in a CAST/CONVERT function is 30. But when you declare a variable as VARCHAR only, then the default length is 1. The longest conversion of a date and time together doesn’t have more than 30 characters and that’s why the default is fine for the dates in the CONVERT function.</p>
    <div class=”spinner”></div><div id=”supsystic-table-11_47684″ class=”supsystic-tables-wrap ” style=”visibility: hidden;”><table class=”supsystic-table border cell-border ” id=”supsystic-table-11″ data-id=”11″ data-title=”DatesConversions” data-features=”["after_table_loaded_script"]” data-pagination-length=”50,100,All” data-lang=”default” data-override=”

    #13886

    Hi @igormicev

    Please provide the page link on your site with the issue.
    Thus I can see what’s wrong and help you.

    #13888

    Anonymous
    Inactive

    http://igormicev.com/
    http://igormicev.com/some-stuff-with-date-and-time-in-sql-server/
    http://www.sqlservercentral.com/blogs/si-vis-pacem-para-sql/2017/05/09/some-stuff-with-date-and-time-in-sql-server/

    #13962

    Hi @igormicev

    On this link http://www.sqlservercentral.com/blogs/si-vis-pacem-para-sql/2017/05/09/some-stuff-with-date-and-time-in-sql-server/
    now is impossible to see the table, because no appropriate java scripts connected to it.

    Please clarify on which page link you want to see the table –
    First – http://www.sqlservercentral.com/blogs/si-vis-pacem-para-sql/2017/05/09/some-stuff-with-date-and-time-in-sql-server/
    or
    Second – http://igormicev.com/

    #13963

    Anonymous
    Inactive

    The first – http://www.sqlservercentral.com/blogs/si-vis-pacem-para-sql/2017/05/09/some-stuff-with-date-and-time-in-sql-server/

    #13985

    Hi @igormicev

    In order to make tables be shown on the page link you have provided –

    http://www.sqlservercentral.com/blogs/si-vis-pacem-para-sql/2017/05/09/some-stuff-with-date-and-time-in-sql-server/

    you need to connect next scripts

    http://igormicev.com/wp-content/plugins/data-tables-generator-by-supsystic/src/SupsysticTables/Tables/assets/css/tables.shortcode.css
    http://igormicev.com/wp-content/plugins/data-tables-generator-by-supsystic/src/SupsysticTables/Tables/assets/libraries/numeral.min.js
    http://igormicev.com/wp-content/plugins/data-tables-generator-by-supsystic/src/SupsysticTables/Core/assets/js/core.js
    http://igormicev.com/wp-content/plugins/data-tables-generator-by-supsystic/src/SupsysticTables/Tables/assets/libraries/ruleJS/ruleJS.lib.full.js
    http://igormicev.com/wp-content/plugins/data-tables-generator-by-supsystic/src/SupsysticTables/Tables/assets/libraries/ruleJS/parser.js
    http://igormicev.com/wp-content/plugins/data-tables-generator-by-supsystic/src/SupsysticTables/Tables/assets/libraries/ruleJS/ruleJS.js
    http://igormicev.com/wp-content/plugins/data-tables-generator-by-supsystic/src/SupsysticTables/Tables/assets/js/tables.shortcode.js

    to this page.

    #13986

    Anonymous
    Inactive

    Hm, not-possible! :)

    All you have to do is the following:

    . . . style=”visibility: hidden;“><table class=”supsystic-table border cell-border ” . . .
    change in the plugin for the style of the tables. Visibility: visibility: hidden; is not needed.

    Just go to http://igormicev.com/feed/ and check the Supsystic tables. That’s all.

    #13995

    Hi @igormicev

    1. You asked how to show your table here http://www.sqlservercentral.com/blogs/si-vis-pacem-para-sql/2017/05/09/some-stuff-with-date-and-time-in-sql-server/
    but not here http://igormicev.com/feed/

    I got your question, but unfortunately didn’t fully understand it. Could you clarify and supplement it. Perhaps you can make screenshots, and provide more detailed description. Then I will be happy to answer it.

    2. About style=”visibility: hidden – we use this style in order to show the table only after it have been loaded fully. That’s why we can’t change it inside the plugin. In the case you don’t like it, you can turn it off with some code inside java script file here http://igormicev.com/feed

    #14002

    Anonymous
    Inactive

    I think it’s not a good design to have visibility:hidden.
    Think about this, maybe your tables will be better in future.

    My site is being used by other sites using rss, so I cannot do that. It’s not about adding code in the /feed file.

    #14042

    Hi @igormicev

    You issue was redirected to our developer.
    I will inform you about the progress.

    #15822

    Hi @igormicev

    Please try to insert next code

    .supsystic-tables-wrap {
    visibility: visible !important;
    }

    inside your blog theme file.

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.
Thanks so much! Please Enter Your Info Below To Get PRO Discount and Gifts