Quantcast
Viewing all articles
Browse latest Browse all 1341

nikobitan on "[Plugin: WP-Filebase Download Manager] WP-filebase navigation and style problem"

Hello,

I am using Avada theme and when I use Wp-filebase shortcode I have a two issues:
1. Navigation is not working properly. My drop down menus are moved at right and I can't see a half menu. This happens when i use wp-filebase only. On other pages is normal. When I turn on inspect and inspect CSS file I found that this problem makes Avada's CSS in line
.fusion-main-menu li{
float: left;
margin: 0px;
padding: 0px;
position: relative;
}
When i turn off "position: relative" everything is normal.
How to make css to work normally?

2.Why I can not call more than once some wp-filebase style?
Example:
[wpfilebase tag=list id=6 tpl=data-table sort="file_name"]
[wpfilebase tag=list id=4 tpl=data-table sort="file_name"]

The first is showing normal, the second loses all style formatting.

https://wordpress.org/plugins/wp-filebase/


Viewing all articles
Browse latest Browse all 1341

Trending Articles