gdutton
Forum Replies Created
-
Apparently, upon activating the theme, the page kept redirecting to itself. Even after I restored the most current backup, the error persisted. It required intervention by tech support from the hosting provider, namecheap.com, to get the site working. They reset the theme (to 2017). The platform may be the culprit, something they call EasyWP.com. It is still in beta and has had other issues during the past month. I believe I will port the site to their more stable shared hosting platform.
Forum: Plugins
In reply to: [Bold Page Builder] Toggle sidebar on twenty sixteenThanks for showing that. Cool. So now how do I make a magic button that lets my users toggle that setting?
Forum: Plugins
In reply to: [Page Links To] PermalinkIf I understand your need correctly, you can use embed code within the page on your site to display the external site’s page in a frame, like so:
<object data=”http://external-link.html” width=”px” height=”py”> <embed src=”http://external-link.html” width=”px” height=”py” /> </object>
Then your permalink will go yo your site but display the external content in an obvious manner, but it won’t look like your own pages.