xyonme
Forum Replies Created
-
I tried clear cache and it works!
I have used jquery 2.0x on core settings.
**Replace jQuery 1.x with jQuery 2.x in mobile themes (faster for mobile devices)**On my site I do load jquery.
<script src=”https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js”></script>
Forum: Fixing WordPress
In reply to: WPtouch menu and search menu is not working!!!okay thank you WPYogi
Forum: Fixing WordPress
In reply to: WPtouch menu and search menu is not working!!!My question is How do I make the menu button and search button work?
and view more entries work?
Thats it.Forum: Fixing WordPress
In reply to: Url in permalinksYou need to check your server if its Apache or IIS.
if its windows server , it must be IIS.These are just examples. You need specific regex for your situation.
Hope this helps.*Apache
htaccess –
http://stackoverflow.com/questions/10377681/how-to-use-htaccess-mod-rewrite-to-redirect-php-url-as-a-string*IIS
web.config
http://stackoverflow.com/questions/27357271/rewrite-query-string-url-in-web-config-in-phpForum: Fixing WordPress
In reply to: How to remove the Comments from the page.Suggestion:
If it doesnot work ,you can open the PHP file and remove the comment part.
Open the particular themes folder .wp-content/themes/themes-name/single.php
Forum: Fixing WordPress
In reply to: WPtouch menu and search menu is not working!!!I have used jquery2x but the menu and search isnot responsive.
Please help?Forum: Fixing WordPress
In reply to: IIS 7.5 custom permalink : You should update your web configThanks you Marius. Can you look at my next question please about WP touch?>
https://wordpress.org/support/topic/wptouch-menu-and-search-menu-is-not-working?replies=1
Forum: Fixing WordPress
In reply to: Url in permalinksif you are using Apache, you need htaccess to redirect.
if its IIS, use webconfig.Forum: Fixing WordPress
In reply to: IIS 7.5 custom permalink : You should update your web configHi @marius (Clorith)
I found out what my problem is .
I have a codeigniter website and I install a wordpress which makes a double index.php in the URI.
If you understand about web.config, would you please take a look at this?http://stackoverflow.com/questions/29139949/remove-index-php-from-ci-and-wordpress
Thanks.