Clarion Technologies
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Function.php ErrorHello daziigirl,
Can you please check whether there is any extra white space in beginning or end of file around php tags in function.php.
Thanks
Forum: Localhost Installs
In reply to: Uninstall iwpHi,
Please try reinstalling it. In Most of the cases reinstalling fixes the problem.
Thanks
Forum: Fixing WordPress
In reply to: account suspendedHi,
Please contact your hosting provider support and let them that you think your website have been hacked and what further steps are needed to be taken.
i think your hosting provider is godaddy. Please contact godaddy and let them you see the account suspended page when you open the website with an suspicious email ID.
Thanks
Forum: Fixing WordPress
In reply to: Header hoverHi,
try this
.nav-menu-main > ul > li:hover{background:none !important;}Thanks
Forum: Fixing WordPress
In reply to: Post external links to 404 pageYour Welcome.. 🙂
Forum: Fixing WordPress
In reply to: switching between www.site.com and site.com settupHello xeef,
You are get redirected to “http://mysite.com ” because in database the siteurl and home is “http://mysite.com ” So you need to change those in database and add like “http://www.mysite.com ” Please follow the below link this will guide you in changing this.
https://codex.ww.wp.xz.cn/Changing_The_Site_URL
Thanks
Forum: Fixing WordPress
In reply to: account suspendedHi,
Can you please post your site link?
Thanks
Forum: Fixing WordPress
In reply to: replace png to jpgHi,
In your database find all replace all files with extension “.png” to “.jpg”.
You can download the database from the server then using a text editor find and replace. After that upload the database to the server.
Note:- Please do take a database backup before performing any operations.
Thanks
Forum: Fixing WordPress
In reply to: Post external links to 404 pageHi,
All you social links does not contains http:// in them. Please all http:// at the starting of every social link and your problem will be solved.
Thanks
Hi,
Please change all old links to new links in the server database and also the configuration values in wp-config.php file.
Also the below link can be helpful for you.
https://codex.ww.wp.xz.cn/Moving_WordPress
Thanks
Forum: Fixing WordPress
In reply to: How to make website multilingualHi,
That might be coded in the header.php file of the active theme or may be added via menu.
Thanks
Forum: Fixing WordPress
In reply to: Transferring WP site built in Linux to Windows server?Hi,
The method given in the link is common to all platforms.
Thanks
Forum: Themes and Templates
In reply to: How to deal with multiple content types?Hello revivedfilms,
Please use below plugin which will helps you to remove “category” from category archive page URI.
https://ww.wp.xz.cn/plugins/remove-category-url/
Thanks
Forum: Fixing WordPress
In reply to: Landing Page will not loadHi,
If you have no experience in JavaScript then you will have to take help from a developer to debug and solve the issue. It is very hard to exactly tell you what might the problem just by looking at the website.
Thanks
Forum: Fixing WordPress
In reply to: JavaScript in one page onlyHello RedirDom,
Please follow the below link this will help you to apply the page condition where you want to add the java-script.
https://developer.ww.wp.xz.cn/reference/functions/is_page/
Thanks