Deepak
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Menu displayI couldn’t find the background styles in style.css file.
Forum: Themes and Templates
In reply to: Menu displayTo change menu color, you can add following css to styles.css file
#access {
background: blue none repeat scroll 0 0;
}Forum: Themes and Templates
In reply to: Menu displayCheck the admin panel if search widget is placed on the related widget area.
Forum: Fixing WordPress
In reply to: How to edit og:url & og:image manually for single posts ?in yoast, setting facebook meta, description and image will automatically set og:title, og:description and og:image
Forum: Fixing WordPress
In reply to: How to edit og:url & og:image manually for single posts ?You can use Yoast plugin to add og tags
Forum: Fixing WordPress
In reply to: What version with lower minimum requirements?You can use the latest version. check WordPress requirements https://codex.ww.wp.xz.cn/Template:Server_requirements
Forum: Fixing WordPress
In reply to: Always load / redirect to the main page?Yoast plugin can be used to redirect users on a page to main page.
Forum: Fixing WordPress
In reply to: Locked out (overload database because wp hoover)Rename the wordfence plugin directory to something else like wordfence-disable. It is located under wp-content/plugins.
Forum: Fixing WordPress
In reply to: Subfolder-like URL structureYou can create a category with name ‘blog’ and add all your posts under that category.
Forum: Plugins
In reply to: [Key4ce osTicket Bridge] No save option in config admin panelSave button doesn’t appear if WP_DEBUG is set to true.
Forum: Fixing WordPress
In reply to: Fatal ErrorIt’s a plugin issue. Delete shopera-functionality folder from C:\xampp\htdocs\wp-content\plugins
Forum: Fixing WordPress
In reply to: google fonts load slowReduce the requests to one. It will be like
<link href=’http://fonts.googleapis.com/css?family=Oswald|Lobster|Bilbo’ rel=’stylesheet’ type=’text/css’>Forum: Fixing WordPress
In reply to: Unable to access my dashboardshare your url
Forum: Fixing WordPress
In reply to: Getting multiple posts to fall under the correct headingYou can store the year value in a variable and check if current is not same as previous before printing year string.
Forum: Fixing WordPress
In reply to: WP Administration – Links to subdomainIt is discussed in detail here https://ww.wp.xz.cn/support/topic/wp-admin-you-do-not-have-sufficient-permissions-to-access-this-page?replies=12
I think this can help you.