Title: keepact's Replies | WordPress.org

---

# keepact

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 49 total)

1 [2](https://wordpress.org/support/users/keepact/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/keepact/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/keepact/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/keepact/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Astra] Custom post template?](https://wordpress.org/support/topic/custom-post-template-15/)
 *  [keepact](https://wordpress.org/support/users/keepact/)
 * (@keepact)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/custom-post-template-15/#post-11879766)
 * Thank you so much for returning.
 * I imagined cases of removing the <article> tag from pages, putting id in the 
   header for javascript and for blogging to change the order of things.
 * For example, on the search page, I had to make Grid combinations and create orders
   to be able to use existing markup and not create another template. Incorporating
   this into a simple example in your Doc would be great!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Astra] Custom post template?](https://wordpress.org/support/topic/custom-post-template-15/)
 *  [keepact](https://wordpress.org/support/users/keepact/)
 * (@keepact)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/custom-post-template-15/#post-11867329)
 * I have an open topic with the same question. Looks like we were ignored …
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Astra] Using astra_content_page_loop](https://wordpress.org/support/topic/using-astra_content_page_lopp/)
 *  Thread Starter [keepact](https://wordpress.org/support/users/keepact/)
 * (@keepact)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/using-astra_content_page_lopp/#post-11821793)
 * I was thinking thinking anyway, it would be nice to know how to use this function
   to change the overall page markup for future projects.
 * Can you show an example? Sorry to bother you guys!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Astra] Using astra_content_page_loop](https://wordpress.org/support/topic/using-astra_content_page_lopp/)
 *  Thread Starter [keepact](https://wordpress.org/support/users/keepact/)
 * (@keepact)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/using-astra_content_page_lopp/#post-11821568)
 * Very good to hear this news. I’ll wait, Thank you!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Astra] Add Html Author String](https://wordpress.org/support/topic/add-html-author-string/)
 *  Thread Starter [keepact](https://wordpress.org/support/users/keepact/)
 * (@keepact)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/add-html-author-string/#post-11800717)
 * Sorry for the delay in answering, was traveling. I saw that the function you 
   provided does not include the string but I used the function in Docs to remove
   and created another string with the necessary html. Anyway, thanks for the support!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Astra] Astra Page Info Filter](https://wordpress.org/support/topic/astra-page-info-filter/)
 *  Thread Starter [keepact](https://wordpress.org/support/users/keepact/)
 * (@keepact)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/astra-page-info-filter/#post-11670345)
 * The answer to another question about “Remove” Archive: “Text” helped me and I
   solved it. If anyone needs this is the code:
 * `add_filter( 'get_the_archive_description', 'custom_archive_description' );
    
   function custom_archive_description( $description ) { if ( is_post_type_archive()
   || is_month() ) { $description = '<p>test</p>'; } return $description; }
 * PS: The answers of this support are very valuable 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Astra] Sidebar Settings Not Working](https://wordpress.org/support/topic/sidebar-settings-not-working/)
 *  Thread Starter [keepact](https://wordpress.org/support/users/keepact/)
 * (@keepact)
 * [6 years, 12 months ago](https://wordpress.org/support/topic/sidebar-settings-not-working/#post-11641667)
 * Everything ok now!
 * I realized that there is a function to choose the sidebar side or it is disabled
   in the customizer. I was trying to change the blog page and I believe that the
   configuration of the customizer has greater specificity.
 * Regarding the classes, I found a theme filter that only adds the ones I want (
   astra_body_classes) and removed the unwanted classes.
 * I also noticed that the ast-separate-container and as-two-container classes are
   part of the core that links the Blog page and with few changes I was able to 
   customize the template and integrate with the wordpress blog and posts. Now I
   understand theme better and I can use all the functions (filters) when necessary.
 * Thanks for the attention of the support for the ticket I opened, by the way, 
   it was very fast!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Astra] Sidebar Settings Not Working](https://wordpress.org/support/topic/sidebar-settings-not-working/)
 *  Thread Starter [keepact](https://wordpress.org/support/users/keepact/)
 * (@keepact)
 * [6 years, 12 months ago](https://wordpress.org/support/topic/sidebar-settings-not-working/#post-11639707)
 * I was able to remove the class “ast-right-sidebar” and add the ones I wanted.
   The ones i could not getting take out using body_class () funcition are “ast-
   separate-container” and “ast-two-container”. I do not know why this happens only
   with these classes. Do you guys have any filters? Thank you!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Astra] Sidebar Settings Not Working](https://wordpress.org/support/topic/sidebar-settings-not-working/)
 *  Thread Starter [keepact](https://wordpress.org/support/users/keepact/)
 * (@keepact)
 * [6 years, 12 months ago](https://wordpress.org/support/topic/sidebar-settings-not-working/#post-11638929)
 * New discovery:
 * The bug persists but I figured out why it worked: I deleted <div id = “primary”
   > and used only the “content-primary” class.
 * Apparently the body classes only work with this id and I managed to get the solution
   in this strange way.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Astra] Sidebar Settings Not Working](https://wordpress.org/support/topic/sidebar-settings-not-working/)
 *  Thread Starter [keepact](https://wordpress.org/support/users/keepact/)
 * (@keepact)
 * [6 years, 12 months ago](https://wordpress.org/support/topic/sidebar-settings-not-working/#post-11638447)
 * Updates … I created a ticket for this problem but for now I was able to solve
   it as follows:
 * 1 – I created a new template and called it from home.php. on my child theme.
 * 2 – I used Wp_query to call author, excerpt, post image and etc.
 * 3 – I put in the customizer field as “No-sidebar” and this time it worked (the
   sidebar left the html), however, I can still see in the main class of the body
   the childs classes “ast-right-sidebar” and “ast- separete-container “.
 * I changed the styles of these classes and everything worked normally and integrated.
   I do not know if this is the correct way but I did it. In the open ticket response
   I was informed that I would have to create a staging site but I’m developing 
   on localhost. Anyway, thanks for the help and i hope to confirm if there is another
   method beyond that to achieve this.
 * PS: I noticed that when I click on “Preview” opens the front page, however, when
   I click again opens another tab with the blog page, strange … Since I have no
   plugins I do not know where this comes from.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Astra] Sidebar Settings Not Working](https://wordpress.org/support/topic/sidebar-settings-not-working/)
 *  Thread Starter [keepact](https://wordpress.org/support/users/keepact/)
 * (@keepact)
 * [7 years ago](https://wordpress.org/support/topic/sidebar-settings-not-working/#post-11636419)
 * Another thing.
 * I used WP_query to show some posts and I noticed that each post block is with
   the classes of the Ultimate Addons for Gutenberg plugin. I already used it before
   but I chose to use only gutenberg to learn better about it. I deactivated and
   deleted the plugin months ago but apparently there are still leftovers from it
   in the core. How do I remove and return to the default? I send another ticket?
 * UPDATE: i found some posts made by the plugin that i not deleted e thats why 
   is showing, sorry! Anyway, i will wait for the support ticket solution for the
   other question! thanks.
    -  This reply was modified 7 years ago by [keepact](https://wordpress.org/support/users/keepact/).
    -  This reply was modified 7 years ago by [keepact](https://wordpress.org/support/users/keepact/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Astra] Sidebar Settings Not Working](https://wordpress.org/support/topic/sidebar-settings-not-working/)
 *  Thread Starter [keepact](https://wordpress.org/support/users/keepact/)
 * (@keepact)
 * [7 years ago](https://wordpress.org/support/topic/sidebar-settings-not-working/#post-11635917)
 * I just did it, thank you!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Astra] Gutenberg columns are very narrow](https://wordpress.org/support/topic/gutenberg-columns-are-very-narrow/)
 *  [keepact](https://wordpress.org/support/users/keepact/)
 * (@keepact)
 * [7 years ago](https://wordpress.org/support/topic/gutenberg-columns-are-very-narrow/#post-11571444)
 * Hello, coming back to let me know that I got it but erasing the shortcode [uab]
   and using only the classes. I think you’ve mistaken the support forum for the
   Ultimate Addons for Gutenberg plugin.
 * This is the code:
 *     ```
       add_action('admin_head', 'disable_astra_padding');
   
        function disable_astra_padding() {
         echo '<style>
           .edit-post-visual-editor .editor-block-list__block .editor-block-list__block-edit {
               padding-left: 0;
               padding-right: 0;
           }
         </style>';
       }
       ```
   
 * Anyway, thanks for the tip. I hope this issue is resolved in future updates 😀
    -  This reply was modified 7 years ago by [keepact](https://wordpress.org/support/users/keepact/).
    -  This reply was modified 7 years ago by [keepact](https://wordpress.org/support/users/keepact/).
    -  This reply was modified 7 years ago by [keepact](https://wordpress.org/support/users/keepact/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Astra] Gutenberg columns are very narrow](https://wordpress.org/support/topic/gutenberg-columns-are-very-narrow/)
 *  [keepact](https://wordpress.org/support/users/keepact/)
 * (@keepact)
 * [7 years ago](https://wordpress.org/support/topic/gutenberg-columns-are-very-narrow/#post-11564804)
 * Did not work. After I put that last code in functions.php nothing happened.
 * Anyway, if there is any other solution keep us informed!
    -  This reply was modified 7 years ago by [keepact](https://wordpress.org/support/users/keepact/).
    -  This reply was modified 7 years ago by [keepact](https://wordpress.org/support/users/keepact/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Astra] Gutenberg columns are very narrow](https://wordpress.org/support/topic/gutenberg-columns-are-very-narrow/)
 *  [keepact](https://wordpress.org/support/users/keepact/)
 * (@keepact)
 * [7 years ago](https://wordpress.org/support/topic/gutenberg-columns-are-very-narrow/#post-11561823)
 * Hello,
 * I have this problem too and it makes editing very difficult. At the beginning
   I thought it was Gutenberg that (at an early stage) was having this problem but
   I changed the theme and the columns got more defined width and little (almost
   nothing) padding. Any news about a possible update to fix this would greatly 
   appreciate it!

Viewing 15 replies - 1 through 15 (of 49 total)

1 [2](https://wordpress.org/support/users/keepact/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/keepact/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/keepact/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/keepact/replies/page/2/?output_format=md)