Clarion Technologies
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Bulk apply theme?Hi,
Yes you can do that. Simply go to the network admin theme section and activate the theme you want. it will be network activated and will be applied to all the network website.
Thanks
Forum: Fixing WordPress
In reply to: Remove H3 tagsHi,
It must be present in Template file. You need to remove it from the template or else you can change the style of it using css so it would appear as normal text.
Thanks
Forum: Fixing WordPress
In reply to: Auto Update 4.1.1 to 4.5.2Hi,
You can update your wordpress to latest version manually.
https://codex.ww.wp.xz.cn/Updating_WordPress#Manual_Update
Thanks
Forum: Fixing WordPress
In reply to: Not Acceptable! error on logoutHi,
This is a server-side (Apache) issue. Please contact your hosting provider support.
Thanks
Forum: Fixing WordPress
In reply to: some file missingYour Welcome 🙂
Forum: Fixing WordPress
In reply to: Changing All Link colors on my siteHi,
Have you tried this
div.sidebar a, div.sidebar a:link { color: #3b5998 !important; }Thanks
Forum: Fixing WordPress
In reply to: Member registration using FacebookHi,
Have you followed the following steps given in the plugin installation section and obtained the APP ID and set it in the plugin settings?
Create a facebook app => https://developers.facebook.com/apps/
Don’t choose from the listed options, but click on “advanced setup” in the bottom.
Choose an app name, and a category, then click on Create App ID.
Pass the security check.
Go to the Settings of the application.
Click on + Add Platform, and choose Website.
Give your website’s address at the Site URL field with: http://yoursiteurl.com
Give a Contact Email and click on Save Changes.
Go to Status & Review, and change the availability for the general public to YES.
Go back to the Settings, and copy the App ID, and APP Secret.
Paste them into your website’s Settings -> Nextend Settings.
Save changes!
Thanks
Forum: Fixing WordPress
In reply to: 'LEAVE A REPLY' Ghost – Turned Off, But Comes Back!Your Welcome 🙂
Forum: Fixing WordPress
In reply to: How to remove "Continue Reading" button under postYour Welcome 🙂
Forum: Fixing WordPress
In reply to: Check existing value exists in databaseHello jamestrada,
We can use the below code for checking the meta_value exit or not:
From here, you can then iterate through the list of users to find what you need: if(!get_users_by_meta_data( 'my_key', 'my_value')){ //add you meta here }Thanks
Forum: Fixing WordPress
In reply to: How to add a form to give stars to a review on my website.Below plugin is good, Maybe its suit your requirements.
https://ww.wp.xz.cn/plugins/wp-customer-reviews/screenshots/
Forum: Fixing WordPress
In reply to: Theme problem on mobileHi,
As the theme you are using is Matrix, you should open a support ticket at the theme forum as the theme developer will be able to assist you more efficiently than anyone here.
Also this issue will be solved for all the future versions of the themes.
https://ww.wp.xz.cn/support/theme/matrix
Thanks
Forum: Fixing WordPress
In reply to: Am I being hacked?ok sure.
And yes you can also take the help of your hosting support to check if the emails are really sent through the server where your website is hosted.
Thanks
Forum: Fixing WordPress
In reply to: Am I being hacked?Hi,
This email is not sent by WordPress.
To confirm is the emails are actually sent by WordPress change the email address of the admin user from the admin settings.
Currently the email is sent by [email protected] address
Change the address to something else in the WordPress admin settings and then see the emails sent.
If the email sent after changing the email address contains the new email address then we can say that your site may be compromised and needs to be checked.
But if the email still contains the old email address then it will confirm that the emails are not sent by the WordPress website but someone have got your client’s email address and is using to send spam messages may be using a marketing tool.
Thanks
Forum: Fixing WordPress
In reply to: Am I being hacked?Hi,
You can check website is being hacked or not from the below link.
https://sitecheck.sucuri.net//
Also spam email are sent from client email address does not mean your website is hacked.
There is lot of things here to be checked.
1) Are the emails sent by WordPress?
2) Anyone can get an email address of a person from a forum, website etc.
3) The codes mentioned by the Exploit Scanner only tells that the functions used their have another alternative functions as now most of the php functions will get depreciated in the next version of PHP.
4) What types of emails are sent? What is the content of the email? Can you provide one example email content?
Thanks