• psmarketing

    (@psmarketing)


    I tried it, it works, I just wanted a different solution. Now, it seems I cannot get rid of the redirect for some reason. Below are the steps I have taken.

    1 – Turned off re-direct on WordPress Dashboard
    2 – Un-installed plugin
    3 – Delete site from DudaMobile dashboard
    4 – Deleted CNAME m record that was pointing to DudaMobile
    5 – Created a subdomain m
    6 – Installed WordPress via host company in subdomain
    7 – try to access site… still shows Mobile Site Preview page from DudaMobile…

    What else do I need to do?

    Thanks,

    http://wordpress.org/extend/plugins/mobile-website-builder-for-wordpress-by-dudamobile/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author rjjeff

    (@rjjeff)

    Hello,

    It sounds like you’ve been through the correct steps to remove the redirect fully from your site. Can you let me know the URL/name of your site so I can take a look?

    Could you be using a Plugin on WordPress that caches your site? This might delay changes you’ve made from updating the actual site.

    Thanks,
    Russ

    Not sure if you did this… but I removed it by going to my index.php page (via ftp) and removing the script that I inserted when I installed the plugin.

    It will look similar to this:

    <script src="http://static.dudamobile.com/DM_redirect.js" type="text/javascript"></script>
    <script type="text/javascript">DM_redirect("http://mobile.dudamobile.com/site/jacobsride");</script>
    Plugin Author rjjeff

    (@rjjeff)

    Yep! That is our general redirect we provide. The WordPress plugin makes it a bit easier than using this method.

    Hello,

    Uncheck “Activate Redirect” and update options at plugin dudamobile. Mobile users will see your regular site on their mobile phone. And then Visit your website hosting provider and edit a CNAME record with older setting if you want installed own mobile theme via host company in subdomain.

    Still work for my domain ~> otonity.com

    hey guys , just wondering if anyone was able to resolve the issue ?

    I unchecked the Activate redirect , de-activated and un-installed the Duda Mobile Plug in however all mobile devices are still being routed to the Duda site which now says ” sorry no site can be found ” . I tried refreshing the cache plug in ( WPCACHE ) but the problem persists

    Any help with this would be much appreciated

    The same issue is one of my website, not able to remove the theme while accessing through mobile devices. I have
    – Deleted the theme in “http://my.dudamobile.com/home/dashboard@1&#8221;
    -Looked for the code (to remove the redirection code) in header.php, index.php, functions.php of my theme, even other index.(html, php) file of my root FTP
    -I have deactivated the plugin and deleted.
    -Cleared cache, cookies.

    Now I am thinking its something like virus or worms. My last option would be download the folders and look for the code and go for “Mobile WordPress Theming” with my own that will give freedom and flexibility.

    After a long search I found a solution how to remove the duda mobile theme redirection(in case the recommended instruction from duda not working).

    -This plugin waste enough time of mine in removing.
    -I found a new URL has been created, with mobile.mydomain.com and the redirection has been in the written in the .htaccess with the following code:

    ##BEGIN MOBILE (do not edit below this line)
    RewriteEngine On
    RewriteCond %{HTTP_USER_AGENT} ((.*iPhone.*)|(.*iPod.*)|(.*BlackBerry.*)|(.*Android.*Mobile.*)|(.*Windows\ CE.*)|(.*IEMobile.*)|(.*Opera\ Mini.*)|(.*Opera\ Mobi.*))
    RewriteCond %{HTTP_COOKIE} !dm_show_classic
    RewriteCond %{QUERY_STRING} !no_redirect=true [NC]
    RewriteCond %{HTTP_HOST} ^www\. [NC,OR]
    RewriteCond %{HTTP_HOST} ^[0-9a-z-]+\.[a-z]+$ [NC]
    RewriteCond %{REQUEST_URI} ^/_dm/s/ [NC,OR]
    RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif|png|css|js|txt|ico|pdf|bmp|tif|mp3|wav|wma|asf|mp4|flv|mpg|avi|csv|doc|docx|xls|xlsx|ppt|pptx|zip|rar|tar|gz|dmg|iso)$ [NC]
    RewriteBase /
    RewriteRule ^(.*)$ http://mobile.e-odisha.com/ [R,L]
    ##END MOBILE

    This is ridiculous. They should be flexible (if somebody donot like the plugin, they will uninstall), should mention in their support section.

    Hey guys if your still having a problem removing dudamobile check out the is link Below . I used the steps for CMS Platform and WordPress plugin and happily after 25 days it is removed

    https://support.dudamobile.com/01DudaMobile/Redirect_and_Custom_Domain/How_to_uninstall_the_mobile_redirect

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Unable to rid of DudaMobile’ is closed to new replies.