vivrathore
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unable to change Page URLYou have two options.
1.) Go to Pages->All pages.
2.) Under your ‘Sample-Page’ link, when you hover over it, it will show options like Edit, Quick Edit etc.
3.) Click on Quick edit.
4.) Edit slug field. In your case it is sample-page, just edit to ‘about’.
5.) Click update.Make sure you enter it in lower case.
Another option is to directly edit the url on Edit page under Page title setting. I guess this one is not working for you ?
Forum: Fixing WordPress
In reply to: Editing Child ThemeNo, if you want to update your current theme, creating child theme is recommended way. So if you have Parent theme and a child theme, you have to modify the child theme. You don’t have to do anything with parent theme, modify child theme and you should activate the child theme to see the changes.
A child theme is a copy of your parent theme + updates or modification you have made. It helps you to keep up your changes as it is when your parent theme gets updated to new version.
So, just activate the child theme and modify itself. Nothing to do with parent theme.
Forum: Fixing WordPress
In reply to: Too many errors on my WordPressWhich theme you are using ? Have you tried deactivating all plugins ?
This is problem in plugin wp product review. I would suggest you to seek help in plugin forum. https://wordpress.org/support/plugin/wp-product-review
They will better handle it.
Forum: Fixing WordPress
In reply to: Being redirect to 404 when try to access plugins-install pageWhich theme you are using ?
Forum: Fixing WordPress
In reply to: Authors pages problemHave you checked that the author page you are opening still registered on your site ? It might be due to deletion of author and assigning its post to another author.
You are most welcome. Always present for help 🙂 Have a nice day
Forum: Fixing WordPress
In reply to: Site wants to get recoveredIt seems like you haven’t built theme in proper way. Show me your theme folder structure. Also show me the theme functions.php file.
Forum: Fixing WordPress
In reply to: WP Mail SMTP Email – Test Email ProblemType of encryption should not be SSL if you are using port 25, sorry I forgot to mention.
Also, if you have turned on the Less secure app, then you can try with port 465 again, may be first time when you tried, Less secure app option was turned off.
So, If you are using port 465, Type of encryption must be SSL, and if port is 25, then Type of encryption should be set to none.
I am talking about this only. It might be due to theme development issue. The only solution you can apply it to now is go to your theme style sheet and add this rule.
.page-title{
background: none !important;
}Make sure you write it as it is because !important keyword will override the style.
Your theme has set background image for the .page title through any of its settings. So to override that style, just copy those line in your style.css.
And don’t forget to clear the browser cache once you update your stylesheet.
Forum: Developing with WordPress
In reply to: wp_nav_menu walker fails to output dataCheck whether you have added menu items to this menu only in the WordPress menu setting.
Your theme is showing following style :
.page-title{
background-image: url(https://www.xordium.co.uk/wp-content/themes/consulin/images/page-title.jpg);
}Turning it off in the console is removing that white bar below your header. I think you have set some kind of custom header from your theme options.
I can’t see another white space ? Where exactly you are saying ?
Forum: Fixing WordPress
In reply to: Putting slider in the header, right above the menuThere are lots of javascript error in your console. It needs to be fix. You should seek help from experienced web developer.
Forum: Fixing WordPress
In reply to: WP Mail SMTP Email – Test Email ProblemIt is beacause plugin is having problem with connecting to your gmail account.
Have you turn on the option of less secure app on in your google account ?
Visit this link : https://myaccount.google.com/lesssecureapps?pli=1
and turn on the less secure app on.Also try with port 25.