Forum Replies Created

Viewing 20 posts - 61 through 80 (of 204 total)
  • Author
    Posts
  • in reply to: login logout problem solved #338965
    sujapati
    Keymaster

    @HansH: No worries at all, we’re glad to know that. We will go ahead and close this topic now.  Feel free to reach out anytime for any further assistacne.

    Kind Regards,
    Sujapati

    in reply to: Issue with Page Editing – Blocks Error #338956
    sujapati
    Keymaster

    Hello Giustiartstudio:

    We tested the theme on our local server with PHP 8.1.0 and found no page editing errors. If you’re using an older PHP version, please update and check again. Also, third-party plugins might be causing the issue—try deactivating them one by one to identify the root cause. Additionally, let us know which blocks you’re trying to edit and share a screenshot for further investigation.

    Kind Regards,
    Sujapati

    in reply to: Control Block Width #338889
    sujapati
    Keymaster

    @dgmcleod: We’re glad the menu width adjustment resolved the issue and we really  appreciate your feedback.

    If you have any further suggestions or require assistance with customization, feel free to reach out. We’re happy to help!

    Best regards,
    Sujapati

     

    in reply to: Control Block Width #338884
    sujapati
    Keymaster

    @dgmcleod55:

    While testing your URL, we didn’t encounter the overlapping issue you mentioned. Please find the screenshot below:

    image-8

    Has the issue been resolved on your end? If you’re still experiencing the problem, kindly share a screenshot so we can further assist you.

    Kind Regards,
    Sujapati

    in reply to: line under header #338859
    sujapati
    Keymaster

    @HansH: Yes that line was intended to separate the header from body content. If you want to remove it, you can add following CSS on your site.

    .header-transparent .wp-block-main-header {
        border-bottom: none;
    }

    Kind Regards,
    Sujapati

    in reply to: projects name adjust #338854
    sujapati
    Keymaster

    We have thoroughly tested the theme and found that the current title on your portfolio page is the default title from the Jetpack plugin. Since you are using the same portfolio on both the inner page and the homepage, the title set in the Portfolio Archive Title field appears on both pages.

    If you’d like to remove it from the homepage while keeping it on the inner page, you’ll need custom CSS. We cab provide you with the necessary code—just let us know!

    Kind Regards,
    Sujapati

    in reply to: Burger Style Menu #338846
    sujapati
    Keymaster

    Hello Jeffrey:  Thanks for the query. You can replace the horizontal menu by a hamburger menu on the desktop device by adding the CSS below:

    
    .nav-primary {
        display: none;
    }
    
    @media screen and (min-width: 991px) {
        .mobile-menu-anchor {
            display: inline-block;
        }
    }
    @media screen and (min-width: 1200px) {
        .mobile-menu-anchor {
            position: absolute;
            left: 20px;
        }
    }
    
    

    Please go to “Customize => Additional CSS ”, upload the code and save the changes.

    Kind Regards,
    Sujapati

    • This reply was modified 7 months ago by sujapati.
    • This reply was modified 7 months ago by sujapati.
    • This reply was modified 7 months ago by sujapati.
    • This reply was modified 7 months ago by sujapati.
    • This reply was modified 7 months ago by sujapati.
    sujapati
    Keymaster

    @Gopal: Thanks for  reaching out!  Below are the solutions for your queries;
    1. If you’d like to adjust the header height, you can do so by adding the following custom CSS to your site:

    
    .navigation-classic .site-header-main {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    This increases the top and bottom padding of the header, making it taller. You can adjust the pixel values as needed to achieve your desired height. Go to “Customize => Additional CSS” to paste the above code.

    2. Could you please clarify what you mean by “Custom Logo Positioning”? Are you looking to center the logo, move it to a specific location, or make other layout adjustments?

    3. Yes, you can change the header’s background color without affecting the rest of the site.  Please navigate “Customize => Colors => Page Header Background.  I’ve also attached a screenshot below for reference.

    image-7

    If you need any further assistance, feel free to reach out. We’re happy to help!

    Kind Regards,
    Sujapati

    in reply to: submenu doesn’t show up and link color #338839
    sujapati
    Keymaster

    @HansH: Upon inspecting your menu in the browser, we didn’t find any submenu items. This could be due to missing URLs in your links or the menu not being saved properly. Could you please share a screenshot of your navigation settings in the editor so we can assist you further?

    Kind Regards,
    Sujapati

    in reply to: submenu doesn’t show up and link color #338837
    sujapati
    Keymaster

    @HansH:  We’re delighted to hear that you’re recommending our theme to your circle—thank you for that! Regarding the issue you’ve reported, we’ve thoroughly tested it on our server and couldn’t replicate the problem. Both the submenu and link colors appear to be working correctly. Could you please share your site URL so we can investigate further?

    Kind Regards,
    Sujapati

    in reply to: Control Block Width #338833
    sujapati
    Keymaster

    @dgmcleod55: Apologies for the inconvenience. Could you please share your site URL so we can review the issue and provide the appropriate solution?

    Kind Regards,
    Sujapati

    in reply to: projects name adjust #338820
    sujapati
    Keymaster

    @Peterlwd: It looks like you may have mistakenly selected “Fotografie Blocks” instead of “Fotografie” as the project name.

    To update the title, navigate to Customize → Essential Content Types Plugin Options → Portfolio. There, you’ll find the ‘Portfolio Archive Title’  field, where you can update the title and save the changes. Let us know if you need any help!

    Kind Regards,
    Sujapati

    in reply to: projects name adjust #338819
    sujapati
    Keymaster

    @Peterlwd: Editing text in Block Themes is simple. Just click “Edit Page” from the admin bar, which will take you to the page editor in your WordPress dashboard. From there, you can easily modify the content and save your changes.
    Let us know if you need any assistance!

    Kind Regards,
    Sujapati

    in reply to: Change default color for inputbox #338815
    sujapati
    Keymaster

    @staipa: Glad to know that. Feel free to reach out anytime.

    Kind Regards,
    Sujapati

    in reply to: Comments are not shown #338811
    sujapati
    Keymaster

    @Staipa: We’ve tested it on our server, and the comments on the posts are functioning as expected. Please check if the comments are in the pending list or require approval. Additionally, review the discussion settings in your WordPress dashboard to ensure that manual approval for comments is enabled. Let us know if you need further assistance!

    Kind Regards,
    Sujapati

    in reply to: Change default color for inputbox #338809
    sujapati
    Keymaster

    @staipa: For the border to all input box, please add the CSS below

    
    
    input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
        border: 1px solid var(--wp--preset--color--border-color);
    }

    Please navigate Appearance => Customize => Additional CSS to add the code

    Kind Regards
    Sujapati

    in reply to: Change default color for inputbox #338803
    sujapati
    Keymaster

    @stapia: Certainly, we can add additional CSS to address that. Kindly share your site URL along with your preferred color, and we’ll assist you further.

    Regards,
    Sujapati

    in reply to: Random headder photo #338798
    sujapati
    Keymaster

    @HansW:

    We apologize for the inconvenience.

    Upon checking on our server, the issue resolves when the site is refreshed. It might also be caused by a plugin conflict. To identify the cause, please deactivate all plugins and reactivate them one by one to pinpoint the conflicting plugin.

    Additionally, regarding the random uploaded headers: this feature also means that each page on your site will display a randomly selected header image from the ones you’ve uploaded. Please note that since you’re using the free version, the header media feature is not available.

    Let us know if you need further assistance!

    Kind Regards,
    Sujapati

    in reply to: Space between logo and upper and lower margin #338665
    sujapati
    Keymaster

    @laramanzoni59: Please add the CSS below to reduce the top great social bar space.

    #header-top .header-top-right {
    padding: 0;
    }
    
    #header-top .widget {
        margin-top: 0;
        margin-bottom: 0;
    }

    You can adjust the above values in pixels as per your site requirements.

    Regards,
    Sujapati

    in reply to: Space between logo and upper and lower margin #338657
    sujapati
    Keymaster

    @laramanzoni59: To reduce the vertical spacing of logo, kindly add the CSS below:

    #site-branding {
        padding: 0 20px;
    }
    

    To apply this, go to Customize Additional CSS and paste the provided code.
    If you require any further assistance, please don’t hesitate to let us know!

    Kind Regards,
    Sujapati

Viewing 20 posts - 61 through 80 (of 204 total)