Title: Tokatl's Replies | WordPress.org

---

# Tokatl

  [  ](https://wordpress.org/support/users/dwqueretaro/)

 *   [Profile](https://wordpress.org/support/users/dwqueretaro/)
 *   [Topics Started](https://wordpress.org/support/users/dwqueretaro/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dwqueretaro/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dwqueretaro/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dwqueretaro/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dwqueretaro/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dwqueretaro/favorites/)

 Search replies:

## Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] A warning error in Block Editor](https://wordpress.org/support/topic/a-warning-error-in-block-editor/)
 *  Thread Starter [Tokatl](https://wordpress.org/support/users/dwqueretaro/)
 * (@dwqueretaro)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/a-warning-error-in-block-editor/#post-17825766)
 * The site in question it’s underdevelopment locally, but I think this issue and
   others happens when the shortcode it’s included. I’m going to open another ticket
   to describe what happens when I included in a template of the custom theme (FSE).
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [building a CSS Grid Layout Module based block](https://wordpress.org/support/topic/building-a-css-grid-layout-module-based-block/)
 *  Thread Starter [Tokatl](https://wordpress.org/support/users/dwqueretaro/)
 * (@dwqueretaro)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/building-a-css-grid-layout-module-based-block/#post-17324373)
 * Thanks for your answer. I don’t see how this would be related to my problem, 
   as far as I little know the editor-style is for the core/blocks to give them 
   some… to “the block editor allows themes to opt-in to slightly more opinionated
   styles for the front end”, may be I’m wrong, any way I added to my theme those
   supports with no results. I think I wasn’t clear on what I wanted to achieve.
   I created a parent and a children block. The parent block is a grid layout container
   in the style block like this:
 *     ```wp-block-code
       .wp-block-gla-blocks-grid-layout
       {
       	border-top:1px solid var(--wp--preset--color--gold);
       	transition: transform 1s, opacity 1s;
       	display: grid;
       	gap: 3.75rem;
       	padding: 8.75rem 3.125rem 3.75rem 3.125rem;
       	grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
       	margin: 0 3.125rem;
       }
       ```
   
 * Then the children block css code:
 *     ```wp-block-code
       .wp-block-gla-blocks-grid-cards
       {
       	display: grid;
       	grid-template-rows: subgrid;
       	grid-row: auto / span 4;
       	gap: 1px;
       	width: 100%;
       	padding: 0.9375rem 1.875rem;
       	position: relative;
       	background-color: var(--wp--preset--color--white);
       }
       ```
   
 * Those css rules works very well in the frontend with the right markup. However
   in the editor are impossible make those rules to work since the markup are so
   chaotic look:
 * ![](https://i0.wp.com/images.ctfassets.net/i7qyi9eqisxm/520GtqenHtEWCY2Kv20TUR/
   bbb3371dfea4236d34804a5a5261fe1b/editor-markup.png?ssl=1)
 * That’s from the editor. Not even the subgrid rule shows up. However from the 
   frontend
 * ![](https://i0.wp.com/images.ctfassets.net/i7qyi9eqisxm/3K8hg7ahp1bQ2TFWub070J/
   f31e77a4c15b3fdac9d37a8d000ec7fe/frontend-markup.png?ssl=1)
 * Very clean markup! So in the frontend I get what I want to get.
 * Which makes me think that in the editor it’s going to be nearly impossible to
   do it.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [wp i18n make-pot… problems](https://wordpress.org/support/topic/wp-i18n-make-pot/)
 *  Thread Starter [Tokatl](https://wordpress.org/support/users/dwqueretaro/)
 * (@dwqueretaro)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/wp-i18n-make-pot/#post-17091482)
 * Thanks for the andwer. I did some testing with another local site and it works.
   What is vary frustrating is not understand the error messagges above mentioned.
   Now I know that my wp-cli configuration it’s ok sobif only I could detect the
   source of the error but I don’t know how to catch that error
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Twenty-One] is there a filter or hook could I use to customize dark mode button in wp 5.7?](https://wordpress.org/support/topic/is-there-a-filter-or-hook-could-i-use-to-customize-dark-mode-button-in-wp-5-7/)
 *  Thread Starter [Tokatl](https://wordpress.org/support/users/dwqueretaro/)
 * (@dwqueretaro)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/is-there-a-filter-or-hook-could-i-use-to-customize-dark-mode-button-in-wp-5-7/#post-14240238)
 * Thank you very much Oliver. Wow! it work’s very well. I was trying to extend 
   the php class Twenty_Twenty_One_Dark_Mode in order to hide the text and add a
   tooltip css style similar to the white house website 😀
    I’m going to look into
   your plugin as well.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Editor Tools] [Plugin: TinyMCE Advanced] Notice: Undefined index: pre in…](https://wordpress.org/support/topic/plugin-tinymce-advanced-notice-undefined-index-pre-in/)
 *  Thread Starter [Tokatl](https://wordpress.org/support/users/dwqueretaro/)
 * (@dwqueretaro)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-tinymce-advanced-notice-undefined-index-pre-in/#post-2555639)
 * No, that didn’t fix it, actually with it just doesn’t allow me to save the settings
   🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Editor Tools] [Plugin: TinyMCE Advanced] Notice: Undefined index: pre in…](https://wordpress.org/support/topic/plugin-tinymce-advanced-notice-undefined-index-pre-in/)
 *  Thread Starter [Tokatl](https://wordpress.org/support/users/dwqueretaro/)
 * (@dwqueretaro)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-tinymce-advanced-notice-undefined-index-pre-in/#post-2555637)
 * Don’t know if that the correct fix but i surrounded line 46 to line 70 with if(
   isset($_SERVER[‘PATH_INFO’]) ) { … } and it did the trick :/
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Editor Tools] [Plugin: TinyMCE Advanced] Notice: Undefined index: pre in…](https://wordpress.org/support/topic/plugin-tinymce-advanced-notice-undefined-index-pre-in/)
 *  Thread Starter [Tokatl](https://wordpress.org/support/users/dwqueretaro/)
 * (@dwqueretaro)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-tinymce-advanced-notice-undefined-index-pre-in/#post-2555624)
 * BTW this happens when I saved changes in the options 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Customize Meta Widget] [Plugin: Customize Meta Widget] Does not work with latest version of WordPress](https://wordpress.org/support/topic/plugin-customize-meta-widget-does-not-work-with-latest-version-of-wordpress/)
 *  [Tokatl](https://wordpress.org/support/users/dwqueretaro/)
 * (@dwqueretaro)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-customize-meta-widget-does-not-work-with-latest-version-of-wordpress/#post-2035483)
 * It works in 3.2.1 like a charm! Although you have to edit it manually to get 
   what you want. Anyhow much better than to touch any core file don’t you think?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Twenty Eleven – display excerpt in tag, category, and date archives](https://wordpress.org/support/topic/twenty-eleven-display-excerpt-in-tag-category-and-date-archives/)
 *  [Tokatl](https://wordpress.org/support/users/dwqueretaro/)
 * (@dwqueretaro)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/twenty-eleven-display-excerpt-in-tag-category-and-date-archives/#post-2173813)
 * Great Matthew Slyman! That conditional ROCKS!!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Add a span tag in top nav menu?](https://wordpress.org/support/topic/add-a-span-tag-in-top-nav-menu/)
 *  Thread Starter [Tokatl](https://wordpress.org/support/users/dwqueretaro/)
 * (@dwqueretaro)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/add-a-span-tag-in-top-nav-menu/#post-1631773)
 * OK, I see it was a dull question, I just created a menu in the admin panel and
   selected it as the primary top level menu, duh!
 * Cheers!
    David
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Is it correct to have two sitemaps](https://wordpress.org/support/topic/is-it-correct-to-have-two-sitemaps/)
 *  Thread Starter [Tokatl](https://wordpress.org/support/users/dwqueretaro/)
 * (@dwqueretaro)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/is-it-correct-to-have-two-sitemaps/#post-989414)
 * Just in case someone’d be interested i got an answer from google webmaster help
   forum:
 * > You can submit multiple sitemaps and they can be in different directories.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Right place for the entire CSS in my blog?](https://wordpress.org/support/topic/right-place-for-the-entire-css-in-my-blog/)
 *  Thread Starter [Tokatl](https://wordpress.org/support/users/dwqueretaro/)
 * (@dwqueretaro)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/right-place-for-the-entire-css-in-my-blog/#post-970546)
 * OK, thanks for your answer drewactual.
    So there aren’t any kind of restrictions
   on where we can place our style in wordpress themes. Good.
 * Cheers
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Right place for the entire CSS in my blog?](https://wordpress.org/support/topic/right-place-for-the-entire-css-in-my-blog/)
 *  Thread Starter [Tokatl](https://wordpress.org/support/users/dwqueretaro/)
 * (@dwqueretaro)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/right-place-for-the-entire-css-in-my-blog/#post-970523)
 * Hmmm, thanks for answer, let me see if I understood, the file base.css is in 
   the path:
 * mysite.com/estilos/base.css
 * and my blog style is in:
 * mysite.com/blog/wp-content/themes/myowntheme/style.css
 * In my local server works good. But I’m not sure if it’s correct that way when
   I publish it. I’ve seen some others wordpress blogs published but they prefer
   to repeat their css code and place it in the blog/wp-content/themes/myowntheme/
   directory. Is that what you mean by peer directory?
 * Regards

Viewing 13 replies - 1 through 13 (of 13 total)