Big empty space on Products Page

This topic contains 14 reply and 8 voices, and was last updated by Mike 9 years, 7 months ago
Viewing 14 Posts - 1 through 14 (of 14 total)
Author Posts
September 22, 2014 at 10:08 pm 27228
Mike Hi there, Just installed the Dokan plugin, and am pleased! There are problems trying to differentiate the theme stuff from the plugin stuff - I'd love more clarification on that. I would love the functionality of the custom menus that are available in the theme, too, but in the plugin functionality instead. BUT - my main problem is that there is a HUGE empty space on the Add New Product page, so much so that it looks like there is NOTHING on the page - you have to scroll all the way past the menu to get to the add a product information. Help, please!
September 22, 2014 at 10:16 pm 27229
Olof Olof

Also having problem with the add product page, but mine is that the “Product name” and “product price” don’t fit in the fields…

September 23, 2014 at 2:27 am 27259
Tareq Hasan Tareq Hasan

Seems like a CSS problem. Possible to give us access to your site to check and give you a quick CSS fix?

Please provide your site url, user login and password. Also mark your reply as Private reply to keep it safe.

September 23, 2014 at 2:35 am 27262
Linda Linda This reply has been marked as private.
September 23, 2014 at 2:41 am 27265
Olof Olof

GAH!!!!! Private info gets leaked….. Admin, I get the email notification from this topic and see all the info Linda just typed. All login details etc…

Linda: U clicked the “Set as private replay” right???

September 23, 2014 at 4:47 am 27270
Linda Linda

Yes! I did. That’s not cool.

Thanks for the heads up, Olof!

September 23, 2014 at 1:54 pm 27295
Olof Olof

Your welcome Linda =)

September 23, 2014 at 11:51 pm 27328
Linda Linda

Hello? Anyone? Help?

September 24, 2014 at 4:33 am 27353
Paul Paul

Private info gets leaked? Well that’s just great news 🙁

September 24, 2014 at 4:47 am 27357
Mahi Mahi

@Linda – it is a CSS conflict issue.

Please open plugins/dokan/assets/css/style.css file and find: (101 line)

.dokan-dashboard .dokan-dashboard-wrap * {
  box-sizing: border-box;
}

Add:
margin-top: auto;

So, it will be :

.dokan-dashboard .dokan-dashboard-wrap * {
  box-sizing: border-box;
margin-top: auto;
}

It should solve the issue.


@Paul
– if you can’t help then please do not interrupt on others support topic.

PS: It is a bbPress bug.

If customer A open support topic,
Customer B Comment on that topic
Administrator/support ask for details,
Customer A post with private reply
Still, Customer B will get that information by email.

To prevent this, from now on we will ask our customer to provide login details here.

Thank you guys.

September 24, 2014 at 5:58 am 27363
Paul Paul

Mahi, I’m not ”interrupting” anyone. I’m expressing a valid concern that our private login details are not secure. I was simply asking if this was true. There’s no need to be rude. I’m entitled to ask questions.

September 24, 2014 at 1:40 pm 27387
Sk Sk

Hello Linda,

Please navigate to Themes/buddyboss-child/css/custom.css

at line 984. remove this following code

.row {
    margin-top: 60%;
}

at line 713. remove this following code

.row {
    margin-top: 300px;
}

if you want us to do this for you, please provide your ftp details at http://wedevs.com/provide-login-details/

Thank you.

September 24, 2014 at 6:05 pm 27426
Linda Linda

Thank you! I’m sure that will help – now, do you have time to address the concerns here:

http://wedevs.com/support/topic/few-more-dokan-questions-bugs/

Thanks!

September 25, 2014 at 8:01 pm 27533
Sekander Badsha Sekander Badsha

Hello Lynda,
I have replied to that question. And if this issue is solved, please mark this as “resolved”.

September 26, 2014 at 11:26 am 27570
Mike Mike

Did you install this on a sub domain? i.e. site.realsite.com ?

Viewing 14 Posts - 1 through 14 (of 14 total)