Outerbridge
Forum Replies Created
-
@supportinnocodia @shopmanagerx Thank you so much for your support, you guys are exceptional. My customer is so impressed, they’ve bought the Pro version.
Best wishes!
Hello @shopmanagerx
Many thanks for your prompt reply. I have sent you login details via an onetimesecret.com link which I’ve just mailed via your contact page.
Please let me know if you need any more from me.
Many thanks again!
Yes, us too. Awaiting v6.4.5.
Following this thread because we also have this issue…
Hi Marcin @marcinkazmierski – that was the problem, thank you for investigating and helping resolve the problem!
Regards
OuterbridgePlease see the attached screenshot -> https://imgur.com/a/1E4ZR7f
Many thanks
MikeI have a class with some shortcodes in it.
The first works:
function __construct() { ... add_shortcode( 'obr_job_archive_strapline_wording', array( $this, 'obr_job_archive_strapline_wording' ) ); ... } function obr_job_archive_strapline_wording( $atts, $content = null ) { $returnstring = __( 'Which adventure will you choose?', 'wacom' ); return $returnstring . $content; }But the second doesn’t:
function __construct() { ... add_shortcode( 'obr_job_archive_header_wording', array( $this, 'obr_job_archive_header_wording' ) ); ... } function obr_job_archive_header_wording( $atts, $content = null ) { $returnstring = __( 'Our Jobs Abroad', 'wacom' ); return $returnstring . $content; }They look very similar. The only difference that I can think of is that the first is wrapped in a
tag when output and the second in an<h1>. That may not be the problem though…Many thanks for your assistance Marcin.
Regards
Outerbridge@marcinkazmierski If you’d like me to do anything to help you with this, I’m very happy to help – just let me know…
Thank you for your efforts with this. I’ve done as you said and checked the Settings page as well as update the plugin to v3.3.1 but it’s still not working. :-/
Regards
Outerbridge
Hi Marcin @marcinkazmierski
Thank you for this. Unfortunately, it’s still not working for me – v3.2.23.
I think it may be related to the headings h1 to h6, buttons, etc.
Regards
OuterbridgeForum: Plugins
In reply to: [Nested Shortcodes by Outerbridge] nested shortcode not workingHello
That *should* work because it’s in the correct format. I suggest you try a completely different shortcode in the position where the
[wpgmza id=”1″]shortcode is, as it may be that thelw_content_blockshortcode isn’t working as expected.Hi Pavel
You’re right that v3.2.13 works – the issue I have is that older versions had a security vulnerability which was significant enough to get the plugin put into WP’s review process -> https://wpscan.com/vulnerability/bbcece1e-45c1-4b40-8b14-aedee6aa23cd It was also flagged by my host (Kinsta) so I can’t run an older version.
It’s a real shame because fixing the security issue has broken some of the original functionality.
Many thanks!
Many thanks!
Forum: Reviews
In reply to: [Nested Shortcodes by Outerbridge] Brilliant pluginMany thanks Atanas!
- This reply was modified 3 years, 3 months ago by Outerbridge.
Hello Maybellyne
Thank you for your reply and the screenshots. I am using WP6.1.1. and Yoast 19.11.
Apologies, I don’t think my previous post displayed correctly…
I am seeing the same results as you but rather than seeing<title>à l& #039;étranger</title>in the raw source code, I would like the actual text<title>à l'étranger</title>. I.e. I want the source code to display'not& #039;(space added to make it print on screen).With and without the code in my opening post, I get the same output as you in your last screenshot https://pasteboard.co/ws310CSrs3zk.png
Many thanks
Outerbridge