ndjworldnews
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Several How-To QuestionsHere’s a solution to adding domain name registration to any page within your word press site:
1. use a theme with sidebars
2. assign one sidebar to domain name registration
3. use the ‘text’ module in that sidebar (be sure to install the PHP Text Widget to extend the capabilities of the standard text module).
4. insert all you domain name registration code into the text module and save it.
5. add this command anywhere in your template where you want the domain name registration to show up:<?php include (TEMPLATEPATH . ‘/sidebar.php’); ?>
(replace the value of sidebar.php with the actual sidebar you are using. For example, if you are using sidebar2 then the command would be <?php include (TEMPLATEPATH . ‘/sidebar2.php’); ?>)
That will do what you ask for seamlessly.
Best of luck
Forum: Fixing WordPress
In reply to: How To Add A Master Link To A Post?Hey thanks;
I was afraid of that. Unfortunately manually won’t work:
1. I write between 10 to 20 posts per day every day at my master site
2. the Permalink() at my master site is different and that means I would need to keep track of every post ID() for every post I write in order to have the correct link at the secondary site.A bit too much work.
Thanks though, I do appreciate you help.
I am just wondering how RSS sites are able to keep links intact, maybe I could use a similar approach?
Thanks again
Lode
Hello Frederick;
Would love to but can’t find a ‘support’ tab.
Where should I be looking for that?
Lode
UPDATE:
I added a list of rejection agents to page cache and minify under W3T and that seems to do the trick. WPTouch is now working fine.
Lode
Boy, a long post on a very irritating problem.
Well MegaZone, I had the same issues you did and for a while had no mobile plugin. Then I reinstall WPTouch only to have the same strange problem again.
Like you already did I too discovered that WPTouch and W3T aren’t fully compatible, even though no errors exist.
I did discover something else though.
When I entered my list of Rejects (copied here, if that’s ok?) and inserted them in only the page cache and the minify, my WPTouch works time and again without the need for hacks and with browser caching active.
However, and this is a big one, I have CDN DISABLED!.
When I enable that feature I am back to square one.
So… since I seem to be having good speed thus far I’ve decided to forsake CDN for now and thus far WPTouch is working like a charm with browser cache enabled and the rejection agents list filled out.
Hope that helps a bit?
Lode
The problem has to do with caching.
I used the plugin on my site at https://www.nodeju.com and for a while it worked like it was suppose to.
As I got more visitors my site degraded in speed and my hosting company suggested I install the W3Total cache program.
After I did that I noticed that WPTouch sometimes works and sometimes it doesn’t.
To test my theory I disabled W3Total and sure enough WPTouch worked. Enabled the cache plugin and WPtouch became erratic.
Interestingly enough I do not get an error from either plugin and I have no clue how to reconfigure W3Total to make it work with WPtouch or if another cache program is available that works with it.
Lode