dimned
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Palmeria] menu color textHi @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
In reply to: [Hotel Booking Lite] Reorganize Checkout DisplayHi @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
In reply to: [Getwid Base] Display only extract of post on blog pageHi @sylviemassey,
You may add the Read More block to the post to define the length of the posts’ description https://prntscr.com/1sz7wcnLet me know if it is helpful.
Hi @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
In reply to: [Getwid - Gutenberg Blocks] Manual excerpt formatting strippedHi @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
In reply to: [Palmeria] Problema con carrusel de imagenes en pagina principalHi @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
In reply to: [Getwid - Gutenberg Blocks] Custom post type block – long tab listHi @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
In reply to: [Getwid - Gutenberg Blocks] Using font awesome icons from Getwid pluginHi @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.Hi @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
In reply to: [Getwid - Gutenberg Blocks] Font Awesome Pro AccordionHi @oldrup,
You are welcome. I was happy to assist you.Hi @mrketf,
You are welcome. Do not hesitate to contact us if you have any further questions.Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Font Awesome Pro AccordionHi @oldrup,
Here is a file that you need https://github.com/motopress/getwid/blob/master/includes/font-icons-manager/font-icons-manager.phpHere is an action hook
do_action( 'getwid/icons-manager/init', $this );
where you will need to callderegisterFont
for the fontawesome.Let me know if it is helpful.
Hi @arnduth,
I’ve forwarded this to our developers to review. Could you try to disable debug mode till the issue is fixed?Hi @aijazqureshi, Do you use the Getwid plugin on this website? Have you tried disabling third-party plugins?
Forum: Plugins
In reply to: [Timetable and Event Schedule by MotoPress] expired eventsHi Maria @mietzi,
Thanks for your question. Could you please go to edit the Columns and check what type of column you have selected?