Problems, need help? Have a tip or advice? Post it here.
6 posts Page 1 of 1
I have this working perfectly on two development machines but when uploaded to the web server the video does not show on the web page. This is the relevant code:

Code: Select all
cms:editable
        name='video_content'
        label='Youtube'
        type='richtext'>   
        [youtube L_KrXGWpXgY /]    <!-- L_KrXGWpXgY is the BMB standard default video -->
    </cms:editable>

<!-- Post Video -->          
            <cms:do_shortcodes><cms:show video_content /></cms:do_shortcodes>

Any suggestions please?
Compared source-code output and it matched 100%?
Join COUCH:TALK channel here https://t.me/couchcms_chat
Ryazania — a framework to boost productivity with Add-ons viewtopic.php?f=2&t=13475
Support my efforts to help the community https://boosty.to/trendo/donate
trendoman wrote: Compared source-code output and it matched 100%?


Sorry, I don't quite understand what you mean?
oldcelt wrote: working perfectly on two development machines

check the generated source code there and compare it with generated source code on production machine. Spot any differences that might hint at the problem.
Join COUCH:TALK channel here https://t.me/couchcms_chat
Ryazania — a framework to boost productivity with Add-ons viewtopic.php?f=2&t=13475
Support my efforts to help the community https://boosty.to/trendo/donate
trendoman wrote:
oldcelt wrote: working perfectly on two development machines

check the generated source code there and compare it with generated source code on production machine. Spot any differences that might hint at the problem.


Thanks for the suggestion. Will follow your advice ASAP. (Now retired since my 90th birthday :) )
oldcelt wrote:
trendoman wrote:
oldcelt wrote: working perfectly on two development machines

check the generated source code there and compare it with generated source code on production machine. Spot any differences that might hint at the problem.


Thanks for the suggestion. Will follow your advice ASAP. (Now retired since my 90th birthday :) )


Of course, I wouldn't waste a minute at this age either. Happy hunting :) !
Join COUCH:TALK channel here https://t.me/couchcms_chat
Ryazania — a framework to boost productivity with Add-ons viewtopic.php?f=2&t=13475
Support my efforts to help the community https://boosty.to/trendo/donate
6 posts Page 1 of 1