Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter katod

    (@katod)

    Really this is a “feature request” not a “support question” since I don’t use your plugin because it doesn’t have the scheduling option I’m looking for. I would edit my entry to make it more concise or delete it but I don’t see any edit or delete button. Thank you, have a good day.

    Thread Starter katod

    (@katod)

    Hi Zafer @wpmudevsupport15

    I did a full conflict test with all plugins off and a generic theme and “Username or Password” appeared and the Branda plugin is controlling this label. I was able to change it to anything. I turned on the plugins one by one and it turns out the “higher authority” is BuddyBoss Platform that is forcing it to say “Email Address”. So that is a direction for me to investigate to get to the bottom of it.

    In the meantime, I tried both methods you suggested separately (1. using Text Replacement in Branda and 2. using the code snippet in the child theme functions) and they both worked to override BuddyBoss to say “Username or Email Address” on the login form. In addition, I poked around my site including the checkout page and the edit profile page and I didn’t see any places where Email Address was inadvertently changed to “Username or Email Address” so those will get me going until I crack BuddyBoss.

    Thank you so much for your help and prompt reply!

    Kato D

    I found my css code and it changes the height and width of just the comment text area, if this helps at all here it is:

    /* adjust comment form */
    .comment-form-comment textarea{
    height:100px;
    width: 200px;
    }

    • This reply was modified 1 year, 2 months ago by katod.

    It is uploading images to the media library for me but I am only allowing jpg and jpeg, not sure what would happen with other file types. Have you tried a plugin conflict test by turning off all other plugins and then see if uploaded images appear in the media library? I tried checking and unchecking some of the settings but it never failed to put the image into the media library for me.

    Hi @tbumbray, I’m not an expert at these things but could you go into the chrome element inspector and try adding more margin above or below things? I have mine set to only allow logged in users to post comments so I don’t have the name and email text boxes on my site. I believe some years ago I made my comments box have less width and fewer lines in the comment field, would this info help you? Kato

    Oh good, I hope this is fixed. What I have done in the past is deactivate the plugin and reactivate it and that deletes all the emails in the log at once. So it hasn’t been a perfect solution since I couldn’t keep the most recent records but sure beats trying to manually delete because we send about 2000 emails a week. I’ll be checking to see if it deletes based on my settings now, thank you!

    The shortcode not showing the thumbnail also happened to me as well. I was able to display the thumbnails using the customize favorites list HTML and then custom content:

    <table>
    <tbody>
    <tr>
    <td width=”180″>[permalink][post_thumbnail_thumbnail][/permalink]</td>
    <td>
    <h3>[permalink][post_title][/permalink]</h3>
    [favorites_button] <br>click to remove bookmark</td>
    </tr>
    </tbody>
    </table>`

    I know I probably shouldn’t use a table in there but I don’t really know how else to format the thumbnail, title and button to remove it from favorites and have it look good in a list but this is alright.

    I think this seems like a super useful plugin and I’m excited to try it out, very awesome for my users to be able to bookmark their favorite posts. Thank you for this!

    Thread Starter katod

    (@katod)

    yes!! thank you! what a great plugin!!! ??

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