Back to Custom Fields CMS Support

neidoux
neidoux

When using with https://octobercms.com/plugin/suresoftware-powerseo

In the additional tab on page, the additional powerseo fields are inserted at the bottom of each repeatable section - how might we prevent this?

shohabbos
shohabbos

Hi, thanks for your purchase!

I'll check now

shohabbos
shohabbos

To fix this BUG open the file: /plugins/suresoftware/powerseo/Plugin.php and add this code on the line 222:

if ($widget->isNested) {
     return;
}

Like this

image

neidoux
neidoux

Thanks for that, worked a charm. Have noted this on the SEO Plugin github in case they'd like to implement.

neidoux
neidoux

I have been playing with this for a while, I can't seem to get the repeatable content to output... It's just not working for me following the example in the video.

Additionally, when I try to output non repeatable content - ie. title and description using the twig markup as shown in documentation I get "0" as the output on the page.

Is there something wrong with the plugin?

suresoftware
suresoftware

Perfect, thank you for the fix shohabbos, I'll get this released today

shohabbos
shohabbos

neidoux said:

I have been playing with this for a while, I can't seem to get the repeatable content to output... It's just not working for me following the example in the video.

Additionally, when I try to output non repeatable content - ie. title and description using the twig markup as shown in documentation I get "0" as the output on the page.

Is there something wrong with the plugin?

suresoftware said:

Perfect, thank you for the fix shohabbos, I'll get this released today

It's my pleasure!

Last updated

shohabbos
shohabbos

neidoux said:

I have been playing with this for a while, I can't seem to get the repeatable content to output... It's just not working for me following the example in the video.

Additionally, when I try to output non repeatable content - ie. title and description using the twig markup as shown in documentation I get "0" as the output on the page.

Is there something wrong with the plugin?

You can provide a version of Octobercms and a list of installed plugins

1-8 of 8