Kanth
Forum Replies Created
-
Forum: Plugins
In reply to: [Forms: 3rd-Party Integration] CF7-3rdParty Integration Failure: Service 1Thanks for the reply,
may i know what is the submit url..?
and how it get stored in my zoho lead DB table
Thanks & regards,
Forum: Plugins
In reply to: [Contact Form 7 - Dynamic Text Extension] Blank Dynamic Pop up boxFollow the below link, same problem of mine is solved
https://www.ads-software.com/support/topic/new-contact-form-7-blank-popup
Forum: Plugins
In reply to: [Download Manager] files are not crawling up on search enginesThank you shaon, to make packages available in search engine do i need to pay for that or just i need to update my Download Manager from Dev Version?
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Multisite SSL Domain Mapping to Non SSL DomainSorry Ron it dint clear my doubt.
Kindly let us know whether the below mention thing are possible or not
I want ssl for https://domain.org
I dont want ssl for mapped domain https://domain2.comRemoving “This is probably not the site you are looking for!” error with out updating/installing SSL for https://domain2.com is it possible if possible kindly share your thoughts
Thanks & Regards.
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Multisite SSL Domain Mapping to Non SSL DomainAfter updating wildcard SSL I changed wp-config file, .htaccess file
Added Below code
wp-config code
define(‘FORCE_SSL_ADMIN’, true);
define(‘FORCE_SSL_LOGIN’, true);
define(‘RELOCATE’,true);
define(‘WP_HOME’,’https://domain1.org/’);
define(‘WP_SITEURL’,’https://domain1.org/’);
if (isset($_SERVER[‘HTTP_X_FORWARDED_PROTO’]) && $_SERVER[‘HTTP_X_FORWARDED_PROTO’] == ‘https’)
$_SERVER[‘HTTPS’] = ‘on’;.htaccess code
# BEGIN SSL
RewriteEngine on
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
# END SSLForum: Plugins
In reply to: [WordPress MU Domain Mapping] Multisite SSL Domain Mapping to Non SSL Domaini don’t want to update SSL for domain2.com, whether it is possible?
After domain mapping it should come like https://domain2.com. sorry i don’t have much knowledge on domain mapping, SSl.
Thanks & Regards,
Forum: Plugins
In reply to: [Download Manager] files are not crawling up on search enginesApplogies for posting again here.
If i update to v4, is search engines will crawl download manager pdf files?
Thanks for your help
I just included the shortcode instance=spanish, that’s it it work for me
Thanks & Regards.
Thanks Jose Luis, for your quick reply
I tried the above short code it doesnt work for me, give me some suggestions how to over come this
Thanks&Regards,
SrikanthForum: Plugins
In reply to: [Logo Slider] Logo Slider Images are broken after changing the site urlThanks for great plugin, its working fine but it is giving warning messages on my browser The page at ‘https://site.org/’ was loaded over HTTPS, but displayed insecure content from logo slider image path.
Please give me suggessions to solve this issue
The page at ‘https://site.org/’ was loaded over HTTPS, but displayed insecure content from ‘https://site.org/./././img.jpg’: this content should also be loaded over HTTPS.
Thanks a lot, I solved my problem
Thanks for quick reply
i followed the above mentioned link and used search replace plugin to replace urls replace is success after that it doesn’t effect my site. my problem is not solved
post links are changed from https://website.com/folder/post to https://website.com/post
just home page is appearing, when i click menu and post links are not coming giving 404 error
Thanks a lot Its fixed my problem :):)
dint find any solution to solve the above issue, please anyone assist me how to solve the issue here is my .htaccess code
# Use PHP 5.4 AddType application/x-httpd-php54 .php # BEGIN s2Member GZIP exclusions <IfModule mod_rewrite.c> RewriteEngine on RewriteBase / RewriteCond %{QUERY_STRING} (^|\?|&)s2member_file_download\=.+ [OR] RewriteCond %{QUERY_STRING} (^|\?|&)no-gzip\=1 RewriteRule .* - [E=no-gzip:1] </IfModule> # END s2Member GZIP exclusions # BEGIN SSL RewriteEngine on RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI}$1 [R=301,L] # END SSL # BEGIN WordPress RewriteEngine on RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^siteslogin$ https://site.org/wp-login.php [NC,L] RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule . index.php [L] <FilesMatch "\.pdf$"> header set x-robots-tag: noindex </FilesMatch> # END WordPress
Forum: Networking WordPress
In reply to: Unable to create a drop down menu on my websiteHi,
I am using wordpress 3.8 multisite enabled, on my main site i am using responsive 1.9.4.2(child theme enabled).
We have also removed @import url(“../responsive/style.css”); from child responsive theme. The menu we are using is the ‘Header menu’.
I tried by activating default wordpress 2014 theme and deactivated all my plugins and i am not able to adjust the menus
When i add a sub menu, and save the menu, menu items are not saving. We have also lost the previous order of menus.
sample screen shot of my problem