Ravikumar Patel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 500 bad gateway errorAll Ready this site working well so please close this question.
Forum: Fixing WordPress
In reply to: Updated to WP 4.5 and my site is down 500 errorPlease check your .htaccess file and pest hear this code.
Add config.php this 2 line for check issue.define('WP_DEBUG', true); @ini_set('display_errors', 1);Forum: Fixing WordPress
In reply to: Cannot remove page.Make one delete and second page to assign as homepage.
Setting->Reading ->A static page (select below) select Front page:Forum: Fixing WordPress
In reply to: Sudden White page of death on class-wp-comment.phpI have check not any missing syntax on function.php but check include file on your function.php.
Forum: Fixing WordPress
In reply to: WP Update@bulldoglocks : Before update 4.4.2 to 4.5 check your theme and plugin issue beacuse of wordpress have some function deprecated so may be issue generate.
Please test on replica of your site then integrate.
Now you need remove update notification so active this plugin.
https://wordpress.org/plugins/disable-wordpress-updates/Forum: Fixing WordPress
In reply to: Page end@eric Dazler : Whithout seen your web how to review and give answer.
Please check css for this.Forum: Fixing WordPress
In reply to: Sudden White page of death on class-wp-comment.phpU have created syntax issue on your theme code functions.php file please check this.
Forum: Fixing WordPress
In reply to: How to disable footer menu in Twenty Sixteen?Go Appearance -> Widget
Content Bottom 1 and Content Bottom 2 Remove menu from widget.Forum: Fixing WordPress
In reply to: Images not showing on Frontend after 4.5 update@veserv, Post own tread each time. we can not answer of your question hear next time.
Change a[href*=#]:not([href=#]) to a[href*="#"]:not([href="#"])Forum: Fixing WordPress
In reply to: Migrating from Non WordPress site to WordPress siteMake sub domain with name “dev.example”.
And implement your code there.Forum: Fixing WordPress
In reply to: alt image don't show in source codeI have seen theme demo working well there.
Means u have missing some thing please can u add hear logo code.
Forum: Fixing WordPress
In reply to: I need help removing something from my websiteGo your theme directory and change on footer.php
This default value called when u have not set a theme option.Now on your site display theme option value so please close question when your issue solved.
Line no 42:
$zerif_email = get_theme_mod('zerif_email','<a href="mailto:contact@site.com">contact@site.com</a>');Line no:45
$zerif_phone = get_theme_mod('zerif_phone','<a href="tel:0 332 548 954">0 332 548 954</a>');Forum: Plugins
In reply to: I got error message when I open my website without wwwThis code add on .htaccess file.
Which u have access on your site root directory.Forum: Fixing WordPress
In reply to: Reduce whitespace on the left sideForum: Fixing WordPress
In reply to: database connectionGo to wp-include/wp-db.php Line no 1515
find this code$this->dbh = mysql_connectand replace
$this->dbh = @mysql_connect(