The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Pages: 1
I have made a mobile site but the seo is a really mess up.
For example i have site.com/tag/...../ on desktop site and this is not on mobile. And google says at smartphone - mobile 404 error.
it is possible on adult script pro to switch template?
fore example
include 'Mobile_Detect.php';
$detect = new Mobile_Detect();
// Check for any mobile device.
if ($detect->isMobile())
// Check for any tablet.
if($detect->isTablet())
Offline
If you have 404 error this means that some file has not been found and not that device was not detected.
Detect isMobile() class concerns all non desktop devices, including smartphones ad tablets.
It properly redirects to mobile template on tablets and smartphones.
Your 404 error problem is not connected to device detect class.
Whatever device detected you should not have ever 404 error.
Offline
This is not possible on the fly, but it can be done.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Pages: 1