Title: Dmytro's Replies | WordPress.org

---

# dimned

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 1,177 total)

1 [2](https://wordpress.org/support/users/dimned/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/dimned/replies/page/3/?output_format=md)…
[77](https://wordpress.org/support/users/dimned/replies/page/77/?output_format=md)
[78](https://wordpress.org/support/users/dimned/replies/page/78/?output_format=md)
[79](https://wordpress.org/support/users/dimned/replies/page/79/?output_format=md)
[→](https://wordpress.org/support/users/dimned/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Palmeria] menu color text](https://wordpress.org/support/topic/menu-color-text/)
 *  [dimned](https://wordpress.org/support/users/dimned/)
 * (@dimned)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/menu-color-text/#post-14890574)
 * Hi [@mhiax](https://wordpress.org/support/users/mhiax/),
    Thanks for your question.
   You may change the font color of the menu at Appearance > Customize > Colors 
   > Header > Text Color. Otherwise, you may use custom CSS styles to change the
   color, hover color, and size:
 *     ```
       .main-navigation a{
       	color:#c86969 !important;
       	font-size:1.1em;
       }
       .main-navigation a:hover{
       	color:#ffa8a8 !important;
       	font-size:1.1em;
       }
       ```
   
 * Let me know if it is helpful.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MotoPress Hotel Booking] Reorganize Checkout Display](https://wordpress.org/support/topic/reorganize-checkout-display/)
 *  Plugin Support [dimned](https://wordpress.org/support/users/dimned/)
 * (@dimned)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/reorganize-checkout-display/#post-14890495)
 * Hi [@notobella](https://wordpress.org/support/users/notobella/),
    You may try
   removing actions in the following way:
 *     ```
       add_action ('wp_head','remove_my_action_theme');
   
       function remove_my_action_theme(){
       remove_action( 'mphb_sc_checkout_form', array( '\MPHB\Views\Shortcodes\CheckoutView', 'renderBookingDetails' ), 10, 2 );
       remove_action( 'mphb_sc_checkout_form', array( '\MPHB\Views\Shortcodes\CheckoutView', 'renderCustomerDetails' ), 40 );
       remove_action( 'mphb_sc_checkout_form', array( '\MPHB\Views\Shortcodes\CheckoutView', 'renderTotalPrice' ), 50 );
       remove_action( 'mphb_sc_checkout_form', array( '\MPHB\Views\Shortcodes\CheckoutView', 'renderPriceBreakdown' ), 30 );
       }
       ```
   
 * You may try to change the order of all the fields and then use CSS to place it
   in 2 columns.
    If you wish to modify the HTML part of each section you may find
   each function described at `\wp-content\plugins\motopress-hotel-booking\includes\
   views\shortcodes\checkout-view.php`
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Getwid Base] Display only extract of post on blog page](https://wordpress.org/support/topic/display-only-extract-of-post-on-blog-page/)
 *  [dimned](https://wordpress.org/support/users/dimned/)
 * (@dimned)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/display-only-extract-of-post-on-blog-page/#post-14890321)
 * Hi [@sylviemassey](https://wordpress.org/support/users/sylviemassey/),
    You may
   add the Read More block to the post to define the length of the posts’ description
   [https://prntscr.com/1sz7wcn](https://prntscr.com/1sz7wcn)
 * Let me know if it is helpful.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Stratum Widgets for Elementor] Vertical Timeline animation not showing at the end](https://wordpress.org/support/topic/vertical-timeline-animation-not-showing-at-the-end/)
 *  Plugin Support [dimned](https://wordpress.org/support/users/dimned/)
 * (@dimned)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/vertical-timeline-animation-not-showing-at-the-end/#post-14890263)
 * Hi [@mstudioil](https://wordpress.org/support/users/mstudioil/),
    I guess the
   footer of your site is low enough and this does not make it possible to scroll
   the TimeLine to the end. Thus I recommend adding a spacer after the timeline 
   widget to make the footer deeper.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Getwid - Gutenberg Blocks] Manual excerpt formatting stripped](https://wordpress.org/support/topic/manual-excerpt-formatting-stripped/)
 *  Plugin Support [dimned](https://wordpress.org/support/users/dimned/)
 * (@dimned)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/manual-excerpt-formatting-stripped/#post-14888454)
 * Hi [@madtho](https://wordpress.org/support/users/madtho/),
    At the moment the
   minimum value for the number of words for the Excerpt is 5. However, you may 
   set it to show the Full Content or Post Content instead of Excerpt while editing
   a Post Template for Custom Post Type block.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Palmeria] Problema con carrusel de imagenes en pagina principal](https://wordpress.org/support/topic/problema-con-carrusel-de-imagenes-en-pagina-principal/)
 *  [dimned](https://wordpress.org/support/users/dimned/)
 * (@dimned)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/problema-con-carrusel-de-imagenes-en-pagina-principal/#post-14888319)
 * Hi [@isaacmm05](https://wordpress.org/support/users/isaacmm05/),
    Thanks for 
   your feedback. Could you please describe the steps to replicate the issue? What
   exactly block you add for the carousel gallery? Screenshots are appreciated.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Getwid - Gutenberg Blocks] Custom post type block – long tab list](https://wordpress.org/support/topic/custom-post-type-block-long-tab-list/)
 *  Plugin Support [dimned](https://wordpress.org/support/users/dimned/)
 * (@dimned)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/custom-post-type-block-long-tab-list/#post-14888096)
 * Hi [@madtho](https://wordpress.org/support/users/madtho/),
    I’ve checked the 
   page you need help with and it seems like you have used another plugin to add
   tabs. Let me know if you still need assistance with this topic. Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Getwid - Gutenberg Blocks] Using font awesome icons from Getwid plugin](https://wordpress.org/support/topic/using-font-awesome-icons-from-getwid-plugin/)
 *  Plugin Support [dimned](https://wordpress.org/support/users/dimned/)
 * (@dimned)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/using-font-awesome-icons-from-getwid-plugin/#post-14870944)
 * Hi [@audunmb](https://wordpress.org/support/users/audunmb/),
    Thanks for your
   feedback. We will take it into consideration. Do not hesitate to contact us if
   you have any further questions or suggestions.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Getwid - Gutenberg Blocks] Deprecated: block_categories is deprecated since version 5.8.0](https://wordpress.org/support/topic/deprecated-block_categories-is-deprecated-since-version-5-8-0/)
 *  Plugin Support [dimned](https://wordpress.org/support/users/dimned/)
 * (@dimned)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/deprecated-block_categories-is-deprecated-since-version-5-8-0/page/2/#post-14870101)
 * Hi [@aijazqureshi](https://wordpress.org/support/users/aijazqureshi/),
 * Yes, the Gutenberg plugin is something like a beta version of the inbuilt block
   editor. It is not required to install the Gutenberg plugin since its stable version
   is inbuilt in WordPress since version 5.0.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Getwid - Gutenberg Blocks] Font Awesome Pro Accordion](https://wordpress.org/support/topic/font-awesome-pro-accordion/)
 *  Plugin Support [dimned](https://wordpress.org/support/users/dimned/)
 * (@dimned)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/font-awesome-pro-accordion/#post-14870039)
 * Hi [@oldrup](https://wordpress.org/support/users/oldrup/),
    You are welcome. 
   I was happy to assist you.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Palmeria] Synchronize bookings with those from OTAs like Booking.com](https://wordpress.org/support/topic/synchronize-bookings-with-those-from-otas-like-booking-com/)
 *  [dimned](https://wordpress.org/support/users/dimned/)
 * (@dimned)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/synchronize-bookings-with-those-from-otas-like-booking-com/#post-14865200)
 * Hi [@mrketf](https://wordpress.org/support/users/mrketf/),
    You are welcome. 
   Do not hesitate to contact us if you have any further questions.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Getwid - Gutenberg Blocks] Font Awesome Pro Accordion](https://wordpress.org/support/topic/font-awesome-pro-accordion/)
 *  Plugin Support [dimned](https://wordpress.org/support/users/dimned/)
 * (@dimned)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/font-awesome-pro-accordion/#post-14865100)
 * Hi [@oldrup](https://wordpress.org/support/users/oldrup/),
    Here is a file that
   you need [https://github.com/motopress/getwid/blob/master/includes/font-icons-manager/font-icons-manager.php](https://github.com/motopress/getwid/blob/master/includes/font-icons-manager/font-icons-manager.php)
 * Here is an action hook `do_action( 'getwid/icons-manager/init', $this );` where
   you will need to call `deregisterFont` for the fontawesome.
 * Let me know if it is helpful.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Stratum Widgets for Elementor] Illegal String Offest ‘size’ Problem – Stratum Widget](https://wordpress.org/support/topic/illegal-string-offest-size-problem-stratum-widget/)
 *  Plugin Support [dimned](https://wordpress.org/support/users/dimned/)
 * (@dimned)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/illegal-string-offest-size-problem-stratum-widget/#post-14857639)
 * Hi [@arnduth](https://wordpress.org/support/users/arnduth/),
    I’ve forwarded 
   this to our developers to review. Could you try to disable debug mode till the
   issue is fixed?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Getwid - Gutenberg Blocks] Deprecated: block_categories is deprecated since version 5.8.0](https://wordpress.org/support/topic/deprecated-block_categories-is-deprecated-since-version-5-8-0/)
 *  Plugin Support [dimned](https://wordpress.org/support/users/dimned/)
 * (@dimned)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/deprecated-block_categories-is-deprecated-since-version-5-8-0/page/2/#post-14857592)
 * Hi [@aijazqureshi](https://wordpress.org/support/users/aijazqureshi/), Do you
   use the Getwid plugin on this website? Have you tried disabling third-party plugins?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timetable and Event Schedule by MotoPress] expired events](https://wordpress.org/support/topic/expired-events-2/)
 *  Plugin Support [dimned](https://wordpress.org/support/users/dimned/)
 * (@dimned)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/expired-events-2/#post-14854652)
 * Hi Maria [@mietzi](https://wordpress.org/support/users/mietzi/),
    Thanks for 
   your question. Could you please go to edit the Columns and check what type of
   column you have selected?

Viewing 15 replies - 1 through 15 (of 1,177 total)

1 [2](https://wordpress.org/support/users/dimned/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/dimned/replies/page/3/?output_format=md)…
[77](https://wordpress.org/support/users/dimned/replies/page/77/?output_format=md)
[78](https://wordpress.org/support/users/dimned/replies/page/78/?output_format=md)
[79](https://wordpress.org/support/users/dimned/replies/page/79/?output_format=md)
[→](https://wordpress.org/support/users/dimned/replies/page/2/?output_format=md)