Carolina Nymark
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] wrap textHi
It depends what you mean with “wrap around”.
There are no built in settings for it but you can try aligning the image. The image needs to be placed in the content between the paragraph blocks.
For example, you may have a long paragraph at the top, then insert an image and align it to the left or right. Then the next set of paragraphs will be aligned to the left or right of that image.
Then you can continue the text below the image.<!-- wp:paragraph -->
<p>For example, you may have two long paragraphs at the top. For example, you may have two long paragraphs at the top</p>
<!-- /wp:paragraph -->
<!-- wp:image {"id":50,"width":"88px","height":"auto","sizeSlug":"large","linkDestination":"none","align":"left"} -->
<figure class="wp-block-image alignleft size-large is-resized"><img src="link" alt="" class="wp-image-50" style="width:88px;height:auto"/></figure>
<!-- /wp:image -->
<!-- wp:paragraph -->
<p>Then insert an image and align it to the left or right.<br>Then the next set of paragraphs will be aligned to the left or right of that image.</p>
<!-- /wp:paragraph -->
<!-- wp:paragraph -->
<p>Then you can continue the text below the image.</p>
<!-- /wp:paragraph -->Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] Twenty Twenty-Five, Mobile menu won’t clickI am glad you solved it!
Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] Sections don’t work appropriatelyHi,
I am trying to narrow down what is happening, but I am not able to reproduce it.
I am not seeing any problems, so I might be misunderstanding what you mean with “do not take currentColor”- I added a group block.
- Inside it I added a paragraph with a link. This is so that I could compare the color of the other blocks to the regular text.
- Then I added two author name blocks, and two date blocks: with and without the link option enabled.
- Then I activated each section style.
- Next I opened the Site Editor style variation selector and changed the colors site wide, and both the text color and the link color still worked.
If I change the text and link color of the group block, the colors of the inner blocks also change correctly.
Is it the text color or link color that is not working?
Both these blocks have the option to be links. If the link option is used, the link color will be applied, not the text color.
Is it a specific combination of a site wide style variation and block style that is not working?Have you saved any changes using the Styles sidebar or custom CSS, or activated a style variation? Then the changes are saved in the database, and changes to the json files will not be applied because WordPress will use the database values first.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] Do not fit in mobileHi,
There are no changes related to image sizes in the theme update, here is the change log:
https://www.ads-software.com/documentation/article/twenty-twenty-five-changelog/
There is one change related to image sizes in WordPress 6.7.2, but it is a bug fix for images that are displayed in the admin area when you are using the classic editor.
https://core.trac.www.ads-software.com/ticket/62597
If you wish to submit a bug report for WordPress core, you need to use the WordPress Trac ticket system and create a new ticket. The report needs to include all the details including step-by-step instructions for how to reproduce the problem, so that it can be tested.
https://make.www.ads-software.com/core/handbook/testing/reporting-bugs/Hi
The page that is used as the posts page can not use a different template. You must edit the home template (That is how the WordPress template hierarchy works, it is not a bug).
You can delete all blocks in the current home blog template and then copy and paste the blocks form your custom template.Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] Can’t install previously removed fontsHi,
Can you provide the detailed step-by-steps instructions for how you added, removed, and re-added the fonts? Without it, it is difficult to test.Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] Add a PHPHi,
For any plugin related questions, please always use the support channels for the plugin.Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] Twenty Twenty-Five, Mobile menu won’t clickYou have an error on your website,
Uncaught (in promise) SyntaxError: Unexpected token '<', "<!DOCTYPE "… is not valid JSON
Have you disabled REST API calls?Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] Twenty Twenty-Five, Mobile menu won’t clickHi @faithfl
I am not sure what “menu won’t click” means, can you please describe the issue in more detail, including step-by-step instructions for how to reproduce it?
Twenty Twenty-Five uses the WordPress navigation block. If you are using an older device with a browser that is no longer supported, that can break the navigation block.
See https://make.www.ads-software.com/core/handbook/best-practices/browser-support/Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] Font settings of the code blockHi
You can make site wide changes to any block, including the code block by opening the Styles panel in the Site Editor and selecting the Blocks panel.
See https://www.ads-software.com/documentation/article/styles-overview/#blocks
In theme.json, the code block is styled on line 242, the style variations have its own styles.
https://github.com/WordPress/wordpress-develop/blob/trunk/src/wp-content/themes/twentytwentyfive/theme.json#L242
Remember that if you edit the files directly you will loose your changes if you update the theme.Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] Woocommerce categories in TwentytwentyfiveHi,
Twenty Twenty-Five does not include any templates for WooCoomerce, for all plugin related questions, please use the support forum for the plugin.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] Boucle de requête et paramétrageHi
I am not sure I understand the question, you may find more advanced help from other ACF developers or use a forum like stackexchange or stackoverflow.
You may need to use code and not be limited by the options in the interface, have you read this article?
https://developer.www.ads-software.com/block-editor/how-to-guides/block-tutorial/extending-the-query-loop-block/Thank you.
It looks like the query loop “offset” setting has broken, but only on the front of the site.
I can reproduce it. I tested by inserting a new query loop block with different settings and with different themes.
This is surprising because if it broke in WordPress 6.7.1, I would have expected more than two reports.
The bad news is that if the setting in the query loop is broken, it needs to be fixed in the Gutenberg plugin first, and then in WordPress. There will not be a quick fix, so my recommendation for now would be to not use this design.
Small update: It seems to be related to sticky posts.Hi
Can you please clarify the exact steps you are taking to change the home or archive page? Then I will try to reproduce it. There is no “complex blog” so I think there is some confusion about the naming and terminology, and I want to make sure that anyone reading this can test it.Yes you can copy all blocks from the original template, then create a new template, open the code editor mode, and paste all the blocks.
Next to the publish/ save button, there is an Options menu.
In that menu, there is an option that says “copy all blocks”.