Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi,

    i’ve the same problem.
    Search doesn’t work and Map Field in ACF “Constructor” display a Grey (Tiles are not displaying)…

    My version Version 1.5.4 / WP 6.3.2 / ACF 2.22.1

    If it’s can help , there is a message in Console Log :

    tile-layer-provider.js:12 Uncaught No such provider (OpenSeaMap)
    tile-layer-provider.js:12 Uncaught No such provider (Thunderforest
    )

    May be it’s generate an error to display the map ?

    Thank’s for your help

    Thread Starter pgk37

    (@pgk37)

    Thank you for your reply. Indeed I want to hide the whole site from unidentified users.

    So I set up the condition on the template pages concerned.

    For unidentified users the redirection is done well.

    For identified users, the PDF no longer displays the WordPress login screen but a blank page.
    The filter therefore seems to be partly working…

    There is progress.

    I’ll see if I can contact the developer of “WordPress PDF Templates” (which uses the DomPDF library).

    Thank you again for your help

    Thread Starter pgk37

    (@pgk37)

    Hello Kevin

    Thank you for your response and your help.

    Effectively I actually tested the bypass filter but without success ??
    It was my first idea when i read your documentation.

    Here is the function I used. I think my condition on the URL is not taken by the plugin.

    function my_forcelogin_bypass( $bypass ) {
        // Get visited URL without query string
        $url_path = preg_replace('/\?.*/', '', $_SERVER['REQUEST_URI']);
    
        // Autorisation pour les fiches produits
        if ( '/single-fiches-produits.php' === $url_path  || '/single-fiches-produits-pdf.php' === $url_path) {
            $bypass = true;
        }
        return $bypass;
    }
    add_filter( 'v_forcelogin_bypass', 'my_forcelogin_bypass' );

    I use a template who’s name is “single-fiches-produits.php” for website (works great) and DompPDF for PDF works with “name-template-pdf.php”
    but when i try to generate my PDF the PDF display the login Page of WordPress…

    DomPDF used this url format : http(s)://my_web_site_url)/pdf
    In PHP done this : <?php the_permalink(); ?>pdf

    I think it’s due to URL path but I can’t solve this problem;
    I’m using the WordPress rewrited url (pretty url).

    If I find the solution of course I will share the solution ??
    Bertrand

    Thread Starter pgk37

    (@pgk37)

    I just looked at my settings. it seemed that the 6G options were unchecked…
    My problem must come from somewhere else?

    Thread Starter pgk37

    (@pgk37)

    Thank’s for your help and your reply. ??
    i will test with the 6G disable.

    Super Plugin!
    However I can’t find a way to add data-attributes to columns or other blocks than text blocks … It would be really useful for example to use libraries like AOS

    Maybe in a future update?

    Thread Starter pgk37

    (@pgk37)

    Hi Ryan

    Thank you for your reply.

    I did migrate the templates to Genesis. Besides, the path to the files are written automatically and for me they are displayed as follows:

    MY_THEME/blocks/<my-custom-block>

    Should I change the directory name to genesis-custom-blocks?

    I made a small diagram of what I’m trying to do :
    https://ibb.co/VmSQRfQ

    [ My page with my Block] -> [ Another page that calls this block via a Shortcode ] -> [ HTML rendering ]

    I have the impression that the interpretation of the rendering which does not work through the use of a shortcode, does the Blocks Genesis allow it?

    Thanks for your help…

    Thread Starter pgk37

    (@pgk37)

    Hi @ryankienstra,
    Thank’s for your reply

    yes, absolutely, I migrated from Block Labs to GENESIS

    Block Labs has been removed from extensions.

    The problem is simply to call the content of my component (my page) with the shortcode. (i use “Custom Content Shortcode” Extension)

    If I put a “simple text” block, in this page, it is called but not the Genesis block. Is the problem calling via a shortcode and it is not compiled?

    Thank’s for your help!

    Thread Starter pgk37

    (@pgk37)

    Hi @ryankienstra

    Thank you for your quick response, I confirm that the Genesis Custom Blocks extension is active.

    I migrated from Block Lab to Genesis as recommended.

    Should I post my request in another forum?

    Do I need to activate the Block Lab extension in addition to Genesis?

    Thanks for your help
    Bertrand

    Thread Starter pgk37

    (@pgk37)

    Hello

    thank you for your reply. Yes that’s right. The field is too short if you want to add a somewhat long URL.

    I specify that I am on Chrome MAC OSX 10.13.6

    Thank you for taking my remark into consideration

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