- This topic has 10 replies, 2 voices, and was last updated 5 years, 4 months ago by
mila_support.
- AuthorPosts
- May 12, 2017 at 18:19 #13885
AnonymousInactiveWhen 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=”May 12, 2017 at 19:38 #13886
mila_supportMemberHi @igormicev
Please provide the page link on your site with the issue.
Thus I can see what’s wrong and help you.May 12, 2017 at 20:16 #13888
AnonymousInactivehttp://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/May 16, 2017 at 14:44 #13962
mila_supportMemberHi @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/May 16, 2017 at 14:51 #13963
AnonymousInactiveThe first – http://www.sqlservercentral.com/blogs/si-vis-pacem-para-sql/2017/05/09/some-stuff-with-date-and-time-in-sql-server/
May 17, 2017 at 13:23 #13985
mila_supportMemberHi @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.jsto this page.
May 17, 2017 at 13:52 #13986
AnonymousInactiveHm, 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.
May 18, 2017 at 13:33 #13995
mila_supportMemberHi @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
May 18, 2017 at 15:19 #14002
AnonymousInactiveI 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.
May 23, 2017 at 10:36 #14042
mila_supportMemberHi @igormicev
You issue was redirected to our developer.
I will inform you about the progress.October 25, 2017 at 13:48 #15822
mila_supportMemberHi @igormicev
Please try to insert next code
.supsystic-tables-wrap {
visibility: visible !important;
}inside your blog theme file.
- AuthorPosts
- You must be logged in to reply to this topic.