Dhruba J Deka
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Wholesale Client portal for orderingSearch here if you can find: https://www.ads-software.com/plugins/
Forum: Fixing WordPress
In reply to: Failed to write file to disk ERROROpen wp-config.php file and put the following code:
define('WP_TEMP_DIR', ABSPATH . 'wp-content/');
Forum: Fixing WordPress
In reply to: Add Media Button does'nt work 3.9.5Have you updated it to recent WordPress version?
Forum: Fixing WordPress
In reply to: comments form diseaperedCheck in Discussion setting whether the Automatically close comments on articles older than xx days is checked. If checked, un-check it and see.
Forum: Fixing WordPress
In reply to: updating to 4.2.1 – permissions problemgclemett, open a net topic for your issue.
Forum: Fixing WordPress
In reply to: Unable to load pages Error 404 after WP 4.2.1 updateCollegecoffe, please open new topic for your issue.
Forum: Fixing WordPress
In reply to: Unable to load pages Error 404 after WP 4.2.1 updatedkiran1982, please open a new thread for your issue.
Forum: Fixing WordPress
In reply to: Unable to load pages Error 404 after WP 4.2.1 updatephdenton, Now change your PERMALINKS as your Menu is set for pages.
For example: as per your current site visible to front end, the permalinks should be https://www.example.com/sample-post/ or %postname%
Forum: Fixing WordPress
In reply to: Ins and outs of adding mobile to wordpressIf going mobile, is the regular blog site still usable?
Regular theme/site willo be on PC/Laptop if you use Mobile plugin or Mobile version.
Vice versa, mobile site/theme will be shown to mobile browsers.What about themes, does one add a mobile theme, keeping the regular one?
You can have a reference check of Jetpack Mobile Theme. Jetback is most used WordPress plugin that offers most available features for free.
Forum: Fixing WordPress
In reply to: Unable to load pages Error 404 after WP 4.2.1 updateSo far I am updated with Google Universal Analytics code, the following format is the proper:
<script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-XXXXXXXX-X', 'auto'); ga('require', 'displayfeatures'); ga('send', 'pageview'); </script>
Can you check your PERMALINK settings and write here how you have set your PERMALINK?
Forum: Fixing WordPress
In reply to: Unable to load pages Error 404 after WP 4.2.1 updateView Source of your site home page. You will see that.
Forum: Fixing WordPress
In reply to: Taking over my websiteChange your password from phpmyAdmin.
This guide should help you: https://codex.www.ads-software.com/Resetting_Your_Password
Forum: Fixing WordPress
In reply to: Unable to load pages Error 404 after WP 4.2.1 updateCan you confirm how come </p> and <p> were inserted in your Google Analytics code? ??
Remove the </p> and <p> from the code.
<script>// <![CDATA[ var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-28749148-1']); _gaq.push(['_trackPageview']);</p> <p> (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'https://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); // ]]></script>
Forum: Fixing WordPress
In reply to: Unable to load pages Error 404 after WP 4.2.1 updateCan you link your site URL?
Forum: Fixing WordPress
In reply to: Can't create directory wp-content/uploads/ ?kyme,
Can you check yourtsite.com/wp-admin/options-media.php link and tell me if Organize my uploads into month- and year-based folders is checked or un-checked?