Title: pb75's Replies | WordPress.org

---

# pb75

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/users/pb75/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/pb75/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Lightbox] PHP deprecated](https://wordpress.org/support/topic/php-deprecated-47/)
 *  Thread Starter [pb75](https://wordpress.org/support/users/pb75/)
 * (@pb75)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/php-deprecated-47/#post-17539860)
 * can I do this by myself or was this comment a hint for the Plugin Author?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Open User Map] Open URL in new window/tab](https://wordpress.org/support/topic/open-url-in-new-window-tab/)
 *  Thread Starter [pb75](https://wordpress.org/support/users/pb75/)
 * (@pb75)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/open-url-in-new-window-tab/#post-16893768)
 * finally I used this code in Functions.php. Works perfect for me:
 *     ```wp-block-code
       add_filter('oum_location_bubble_content', function ( $content, $location ) {
   
           $website = oum_get_location_value('Webseite', $location['post_id']);
   
           // extend bubble content
           $content .= '<div class="oum_location_custom_fields"><div class="oum_custom_field" style="font-size: 14px; font-weight: normal; padding-left: 15px; padding-right: 15px;">';
           $content .= '<strong>Webseite:</strong><br>';
           $content .= '<a href="' . $website . '" target="_blank">' . $website . '</a>';
           $content .= '</div></div><br>';
   
           return $content;
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Open User Map] Open URL in new window/tab](https://wordpress.org/support/topic/open-url-in-new-window-tab/)
 *  Thread Starter [pb75](https://wordpress.org/support/users/pb75/)
 * (@pb75)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/open-url-in-new-window-tab/#post-16890056)
 * Hello Daniel,
 * Ah ok, thank you! But how can I change the already existing value “URL” in the
   bubble? Somehow I need to add a target=”_blank” to it.
 * best regards, Patrick
 * PS: I see there is also official Support. I will contact it.
    -  This reply was modified 2 years, 10 months ago by [pb75](https://wordpress.org/support/users/pb75/).
    -  This reply was modified 2 years, 10 months ago by [pb75](https://wordpress.org/support/users/pb75/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shortcoder — Create Shortcodes for Anything] Nested shortcodes don’t work](https://wordpress.org/support/topic/nested-shortcodes-dont-work/)
 *  [pb75](https://wordpress.org/support/users/pb75/)
 * (@pb75)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/nested-shortcodes-dont-work/#post-14934575)
 * Hi Aakash,
    This is really strange. Today I checked again and everything was 
   good. But yesterday it was not (different Browsers, Devices, ets.) I can’t reproduce
   the problem today. So everything is good. 🙂 Thanks and sorry, Patrick
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shortcoder — Create Shortcodes for Anything] Nested shortcodes don’t work](https://wordpress.org/support/topic/nested-shortcodes-dont-work/)
 *  [pb75](https://wordpress.org/support/users/pb75/)
 * (@pb75)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/nested-shortcodes-dont-work/#post-14933438)
 * Hi,
    sorry, I was wrong. It was not this problem. But there is something broken
   with shortcodes on my site. Even when I disable a specific shortcode, it breaks
   the flow of my page content and the rest of the text after the shortcode is not
   displayed anymore. I have no idea what the problem is. Can you help me please?
 * Thanks,
    Patrick
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shortcoder — Create Shortcodes for Anything] Nested shortcodes don’t work](https://wordpress.org/support/topic/nested-shortcodes-dont-work/)
 *  [pb75](https://wordpress.org/support/users/pb75/)
 * (@pb75)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/nested-shortcodes-dont-work/#post-14933417)
 * Hi,
    I have a big problem with this change of supporting no spaces. I use the
   Plugin ADRotate Pro, and it creates shortcodes like this: [adrotate group=”5″]
 * I nest these shortcodes in other shortcodes from your plugin. But this does not
   work anymore and It’s not possible to change the adrotate shortcodes.
 * It does kill most of my pages content, because when such a shortcode is displayed,
   the rest of the content of the page is missing.
 * Is there a way to support spaces again or downgrade temporary?
 * best regards
    Patrick
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Schedule Post Changes With PublishPress Future: Unpublish, Delete, Change Status, Trash, Change Categories] expire only posts with a specific flag in database](https://wordpress.org/support/topic/expire-only-posts-with-a-specific-flag-in-database/)
 *  Thread Starter [pb75](https://wordpress.org/support/users/pb75/)
 * (@pb75)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/expire-only-posts-with-a-specific-flag-in-database/#post-14847222)
 * ok, thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] http 500 together with Elementor and AdRotate Pro](https://wordpress.org/support/topic/http-500-together-with-elementor-and-adrotate-pro/)
 *  Thread Starter [pb75](https://wordpress.org/support/users/pb75/)
 * (@pb75)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/http-500-together-with-elementor-and-adrotate-pro/#post-14731130)
 * Hi [@vmarko](https://wordpress.org/support/users/vmarko/)
    Oh, sorry. Did not
   was aware of that. What a strange guideline. It would be much easier to troubleshoot
   when users don’t need to write 100 times back and forth. Yes, that’s exactly 
   what I configured. I also tried with disabled Minify too. I also added the W3TC_DYNAMIC_SECURITY
   definition to the wp-config.php. I have also no errors in error_log (file even
   does not exist).
 * But when I enable Debug Logging I get this Error:
    [03-Aug-2021 16:25:58 UTC]
   PHP Parse error: syntax error, unexpected end of file in /home/www/web20/wp-content/
   plugins/w3-total-cache/PgCache_ContentGrabber.php(1885) : eval()’d code on line
   1 [03-Aug-2021 16:25:58 UTC] PHP Fatal error: Exception thrown without a stack
   frame in Unknown on line 0
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] http 500 together with Elementor and AdRotate Pro](https://wordpress.org/support/topic/http-500-together-with-elementor-and-adrotate-pro/)
 *  Thread Starter [pb75](https://wordpress.org/support/users/pb75/)
 * (@pb75)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/http-500-together-with-elementor-and-adrotate-pro/#post-14730919)
 * Hi [@adegans](https://wordpress.org/support/users/adegans/)
    Thanks for your 
   reply here. While writing my last answer in this thread I still did not had received
   your reply. But never mind. It’s easier to write here all together. Yes, I read
   now also your second EMail. Thanks!
 * So, I tried your [procedure ](https://1fix.io/blog/2015/02/22/page-fragment-caching-w3-total-cache/)
   out. Activated Minify and set the mfunc. But it still does not work. Do you want
   to have a look at the Test Site? I can create an admin login user for you.
 * [@vmarko](https://wordpress.org/support/users/vmarko/) thanks for your reply.
   Your [FAQ](https://github.com/W3EDGE/w3-total-cache/wiki/FAQ:-Developers#what-is-page-fragment-cache)
   sound very complicated to me (I’m not a developer). Do you also want Test Account
   with admin rights on the test site? Maybe you and Arnan can figure this out faster
   than I can.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] http 500 together with Elementor and AdRotate Pro](https://wordpress.org/support/topic/http-500-together-with-elementor-and-adrotate-pro/)
 *  Thread Starter [pb75](https://wordpress.org/support/users/pb75/)
 * (@pb75)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/http-500-together-with-elementor-and-adrotate-pro/#post-14728069)
 * Hi Marko,
    Yes, that’s the configuration I have done on my site where the problem
   is. Meanwhile I deployed a separate completely fresh and empty WordPress Test
   Site, installed only Elementor, ADRotate Pro and W3 Total Cache. Same Problem.
   I can give you access to the test site if you would like to take a look. I also
   contacted Arnan from AdRotate but he did not answer yet.
 * best regards
    Patrick
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Popup Builder - Create highly converting, mobile friendly marketing popups.] wp-admin access necessary?](https://wordpress.org/support/topic/wp-admin-access-necessary/)
 *  Thread Starter [pb75](https://wordpress.org/support/users/pb75/)
 * (@pb75)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/wp-admin-access-necessary/#post-13955787)
 * Works perfect! Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Broken Link Checker] Synch. records 0 If this value is zero even after several page reloads you have](https://wordpress.org/support/topic/synch-records-0-if-this-value-is-zero-even-after-several-page-reloads-you-have/)
 *  Thread Starter [pb75](https://wordpress.org/support/users/pb75/)
 * (@pb75)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/synch-records-0-if-this-value-is-zero-even-after-several-page-reloads-you-have/#post-13863990)
 * I tried it, but no luck. After disabling all plugins except broken links and 
   changing to a default theme, it does still no scan. I have no idea what the problem
   is. But will not look further into it. Thanks.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] font size in Top Bar](https://wordpress.org/support/topic/font-size-in-top-bar-2/)
 *  [pb75](https://wordpress.org/support/users/pb75/)
 * (@pb75)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/font-size-in-top-bar-2/#post-13399353)
 * You can do this in the Customizer by editing “Typography” -> “Top Bar”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Random Content] WP Rocket Cache and Random Content](https://wordpress.org/support/topic/wp-rocket-cache-and-random-content/)
 *  Thread Starter [pb75](https://wordpress.org/support/users/pb75/)
 * (@pb75)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/wp-rocket-cache-and-random-content/#post-12989613)
 * I asked them today. It’s not possible with WP Rocket. They don’t execute PHP 
   Code für cached pages. So it will never recreate any random content. That’s how
   their product works. I got a refund because I don’t want to waive my random content
   stuff.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Random Content] Prevent Browser Caching](https://wordpress.org/support/topic/prevent-browser-caching/)
 *  Thread Starter [pb75](https://wordpress.org/support/users/pb75/)
 * (@pb75)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/prevent-browser-caching/#post-12090181)
 * Ok, thanks!

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/users/pb75/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/pb75/replies/page/2/?output_format=md)