• Resolved LMGD

    (@lmgd)


    I love this plugin but I’m having a problem with the “Submit Listing” form being cut off at category on the bottom – no submit button.

    I have scoured the forum, but it seems no one else is talking about this.
    I am using a Genesis child Template “agency pro” My site name is: WING-NY.com
    Can you please help me resolve this? I don’t want to give up on this great feature. I’ve tried others, this is perfect.
    Plugins used:
    Custom Facebook Feed
    Easy Columns
    Genesis ENews Extended
    Genesis Simple Edits
    Google Typography
    RSVP Me!, Revolution Slider, Toggle The Title, WP SEO, Responsive Menu

    I did try changing the js file as you suggested to one other “poster” – didn’t work.
    click_position = click_position.top +50;

    Please help – this group is about to launch and I need this to work.

    Thank you!!
    Barbara

    https://wordpress.org/plugins/ldd-business-directory/

Viewing 1 replies (of 1 total)
  • Mark

    (@delayedinsanity)

    Some major updates are in the works for the plugin, some of which will hopefully make this even more beneficial to your site. For instance our css stylesheet currently overrides a lot of local styles, and it could definitely do from being allowed to integrate with a sites styles a little more.

    In this case, the css is your issue. You’ll find a file called lddbd_style.css in the root folder of the plugin. Open this and navigate to line 105, near where you see the following;

    #lddbd_business_directory{
    	position: relative;
    	overflow: hidden;
    	min-height: 300px;
    	font-size: 16px;
    }

    Remove the line that says overflow: hidden;. There’s one more, now go down to line 261, and find;

    #lddbd_business_directory_body{
    	position: relative;
    	overflow: hidden;
    	/*max-height: 2000px !important;*/
    }

    Remove the same line again, overflow: hidden;

    This is going to overlap the form on top of your footer, but that’s better than before. Let me know if that works for you.

    The reason it still overlaps is that currently all those pages are generated behind the scenes and the browser has no way of understanding how long they’re all going to be. This is another feature we’ll be adding, where each major function is separated on to its own page, improving usability and SEO.

Viewing 1 replies (of 1 total)
  • The topic ‘Submit Listing Form’ is closed to new replies.