Clarion Technologies
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: moving new domain – admin redirects to oldYou need to replace new domain url with old domain url,
1) Export database
2) Search and replace old url with new url
3) Save and import again to your new domain phpmyadminor
Use below tool (before using this take backup database file)https://interconnectit.com/products/search-and-replace-for-wordpress-databases/
Forum: Themes and Templates
In reply to: Link menu item to external URLHello mike101123,
When you goto Menus setting page under appearance Menu there is option in LHS for adding custom link for menu.
Thanks
Forum: Fixing WordPress
In reply to: url for custom post type category and tagsHello suyashjain,
Please follow below link this will help you:
http://someweblog.com/wordpress-custom-taxonomy-with-same-slug-as-custom-post-type/
Thanks
Forum: Fixing WordPress
In reply to: Role can't delete postyou need to add capabilities delete_other_posts using above plugin.
As below code not going to update previously added capabilities
$result = add_role( ‘traveler’, __(
‘Traveler’ ),
array(‘read’ => true,
‘edit_posts’ => true,
‘edit_pages’ => false,
‘edit_others_posts’ => false,
‘delete_published_posts’ => true,
‘delete_posts’=> true,
‘edit_published_posts’=>true,
‘create_posts’ => true,
‘manage_categories’ => true,
‘publish_posts’ => true,)
);
Forum: Fixing WordPress
In reply to: page blank when logging as "login as wordpress.com"Maybe this query its related to wordpress.com.
Post query here
https://en.support.wordpress.com/Forum: Fixing WordPress
In reply to: very Slow loading after migrationYes, hostname as well 🙂
Forum: Fixing WordPress
In reply to: Table background color missingMay be some default css overwriting your added css ,Please add a “!important” tag like below:
<table style=”background-color:#ffccff !important”>Forum: Fixing WordPress
In reply to: Backup and Re-installYou need to export all content thorough wordpress XML format, find below link, when you install new version of wordpress just import that file into your site
https://www.elegantthemes.com/blog/tips-tricks/import-export-wordpress-website
Forum: Fixing WordPress
In reply to: how to change drop down button coHi,
Why had you referred our name in the Title?
It doesn’t make any sense.
Are you referring to the below post link?
Thanks
Forum: Fixing WordPress
In reply to: [WooCommerce] calculate shipping segmentWelcome. 🙂
Forum: Fixing WordPress
In reply to: wordpress installHi,
If there is update available then please update.
Thanks
Forum: Fixing WordPress
In reply to: editing the sign up page layoutCan you provide site link
or
try below plugin
https://ww.wp.xz.cn/plugins/custom-registration-form-builder-with-submission-manager/screenshots/or
Forum: Fixing WordPress
In reply to: very Slow loading after migrationHi,
Just a simple query/question:
Did you also change “wp-config.php” file with new DB and server details?I was having the same problem while migrating one of my websites. By mistake, I have used the same configuration file from my old server which was sending DB request to another server.
Thanks.
Forum: Fixing WordPress
In reply to: Role can't delete postYou need to use and activate User Role Editor wordpress plugin
https://ww.wp.xz.cn/plugins/user-role-editor/.
Once you activated ,Log into wordpress admin dashboard, where in left side admin menu there is “User Role Editor” menu present below the “USER” menu ,from where you need edit capabilities of role “traveler” and need to assign with delete_posts and delete_other_posts capabilities to role “traveler”.Forum: Installing WordPress
In reply to: new to wordpressHi,
If you have no knowledge still you can install and use WordPress and create a website.
Please see below links for starting with WordPress.
https://codex.ww.wp.xz.cn/New_To_WordPress_-_Where_to_Start
https://codex.ww.wp.xz.cn/First_Steps_With_WordPress
https://codex.ww.wp.xz.cn/Getting_Started_with_WordPressThanks