Forum Replies Created
-
AuthorPosts
-
sujapatiKeymaster
@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,
SujapatisujapatiKeymasterHello 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,
SujapatiApril 29, 2024 at 8:26 am in reply to: Problem to manage installation BizBoost Pro & FSE Pro Plugin #335086sujapatiKeymaster@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,
SujapatisujapatiKeymaster@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,
SujapatisujapatiKeymaster@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,
SujapatiApril 17, 2024 at 1:46 am in reply to: WooCommerce variation dropdown menu isn’t styled in Safari browser #334769sujapatiKeymaster@Fedric: We are in the process of finalizing an upcoming update. You will get notified soon.
Best Regards,
SujapatiApril 16, 2024 at 8:27 am in reply to: WooCommerce variation dropdown menu isn’t styled in Safari browser #334748sujapatiKeymaster@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,
SujapatisujapatiKeymaster@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.
sujapatiKeymaster@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.sujapatiKeymaster@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.
sujapatiKeymaster@CaseyDwayne: Can you please provide me your URL so that it would be more clearer to check on your end?
sujapatiKeymaster@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.
sujapatiKeymaster@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
SujapatiApril 11, 2024 at 11:28 pm in reply to: colors images change when hovering over images in how it works pattern #334539sujapatiKeymaster@Hansh: Glad to know you found the solution. Feel free to contact me for any other theme-related issues
sujapatiKeymaster@DeumWottan: Please share your URL so that we can check on your site.
sujapatiKeymaster@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
Thanks
SujapatisujapatiKeymasterHello 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>sujapatiKeymaster@HansH: You should follow the following steps for the columns to the ‘latest from the editorial’.
i. Go to the patterns folder of the theme file, there you will find ‘latest-posts.php’.
ii. Inside the file you will find wp:query “perPage” :3 (i.e. default), please make it 4 or 5 as your site requires.
iii. Then go to the browser login to your admin section, Go to Appearance => Site Editor
iv. Now you will need to click on the list view icon(three horizontal lines)
iv. Select the ‘latest from the editorial pattern’ where you will need to click Qurey Loop => Post Template
v. There on the right side you will find the columns field where you can set the columns to 4 or 5 as you want
(Please view the attached image for detailed information)Threadwears Corporate is also the same Threadwears Pro theme. It’s just one of the variations of threadwears pro that one can use as per as their requirements.
Thanks
SujapatiApril 10, 2024 at 11:44 pm in reply to: large white space between title and upper border of pattern #334501sujapatiKeymaster@HansH: Glad to hear that it worked for you. Please feel free to contact me if there are any issues.
April 10, 2024 at 9:12 am in reply to: large white space between title and upper border of pattern #334486sujapatiKeymasterHello HansH,
For reducing the gap between two patterns, please add the following CSS.wp-block-section { padding-top: clamp(42px, 5.5vw, 60px); }
And for the gap between the group heading and the content, add the following CSS,
.wp-block-section .wp-block-group-heading { margin-bottom: clamp(21px, 3.5vw, 35px); position: relative; }
Thanks
Sujapati -
AuthorPosts