Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter dxfoxd

    (@dxfoxd)

    Thank you for your quick reply.

    Th2 2FA feature in WF is a really nice implementation with all the options we need. We already use the normal WordPress login flow with little visible customization, just because the poor supported 2FA in page building plugins and themes. However, providing access to the WordPress Menu is not an option for us, so I’m afraid that we have to select another plugin that does support such a feature.

    Maybe this is something to place on the feature list, even if it ends up in the premium version. IMHO is is just limited to a simple shortcode that enables the 2FA user settings screen anywhere you want.

    Art.

    Thread Starter dxfoxd

    (@dxfoxd)

    Well, I give up. I have a 404 template page in Elementor with the slug “page-not-found-404” and I also made a custom page with slug “404-2”. Both don’t work when inserted in the WPS Hide Login settings and calling wp-login.php. The default theme 404 error page is shown instead. In all other instances the error page is displayed correctly, but this particular page fails constantly. Apparently this plugin is not compatible with either the theme (Hello Elementor) or Elementor Pro.

    Thread Starter dxfoxd

    (@dxfoxd)

    Yes, I double checked. Even when the slug is changed into something like blabla (does not exist), the created 404 page is displayed (because the page blabla does not exist). In this case the url is also changed into https://mysite/blabla/. If the page wp-login.php is called, a non existing page is shown and the url remains https://mysite/wp-login.php.
    The non existing error page only shows the site logo and site title, a messed up verdio of the menu (because the css is not applied) and “all rights reserved”. I have no idea where this comes from.

    Thread Starter dxfoxd

    (@dxfoxd)

    Mea culpa! You are correct.

    Thread Starter dxfoxd

    (@dxfoxd)

    Changed into unresolved (do not know why it was considered resolved, because the plugin is as far as I now still not able to include WPML or other language selectors.

    Thread Starter dxfoxd

    (@dxfoxd)

    Well I managed to identify the problem (thx to this post here. I installed other media library category plugins and it appears that some of them were using the same categories as posts with the same taxonomy name category. In the WP database I discovered that the default taxonomy name for media in the Enhanced Media Library plugin is media_category. In the media settings this could be changed, but that means that my posts and media would use the same categories and this is not what I want. But when I use the shortcode [dg id=-1 media_category=laweu] it gives the result that I want.

    This may be helpful for others not having results when using categories. Look in the SETTINGS > MEDIA > (tab) MEDIA TAXONOMY which taxonomy name is used. Change it to “category” or use the taxonomy name used in the DG shortcode.

    Peter

    • This reply was modified 9 years, 1 month ago by dxfoxd.

    I just managed to do the same. Paste this in the custom css in the plugin settings:

    
    .document-gallery .document-icon .title {
    text-align: left;
    float: right;
    position: absolute;
    padding-top: 0px;
    padding-left: 80px;
    font-size: initial;
    max-width: 35%;
    line-height: 140%;
    }
    .document-gallery .descriptions.document-icon-row img {
    float: left;
    }
    .document-gallery {
       border-top: 1px solid #abadb0;
       padding-top: 2px;
       padding-bottom: 2px;
    }
    .document-gallery .document-icon-row {
       border-bottom: 1px solid #abadb0;
       padding-top: 5px;
       padding-bottom: 10px;
    }
    .document-gallery p {
       margin-left: 40%;
       line-height: 140%;
       padding-top: 0px;
    }
    

    You may to adjust some settings, but I thought it will help you in the right direction.

    Cheers

    Peter

    Never mind, I figured it out.

    Hi Dan,

    This code looks perfect to add to my galeries! However, could you help me out where to put this filter? I’ve never done this (custom filters) before and don’t want to mess up the dg plugin.

    Thx!

    Peter

Viewing 9 replies - 1 through 9 (of 9 total)