chillmen
Forum Replies Created
-
I think that what you need is a plugin like this one : PublishPress Capabilities
Good luckForum: Plugins
In reply to: [Auto Alt Text] Great Plugin – Requesting new features+1 for : 1. Generate Image Title and Caption using AI ( Description i don’t think it is useful, but maybe i’m wrong)
Thank you for creating this pluginThanks a lot
Forum: Plugins
In reply to: [Advanced Query Loop] Maybe a conflict with Twenty Twenty-Four themeWhat settings, and how to do that, i mean i’m testing locally !?
Forum: Plugins
In reply to: [Advanced Query Loop] Maybe a conflict with Twenty Twenty-Four themeI’ve disabled all plugins. I’ve only activated a plugin containing my custom post types and my taxonomies, in addition to the AQL plugin.
The problem occurs when I select a Query Loop block and click on “Transform to Advanced Query Loop.” I save the template.
Immediately after, if I check the page, it is marked as non-indexable.Forum: Plugins
In reply to: [Advanced Query Loop] Maybe a conflict with Twenty Twenty-Four themeHi,
Sorry i already removed the plugin, but like i said i was left only with AQL plugin and Twenty Twenty-Four theme. I disabled all other plugins.
Wait i still have a local copy i wil test ASAP and let you know.- This reply was modified 2 years, 3 months ago by chillmen.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Archives grid Post template on mobileHi, It worked for me like this : ( I’m not an expert do tests )
Check also this links :
https://www.w3schools.com/howto/howto_css_media_query_breakpoints.asp
And this : https://stackoverflow.com/questions/6370690/media-queries-how-to-target-desktop-tablet-and-mobile@media only screen and (max-width: 450px) {
.wp-block-post-template-is-layout-grid {
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
}
@media only screen and (min-width: 460px) {
.wp-block-post-template-is-layout-grid {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
}Forum: Developing with WordPress
In reply to: Add P tag to Post title blockHi Alexander,
Thank you for your help, but this solution won’t reflect in the source code.
Right now i’m using the H2 tag in archives posts, what i need is to use p tag instead. I don’t want to use any of the H tags.
i’m using the new 2024 default theme.Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Archives grid Post template on mobileI found it, it’s in wp core, not the theme.
i used this css to keep two columns for page archives even on mobile@media (max-width: 600px) {
.wp-block-post-template-is-layout-grid {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
}- This reply was modified 2 years, 6 months ago by chillmen. Reason: add code
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Can’t hide a row using CSS…“Additional CSS” is hidden. Check at the right top panel,
here is steps to follow :
https://snipboard.io/XJ3taQ.jpgForum: Themes and Templates
In reply to: [Twenty Twenty-Four] Can’t hide a row using CSS…Have you tried adding the css code via the “Additional CSS” Panel ?
I searched for it but i missed it
thanks a lot
Great security plugin by the wayForum: Themes and Templates
In reply to: [Twenty Twenty-Three] No Images sizes in source codeYour solution works, i had to purge the cache ( using cloudflare )
thanks again for your help MatenkoskyForum: Themes and Templates
In reply to: [Twenty Twenty-Three] No Images sizes in source codeHmmm it does not work for me, i noticed that all posts and pages images dont have width and height even some new posts, but archives page posts, have image dimension, i will duplicate website on local and do some test.
Thank you for your help MatenkoskyOk, i will backup the database and do some test,
thanks for your help