pauloc
Forum Replies Created
-
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 – MapAnd 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!!!
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Login form disappearedI 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.Forum: Plugins
In reply to: [Polylang] No posts on home pages with "language determined by domain" in 1.7I 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.
Forum: Plugins
In reply to: [Ajax BootModal Login] Filters could be a good ideaI 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!
Forum: Plugins
In reply to: [Gravity Forms Directory] Edit Link is not showingNot 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.Forum: Fixing WordPress
In reply to: error 28 from storage engine?Could you tell us how did you solve it? Seems like a disk space error.
Forum: Fixing WordPress
In reply to: RSS feed shows RSS comments after updateI’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 tohttps://www.elutilitario.net/index.php/feed/
and the second tohttps://www.elutilitario.net/index.php/comments/feed/
.
The problem seems to be with permalink codification (or something) 8$