Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter Arial Burnz

    (@arialburnz)

    Thank you.

    Thread Starter Arial Burnz

    (@arialburnz)

    Thank you!

    Thread Starter Arial Burnz

    (@arialburnz)

    Just sent a message. Thank you!

    It would be nice, though, if I didn’t have to jump through these hoops to get this removed. I strongly recommend building into the theme the ability for that message to disappear once it has been closed and not reappear.

    THANK YOU THANK YOU THANK YOU!!!!!!!!!!!!! OMG, YOU ROCK THE FREE WORLD, MAN! This fixed the problem. *does the Snoopy dance*

    [signature line removed]

    I have the same question! I’d hate to get invested in this plugin and then get no support when something goes wrong. ??

    Just dropped an e-mail to the developer. Hopefully, it’s still being supported.

    I’m getting the same problem. Unfortunately, I updated the code you mentioned above and now I’m coming up with a new error:

    pe_string() expects parameter 2 to be string, array given in **/wp-includes/wp-db.php on line 1092

    Warning: implode(): Invalid arguments passed in **/wp-content/plugins/improved-user-search-in-backend/improved-user-search-in-backend.php on line 60

    But I DID get better search results! LOL

    Is this being supported anymore? I LOVE this plugin!!!

    Thank you!
    Arial

    Forum: Plugins
    In reply to: [Wiki] Hide Wiki Posts?
    Thread Starter Arial Burnz

    (@arialburnz)

    Thank you! I appreciate you answer the question. ??

    Hello, Danny!

    I have users register directly through my website versus having them use an embedded form for MailChimp. The reason I do that is so my users will have a username and password to login to my site so they can view exclusive content just for those members who have signed up.

    Ideally, I would love to have a plugin that will pull down my mailing list from MailChimp and populate my WP user list. However, I have yet to find a plugin that will do that. So, in the meantime, I’ve had to do as I described above so I can still have the best of both worlds – mailing list functionality through MailChimp AND a current userlist on my site for exclusivity for members.

    The question I have is does your plugin sync my WP User list with my MailChimp mailing list? I have found a few plugins that do what your plugin says it does, which is allow the embedding of MailChimp forms on my website for direct registration into my MailChimp mailing list…but that’s not what I really need, as you see with what I described above.

    AutoChimp hasn’t been working since 11/24/2014, so I have a slew of registered users who are not getting my updates. Your plugin would save me a lot of work.

    Thank you!

    I’m having the same problem and have the same version (1.17.3.1). Has this been resolved or is there a topic that covers how to fox this? I’ve searched these forums and Themekraft’s forums, too, and no luck.

    JUST FYI – for those with Mantra Theme
    I was having a similar problem with my shopping cart – related product images too big. A more accurate description of my problem can be found here: https://kaptinlin.com/support/discussion/6234/woocommerce-related-products-size-spacing/p1

    Nutshell: Related product images were HUGE, and though I was able to shrink them down with some code, it wasn’t shrinking the clickable area. GAH! However, through hours of trial and error, I used the following code, which I inserted into the Custom CSS area under Miscellaneous Settings in the Mantra Theme

    /* To change the size of the related products thumbnails, which are too large */?
    .woocommerce .related ul.products li.product, .woocommerce .related ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul li.product {
    width: 150px;
    }

    Worked like a charm!! But I was also having problems with only two items displaying in the bottom. However, I used the code mentioned at the end of the post linked above, but made a slight modification. This code below was added to the functions.php file (Appearance > Editor > Mantra Theme > Theme Functions). Be sure to put this PRIOR to the “?>”. The question-mark-bracket needs to be the last bit of code on that sheet. ??

    // Redefine woocommerce_output_related_products()
    function woocommerce_output_related_products() {
    woocommerce_related_products(4,4); // Display 4 products in rows of 4
    }

    I hope that helps anyone who was having the same issue I was.

    Arial Burnz

    What is the code to change the comment background. This changes the font color. Sorry, I’m still learning CSS. ??

    Thread Starter Arial Burnz

    (@arialburnz)

    Perfect!!! Thank you so much!! Woo hoo!

    This doesn’t seem to be fixed because my students still can’t see any of my comment – public or private – and I’ve selected global settings. Hopefully this will be fixed on the upgrade coming up in 12+ days.

    Another thing I just noticed: I added a quiz question, updated the assignment, and then decided I didn’t want to the question, so I removed it. However, after updating the assignment the question reappears. I’ve removed it several times and it just won’t go away. I now have to recreate the assignment and delete the one that won’t work. Hopefully that can also be addressed on the upgrade.

    And I would still LOVE to have open-ended, essay-type questions available for the assignments where the instructor can manually mark them right or wrong versus automatically being marked. Some questions require human interaction. As it stands right now, I have to create a separate page (which isn’t private unless I password protect the page…very inconvenient for any student who has to take a test) and create a survey form on that page as the essay-type assignment for the course. It works find except it isn’t connected to the BuddyPress Courseware, so the student will not see any progress on their handed in assignments until I manually go in and make changes to the gradebook.

    I know I’m grading them manually anyway, but the immediate gratification for the student is not there. “Yay! I completed an assignment.”

    That’s my two pence.

Viewing 14 replies - 1 through 14 (of 14 total)