Home Forums WoodMart support forum Can't set up video post Reply To: Can't set up video post

#252653

Hello,

2. This issue was solved by disabling the proxy in Cloudflare while installing SSL through Cloudways and Cloudflare (flexible), this can be re-enabled after the SSL is active, but otherwise, it will affect the SSL installation.

I also added openssl.cafile = “/etc/ssl/certs/cacert.pem” to php.ini.

I am not sure which one made it work, but it’s working now. Thanks for all the support!

Related threads:
https://xtemos.com/forums/topic/svg-icon-doesnt-show-up-in-infobox/
https://www.cloudways.com/blog/how-to-install-Cloudflare-cdn-wordpress/

3. To disable the scroll to top button, you should use the below custom CSS code with page id class liek this:

.page-id-57 .scrollToTop {
    display: none;
}

You can get the page ID from the page URL: http://prnt.sc/w6z2o1

Best Regards.