Clarion Technologies
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Omega] hide site header except for home pagetry this
if ( is_home() ) {// this content will only be added on homepage
}
but check if you are not missing any js or css files on other pages if you are going to add header only on homepage.It’s still your readme file issue download any other plugin and replace your content to that readme.txt file and upload it. Also i can not see any screenshot in your assets folder, May be svn is not updated correctly, last updated shows 3 hours ago.
Forum: Fixing WordPress
In reply to: Fatal error while making child themeyou dont need to copy parent themes functions.php file into child theme instead you create new functions.php file for child theme , All the functions written in child file will be in addition to parent file.
check your readme filename it should be readme.txt (file type should be text)
try validating your readme.txt here
https://ww.wp.xz.cn/plugins/about/validator/
and also check that you have placed all screenshots with correct names like
screenshot-1.png in assets directoryForum: Fixing WordPress
In reply to: Social Links in Authors Bio Box not opening proper pageHello adarsh7,
Can you please give the page link where this social links of users because I am unable to find it.
Thanks
Forum: Fixing WordPress
In reply to: Client Credentials Jquery get methodHello sharadmani02,
Can you please try by adding the below line of code in Response headers:
“Access-Control-Allow-Methods”: “POST, GET”,
Thanks
Forum: Fixing WordPress
In reply to: My screen content has enlarged.can you please provide site url , so that we can check
try
#content {
margin-top: -40px;}
Forum: Fixing WordPress
In reply to: How to customize a WordPress menu with PHP?Hello foltsy ,
If you want to customize your menu please try using the custom menu walker this will help you to modify you menu as per your requirement.Please follow the below links this will guide you in creating the custom menu walker.
https://codex.ww.wp.xz.cn/Class_Reference/Walker
https://gist.github.com/kosinix/5544535Thanks
Forum: Fixing WordPress
In reply to: landing pageYou can use splash page plugins for that
https://ww.wp.xz.cn/plugins/very-simple-splash-page/Forum: Fixing WordPress
In reply to: Sub categories problemHello joe35151,
Can you please give your site link where we need to check so that I can provide you solution on the same.
Thanks
Forum: Fixing WordPress
In reply to: Jquery problemHello milad.jfr,
Have you added the jQuery.js before this script include If not check your browser console it will be showing the jQuery not defined error.IF you are getting the same error please include Jquery in your template also like “Twenty Fifteen”.
Thanks
Forum: Fixing WordPress
In reply to: Can't find CSSHello alcantaraerika,
Can you please share your site link so that I can check the css path and guide you through.
Thanks
Forum: Fixing WordPress
In reply to: Can't Edit My Blog "Post Page"Hello acheshier,
Can you please check whats the actual error by making WP_DEBUG option in WP-config.php file to true.
Thanks