Viewing 12 replies - 1 through 12 (of 12 total)
  • Ramkalyan

    (@ramkalyan)

    Same here. Nothing displays after update. Reverting back…

    markbarrus

    (@markbarrus)

    Settings need to be reset.

    All one column now.

    Don’t like that

    Plugin Author David Gwyer

    (@dgwyer)

    @inversion, @ramkalyan

    After updating just go into Plugin settings, make sure the new ‘Show Pages’ and ‘Show Posts’ check boxes are displayed as necessary, and Save.

    These have defaulted to OFF for existing Plugin users (new users are not affected).

    @markbarrus

    I will be adding support for CPT too in a future version, with you being able to decide on the order of post/pages/CPT. Doing this with a two column layout would be pretty complicated.

    Plugin Author David Gwyer

    (@dgwyer)

    (double post – deleted)

    Plugin Author David Gwyer

    (@dgwyer)

    *Update*

    @inversion, @ramkalyan

    I have now issued a Plugin update (1.52) so that you won’t see an empty sitemap after upgrading.

    @markbarrus

    If you really still want to show posts/pages in two columns you can add styles yourself to make the div’s float side by side. There are plenty of CSS classes in the sitemap HTML elements to help you do target the relevant div’s.

    Ramkalyan

    (@ramkalyan)

    Thanks David! Just updated. All looks good.
    https://beginwebsites.com/sitemap/

    Thread Starter Inversion

    (@inversion)

    Problem party solved,

    The two column layout was nice and was perfect the way it was. Why change it now? Upgrades in my opinion should not change existing functionality, but extend it. If it really needs to be changed then at least those with existing installs have an option to use the previous functionality.

    This to me is a step backwards.

    I used this plugin as it was good, out of the box. Now I forced to piss around with extra CSS to correct something that should not have changed.

    Not impressed really.

    Everything worked great up until now.

    Plugin Author David Gwyer

    (@dgwyer)

    With two columns there is no easy way to provide support for listing CPT as well in future versions. Plus now being able to add the sitemap to the sidebar via a text widget is a big plus. Using one column is just more flexible all round.

    The advantages to changing the layout to one column out-way keeping two columns, so it had to go. Upgrades can’t always be made without changing functionality I’m afraid.

    If you really want to keep it two columns it is just a couple of lines of CSS using the classes in the sitemap elements, its pretty straight forward. Just add floats as necessary.

    nuroweb

    (@nuroweb)

    David,

    Thanks for the update and the instructions for the checkboxes to check. It’s fine for me now.

    Changing the CSS for two columns is not a big deal. If anyone wants the code, here it is:

    #ss_pages {
    width: 330px;
    float: left;
    }
    #ss_posts {
    width: 330px;
    float: right;
    }

    Just change the widths to fit your template or put 50%.

    The only thing missing from your plugin now is the use of language files so we don’t need to change word directly in the plugin’s code.

    markbarrus

    (@markbarrus)

    @DavidGwyer

    Thanks please let us know asap. Posts should come first!
    https://www.iwanttoquitsmoking.com/sitemap-2/

    “@markbarrus

    I will be adding support for CPT too in a future version, with you being able to decide on the order of post/pages/CPT.”

    Thread Starter Inversion

    (@inversion)

    @david

    Thanks for the quick reply and CSS code. Would be cool to add a button to add this to the CSS if checked. (for the non-coders).

    Plugin Author David Gwyer

    (@dgwyer)

    @nuroweb Translations will likely be in the next Plugin release.

    @markbarrus This could be in the next release but I could’t say when as this is a free Plugin! I’m tied up with other projects right now.

    @inversion Just add the CSS to the Plugin options CSS text box to do this. I doubt it will be added to the Plugin core.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Nothing is displayed on page after upgrade to 1.51’ is closed to new replies.