Clarion Technologies
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress UpgradeHi,
Try updating WordPress manually. Steps to update manually are given in the following links.
https://codex.ww.wp.xz.cn/Updating_WordPress#Manual_Update
Thanks
Forum: Networking WordPress
In reply to: Able to Access Secondary Site but not the Wp Admin FolderHi,
I think your domain is not properly mapped.
When we open http://zh.preview.nationalfed.com/ we get apache page.
Thanks
Forum: Fixing WordPress
In reply to: Am I being hacked?Hi,
No, your website is not hacked or compromised. It is fine.
Thanks
Forum: Fixing WordPress
In reply to: godaddy databaseHi,
Had you changed the database host in wp-config.php file?
Thanks
Forum: Hacks
In reply to: Filtering by Parent CategoriesHello fghtffyrdmns,
Are you passing the array of terms in tax_query if not please try using like this:
$cat = (isset($_GET['cat'])) ? $_GET['cat'] : 0; $args = array( 'tax_query' => array( array( 'taxonomy' => 'tribe_events_cat', 'field' => 'id', 'terms' =>array( $cat ), ), ) ); $my_query = new WP_Query($args);Thanks
Forum: Fixing WordPress
In reply to: Get rid of "About me section" under each postHi,
Please add the following line in your stylesheet.
.post-footer{ display:none; }Thanks
Forum: Fixing WordPress
In reply to: From root to www. now i cannot access siteok
Forum: Fixing WordPress
In reply to: Adding Social Media Icons and linksYour Welcome. 🙂
Forum: Fixing WordPress
In reply to: From root to www. now i cannot access siteOk, after rebooting it does not work then please try from another system.
Thanks
Forum: Fixing WordPress
In reply to: Am I being hacked?Hi,
Can you please post the site link which you think is hacked.
Thanks
Forum: Fixing WordPress
In reply to: Pages are not foundYour welcome. 🙂
Forum: Fixing WordPress
In reply to: From root to www. now i cannot access siteHi,
May be there is caching issue in your browser. try with different browser.
All links and site is working fine at our end.
Thanks
Forum: Fixing WordPress
In reply to: File uploadHello harshap,
Have you changed the /uploads folder permissions recursively ?If not please try changing the permission recursively to all folder inside the uploads folder.
Thanks
Forum: Fixing WordPress
In reply to: Remove Author image from postHello ruchidubey,
Can you please share your website link so that I can check and will provide the solution.
Thanks
Forum: Fixing WordPress
In reply to: Child pages not displayingHello owen652,
Can you please provide your website link to check which page are showing blanks.And also let me know which template is assigned to those child pages.Please check is their any content which is added to page ?
Thanks