Rajeev Edmonds
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Website Different When Logged OutI found it and disabled it.
Site’s working now as expected. Thanks.
Forum: Everything else WordPress
In reply to: Website Different When Logged OutBut, I’m not using any such caching system at all.
Where does it come from?
The media settings were incorrect. Fixed it. Thanks!
Hi Drew,
Humbly accepting the shortcoming is appreciable. I’ll consider the free version for clients requiring simple contact forms.
Forum: Plugins
In reply to: [Related Posts Thumbnails Plugin for WordPress] Thumbnails Not AppearingYes the problem has been resolved.
Forum: Plugins
In reply to: [Redirection] Redirection not workingThank you!
Forum: Plugins
In reply to: [Redirection] Redirection not workingok, let me explain again.
When a visitor goes to the URL
the code provided by the plugin https://wordpress.org/plugins/blogger-301-redirect/ which is installed at the Blogger end converts the above URL to
And now the visitor moves towards the WP site. Now because it’s a 404 link, redirection plugin immediately picks it up and look for a rule which I’ve already provided that
redirect
/p/welcome-to-pharr-away.html
to
/welcome-to-pharr-away
Now here it’s not working but such a setup is working like a charm on http://www.maureensbooks.com/
I’ve already provided its live example above.
Here, .html is appended to the final url while on maureen books this does not happen
- This reply was modified 6 years, 10 months ago by Rajeev Edmonds.
Forum: Plugins
In reply to: [Redirection] Redirection not workingI’m using the same setup on another site successfully.
That blogger plugin first converts blogspot url
to
and then redirection plugin rule redirects it to
Forum: Plugins
In reply to: [Redirection] Redirection not workingI’m using the https://wordpress.org/plugins/blogger-301-redirect/ plugin which ensures that the URL
is first converted to
And, thereafter it is handed over to the redirection plugin.
———
For example
post
is rightly sent to
by that plugin.
- This reply was modified 6 years, 10 months ago by Rajeev Edmonds.
Forum: Plugins
In reply to: [Recencio Book Reviews] Fetching data via ISBN is no longer working.Thanks! My client is happy again 🙂
Forum: Plugins
In reply to: [reCAPTCHA in WP comments form] ERROR for site owner: Invalid key typeUsed another plugin that worked like charm. This thread can be closed.
Forum: Plugins
In reply to: [Recencio Book Reviews] Adding Read More to Embedded ReviewI’m aware of the timezone differences 🙂
Thanks for providing a better and correct version.
You can mark this thread as resolved.
Thanks!
Forum: Plugins
In reply to: [Recencio Book Reviews] Adding Read More to Embedded Reviewok used the
rcno_book_description_word_countfilter.Got what we wanted.
Forum: Plugins
In reply to: [Recencio Book Reviews] Adding Read More to Embedded ReviewSorry to trouble you again.
How to show complete synopsis in the embedded review?
At present, it just shows a partial synopsis with 3 ellipses in the end
for example, xxxxxxxx…
Any filter for the same?
Forum: Plugins
In reply to: [Recencio Book Reviews] Adding Read More to Embedded Reviewok, I inspected the plugin’s shortcode PHP file and got
$GLOBALS['review_id']That’s what I needed for
get_the_permalink()Problem solved.