• Resolved dentalgene

    (@dentalgene)


    https://dentalwantads.com/adverts/add/

    All fields on the form works fine, except the Description Field. I could not find where the author of this plugin resolved any of the same issues.. I found several with the same problem. Can you explain how this can be possible that every field but that field works?

    Please help me resolve this.

Viewing 5 replies - 1 through 5 (of 5 total)
  • In your inline style CSS for the element your textarea is set to “visibility: hidden;”

    You need to remove the style to allow it to be editable.

    Hope this helps

    Thread Starter dentalgene

    (@dentalgene)

    Nope. I don’t see it. I’ve searched for this and have not found it. If you are referring to the default.php file? I didn’t see it there. If you are referring to the css files, it’s nowhere to be found. So, i’m not sure where the hell to find it. This is very frustrating.. I need this crap fixed now.. no more treasure hunts please..

    Thread Starter dentalgene

    (@dentalgene)

    This >>> visibility: hidden <<< Is no whewre to be found..

    This >>>> In your inline style CSS <<<< is nowhere to be found..

    Quite frankly, not sure it’s even in any of the files. Can you tell me what the actual file name is and what folder it is in? I have searched in the Template Folder, the WPAdverts folder, and all folders with CSS files and this did not provide anything good.

    I need to get this fixed..

    Thread Starter dentalgene

    (@dentalgene)

    This is a screenshot of what you found.

    https://dentalwantads.com/visibilityhidden.png

    Please help me find this style=”visibility: hidden;”

    This does not show up in the edit.min.css file, and it doesn’t
    show up anywhere else.

    Without seeing all the code and the theme you are currently using (which I suspect could be why it’s doing this) it’s difficult to know where the style is being set.

    However a quick fix is to add the following CSS to disable the style in your .wp-editor-container textarea.wp-editor-area class in editor.min.css add the following:

    visibility: visible!important;

    So it should look like this:

    .wp-editor-container textarea.wp-editor-area {
    
        width: 100%;
        margin: 0;
        box-shadow: none;
        visibility: visible!important;
    }

    Just to note this is a quick fix and you should investigate more as to where this is being set. If you have Dreamweaver or similar search the entire folder for ‘hidden’ and see what comes up.

    • This reply was modified 7 years, 8 months ago by designemesis.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Cannot add product description’ is closed to new replies.