pb75
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Lightbox] PHP deprecatedcan I do this by myself or was this comment a hint for the Plugin Author?
Forum: Plugins
In reply to: [Open User Map] Open URL in new window/tabfinally I used this code in Functions.php. Works perfect for me:
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
In reply to: [Open User Map] Open URL in new window/tabHello 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.
Forum: Plugins
In reply to: [Shortcoder — Create Shortcodes for Anything] Nested shortcodes don’t workHi 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,
PatrickForum: Plugins
In reply to: [Shortcoder — Create Shortcodes for Anything] Nested shortcodes don’t workHi,
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,
PatrickForum: Plugins
In reply to: [Shortcoder — Create Shortcodes for Anything] Nested shortcodes don’t workHi,
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
Patrickok, thanks!
Forum: Plugins
In reply to: [W3 Total Cache] http 500 together with Elementor and AdRotate ProHi @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 0Forum: Plugins
In reply to: [W3 Total Cache] http 500 together with Elementor and AdRotate ProHi @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 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 thanks for your reply. Your FAQ 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
In reply to: [W3 Total Cache] http 500 together with Elementor and AdRotate ProHi 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
PatrickWorks perfect! Thanks!
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
In reply to: [OceanWP] font size in Top BarYou can do this in the Customizer by editing “Typography” -> “Top Bar”
Forum: Plugins
In reply to: [Random Content] WP Rocket Cache and Random ContentI 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
In reply to: [Random Content] Prevent Browser CachingOk, thanks!