Ravikumar Patel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Attacked by malware and spams@huriken,
This both plugin free!Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 and Pretty Photo@mbf123456
I have some times before create this type of code please use this plugin for validation.https://wordpress.org/plugins/jquery-validation-for-contact-form-7/
thanks.
Forum: Fixing WordPress
In reply to: Broken Javascript on homepage only?@ttb,
I have check your homepage not any issue find jquery related.
IF your issue fix please change status and mark as resolved.Thanks.
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] slider and picture vanished@sarvottam16,
Remove your magnify js and check.Forum: Fixing WordPress
In reply to: Attacked by malware and spams@huriken,
Please Active security plugin for your web.
https://wordpress.org/plugins/better-wp-security/For spam comment reduced use Askimet plugin:
https://wordpress.org/plugins/akismet/Forum: Fixing WordPress
In reply to: non-www to www@alexdobsonuk,
Your issue arrived because of you have not update a .htaccess code for non-www to www redirect.GO wp-admin -> setting: (set url with www.)
WordPress Address (URL) : http://www.8ballcamperconversions.co.uk
Site Address (URL) : http://www.8ballcamperconversions.co.uk.htaccess:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} !^www.8ballcamperconversions.co.uk$ RewriteRule ^(.*)$ http://www.8ballcamperconversions.co.uk/$1 [R=301,L] RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressForum: Fixing WordPress
In reply to: Hacked site – remove results from Google permantenly@mortenh12,
Make all wrong url list then redirect this links on your homepage using .htaccessRewriteRule ^wellness-plans http://yourssiteurl.com/ [R=301,L]
http://www.webconfs.com/htaccess-redirect-generator.php
Redirect old URL to new URLOn-demand Indexing and Removal:
https://developers.google.com/custom-search/docs/indexing#on-demand-removalAlso check broken links url using plugin:
https://wordpress.org/plugins/broken-link-checker/Thanks.
Forum: Fixing WordPress
In reply to: move button to the center of the cover image@bilalzafar256 : please set your html & css hear and share link:
http://jsfiddle.netTry : margin: 0 auto or text-align:center
Forum: Fixing WordPress
In reply to: move button to the center of the cover image@bilalzafar256 :
Without Access your web url how to test css for this issue.Forum: Fixing WordPress
In reply to: Ho to access PHP page directlySearch about configured opencart integrate with wordpress:
http://www.opencart.com/index.php?route=extension/extension/info&extension_id=22078
Forum: Fixing WordPress
In reply to: backup wordpress.com hosted siteThis one self hosted site forum please go and update your question hear:
https://en.forums.wordpress.com/Forum: Fixing WordPress
In reply to: Dual LanguagePost your question:
https://en.forums.wordpress.com/Forum: Fixing WordPress
In reply to: Dual Language@hedgehogix:
For multi language site u have need setup plugin and manage content.
https://wpml.org/OR without manage content u have try google translate.
https://wordpress.org/plugins/google-language-translator/installation/Forum: Fixing WordPress
In reply to: I can't get my pictures to load in my post preview…clear a cache : https://support.google.com/chrome/answer/95582?hl=en
IMG_430 this type no any text exist for images.Forum: Fixing WordPress
In reply to: Help with product images@beechesgirl7,
Check hear :
WooCommerce > Settings > Products > Displayhttps://docs.woothemes.com/document/using-the-appropriate-product-image-dimensions/