Forum Replies Created

Viewing 12 replies - 16 through 27 (of 27 total)
  • Thread Starter CPKN

    (@cpkn)

    Hello,

    Thanks for the reply.

    Not a problem! ??

    I will get it done ASAP!

    Cheers!

    I found this Dev Site on Facebook So it seems to be getting sorted. You can Subscribe as they may notify you via this thread. I will await SNAP to also see if they get notified.

    Thanks guys.

    I went to the developers.facebook website to check my App. It says I am using API v2.0 and it is Live and Available. Going by the very first post, do I wait for Facebook to move me to 2.3 or should I re-create and see if that solves the issue?

    I tried to re-authorize but it did nothing.

    Glad this is a known issue.

    Thread Starter CPKN

    (@cpkn)

    Right! Got it. I changed the href to # but not the targeting and I still had issues, but as this pop up is on my homepage, I set targeting on Homepage, IT WORKED! YES! THANKS!

    Can you choose a single page for the Targeting Condition or doesn’t it matter as long as I pick the correct condition and have something activate it?

    Thread Starter CPKN

    (@cpkn)

    here is my changed pop up so it doesn’t have proper info for your example:

    I made the Pop up Name called “Test”.

    No Title

    Content “Test”

    Save

    The class in all pop-ups page is: popmake-1900

    Next to it has: popmake-test

    in the page I want this pop up to show via clicking a link I have is:

    <a href="popmake-test" class="popmake-1900">Conditions Apply</a>

    When I test it shows: “www.mywebsite.com.au/popmake-test”

    In it is a 404 Error.

    Sometimes but no always, when I review the code, I find it like this:

    <a class="popmake-1900" href="popmake-test">Conditions Apply</a>

    I’m not sure if that is happening before I test or after I test and view it again.

    Hope that helped.

    Thread Starter CPKN

    (@cpkn)

    Ill be honest and say that I had a client who did Web Development for a living who helped me setup up everything. I have lost contact with him but I “technically” [“somewhat” learnt] & handle everything.

    My server is with Digital Ocean
    I run my site through Cloudflare
    My Web Hosting is with NameCheap

    If you can tell me what I need to find, is it something I can fix on PHPMyAdmin?

    If I know where I can change the permissions or whatever is preventing the scan then I may be able to fix it myself.

    On a side note, to be clear, does Wordfence show failed login attempts? Such as Brute Force or hackers using a Dictionary attack?
    Do I need the permissions thing working for me to see the failed attempts?
    I’m trying to check if there are fake attempts logging in from another security plugin provider, that look suspiciously made up to buy premium so I found that many use Wordfence so I’d rather use something that works.

    Thread Starter CPKN

    (@cpkn)

    Remote Scan did not work. Same Errors.

    I can check with hosting, but what am I asking/looking for in server that’s doing this…?

    Im getting this error also:

    “Wordfence could not read the contents of your base WordPress directory. This usually indicates your permissions are so strict that your web server can’t read your WordPress directory.”

    I can’t be certain if I am being protected by anyone using dictionary/brute force attacks of which I am assuming that the Blocked IP’s will show, although it is blank with the error above the Box.

    Im using Ubuntu 12.04 as my Server.

    What is restricting the permissions?

    Forum: Plugins
    In reply to: [DW Halloween] Not Working
    Thread Starter CPKN

    (@cpkn)

    hi, can you give me an email to send?

    Thread Starter CPKN

    (@cpkn)

    I checked and im pretty sure its the CSS version of col & row. It has its own character attributes.

    I am very sure the point of the form you fill out is to be able to control hose sort of things, otherwise from tests that use your theory, is pointless to have.

    I do think my theme has a control that overrides the contact form plugin unless you create another override of which the code I mention does.

    What I want is to be able to use the code generated and have the textarea adjust the size I specify…

    Could I put a code into the form I create, like instead of it being ##x##, I could put something like the above code?

    I think coding must be advanced enough to have something as simple as control over the size of a textarea.

    Thread Starter CPKN

    (@cpkn)

    Thanks Buzztone Member.

    That link is great1, I took a quick skim of it. Can do a lot more cool stuff now.

    I did say I skimmed it, but I have a good feeling it doesn’t have what will solve my issue.

    When you can select which element from the right (email, phone, radio, textarea), you get a whole bunch of stuff to fill out. For the textarea, you get to choose the “col” & “row” size. This is for width and length.

    My issue is, here is my example code

    <p>Your Message<br />
        [textarea your-message 25x20]  </p>

    So when I look at the final product, the size should represent the 25×20 but instead, the length is only done and width stays at what appears to be a default size, that being I think 10-12, if you look at it at the ##x## format.

    So if this:

    .wpcf7 textarea.wpcf7-textarea { width:710px;}

    is the only way to change the size, then why have the code generator have the option to change box sizes? Well yes, because like me, I would like to be able to have different sizes for different situations.

    That custom code I added to the CSS file makes all, no matter what, that size.

    My point is, I want the generator to be able to take the 25×20 and actually render the size I specify.

    So why isn’t it?

    Thread Starter CPKN

    (@cpkn)

    I found this in some sort of support,

    .wpcf7 textarea.wpcf7-textarea { width:710px;}

    I am suppose to add that to my Styles.css, but now that will make all textarea boxes have same size… That’s not the point in being able to select the size.

    Is there a way to edit that code in a certain way so it grabs the width data from what you enter in the code?

    It seems to be a theme override, maybe does anybody know where a code in styles or something that is doing a override to text box sizes?

Viewing 12 replies - 16 through 27 (of 27 total)