Title: pgk37's Replies | WordPress.org

---

# pgk37

  [  ](https://wordpress.org/support/users/pgk37/)

 *   [Profile](https://wordpress.org/support/users/pgk37/)
 *   [Topics Started](https://wordpress.org/support/users/pgk37/topics/)
 *   [Replies Created](https://wordpress.org/support/users/pgk37/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/pgk37/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/pgk37/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/pgk37/engagements/)
 *   [Favorites](https://wordpress.org/support/users/pgk37/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF OpenStreetMap Field] Can’t enter an address](https://wordpress.org/support/topic/cant-enter-an-address/)
 *  [pgk37](https://wordpress.org/support/users/pgk37/)
 * (@pgk37)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/cant-enter-an-address/#post-17198562)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Force Login] Impossible to generate PDF Files (DomPDF )](https://wordpress.org/support/topic/impossible-to-generate-pdf-files-dompdf-2/)
 *  Thread Starter [pgk37](https://wordpress.org/support/users/pgk37/)
 * (@pgk37)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/impossible-to-generate-pdf-files-dompdf-2/#post-15660891)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Force Login] Impossible to generate PDF Files (DomPDF )](https://wordpress.org/support/topic/impossible-to-generate-pdf-files-dompdf-2/)
 *  Thread Starter [pgk37](https://wordpress.org/support/users/pgk37/)
 * (@pgk37)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/impossible-to-generate-pdf-files-dompdf-2/#post-15659276)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All-In-One Security (AIOS) – Security and Firewall] Bug commerce checkout + WP Login](https://wordpress.org/support/topic/bug-commerce-checkout-wp-login/)
 *  Thread Starter [pgk37](https://wordpress.org/support/users/pgk37/)
 * (@pgk37)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/bug-commerce-checkout-wp-login/#post-15387338)
 * I just looked at my settings. it seemed that the 6G options were unchecked…
    
   My problem must come from somewhere else?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All-In-One Security (AIOS) – Security and Firewall] Bug commerce checkout + WP Login](https://wordpress.org/support/topic/bug-commerce-checkout-wp-login/)
 *  Thread Starter [pgk37](https://wordpress.org/support/users/pgk37/)
 * (@pgk37)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/bug-commerce-checkout-wp-login/#post-15387248)
 * Thank’s for your help and your reply. 🙂
    i will test with the 6G disable.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Block Data Attribute] Add Data Attribute to other blocks](https://wordpress.org/support/topic/add-data-attribute-to-other-blocks/)
 *  [pgk37](https://wordpress.org/support/users/pgk37/)
 * (@pgk37)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/add-data-attribute-to-other-blocks/#post-14201914)
 * 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?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Block Lab] Shortcode + BlockLab (Genesis)](https://wordpress.org/support/topic/shortcode-blocklab-genesis/)
 *  Thread Starter [pgk37](https://wordpress.org/support/users/pgk37/)
 * (@pgk37)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/shortcode-blocklab-genesis/#post-13492952)
 * 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](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…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Block Lab] Shortcode + BlockLab (Genesis)](https://wordpress.org/support/topic/shortcode-blocklab-genesis/)
 *  Thread Starter [pgk37](https://wordpress.org/support/users/pgk37/)
 * (@pgk37)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/shortcode-blocklab-genesis/#post-13475992)
 * Hi [@ryankienstra](https://wordpress.org/support/users/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!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Block Lab] Shortcode + BlockLab (Genesis)](https://wordpress.org/support/topic/shortcode-blocklab-genesis/)
 *  Thread Starter [pgk37](https://wordpress.org/support/users/pgk37/)
 * (@pgk37)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/shortcode-blocklab-genesis/#post-13473072)
 * Hi [@ryankienstra](https://wordpress.org/support/users/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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All-In-One Security (AIOS) – Security and Firewall] Field size to define Login Slug to short](https://wordpress.org/support/topic/field-size-to-define-login-slug-to-short/)
 *  Thread Starter [pgk37](https://wordpress.org/support/users/pgk37/)
 * (@pgk37)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/field-size-to-define-login-slug-to-short/#post-13266978)
 * 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)