Prabhu Ganapathi
Forum Replies Created
-
Same Issue, Seems Master Slider is not compatible with WP 4.1
Our eCommerce plugin works fine with the latest version up to 3.8.1.
Forum: Everything else WordPress
In reply to: Unable to set my www.ads-software.com account profile imageThanks for your help. I fixed this.
Forum: Plugins
In reply to: [Apptivo Business Site CRM] No Captcha?Great, Thanks EranSch.
Forum: Plugins
In reply to: [Apptivo Business Site CRM] No Captcha?Thank you EranSch, Currently we have the simple Captcha in our plugin and it is available in Contact Form Fields. Please enable this and prevent from Spam.
Also we are working with some additional features ( like integrating ReCaptcha, testimonial web form .. etc). We will release shortly.Forum: Plugins
In reply to: [Apptivo eCommerce] Apptivo e-Commerce PluginHi Feizal,
Please use the below link for installation.
https://www.ads-software.com/plugins/apptivo-ecommerce/installation/Thanks…..but this is something different.
In 404.php page,
I hve written the code
$get_id= display_my_page(); // this contains inner page contents
if($get_id==””)
{
// Not found
}so, first page request goes to 404 page and then get my contents and display in that page.(including new page with in the 404 page). in this case page loading time is high and how search engines treated these type of pages.
Yes i need to display. but its going to 404 page and displayed my data. due to this page loading is too high (because of 2 requests) and i am more worried about search engines.
Yes,
I have used some wordpress cretaed pages, also i need to access some other external content (includes meta title and keyword and description) by using webservice call.
As of now, i make the external function call in header if its is_404(){ // call func }. but this is the not a good solution. because request goes to 404 page and displayed the page.
so i need to call external pages without using 404 request
Thanks
Hi Bennett,
Thanks, i dont want to go to 404 page. i need to go to some other page before requesting 404 page.