lozbo
Forum Replies Created
-
Same thing happening to me, just installed on a WP MU site, and thought that it was the problem but dont know. Also dont know if this have to do with some automattic crazy plugin appropiation stuff?
- This reply was modified 3 months, 2 weeks ago by lozbo.
Forum: Plugins
In reply to: [Ultimate Nofollow] WordPress 4.2 issues@zoecorkhill I’m having trouble downloading it from dropbox ?? is there a mirror somewhere?
btw, thanks a lot Kraft, for looking into this! =)
Yes, I disabled it ’cause it ain’t workin’ rite now. But I’ll try your suggestion and let you know…
I tried using a “path” for the selector (the ‘container’ value of the functions.php script) and set it as follows:
'container' => 'latest-posts .wrapper ul',
But certainly didn’t work. Since that didn’t work I tried adding an ID to the div.wrapper, ’cause it didn’t have one and I can’t target classes in that ‘container’ value. So I tried using “latest-posts-wrapper”, and it showed the “load more posts” at the bottom of the list, but still it loads only the last post (same problem still).
I switched then to .wrapper’s parent div above (latest-posts), as follows:
'container' => 'latest-posts',
But still no good: it loads only the last post. As I said, I assume that it has to do with the way I’m calling the loop on the index, somewhere in here:
<?php if (have_posts()) : ?> <?php $count = 0; ?> <section id="last-post"> <div class="wrapper"> <p class="pre-title"><?php echo get_theme_mod( 'text_option_latest', 'default_value' ); ?></p> <?php while (have_posts()) : the_post(); ?> <?php $count++; ?> <?php if ($count <= 1) : ?>
=(
I’m also getting errors. Changed the max number of retries to 9, but couldn’t find the other option. Has it been renamed to:
Maximum script execution time
?
Forum: Fixing WordPress
In reply to: Retrieve Post ID from Body Class with JavascriptI’m trying to create a scriptlet, so I think I can’t use jquery there.. but thanks a lot for your answer.
Forum: Plugins
In reply to: [Participants Database] [Plugin: Participants Database] SMTP MailSorry dude, dont know what to say, it worked for me…
Forum: Plugins
In reply to: [Participants Database] [Plugin: Participants Database] SMTP MailThanks! I used “Configure SMTP” and it did work! Thanks a lot =)
I still don’t know why this happened, but at least it works now.
Forum: Plugins
In reply to: [Participants Database] [Plugin: Participants Database] SMTP MailI just installed a second version of WP, and the same thing. As I made a test to sign up, the record was registered on the database, you can view it there, but there’s no email confirmation sent either to the visitor, nor the admin email set in the plugin. =(
I don’t know what could be causing this, the installation I ran several weeks ago (like 5 months) worked fine.
Forum: Plugins
In reply to: [Participants Database] [Plugin: Participants Database] Reset Id numberHi Xnau,
I don’t remember if what you told me worked, or if I had to go to the actual database and manually make changes for this to work, but in the end… it did work!
Now, a few months after this, I am coming back to a new installation, only to find out it also starts at 1325.
It would be nice if for future versions of this plugin this could be updated though.. (so it always starts at 1). Or maybe a button somewhere on the admin that says “reset ID count” to the last available number.
Anyway thanks again for the plugin!
Forum: Plugins
In reply to: [Participants Database] [Plugin: Participants Database] SMTP MailI’m having an issue with this too.
I installed a few months a version of this plugin in a site, which I modified a little bit for it to accept more file formats than just images.
Anyway, everything worked fine with that installation, but I just installed a new WP version and this plugin from the wp plugin search, and as I make tests I can’t get it to send emails both to the participant who registers nor to the “Signup Notification Recipient”.
The item is saved to the database, its just the email which is not sent. I checked settings and fields, and I have no clue as to where to look next. I checked spam folders, the settings on the plugin, the actual fields of the database.. everything is the same or similar from the last time I used this plugin…
Forum: Plugins
In reply to: [Participants Database] [Plugin: Participants Database] images to filesAlso worth noting! I “stayed” in the 1.3.5 version, and current latest is 1.3.7, so the lines might have changed (the line number at least), so check the changelog, or just modify the right ones on the newer version (or if you do like me: avoid updating, which of course is not advisable).
Forum: Plugins
In reply to: [Participants Database] [Plugin: Participants Database] images to filesI know what’s missing! In my first post, the one where you got the code in the first place, I didn’t use the “code” tag, so the forum turned the anchor tag into an actual link for display in this page. But I think it’s right now!
Forum: Plugins
In reply to: [Participants Database] [Plugin: Participants Database] images to filesHi Kamu_lhr,
I don’t know if the code will be pasted correctly as it may be parsed by the forum:
$this->_addline( '<p class="uploaded-image" id="image_'.$this->name.'"><a href="'.$this->value.'">Download File</a></p>' );
I don’t know if dreamweaver is always right about the syntax, but if you continue to experience errores send me your email and I’ll send you the line of code in a text file.
Hope it works!
Forum: Plugins
In reply to: [Participants Database] [Plugin: Participants Database] Reset Id numberBy completely deleting the database, you mean only the participants_database table, all the tables, or the whole wp installation?
I have changed the id base number to 1, and changed the id in the table record, but its giving me unexpected results, like if I set the (only) participant record I have to 1, when I go to the signup page it shows the data of that participant. But if I change it to 0, its fine, yet when I submit another entry, it continues from where it left off (1330 or so).
What do you think?