Ravikumar Patel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site is currently unable to handle this request.Remain calm and carefully check your .htacess file code.
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressForum: Fixing WordPress
In reply to: Error@ajitkhodke
http://fidelipublishing.com/readme.html
His using Version 4.5.2Forum: Fixing WordPress
In reply to: Error@harishs1610,
I have review site but not found error need error page linkForum: Fixing WordPress
In reply to: ErrorPlease provide your url so i have get error idea.
Forum: Fixing WordPress
In reply to: ErrorPlease describe your issue hear so plugin developer easy to get this issue:
https://github.com/CherryFramework/cherry-pluginForum: Fixing WordPress
In reply to: ErrorDefine / describe : media library issue please
Forum: Fixing WordPress
In reply to: Moving WordPress site from subdomain to domainIF database access allowed :
Method 3: Change Your WordPress Username Using phpMyAdmin
http://www.wpbeginner.com/wp-tutorials/how-to-change-your-wordpress-username/
Otherwise :
Method 1: Create a New User and Delete The Old OneOr so many plugin available in market.
Suggestion for site sequrity + current admin username changes option available in.Forum: Fixing WordPress
In reply to: Moving WordPress site from subdomain to domainchoose a new username and password (new WP install).
Why u have need new setup for username & password u have change manual.
This plugin use:
-> After install this plugin
-> Plugin current site database export without affect and with replace your values.https://s31.postimg.org/qrb48g9aj/image.png
Are u using multisite?
Forum: Fixing WordPress
In reply to: Where and how do I put embed codes@zshubz,
Add Adsense Code to WordPress without Plugin.http://www.shoutmeloud.com/how-to-add-adsense-to-wordpress-without-any-adsense-plugin.html
Forum: Fixing WordPress
In reply to: Moving WordPress site from subdomain to domainMigrates your database by running find & replace on URLs and file paths, handling serialized data, and saving an SQL file.
https://wordpress.org/plugins/wp-migrate-db/
export database & import after changes your url.
Forum: Fixing WordPress
In reply to: Error@harishs1610,
Please comment “wp_print_media_templates()” this function.Forum: Plugins
In reply to: [HMS Testimonials] Moving the HMS Testimonials JS to footer@swami, Please change on your plugin file hms-testimonials/hms-testimonials.php Line no 25:
add_action('wp_enqueue_scripts', create_function('', 'wp_enqueue_script(\'hms-testimonials-rotator\', plugins_url(\'rotator.js\', __FILE__), array( \'jquery\') );'));to
add_action('wp_enqueue_scripts', create_function('', 'wp_enqueue_script(\'hms-testimonials-rotator\', plugins_url(\'rotator.js\', __FILE__), array( \'jquery\'),\'\',true );'));Forum: Fixing WordPress
In reply to: Autoptimize pagespeed problem84% passed Better ways to Reduce server response time use cache plugin:
https://wordpress.org/plugins/w3-total-cache/
https://wordpress.org/plugins/wp-super-cache/Forum: Fixing WordPress
In reply to: ButtonI have seen you have not apply css.
Line no 885 on current this css please replace with this:.et_color_scheme_orange.woocommerce a.button.alt, .et_color_scheme_orange.woocommerce-page a.button.alt, .et_color_scheme_orange.woocommerce button.button.alt, .et_color_scheme_orange.woocommerce-page button.button.alt, .et_color_scheme_orange.woocommerce input.button.alt, .et_color_scheme_orange.woocommerce-page input.button.alt, .et_color_scheme_orange.woocommerce #respond input#submit.alt, .et_color_scheme_orange.woocommerce-page #respond input#submit.alt, .et_color_scheme_orange.woocommerce #content input.button.alt, .et_color_scheme_orange.woocommerce-page #content input.button.alt, .et_color_scheme_orange.woocommerce a.button, .et_color_scheme_orange.woocommerce-page a.button, .et_color_scheme_orange.woocommerce button.button, .et_color_scheme_orange.woocommerce-page button.button, .et_color_scheme_orange.woocommerce input.button, .et_color_scheme_orange.woocommerce-page input.button, .et_color_scheme_orange.woocommerce #respond input#submit, .et_color_scheme_orange.woocommerce-page #respond input#submit, .et_color_scheme_orange.woocommerce #content input.button, .et_color_scheme_orange.woocommerce-page #content input.button, .et_color_scheme_orange .woocommerce-message, .et_color_scheme_orange .woocommerce-error, .et_color_scheme_orange .woocommerce-info, .et_color_scheme_orange .button{ background: #edb059 none repeat scroll 0 0 !important; }Forum: Fixing WordPress
In reply to: ButtonAdd your css class on this line:
http://acme.com.sg/new/wp-content/themes/Divi/style.css
Line no 885
.et_color_scheme_orange .et_pb_promo_button,
or best way
.et_color_scheme_orange .button