Forum Replies Created

Viewing 15 replies - 16 through 30 (of 152 total)
  • Hi @elo1968

    It seems you’re using the Foxiz WordPress theme, developed by Theme-Ruby. If you’re using the premium version of this theme, I recommend reaching out to their support team for assistance with the backend not loading properly.

    This forum is dedicated to providing support for core Gutenberg features when used with default WordPress themes like Twenty Twenty-Four, Twenty Twenty-Five, or similar default themes.

    Thank you!

    Hi @elo1968

    Thanks for posting the issue here.

    Please share these informations.

    1. Install Health Checker plugins. From Tools > Site Health go to Info tab and share the info with your ticket.
    2. Share if there has any console error on your website

    Best regards,
    Muhibul

    Forum: Fixing WordPress
    In reply to: WordPress Username

    Hi @affanabbas158

    As @fierevere mentioned, you can hide usernames using plugins or make it in hash format if you want. But these are not best practices in term of SEO. Because people may find interest to read content of specific author and that’s why search engines index author based posts and author archives.

    You will notice all popular social media has usernames exposed in their profile. As you are thinking this as security fact, yes, it’s considerable, but we can handle this in other ways. Here are some steps you can follow to reduce the risk.

    1. Change the admin login URL. By default it’s wp-admin, so you can use a plugins like WPS Hide Login to change login URL. This way they will have your user name, but they don’t know where to use it.
    2. Add captcha on login. Most of the time they use robotic attack, using a captcha method, you can prevent multiple attempts.
    3. Limit the login attempts, you will find different plugins that will help you to limit login attempts, so you can set 5 or 10 maximum attempts from an ip, then it will be blocked and only you can unlock from admin dashboard.
    4. Enable 2FA for login.

    Hope these will help you to reduce risk of exposing WordPress user names.

    Have a nice day!
    Muhibul

    Hi @elo1968

    Thanks for sharing your issue. Same problem on different websites happen for different reasons. So, please create a separate ticket with your site configurations. So, we can help you better way.

    Please consider below things when you creating new ticket.

    1. Install Health Checker plugins. From Tools > Site Health go to Info tab and share the info with your ticket.
    2. Share if there has any console error on your website

    Best regards,
    Muhibul

    Hi @donkeydigest

    Thanks for posting! If you are not a coder, you can use a page builder like Elementor, Gutenberg, Bricks Builder. These builders help non-technical people to develop pages without any coding knowledge. You can create an author single page or template using their methods.

    For learning the methods, you can follow different tutorials from Youtube. By the way, are you already using any page builder on your website?

    Forum: Fixing WordPress
    In reply to: approved by kafle

    If you need any help, you can write here. Or if you need any help related to themes, you can contact to #themes channel in Slack.

    Hi @jayvyas392

    Thanks for asking the question here! But Jetpack has special forum where you will get better suggestion for your issue. They can check your site connection and assist you to connect Jetpack on your website. Here is the support forum for Jetpack!

    Best of luck!
    Muhibul

    Hi @thekendog

    Thank you for your question! Could you provide a bit more context to help me better understand which features you’re aiming to disable and how you’d like to enable metaboxes? If possible, please share screenshots for clarity.

    Forum: Fixing WordPress
    In reply to: approved by kafle

    Hi @tanveen

    My theme was approved by Kafle.

    Best regards,

    Muhibul

    Hi @laurablondedee

    Thanks for posting here! You will not able to login on WordPress dashboard, but you should login in control panel. Then you have to remove affected files from there. Did you try to login on your Fasthost cPanel?

    Forum: Fixing WordPress
    In reply to: Post headings.

    Hi @seven640

    Thanks for the update! I am always happy to help. Anyway you solved the issue that is important to me.

    Best of luck!
    Muhibul

    Hi @kaostc,

    To ensure the backend uses a consistent font regardless of the frontend style, you can override Gutenberg styles by adding a custom editor-style.css file in your theme and enqueueing it with add_editor_style(). Define your desired font for the post title in this file. This way, the backend font remains unaffected by frontend styles.

    Hi @kaostc

    Could you please explain a bit, do you want same font on both frontend and backend or different? I am saying this, because you said, how to prevent? This is making me confused actually. If you can give a little more context then it would be helpful for us.

    Best regards
    Muhibul

    Hi @nhealthmarket

    I know it’s frustrating when you can’t login to your dashboard. I am not sure why the hello.php file is inside the plugins folder. I just checked my directory and there has obviously a php file called index.php, but not sure about the hello.php file.

    You can download the file and temporarily remove it. I hope the problem will be solved.

    Please let me know if the issue still persists.

    Best of luck!
    Muhibul

    Forum: Fixing WordPress
    In reply to: Post headings.

    Hi @seven640,

    Thanks for posting here. In single pages the heading is looking large, I agree with you. A quick fix can be adding below style on your theme.

    h1.wp-block-post-title {
    font-size: 28px;
    }

    Minimalistix theme is a block theme so, you can edit the single page template from Appearance → Editor. This will help you create custom layout for your single page as well.

    Please let me know if you need further assistance!

    Best regards
    Muhibul

Viewing 15 replies - 16 through 30 (of 152 total)