Forum Replies Created

Viewing 15 replies - 451 through 465 (of 475 total)
  • Thread Starter crzyhrse

    (@crzyhrse)

    There is contradiction in your two responses here… Maybe we use english differently. or something, but I’ll keep at this, see if some sense can be made of it, and hopefully maybe find a way for akismet to work properly with contact form 7…

    Please explain your two contradictory responses above that are saying in essence that it is working correctly and sends the whole of the message to akismet, but though akismet gets the whole message only when viagra-test-123 is in the name field will akismet stop it (your words: has to be in the name field)…

    And this is in fact what happens as well, as I tried to say above, it is only caught in the name field. it is not caught when it is in the text/message field area, though you are saying that akismet gets that part of the message as well… Which is in essence saying akismet is ignoring viagra when it is in one part of what it receives but catches viagra when it is in another part of what it receives… Which makes no sense at all…

    In any case I doubt there is anyone who sells viagra who’s name is viagra… At least anyone seriously wanting to sell it…

    My experience has been that when using the akismet viagra-test-123 in a wp comment or forum topic or reply it is caught, period, doesn’t matter where it is at…

    Also, as pointed out in my first message here, when it is stopped by being in the name field, the message that is seen when it is stopped is the yellow bordered message, not the orange bordered message the page you link to above says it will be…

    With all due respect, doesn’t it really seem like something is not working properly…? Would honestly and sincerely like to have this directly addressed and not shucked aside…?

    Sincere Regards…

    Thread Starter crzyhrse

    (@crzyhrse)

    Thank you for this, that wasn’t clear before but now it is, and after redoing categories (with which the plugin helped immensely!) it seems to be working perfectly in these regards…

    Being a bit of a perfectionist that I am, the count on items in each category, in the image categories admin page, though there are items in all, is showing 0 (zero) on 7 out of 8 categories… Interesting that the one that does show the count (accurate), is the last one..?

    AND, greatly appreciating this plugin, a whole LOT… ??

    Kind Regards.

    Thread Starter crzyhrse

    (@crzyhrse)

    Why doesn’t it send the whole of the message to akismet…?

    Actually I believe it was you that I saw writing that it did, in another posting somewhere…?

    Spam goes into the text area most obviously, don’t you think…?

    Thread Starter crzyhrse

    (@crzyhrse)

    I have a test site with just jetpack and your plugin activated and only a couple others installed even, and a fresh wp and theme install as well…

    And this issue with the WP Dashboard/Appearances/Customize page repeatably cycling, clearing and reloading is occurring there, which seems to eliminate plugin conflicts…

    If you were to give me an email address I could send you a link and an admin login/pass to this test site…

    Forum: Fixing WordPress
    In reply to: WordPress Meltdown
    crzyhrse

    (@crzyhrse)

    I was having the same exact problem just a while ago on a relatively fresh mojo WordPress install in a subdirectory… I followed esmi’s directions above, and it seems to have fixed it….

    Much appreciated, for both the fix and for learning that this approach can solve issues sometimes…

    ??

    Thread Starter crzyhrse

    (@crzyhrse)

    OK, here is more…

    I really would like to keep using this plugin, it helps with what we are doing with some images a lot…

    First to say that the same thing happens whether I put the snippet in through the child’s function.php file via Appearance/Editor, or I put it in through the Code Snippets plugin…

    So now I have your plugin installed in a test site that has only your plugin activated, only Jetpack even installed otherwise, a brand new install I am going to be using at some point to test some things but is just sitting there now… It has the theme I am using installed with it’s Child, a clean theme install as well, and a theme I’ve used a lot, and that is kept very up to date by it’s developer… I’ve uploaded a few web optimized images and set a couple categories for them…

    And again the same exact thing happens… As soon as I put your snippet into the Child function.php it breaks your plugin in the same exact way as described above…

    I’ve left it that way for now… If you want to give me an email address I can send you a link and admin login to that site…

    Obviously I want to help with this, because it is a great plugin ass well as especially useful to us…

    So hoping you will have some time to address this… ??

    Regards.

    Thread Starter crzyhrse

    (@crzyhrse)

    P.S…

    The categories for the individual images return when the snippet is removed…

    Thread Starter crzyhrse

    (@crzyhrse)

    Thanks for getting back here, and yes the snippet didn’t work for me…

    A lot of my user activity regarding plugins is related to sites other than the one I’m using this plugin on…

    I just disabled all but essential plugins, which are also ones I either have a lot of confidence in from using in other sites, or are clearly benign… Then I retried the snippet in my theme’s function.php, and the same thing happens, breaks your plugin…

    Breaking in this case meaning basically the column for image categories remains, but all of the categories are removed, leaving a “-” …

    crzyhrse

    (@crzyhrse)

    This would be great.. As it is it crowds the columns to close together, making it hard to quickly decipher anything… And some of the info is not needed in my case…

    Thread Starter crzyhrse

    (@crzyhrse)

    In playing with it further, in the page now there is this:

    This post has 3 Simple Fields-fields attached. Show fields.

    When the Show fields link is clicked this appears:

    This post has 3 Simple Fields-fields attached. Hide fields.

    Fieldgroup Image Options (Repeatable)
    Field Image Include, type file, slug imageinclude
    Use simple_fields_values(‘imageinclude’).
    Field Image name, title, type text, slug imagenamediscription
    Use simple_fields_values(‘imagenamediscription’).
    Field Image description, type textarea, slug imagedescription
    Use simple_fields_values(‘imagedescription’).
    Get all fields at once: use simple_fields_values(‘imageinclude,imagenamediscription,imagedescription’).

    Thread Starter crzyhrse

    (@crzyhrse)

    Correction

    It is going to the user’s Author Archives page rather than the user’s Profile page… Looked like the Posts page at first because at this early point in the site’s development I’m the only one and I’ve just posted a few test posts…

    Thread Starter crzyhrse

    (@crzyhrse)

    In case it is helpful have found CSS for the Child that works…:

    /* Show current page in sidebar links
    ————————————-*/
    .widget .current-menu-item,
    .widget .current-menu-item a:link, .widget .current-menu-item a:visited,
    .widget .current_page_item, .widget .current_page_item a:link, .widget .current_page_item a:visited,
    .widget .current_forum_item, .widget .current_forum_item a:link, .widget .current_forum_item a:visited {
    color: #ff0 !important;
    }

    Regards

    Thread Starter crzyhrse

    (@crzyhrse)

    This selector is one of the ones I used in the three ways mentioned above…

    I now have in the theme’s child via Appearance/Editor:
    .widget_intelliwidget li.intelliwidget-current-menu-item {
    color: #FF0;
    }

    I also have two intelliwidgets set for two pages, identical settings for “menu 1.” No effects on the page’s link in the widget when on either page…

    I have sent you via email an admin login and links to the two pages…

    Gratefulness for your attentiveness to this support forum… ??

    crzyhrse

    (@crzyhrse)

    I want to register the same issue maybe here is a good place, and suggest this is not a “resolved” topic… I’m getting the same error, and I am very definitely on a LINUX server…

    I’ll add hoping it might be helpful that I have wordfence installed on two sites in the same account on the same shared linux server, both add-on domains, settings all the same, and that this is coming up on one of them and not the other… The one it is coming up on is pretty new, still early in development…

    Some clarity on what is happening would be helpful….

    Regards

    Thread Starter crzyhrse

    (@crzyhrse)

    So cool… You are way ahead of me…

    ??

Viewing 15 replies - 451 through 465 (of 475 total)