• hello
    1-when use post grid it give low resolution featured image in search result page and give pad look
    how to fix that

    2- is there any way to change the template to be more beautiful than the existed ?

    3- when search page opened it show only 5 posts per page even if I change result per page to be 10,15,20 insetting it also give 5 posts (so please advise how to fix)
    please advise

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Eyal Fitoussi

    (@ninjew)

    Hello @makmerghen,

    I have a new version of GEO my WP that is now in beta. This is version 4.0 which is a major release. You can download it from here if you wish to give it a try and see how it works.

    The new version has brand new template files that look way better than the current version. It should also take care of the feature image issue.

    I have just done working on this version, so you will be the first one to test it :).

    As for the per-page, make sure to change it in both the “Page Load Results” and the “Search Results” tabs of the form editor.

    If you do get to test the new version, please let me know if you have any issues.

    Thread Starter makmerghen

    (@makmerghen)

    thank you dear sure I will test and will let you know if I faced any issue
    best regards

    Thread Starter makmerghen

    (@makmerghen)

    I checked it responsive template is very great and yes it fix the resolution issue
    hope in future you can add template can show in mobile 3 columns of posts together in the screen
    an let us can control to show only featured image + title + excerpt + address all together or only what we want to show
    as example

    post-image1———post-image2———-post-image3
    post-title————-post-title————–post-title
    Excerpt1—————Excerpt2—————–Excerpt3

    hope that can be possible for mobile view
    regards

    • This reply was modified 2 years, 9 months ago by makmerghen.
    • This reply was modified 2 years, 9 months ago by makmerghen.
    Plugin Author Eyal Fitoussi

    (@ninjew)

    Hey @makmerghen,

    With GEO my WP you can create your own custom template files and modify them as you wish.

    You can use one of the template files provided with the plugin as a starting point. Just copy the folder of the template file from the plugin’s folder and place it in your theme-folder/geo-my-wp/posts-locator/search-results/.

    Then you could modify the template file and its CSS.

    Thread Starter makmerghen

    (@makmerghen)

    Dear @ninjew
    1-when v4 will officially released ?

    2- I am using yellowpencile plugin to adjust design and they help me with the next css to do what I want

    @media screen and (max-width: 480px) {
    div.gmw-results-wrapper.responsive-1 ul.posts-list-wrapper li.single-post {
        width: 32% !important;
        display: inline-block !important;
        float: left;
        min-width: auto !important;
    }
    }

    it works with the current version of GMW by when installed the new template of version 4 it didn’t work
    would you please advise

    best regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘post grid give low resolution featured image’ is closed to new replies.