• Resolved deeveearr

    (@deeveearr)


    I’ve rolled back due to the recent posts now appearing in a straight line across the page, rather than in a list.

    Am I missing a setting in the new version?

Viewing 15 replies - 1 through 15 (of 25 total)
  • Plugin Author Ga Satrya

    (@satrya)

    Hi @deeveearr,
    Maybe you can send me a screenshot, or you can try to re-update it. I will help with any issue.

    Cheers

    Thread Starter deeveearr

    (@deeveearr)

    Hi @satrya

    Okay, here’s a screenshot of the older version:

    Version 2.0

    …and here’s a screenshot of the latest version:

    Version 2.1

    As you can see, the top version shows the posts in a list, whereas the new version just posts everything willy-nilly wherever it likes.

    Rolled back to version 2 again.

    Plugin Author Ga Satrya

    (@satrya)

    Hm.. that’s weird. Can you share your website URL? I will check what is the issue with your website.

    Thread Starter deeveearr

    (@deeveearr)

    Hi @satrya

    Not really, as it’s a live website with lots of users, and I don’t want a dodgy list on the front page.

    Plugin Author Ga Satrya

    (@satrya)

    Ok, that’s fine. I will find some solution for this situation. I will be back soon.

    Thread Starter deeveearr

    (@deeveearr)

    Thanks @satrya that would be great.

    I confirm that this happens to all of my sites. Same as what deeveearr are encoutering.

    I use WP Astra theme.

    Plugin Author Ga Satrya

    (@satrya)

    @techsurf can you share your website url? or can you tell me the theme you use?

    I use WP Astra theme.
    I saw the issue is with this line:
    .rpwe-block li{
    display: inline-block;
    }

    I switched to the following and it fixed the issue.

    .rpwe-block li{
    display: block;
    }

    Thread Starter deeveearr

    (@deeveearr)

    I run an advertising website on Classipress, but I wouldn’t have an idea on the plugin files.

    Hi, Satrya,

    You can see the issue down in the footer on my website:

    https://zenmudra.com/

    I have dated 15 posts so that they are the oldest on the site and will display in the order I want with a “recent posts extended” widget. Currently, if I set the plugin for 15 posts, it shows the first 13 titles/links correctly, but not the last two. If I set the plugin for 17, it jams the last three post titles/links on one line at the end of the display. I’ll leave it that way so you can see it.

    Also, I click a particular category to be included in the display, but when I click “save”, the category selection is not saved.

    Thank you,

    Mark
    [email protected]

    Plugin Author Ga Satrya

    (@satrya)

    Thank you @techsurf

    @deeveearr you can add custom css inside the widget, please see the Style tab.

    @markafoote Please create new post forum, because this forum post discuss different issue. ??

    Thread Starter deeveearr

    (@deeveearr)

    @satrya

    The support for this plugin is astonishingly poor, being told to place some CSS inside the widget is not really an option, it should be FIXED!

    For info, the following CSS is already inside the style tab:

    .rpwe-block ul{
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    }
    
    .rpwe-block li{
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style-type: none;
    }
    
    .rpwe-block a{
    display: inline !important;
    text-decoration: none;
    }
    
    .rpwe-block h3{
    background: none !important;
    clear: none;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 1.5em;
    }
    
    .rpwe-thumb{
    border: 1px solid #eee !important;
    box-shadow: none !important;
    margin: 2px 10px 2px 0;
    padding: 3px !important;
    }
    
    .rpwe-summary{
    font-size: 12px;
    }
    
    .rpwe-time{
    color: #bbb;
    font-size: 11px;
    }
    
    .rpwe-comment{
    color: #bbb;
    font-size: 11px;
    padding-left: 5px;
    }
    
    .rpwe-alignleft{
    display: inline;
    float: left;
    }
    
    .rpwe-alignright{
    display: inline;
    float: right;
    }
    
    .rpwe-aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
    
    .rpwe-clearfix:before,
    .rpwe-clearfix:after{
    content: "";
    display: table !important;
    }
    
    .rpwe-clearfix:after{
    clear: both;
    }
    
    .rpwe-clearfix{
    zoom: 1;
    }

    …on version 2.0 and on version 2.0.1 it gets transferred over and STILL outputs the content in a linear form rather than a list.

    Seems to me that this is a bodge job.

    I also noticed that there is a ‘use default styles’ option in the plugin.

    UNchecking that, produces this:

    IMAGE

    Whats all that about then?

    Plugin Author Ga Satrya

    (@satrya)

    No need to say bad word, I provide the support for FREE!

    I just push the update GitHub https://github.com/gasatrya/recent-posts-widget-extended, see the last commit, and I am about to push the update to www.ads-software.com soon. You can try it when you see the update to 2.0.2

    • This reply was modified 2 years, 1 month ago by Ga Satrya.
    • This reply was modified 2 years, 1 month ago by Ga Satrya.
    Thread Starter deeveearr

    (@deeveearr)

    @satrya

    Please see the screenshot in the above post.

Viewing 15 replies - 1 through 15 (of 25 total)
  • The topic ‘Rolled Back to Previous Version’ is closed to new replies.