Tagged: x
-
AuthorPosts
-
June 12, 2016 at 7:07 pm #1038684
ScottyParticipantHey,
I am wanting to use the supplied WP plugin – The Grid.
The content in the posts is a table of information in 3 rows with several columns.
This content is not displayed on the front end with this plugin, how do I get around this?
I tried under Settings > General > Manual Excerpt – to add the table here but it breaks the plugin / page.
Thanks in advance!
June 12, 2016 at 7:45 pm #1038807
ScottyParticipantAlso is there a way to change the size of the search box? (the width)
June 12, 2016 at 9:17 pm #1038908
ScottyParticipantSo I am thinking there must be some code to extend the amount of room for the post Excerpt?
June 13, 2016 at 1:09 am #1039076
ChristopherModeratorThanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
June 13, 2016 at 5:50 am #1039368
ScottyParticipantThis reply has been marked as private.June 13, 2016 at 8:00 am #1039529
Paul RModeratorHi,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
June 13, 2016 at 8:41 am #1039587
ScottyParticipantThis reply has been marked as private.June 13, 2016 at 10:48 am #1039797
ChristianModeratorHey Scotty,
Could you provide us with screenshots or screen recording of the issue?
Thanks.
June 13, 2016 at 12:48 pm #1040011
ScottyParticipantThis reply has been marked as private.June 14, 2016 at 12:58 am #1040825
LelyModeratorHello Scotty,
Thank you for the screenshots.
1.) By default, wordpress strips out all html tags on excerpt and just return a text. Since the content of your post is just a table, it strips out everything. I made some test and add excerpt on this post: http://www.onlinetools.pw/wordpress-hosting. It works. See attached screenshot. The excerpt shown on the screenshot is 200 in length as stated on Appearance > Customize > Blog > Excerpt Length. No need to add custom codes. I have remove the excerpt that I have added.
2.) Please add this CSS:
input[type=text].tg-search { min-height: 40px; font-size: 18px; } #grid-690 .tg-search-icon { font-size: 15px; padding-top: 5px; } #grid-690 .tg-search-clear{ padding-top: 5px; height: 40px; } #grid-690 .tg-search-clear:before { font-size: 15px; } .tg-dropdown-holder{ min-height: 40px; } .tg-dropdown-title{ font-size: 18px; padding-top: 4px; }Since sort by date is available, I have also adjusted it to make it uniform.
Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1038684 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
