Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1038684
    Scotty
    Participant

    Hey,

    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!

    #1038807
    Scotty
    Participant

    Also is there a way to change the size of the search box? (the width)

    #1038908
    Scotty
    Participant

    So I am thinking there must be some code to extend the amount of room for the post Excerpt?

    #1039076
    Christopher
    Moderator

    Thanks 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.

    #1039368
    Scotty
    Participant
    This reply has been marked as private.
    #1039529
    Paul R
    Moderator

    Hi,

    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 / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1039587
    Scotty
    Participant
    This reply has been marked as private.
    #1039797
    Christian
    Moderator

    Hey Scotty,

    Could you provide us with screenshots or screen recording of the issue?

    Thanks.

    #1040011
    Scotty
    Participant
    This reply has been marked as private.
    #1040825
    Lely
    Moderator

    Hello 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.

  • <script> jQuery(function($){ $("#no-reply-1038684 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>