Hi, this never got fixed, not sure why it was marked as resolved. See screenshot attachment above. (any chance we can move on this as i know i am not alone with this issue and PB and SH404SEF are great products)
I really need a fix for SH404SEF and Pagebuilder Front end editor button not working. SH404SEF provided the attached screenshot and also have noted other issues to do with the front end editor....i have spent many hours looking at this in the past and it seems that my support request has been deleted, even though you mentioned it would go to your developer for comment.
here is a commend from SH404SEF support regarding the issue and a fix.
Hi
They need to implement. They need to call:
/**
* Returns the sh404SEF SEF url for a give non-sef url,
* creating it on the fly if not already in the database
*
* @param string $nonSefUrl non-sef url, starting with index.php?...
* @param boolean $fullyQualified if true, return a fully qualified url, including protocol and host
* @param boolean $xhtml
* @param $ssl
*/
public static function getSefFromNonSef($nonSefUrl, $fullyQualified = true, $xhtml = false, $ssl = null)
using:
Sh404sefHelperGeneral::getSefFromNonSef($nonSefUrl, $fullyQualified = true, $xhtml = false, $ssl = null)
This will work from the admin.
Hi
They need to use this instead of using Joomla JRoute:_() function when they want to get a front end URL from the backend and sh404SEF is enabled (which they can test by checking if that function exists).
Best regards