Forum Replies Created

Viewing 20 posts - 161 through 180 (of 204 total)
  • Author
    Posts
  • in reply to: Featured image on pages and posts #335125
    sujapati
    Keymaster

    @carlos: Please disregard the previous CSS code as it is not the optimal solution, and kindly replace it with the following.

    
    
    body:not(.home) .singular-section .post-thumbnail {
    display: none;
    }
    
    

     
    <div>For the title HOME in front page, you can remove it by adding CSS  below:

    </div>
    <div>

    </div>
    <div>.home .site-content .content-area main .entry-header h1 {
    display: none;
    }</div>
    <div>

    </div>
    <div></div>
    <div>Regards,
    Sujapati</div>

    in reply to: Changing size of hamburger menu #335124
    sujapati
    Keymaster

    Hello Empress

    To modify the size of the hamburger menu overlay, kindly incorporate the following CSS code.

    .wp-block-main-header .wp-block-navigation .wp-block-navigation__container {
    	margin-left: 0;
    }
    
    @media screen and (min-width: 37.5em) {
    	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    		padding: 30px;
    	}
    
    	.wp-block-navigation__responsive-container-close {
    		top: -41px;
    	}
    
    	.wp-block-navigation__responsive-container.is-menu-open {
    		padding: 0;
    	}
    
    	.wp-block-navigation__responsive-container {
    		bottom: auto;
    		left: auto;
    		width: 280px;
    		padding: 0;
    		position: absolute;
    		top: 100%;
    	}
    
    	.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    		margin-top: 0;
    	}
    
    	.has-modal-open button.wp-block-navigation__responsive-container-open {
    		opacity: 0;
    		visibility: hidden;
    	}
    
    	.wp-block-navigation__responsive-container.is-menu-open {
    		overflow: visible;
    	}
    
    	.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    		margin-top: 0;
    	}
    }

    In regard to the header issue, we have thoroughly tested it on our theme and it performed optimally. Could you please specify the specific header element you are attempting to add that led to the error? Additionally, would you provide us the URL for further investigation?

    Kind Regards,
    Sujapati

    in reply to: Featured image on pages and posts #335118
    sujapati
    Keymaster

    @carlos: Sorry for the inconvenience. This feature is only available in Pro version where you can disable it from Theme Customizer in just a click. So, I recommend you to upgrade to pro version. For free version, it will be bit technical  and you can disable that by building child theme or hide it using Custom CSS.

    
    
    .single .post-thumbnail,
    .page .post-thumbnail {
    display: none;
    }
    
    

    Kind Regards,
    Sujapati

    in reply to: Featured image on pages and posts #335110
    sujapati
    Keymaster

    @carols:

    Apologies for any miscommunication. To disable the featured image on single posts/pages, please navigate to Appearance => Customize => Theme Options => Layout Options. Here, you will find the option for Single Page/Post Image. You can disable it from there.

    Regarding cropping the posts’ featured images, you can restore them to their original format by adding the following CSS.

    
    
    .wp-block-themeisle-blocks-posts-grid .o-featured-container .o-featured-post .o-posts-grid-post-image a img {
    height: auto;
    }

    Please feel free to ask if you require further clarification or have any additional queries.

    Regards,
    Sujapati

    in reply to: Featured image on pages and posts #335107
    sujapati
    Keymaster

    Hello Carlos,

    For the first one:
    To disable the featured image on the detail page or the entire site, navigate to the admin dashboard. From there, access Appearance => Customize => Header Media. You will find a list of options to enable or disable the header media.

    For the second:
    We have explored various blocks such as post lists, category lists, and latest posts blocks but haven’t located the ‘Enabled Featured Post’ option you mentioned. Could you please specify the exact block you are using? Also, if possible, could you share your site URL so that we can examine it in detail?

    Kind Regards,
    Sujapati

    sujapati
    Keymaster

    @alfredodigitale: Sorry for the difficulty. Unlike the customizer theme, you will need to rewrite the site on FSE. Upon migration from the free to the pro version, you will receive a fresh theme along with both pro and free patterns, templates and template parts. You will simply need to add the desired section and continue building your site.

    Please inform us if you encounter any difficulties during this process.

    Kind Regards,
    Sujapati

    in reply to: pattern can’t modify in multilanguage #335082
    sujapati
    Keymaster

    @barbarossa: After reviewing the situation, it appears that this issue may be related to the Polylang plugin. Could you please kindly post your query in the Polylang support forum for a more targeted response?

    Regards,
    Sujapati

    in reply to: pattern can’t modify in multilanguage #335077
    sujapati
    Keymaster

    @barbarossa: Could you please let us know if you’ve used any third-party plugins for that? If so, please kindly share the plugin name with us. This information will help us test and debug the issue more effectively.

    Kind Regards,
    Sujapati

    sujapati
    Keymaster

    @Fedric: We are in the process of finalizing an upcoming update. You will get notified soon.

    Best Regards,
    Sujapati

    sujapati
    Keymaster

    @Fredric:  We’ve made adjustments to enhance the default styling of the select dropdown on iOS/Safari in our core theme. Once your theme is updated, these changes will be reflected on your site.

    Regards,
    Sujapati

    in reply to: How do I customize Excerpt/Content block? #334664
    sujapati
    Keymaster

    @CaseyDwayne: Sorry for the inconvenience but we are still unclear about your purpose of using excerpt and content block. If you want to add posts to your page, we have ‘recent blog posts’ pattern.

    Please let us know.

    in reply to: clickable accordeon #334608
    sujapati
    Keymaster

    @HansH: I apologize for any misunderstanding; it seems I didn’t grasp the situation correctly. The requested functionality  will be updated by tomorrow. In case you want to switch the theme to any other, yes you can contact to our sales team for assistance.
    Looking forward to hearing from you.

    in reply to: clickable accordeon #334553
    sujapati
    Keymaster

    @HansH: We sincerely apologize that the feature you have requested is presently unavailable on the block theme. However, our team is actively working on its development, and we will keep you informed of any updates in due course.

    in reply to: How do I customize Excerpt/Content block? #334546
    sujapati
    Keymaster

    @CaseyDwayne: Can you please provide me your URL so that it would be more clearer to check on your end?

    in reply to: clickable accordeon #334545
    sujapati
    Keymaster

    @HansH: Can you please provide me the screenshot for that? I didn’t get how you trying to use an image as clickable on accordion.

    in reply to: header items not on one row #334544
    sujapati
    Keymaster

    @HansH: Please add the CSS below to adjust the width for menu of the header default.

    
    
    body .wp-block-primary-header.wp-header-right, body .wp-block-main-header.wp-block-primary-header .wp-block-navigation {
    width: auto;
    }
    
    

     

    Thanks
    Sujapati

    sujapati
    Keymaster

    @Hansh: Glad to know you found the solution. Feel free to contact me for any other  theme-related issues

    in reply to: After the last update the pages give a 404 error #334519
    sujapati
    Keymaster

    @DeumWottan: Please share your URL so that we can check on your site.

    in reply to: try to reproduce the layout of the warble demo #334518
    sujapati
    Keymaster

    @Pikabon: I see you have made lots of changes on the ‘Primary Header’ which has caused the changes on structure of header. So please reset the primary header and add menu once again. For this please follow the following steps:

    i.  Go to your dashboard Appearance => Site Editor
    ii. Then you need to click on Patterns => Manage all template parts
    iii. You will see lists of template parts, you can find the primary header there.
    iv. On the right side of the primary header list there you need to click on the clock icon to reset it.

    Below is the screenshot

    image-3

    Thanks
    Sujapati

    in reply to: menu goes to the line #334513
    sujapati
    Keymaster

    Hello Pikabon,
    Thanks for choosing our theme. As you can see we have a header that includes the search, cart, and user account navigations menu by default causing the unavailability of larger spaces for the main menu. So in case you don’t want to use the header right on your site, you will need to add the following CSS to your theme.

    body .wp-block-main-header .wp-block-navigation {
    width: auto;
    }

    Thanks
    Sujapati</div>

Viewing 20 posts - 161 through 180 (of 204 total)