• 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 10 replies - 16 through 25 (of 25 total)
  • Plugin Author Ga Satrya

    (@satrya)

    Ok, so, just in case you want to try a quick fix.

    First, please uncheck the Use Default Styles, then, edit the Custom CSS. See this line

    .rpwe-block li{
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style-type: none;
    }

    Change to

    .rpwe-block li{
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style-type: none;
    display: block;
    }

    Please try and let me know if this fix your issue.

    Thread Starter deeveearr

    (@deeveearr)

    Just tried downloading from Github and it gave a critical error:

    Fatal error: Cannot redeclare rpwe_i18n() (previously declared in /home/midland6/secretclassifieds.com/wp-content/plugins/recent-posts-widget-extended/rpwe.php:41) in /home/midland6/secretclassifieds.com/wp-content/plugins/recent-posts-widget-extended-master/rpwe.php on line 40

    Plugin Author Ga Satrya

    (@satrya)

    @deeveearr oh please just use the version from www.remarpro.com, Github version is not ready for production. You can try the instruction above.

    Thread Starter deeveearr

    (@deeveearr)

    No, the above code snippet changes it back to a diagonal style

    Going back to version 2.0

    Plugin Author Ga Satrya

    (@satrya)

    Hm.. I actually need to see your website because version 2.0.1 seems to break some websites, if you would rather not share it publicly, you can send the URL to my email.

    Thread Starter deeveearr

    (@deeveearr)

    @satrya

    I’ll have to share it on here, as your email is not working.

    The website is at:

    https://www.secretclassifieds.com/

    …but obviously as I mentioned before, it’s a working website with lots of users, so version 2.0 remains installed.

    The ‘recent widgets extended’ plugin can be seen towards the bottom of the homepage.

    Satrya,

    I did locate “rpwe-frontend.css” in wp-content>plugins>recent-posts-widget-extended>assets>css, renamed the file to preserve the original, and uploaded a new version under the old name with the modification recommendeded by TLe Apps:

    Original:

    .rpwe-block li {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style-type: none;
    display: inline-block;
    }

    Modified:

    .rpwe-block li {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style-type: none;
    display: block;
    }

    Working well now.

    Discovered I had to close down Chrome and reopen the site to get the change to take effect. Maybe I could have used the “custom CSS” feature of my theme to make the change after all, if it drops out in the future I’ll try that.

    Thank you, I do appreciate your work;

    Mark Foote
    [email protected]

    Plugin Author Ga Satrya

    (@satrya)

    @deeveearr @markafoote there is new version to fix this issue, please try it https://github.com/gasatrya/recent-posts-widget-extended/archive/refs/tags/2.0.2.zip but first, please remove the plugin on your website, then upload this version.

    Please tell me the feedback, before I push the update to www.remarpro.com.

    Thread Starter deeveearr

    (@deeveearr)

    Hi @satrya

    Yes, version 2.0.2 works perfectly!

    Hey, Satrya,

    Yes, 2.0.2 working well, thank you!

    Mark

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