kmoksha
Forum Replies Created
-
Sorry, did not help.
Have managed to duplicate site manually.
Anyway, good efforts by you.
Go ahead.
Forum: Hacks
In reply to: How to have two sites with same content, diff themes running from one databaseWPyogi,
I saw previous questions of the same issue in the
How To
forum, that is why I put it in there.Will it not be better in there since this forum has very low people responding ?
Forum: Hacks
In reply to: How to have two sites with same content, diff themes running from one databaseWp Yogi,
you said “Are you aware that search engines will penalize both sites for duplicate content?”
Our sites are not dependent on search engines. So, that is not an issue.
So, what is the solution for what I am asking ?
Forum: Plugins
In reply to: [WordPress Pagination Plugin: Page-Links Plus] Won't updateSame problem here
Solution is to just go to wp-content/plugins/page-links-single-page-option/page-links.php
and change the version
I tried that. It does not work. Only thing which works is deactivating that line which I mentioned in previous post.
Thanks a ton.
This was much needed.
I would like to make one more request to be put in the next version.
Right now, in the forwarded mails, the “Fwd:” is removed by the code.
In order that it does not do so, have deactivated the trim line of the subject so that it looks like this –
// $subject = trim($matches[2]);
It will good if you can include option for removing or not removing the Fwd:
Forum: Plugins
In reply to: [Postie] New version not accepting 5.5 hours time correctionThanks.
Upgraded. It seems to work on Chrome also. I was able to enter value 5.5
Forum: Plugins
In reply to: [Postie] New version not accepting 5.5 hours time correctionWayne,
I do not know why you have set a error message “Please enter a valid value”
on trying to enter values with decimalsI have done an adjustment for the same by setting the value as 0 for the GMT offset in the admin panel and
changing this code line in the postie-functions.php
$post_date = gmdate('Y-m-d H:i:s', $dateInSeconds + ($offset * 3600));
to
$post_date = gmdate('Y-m-d H:i:s', $dateInSeconds + (5.5 * 3600));
I would request to keep option for decimals or option for timezones having GMT offset with decimals
Ok. Which file (s) of Postie publishes replies to published email posts as commments ?
Forum: Plugins
In reply to: [Postie] Images not showing up besides the pdf and doc attachmentsYes, the name of the Postie folder was “_Postie” (Do not know how it happened)
Now, images are showing.
Thanks.
Update –
On adding the class=”print-yes” to the toc_list, the toggle function does not work.
This plugin has too many bugs.
I am marking this thread permenantly UNRESOLVED
even though I know the plugin author will mark it as resolved without solving the bugs.
O.k. Thanks, John.
Closing the thread for now.
John,
Thanks for your response. And thanks for requesting the cyberchimps people to add support for your plugin.
I am a newbie in php. So, you may find my posts having simple language only.
The responsive theme guys do not respond to any php queries made by free users. I had asked them how to change the
Home
breadcrumb text and they just replied, use a plugin.That lead me to using your plugin. But as I pointed out, that without your plugin installed, there is a class given to the breadcrumb trail. And when the breadcrumb Navxt is installed, there is no class.
It is good you asked the cyberchimp guys. They might respond to you since you are a plugin author.
Please let me know their response and let me know best way to install a class to the breadcrumb Navxt trail in the responsive theme.
I have inserted the target element just above the table of contents. You can see the target element in the source page of the blog post I mentioned in previous comments.
Here is the link of the source page – view-source:https://smstoneta.com/prajaadhinbharat/chapter-2/?singlepage=1
You can see on line no. 193 this code –
<div style="visibility: hidden; line-height: 0; font-size: 0;"><a id="table_contents">dummy</a></div>
If you open the post link (https://smstoneta.com/prajaadhinbharat/chapter-2/?singlepage=1) in chrome browser and press “ctrl+P” and choose “Save as PDF”, you will see all these backlinks are working in that PDF. But the same links are not working in the PDF generated by printfriendly plugin.
Please look into it and try to fix it.
Thanks.