Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter cryx

    (@cryx)

    Ahh thank you, [video]-tag worked!

    Yes, I also encountered this problem today when I was using these two plugins. A solution that I can guess is that this plugin should dynamically add a new class to the conditional field plugin because I think they collide. For example, this is my code now:

    <div class="wpcf7-select-parent"><select name="category" class="wpcf7-form-control wpcf7-select wpcf7-validates-as-required" aria-required="true" aria-invalid="false"><option value="">---</option><option value="adult">Adult</option><option value="Youth 8-15 years">Youth 8-15 years</option></select></div>

    And these are my fields that will be showing (obviously I’ve cut out a lot of details)
    <div id="group-objekt-adult" data-class="wpcf7cf_group" class="wpcf7cf-hidden">

    I guess when you click “Add” to add new fields, those fields will have the same names as the ones above, which will cause them to collide and it doesn’t know which field is which. Would be nice with a patch! πŸ˜€

    Edit: Or… I just realized, it might be because the select field get’s populated with a “__x” like “__1”, “__2” and conditional fields don’t know what to do with that.

    • This reply was modified 7 years, 5 months ago by cryx.
    Thread Starter cryx

    (@cryx)

    Yeah I deleted my comment because I realized his name was Peter Ruhul
    Ivy for the plugin All In One WP Security. It was the word wrapping that confused me.

    Thread Starter cryx

    (@cryx)

    Sure. I am using Neighbourhood theme (bought at theme-forest). Have already asked around at their forum support, but they don’t have a problem with spam.

    All the modules:

    Query Monitor: av John Blackbourn – 2.11.0
    Add Admin CSS: av Scott Reilly – 1.4
    All In One WP Security: av Tips and Tricks HQ
    Peter Ruhul
    Ivy – 4.1.0

    Cimy User Extra Fields: av Marco Cimmino – 2.7.1
    Contact Form 7: av Takayuki Miyoshi – 4.4.2
    Enhanced Text Widget: av Boston Dell-Vandenberg – 1.4.5
    Export User Data: av Q Studio – 1.3.1
    Force First and Last Name as Display Name: av Stranger Studios – .2
    Loco Translate: av Tim Whitlock – 1.5.5
    Log Deprecated Notices: av Andrew Nacin – 0.3
    Login LockDown: av Michael VanDeMar – v1.6.1
    MailChimp for WordPress: av ibericode – 3.1.7
    Maintenance: av fruitfulcode – 2.7.1
    P3 (Plugin Performance Profiler): av GoDaddy.com – 1.5.3.9
    Really Simple CAPTCHA: av Takayuki Miyoshi – 1.9
    Remove query strings from static resources: av Your WP Expert – 1.3
    Slider Revolution: av ThemePunch – 5.2.5
    Simple History: av PΓ€r ThernstrΓΆm – 2.7
    Speed Booster Pack: av Tiguan – 2.8
    User Role Editor: av Vladimir Garagulya – 4.25.2
    W3 Total Cache: av Frederick Townes – 0.9.4.1
    Widgets on Pages: av Todd Halfpenny – 0.0.12
    WooCommerce – Store Exporter: av Visser Labs – 1.8.6
    WooCommerce Klarna Gateway: av WooThemes – 2.0.1 – 2.1.6 finns tillgΓ€nglig
    WooCommerce Points and Rewards: av WooThemes – 1.5.12
    WooCommerce Discount by Roles: av Risto Niinemets – 1.3
    WooCommerce Tax Toggle: av raisonon – 1.0.4
    WooCommerce: av WooThemes – 2.5.5
    WooThemes Helper: av WooThemes – 1.2.4
    Wordfence Security: av Wordfence – 6.1.8
    WP-Optimize: av Ruhani Rabin – 1.8.9.10
    WP Smush: av WPMU DEV – 2.3

    Thread Starter cryx

    (@cryx)

    Yep, I used the wordfence plugin and it just showed me the infected pages and told me to edit them, as I already have countless times but the spam comes back in a few days. One thing I’ve noticed though is that the spam always comes from my client’s main account, because in the version history I find this:

    Version of client’s name
    3 days ago (11 Jun @ 05:52)

    and the content is full of spam.

    I’ve told him to do a full virus and malware scan on his home computer which he says he have done, so I guess that’s not it. My next thought was maybe that the admin.php file or something is corrupt or hacked on my FTP. Which file in WordPress is handling the edit process for admins? Still I would think Wordfence and similar scans would’ve found anything suspicious if that were the case. I can’t find any suspicios base64_decode or edoced_46esab in any of my files either.

    Thread Starter cryx

    (@cryx)

    I got nothing special. No Malware detected. I don’t think this commercial script even counts as Malware tbh.

    Thread Starter cryx

    (@cryx)

    I have spam on my website that looks like this:
    <div class="_all_wplink_xxx_xxx"> and a bunch of invisible irrelevant commercial links all over my pages. If I remove it through the CMS it’s back in a few days. I have used a lot of security plugins and other solutions from https://www.cocept.io/blog/development/removing-seo-spam-from-wordpress/
    https://aw-snap.info/articles/spam-hack-wordpress.php

    But I can’t find any related things on how to remove it. Right now I’m using this CSS code to stop my customers from clicking on the links by mistake:

    div[class^='_all_wplink_'],div[class*=' _all_wplink_'] {
    visibility: hidden;
    display: none;
    }

    It helps, for now. But the code is still inide my CMS/WYsiwyg and it’s annoying. I should be able to just set to strip all div-tags, of course that’s not very good and could cause other divs to be removed. So I need to be specific to only remove divs containing _all_wplink_.

    Thread Starter cryx

    (@cryx)

    Hmm, what? :S

    I have the settings for async for JS, but Google Pagespeed still complains about it. But when I check F12, all the scripts are before </body>. So I don’t know why this happens.

    Thread Starter cryx

    (@cryx)

    Haha oops, here it comes:

    <img src=”https://www.example.com/blabla/blabla?org=12345-1234&amp; amp;language=swe& amp;product=psa& amp;fontcolor=b” style=”border:0;” alt=”XX”/> (without spaces)

    This is what I’m using, but in my source code it just says “&” instead. It’s like it is converting it. I want it to stay with the “& amp;”s

    Thread Starter cryx

    (@cryx)

    Thanks! I’m gonna check it out. πŸ™‚

    I saw that you removed the code snippets in my last posts, for safety?

    Thread Starter cryx

    (@cryx)

    Okay, thank you! Gonna check those out!

    Thread Starter cryx

    (@cryx)

    I saw there was an option inside discount that you can add email addresses that you want to allow using the voucher code. But I can’t get it to work unfortunately.

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