Forum Replies Created

Viewing 15 replies - 16 through 30 (of 31 total)
  • I just disabled super cache on the site and checked the page with my other browser and it seems to be back to normal.

    Apparently the downgrade worked. Stay tuned.

    They did it to us again…what is wrong with you guys at Nextgen…

    Thought you got the bugs out and like a dope updated, which I had to do on your last update and then had to restore from a previous version. I loaded this one and it screwed up my Karma theme. Now everything is broken. Tried to FTP the older version of Nextgen 1.9.13 and it is still screwed up. What is wrong with you guys. Get it right before you release it. Don’t you have any beta testers?
    Too bad they don’t allow us to upload an image file so I could show you what you guys did to our site.

    I think it is time to move on to another plug in.

    Had the same problem. Uploaded previous version of Nextgen gallery 1.9.13 and all is well with WP 3.6

    Apparently the last Nextgen Gallery 2.0 isn’t compatible with the latest WP upgrade.

    Yup the new update will not install.

    lenrapp

    (@lenrapp)

    I had the same issue and our support at our hosting company found the problem. Here is their fix:

    While checking I am able to find some conflicting mod_sec rule for the domain internationalpress.org. I have disabled the rule for the domain now. Please monitor the site and update us if you feel any performance issue.

    Have your hosting company check to see if their Mod Security is causing this issue. Mine works fine now.

    Len

    lenrapp

    (@lenrapp)

    I had the same issue and our support at our hosting company found the problem. Here is their fix:

    While checking I am able to find some conflicting mod_sec rule for the domain internationalpress.org. I have disabled the rule for the domain now. Please monitor the site and update us if you feel any performance issue.

    Have your hosting company check to see if their Mod Security is causing this issue. Mine works fine now.

    Len

    Thread Starter lenrapp

    (@lenrapp)

    Listen Xnau…I am sure a lot of people that use this plugin know something about arrays and php coding, I don’t. Make believe I am your 70 year old grandfather…actually I am 70 and have worked with html and built sites for about 10 years, but have no clue about php.

    So now you understand I am old and stupid when it comes to this stuff. I have tried to follow you not very clear instructions, asked you to simply insert the exceptions I listed in the correct spot and just let me see it. Yet, you still don’t do it and continue to give me a one line answer as if we speak the same language.

    I have tried again and still can’t get this to display properly. Here is the code and according to your directions it should work, but it doesn’t.

    backticks

    // define an array of fields to exclude here
    $exclude = array(‘sign-up date’, ‘membership_level’, ‘username’, ‘password’, ‘age’,’address’, ‘address_2’, ‘zip’, ‘phone’, ‘mobile_phone’, ’email_2′, ‘Skype’, ‘mailing_list’, ‘interests’, ‘business_name’, ‘occupation’, ‘reason_for_joining’, ‘other_reasons’, ‘how_did_you_hear’, ‘other’, ‘comments’, ‘approved’, ‘volunteered’, ‘ipa_credit’, ‘impress_credts’, ‘ipa_gold_credit’, ‘impress_gold_credit’);

    ?>

    <div class=”wrap <?php echo $this->wrap_class ?>”>

    <?php while ( $this->have_groups() ) : $this->the_group(); ?>

    <div class=”section” id=”<?php echo Participants_Db::$css_prefix.$this->group->name ?>”>

    <?php $this->group->print_title( ‘<h2>’, ‘</h2>’ ) ?>

    <?php $this->group->print_description( ‘<p>’, ‘</p>’ ) ?>

    <?php while ( $this->have_fields() ) : $this->the_field();

    // CSS class for empty fields
    $empty_class = $this->get_empty_class( $this->field );

    ?>
    <dl class=”<?php echo Participants_Db::$css_prefix.$this->field->name.’ ‘.$this->field->form_element.’ ‘.$empty_class?>”>

    <dt class=”<?php echo $this->field->name.’ ‘.$empty_class?>”><?php $this->field->print_label() ?></dt>

    <dd class=”<?php echo $this->field->name.’ ‘.$empty_class?>”><?php $this->field->print_value() ?></dd>

    </dl>

    <?php endwhile; // end of the fields loop ?>

    </div>

    <?php endwhile; // end of the groups loop ?>

    </div>

    backticks

    Could you take more then the 30 seconds it took you to keep telling me what to do and actually see what I did and correct it?

    I suppose I was too fast in sending you a $20 donation for your plug in, but I still haven’t left my feedback or rating. Your lack of clear support is simply unreal. I run 4 websites, three are WordPress. My them is Karma and the people in their support are simply the best. Stop this nonsense and let me know if you can help get this right. I am sure others that have your plugin have a similar issue. Why not make it easy for us with a screen shot so we can see exactly how to set up this file.

    I always gear all my extensive tutorials I write for our members with lots of clear instructions and screen shots and assume they don’t know a thing about working on WordPress and gear my instructions based on that theory.

    Go to our member support blog that I write and look at my authors guides for WordPress and you will see even a beginner can figure it out.

    Now that I have gotten rid of my anger and frustration with this plug-in, I can either remove it permanently and not bother any further or ask you one last time. Are you going to check my file and see if I have it set up properly and if not, can you simply correct it so it will work. I should take you less then 30 seconds to do this and you won’t have to have these angry messages from me any more.

    Thank you very much, I hope I won’t have to wait another 2 days to get a reply.

    Len Rapoport
    President

    International Press Association
    Publisher IMPress Magazine

    Either I am dumb as a stump or I am doing something wrong…

    Here is the code now that I moved the array up on top. What am I missing now…

    ====================================================

    backticks

    <?php
    /*
    * default template for displaying a single record
    *
    * this is the new “WordPress style” template
    *
    * each group with the “visible” attribute checked will display its fields in the order set
    * in the manage database fields page.
    *
    * if there are specific fields you wish to exclude from display, you can include the “name” value of
    * the field in the $exclude array like this: $exclude = array( ‘city’,’state’,’country’ ); or whatever
    * you want. Leave it empty (like it is here) if you don’t want to exclude any fields.
    *
    * this template is a simple demonstration of what is possible
    *
    * for those unfamiliar with PHP, just remember that something like <?php echo $group->name ?> just prints out
    * the group name. You can move it around, but leave all the parts between the <> brackets as they are.
    *
    */

    // define an array of fields to exclude here

    // skip any field found in the exclude array
    if ( in_array( $this->field->name, $exclude ) ) continue;

    $exclude = array( ‘sign-up date’, ‘membership_level’, ‘username’, ‘password’, ‘age’,’address’, ‘address_2’, ‘zip’, ‘phone’, ‘mobile_phone’, ’email_2′, ‘Skype’, ‘mailing_list’, ‘interests’, ‘business_name’, ‘occupation’, ‘reason_for_joining’, ‘other_reasons’, ‘how_did_you_hear’, ‘other’, ‘comments’, ‘approved’, ‘volunteered’, ‘ipa_credit’, ‘impress_credts’, ‘ipa_gold_credit’, ‘impress_gold_credit’ );

    // CSS class for empty fields
    $empty_class = $this->get_empty_class( $this->field );

    ?>

    <div class=”wrap <?php echo $this->wrap_class ?>”>

    <?php while ( $this->have_groups() ) : $this->the_group(); ?>

    <div class=”section” id=”<?php echo Participants_Db::$css_prefix.$this->group->name ?>”>

    <?php $this->group->print_title( ‘<h2>’, ‘</h2>’ ) ?>

    <?php $this->group->print_description( ‘<p>’, ‘</p>’ ) ?>

    <?php while ( $this->have_fields() ) : $this->the_field();

    // CSS class for empty fields
    $empty_class = $this->get_empty_class( $this->field );

    ?>
    <dl class=”<?php echo Participants_Db::$css_prefix.$this->field->name.’ ‘.$this->field->form_element.’ ‘.$empty_class?>”>

    <dt class=”<?php echo $this->field->name.’ ‘.$empty_class?>”><?php $this->field->print_label() ?></dt>

    <dd class=”<?php echo $this->field->name.’ ‘.$empty_class?>”><?php $this->field->print_value() ?></dd>

    </dl>

    <?php endwhile; // end of the fields loop ?>

    </div>

    <?php endwhile; // end of the groups loop ?>

    </div>backticks

    See for yourself, it is still showing the full record.

    Can you make the change in the above and just post it so I can simply copy it and try it?

    Thanks for your patience. Now if this works, I will still want to be able to pull the full record for my use. This one will be for public viewing.

    Thread Starter lenrapp

    (@lenrapp)

    Just checked out the blog defender website, looks like another scam. I would never buy it and trust that this guy is not doing exactly what he tells you he is helping you prevent.

    Looks like another guy trying to sell Sham Wow to me and I have been around for a very long time.

    Thread Starter lenrapp

    (@lenrapp)

    You got it, that was what was creating the problem…I must have removed some of Tony’s images and that might have been one of them and then replaced it with another, so the link was no longer a valid one.

    Thanks so much for the speedy reply, I am happy now 🙂

    Len

    Thread Starter lenrapp

    (@lenrapp)

    I did have a complete back up from a few weeks ago and replaced the entire directory. I had to add some recent updates I made, but thankfully I am back up and running. I was in a panic not sure which files were replaced and if I would lose the information in my DB.

    You can see the way I have this set up now by going back to my link above to see what I mean.

    Whew…this was a close call, as you can see we are now getting votes for the finalists in our huge Photo Contest and this could have been a major disaster. I am fairly new to WordPress, so was in a real panic. I would recommend a strong warning on your upgrades that explains what could happen so users can then decide what to do.

    Is they any real reason for me to upgrade at this point or in the near future if it will knock out all the other plug-ins I am using?

    Thanks for your fast reply.

    Len

    I would also like to have a vote for those that like the image, not ones that don’t like it. So a thumbs up would do and then display the number of thumbs up or votes.

    We are running a photo contest and want to be able to have visitors vote, not rate the images they like. This would eliminate the problem with people voting low ratings on other images they don’t want to win the contest.

    I just found the problem on mine. It is a plug-in conflict with LBAK User Tracking. I deactivated it and everything worked fine. Once I made my changes I activated it again.

    If it was working in the past, deactivate any newer plug-ins you installed or any you might have upgraded. It might work for you as it did for me.

    James, tried it, doesn’t work, still can’t drag and drop menu items in the proper places. This was working, must have been a recent upgrade on one of the plug-ins, will try to shut those down and see if it works again.

    Yes, I am having the same problem and I have a new Photo Contest starting so the voting is essential. I am freaking out. Please let me know if there is a fix.

Viewing 15 replies - 16 through 30 (of 31 total)