Forum Replies Created

Viewing 7 replies - 16 through 22 (of 22 total)
  • Hi, I’ve just installed 3.0.0-beta1 and the migration have gone well with some exceptions:

    My old content in each calendar (former feeds) has gone. So they look “unformated”. This is a big issue if the custom format was complex as mine was.

    I’ve been digging in your code to find “content shortcodes”, although some of the old ones seems to work fine. I found them in event-builder.php, line 85.

    May be you can add a cheat sheet with the format tags as a last tab under Advance.

    [location] and [location-link] show two times:
    Format:
    [title]
    [when]
    [location]
    [description autolink=true]
    [location-link newwindow=true]Map[/location-link]

    Result:
    Breakbulk Americas 2015
    05, October 2015 – 10, October 2015
    Houston, Texas, EE. UU. – Houston, Texas, EE. UU.
    https://breakbulk.com
    Map – Map

    And the whole custom CSS has gone! This is a big issue too. In part is because the new classes names, and in part because the custom format has disappeared.

    In the positive side, the new interface is a lot of intuitive and pretty nice and clear.

    I keep testing. Good work!!!

    I had exactly the same issue:
    Setting for Page to Show Login Form was unchecked.

    I also had a bunch of warnings until I saved the Settings page if this helps.

    It’s all solved now.
    Thanks.

    I had a similar issue, my custom front_page suddenly became home and was listing all the posts. Seems like 1.7.1.2 is working fine now.

    Thanks for all you efforts and this great plugin.

    Thread Starter pauloc

    (@pauloc)

    I think I’ve found a bug. In authentication.php when filtering the message (line 227), there is not $user_login value for the filter to work and I think it should be passed to the filter too:
    $message = apply_filters( 'retrieve_password_message', $message, $key, $user_login );

    It also would be great if there were a password reset form different from the WordPress native one.

    Cheers again for the plugin, it’s great!

    Not sure if this is the reason actually, but I went to Configuration in the Dashboard and checked some related checkboxes on “Administration of Entries” section and now I can see the edit entry link.
    Hope it helps.

    Could you tell us how did you solve it? Seems like a disk space error.

    Thread Starter pauloc

    (@pauloc)

    I’m affraid it’s not this, but thanks anyway.
    Our code at El utilitario:
    <li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS 2.0'); ?>"><?php _e('Entries <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
    <li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>

    The first points to https://www.elutilitario.net/index.php/feed/ and the second to https://www.elutilitario.net/index.php/comments/feed/.
    The problem seems to be with permalink codification (or something) 8$

Viewing 7 replies - 16 through 22 (of 22 total)