Clarion Technologies
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp_config and define db_userHi,
Both are different and not same.
The values in wp_users table are the login credentials which are used to login in your website.
And the values define(‘DB_USER’, ‘xxxx’) and define(‘DB_pass’, ”) are the database credentials used to connect the website to the database.
Thanks
Forum: Fixing WordPress
In reply to: Create Blog CategoryHi,
Remove the “category” word while adding from the menu and it should work now.
Thanks
Forum: Fixing WordPress
In reply to: Add Logo to HeaderHi,
Can you please let us know which theme are you using and what is your wordpress version.
Thanks
Forum: Fixing WordPress
In reply to: Create Blog CategoryHi,
http://www.cartomanziaconsulti.it/blog/ works perfectly.
I think you have added hard-coded link to the menu. Please change the link in the Menu to http://www.cartomanziaconsulti.it/blog/ and it will now work perfectly as required.
Thanks
Forum: Fixing WordPress
In reply to: Redirect guest/logged in users awaytry this plugin
https://ww.wp.xz.cn/plugins/user-access-manager/Forum: Fixing WordPress
In reply to: Create Blog CategoryHi,
If you want to remove category from URL then
1) Go to Settings >> Permalinks and select Custom and enter: /%category%/%postname%/
2) Next set your Category Base to /
Save the changes and category will be removed from the URL.
Thanks
Forum: Fixing WordPress
In reply to: disable force https throw ftpYour Welcome.. 🙂
Forum: Fixing WordPress
In reply to: Reinstall of server – running incredibly slowHi,
WordPress requires PHP version 5.6 or greater and MYSQL Version 5.6 or greater.
https://ww.wp.xz.cn/about/requirements/
Your server does not match the requirement. Please upgrade PHP and MYSQL version.
Thanks
Forum: Installing WordPress
In reply to: Installation issuesHi,
You will have to test it out we we can’t.
Thanks
Forum: Themes and Templates
In reply to: Show/hide element scripting problemHello darnoldy,
The issue is the you have provided blank in href=”” attribute of a link so it refreshing the page when you click on the link.You need add the href=”#” for those links this will solve your problem.
Thanks
Forum: Themes and Templates
In reply to: [evolve] Name of Template for Evolve themeFollow this steps to create child theme
Forum: Fixing WordPress
In reply to: Unable to publish a page with an embeded imagePlease check you embedded image code , its properly closed or not.
Try to upload from media library.
Forum: Fixing WordPress
In reply to: disable force https throw ftpHi,
If you have database access then please make the following change.
Find the table “wp_options” and search for “woocommerce_force_ssl_checkout”.
Set the values from “yes” to “no” and this will fix your problem.
Thanks
Forum: Themes and Templates
In reply to: No option to select update existing themeHello [email protected],
Your site will don’t show you option of update theme if your theme is already update can you please check the version of theme in both of the site their may be case one site already have latest version and other have older.
Thanks
Forum: Installing WordPress
In reply to: Installation issuesHi,
Your installation is correct.
Please Check your DNS settings of your server. if not then please check with your hosting provider.
Thanks