Home › Forums › WoodMart support forum › About Username
About Username
- This topic has 19 replies, 2 voices, and was last updated 2 months ago by Hung Pham.
-
AuthorPosts
-
October 1, 2024 at 1:16 pm #601634
btoolsParticipantYour theme is doing a great job, especially with the feature of block html mega menus. But I just found out that your theme has a very serious problem, this problem will seriously threaten the security of the site, also please tell me as soon as possible how to solve this problem.
I use your woodmart theme to build a website, I use the browser to visit my website, right mouse button, choose to view the source code, almost every web page in the source code of my website’s background login username. For example, if I use the username “alitest” to log into the wp-admin backend. I right click on the browser to view the source code, almost every page on the site has my “alitest” username in the source code.
This is a very serious problem, because other people can easily crack the login password of my website if they get the username.October 2, 2024 at 10:52 am #601909
Hung PhamKeymasterHi btools,
Thanks for reaching to us.
For enhanced security measures, I suggest finding the security plugins can further enhance your website’s security.
Best Regards
October 2, 2024 at 5:38 pm #602067
btoolsParticipantAny page with a blog will have the username in the source file.
blog page, blog categories page, blog single post page show my username in the soure code file.
I use blog widget in my home page, the home page soure code file aslo show my username.Can’t use a plugin to fix this, I created a child theme of your woodmart theme and I can fix this in the child theme.
You tell me where in which file the code for generating username for this blog content is located, I can create the same file name in the child theme and remove that code. This will solve the problem.Please help me as quickly as possible.
October 4, 2024 at 6:43 am #602367
btoolsParticipantPlease reply me as quickly as possible
October 4, 2024 at 8:46 am #602389
Hung PhamKeymasterHi btools,
Are you referring to remove author from blog posts? Please confirm me back.
Best Regards
October 6, 2024 at 1:27 pm #602824
btoolsParticipantyes
October 6, 2024 at 4:32 pm #602842
Hung PhamKeymasterHi btools,
Please go to Theme Settings > Blog > Single post and turn off
Author bio
options https://ibb.co/cx36vmkPlease add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-entry-meta li.meta-author { display: none; }
Regards,
October 7, 2024 at 6:04 am #602881
btoolsParticipantYou make mistakes, do not use css code, it can not fix the source file show the username problem.
I created a child theme of your woodmart theme and I can fix this in the child theme, you can delete the code which create the username in my child theme files.
css code only not display username, but also show the username in the source file.You disappoint me, is woodmart theme developed by your company? My problem is so simple and you still haven’t helped me for so many days.
October 7, 2024 at 12:15 pm #603024
Hung PhamKeymasterHi btools,
Sorry for the inconveniences.
I asked again about the post author in blog posts and you confirmed that, and it can be done with Custom CSS. To assist you in the best possible manner, I kindly ask that you please provide me screenshots that illustrate the problem to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.
Thanks for your patience.
Regards,
October 7, 2024 at 12:23 pm #603033
btoolsParticipantI have made it very clear, please use php code on my child theme to remove the username of the author of the published post on the page related to the blog post.
Is your company really the developer of the woodmart theme? I really doubt it. The question I am asking is very simple and if it is the developer of woodmart theme, you will be able to tell me the answer soon.
It’s too disappointing for me.October 8, 2024 at 1:12 pm #603390
Hung PhamKeymasterHi btools,
You need to connect the Meta information options in the Theme Settings https://monosnap.com/file/mMcUMcKPPPhuwGmZPu9mAW3Yf4a0JX and in the settings of the Blog element https://monosnap.com/file/AfJE4OqmebS1L2u8VIBIvK6IfpyXYt
or you can add the following code to the child theme in function.php
function woodmart_post_meta_author( $avatar, $label = 'short' ) {}
Regards,
October 8, 2024 at 3:35 pm #603447
btoolsParticipantThank you very much!
I use this code in my child them functions.php file, is it OK?
if ( ! function_exists( ‘woodmart_post_meta_author’ ) ) {
function woodmart_post_meta_author( $avatar, $label = ‘short’ ) {
// 空函数,移除功能
}
}October 8, 2024 at 3:55 pm #603458
btoolsParticipantin the settings of the Blog element https://monosnap.com/file/AfJE4OqmebS1L2u8VIBIvK6IfpyXYt
where to find the the settings of the Blog element ?
I can not find it.October 9, 2024 at 8:00 am #603568
Hung PhamKeymasterHi btools,
1. Yes, you can use above function.
2. To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.
Regards,
October 9, 2024 at 8:37 am #603575
btoolsParticipantI ask you questions using picture each time, it is very clear. it is better than you login my Website management backend。
in the settings of the Blog element https://monosnap.com/file/AfJE4OqmebS1L2u8VIBIvK6IfpyXYt
where to find the the settings of the Blog element ?
I can not find it.October 9, 2024 at 6:57 pm #603835
Hung PhamKeymasterHi btools,
You need to create a page > use
Blog
widget > Style tab and you can see these settings https://ibb.co/0Y3przGRegards,
October 10, 2024 at 3:45 am #603883
btoolsParticipantWhen I create a page, but there is no blog widget, as shown in the following picture:
Attachments:
You must be logged in to view attached files.October 10, 2024 at 8:01 am #603913
Hung PhamKeymasterHi btools,
You need to click on
Edit with Elementor
button, you are using Gutenberg editor, which is default WordPress editor. https://ibb.co/dcjZL1nRegards,
- This reply was modified 2 months ago by Hung Pham.
October 10, 2024 at 12:45 pm #604055
btoolsParticipantThank you, I know it now.
I have another question, once I create a new page, there is no blog template available as shown in my previous picture.
October 11, 2024 at 8:40 am #604263
Hung PhamKeymasterHi btools,
This is not blog template, it’s Page Template.
Please go to Theme Settings > Blog > Blog archive and you can set Blog Design for blog archive page https://ibb.co/sbxNvMf
Regards,
-
AuthorPosts
- You must be logged in to create new topics. Login / Register