Andre Flores

Forum Replies Created

Viewing 15 posts - 1,621 through 1,635 (of 1,926 total)
  • Author
    Posts
  • in reply to: Leave `A Reply #987477
    Andre Flores
    Moderator

    Hello, James!

    The accommodation type single pages appear to be a custom post type, so they inherit the layout from the theme standard single.php template. In order to hide the comment form you may either add the following CSS under Appearance ->Customize ->Additional CSS:

    .comment-reply-title, .comment-form {
    	display: none;
    }

    or use an additional plugin, e.g. the Disable Comments one. You may also want to check out this nice thread on how to disable comments on your website.

    Regards,
    Andre

    in reply to: Deposit = First Night Total #987109
    Andre Flores
    Moderator

    Hello, Luciano!

    Thank you for your up-vote, it has been counted. So far the feature is not quiet popular, however, if it is, we will definitely consider adding it to the plugin.

    Regards,
    Andre

    in reply to: No admin emails when payment didn’t work #987107
    Andre Flores
    Moderator

    Hi, BJ!

    Sure I can, your up-vote has been counted 🙂

    Regards,
    Andre

    in reply to: Display ‘Prices Start From’ on accommodation page #987106
    Andre Flores
    Moderator

    Hi, Corrine!

    Looks like the issue has been resolved in ticket #29015. For other users, who may be interested in what caused the issue, it occurred because you were trying to change styles, which are not in the parent stylesheet, but in another custom stylesheet (hotel-booking.css). Usually the child theme stylesheet is loading before custom stylesheets of the parent theme, this is the reason changes in hotel-booking.css file were not overwritten in the child theme style.css file.

    Regards,
    Andre

    in reply to: Display ‘Prices Start From’ on accommodation page #986173
    Andre Flores
    Moderator

    Hi, Corrine!

    Try adding an !important declaration to the CSS rule, so it looks as follows:

    body.single .site-main > .type-mphb_room_type .mphb-regular-price strong {
    	display: block !important;
    }

    This should overwrite the original rule in hotel-booking.css file.

    Regards,
    Andre

    in reply to: Display ‘Prices Start From’ on accommodation page #985721
    Andre Flores
    Moderator

    Hello there!

    The CSS rule is correct, feel free to use it in order to display “Prices start at:” text. You should add this CSS rule under Appearance ->Customize ->Additional CSS in order to overwrite the original rule.

    Regards,
    Andre

    in reply to: Payment Options Logos #985719
    Andre Flores
    Moderator

    Hi, Kent!

    You are most welcome, I am glad I could help 🙂

    Regards,
    Andre

    in reply to: Create internal notes for bookings #985292
    Andre Flores
    Moderator

    Hello, Savvas!

    Thank you for your up-vote, it has been counted 🙂

    Regards,
    Andre

    in reply to: PHP Warning #985291
    Andre Flores
    Moderator

    Hi, Ralf!

    Thank you for sharing the code changes, it is much appreciated!

    Regards,
    Andre

    in reply to: Payment Options Logos #984900
    Andre Flores
    Moderator
    This reply has been marked as private.
    in reply to: amp error google #984873
    Andre Flores
    Moderator

    Hi, Ralf!

    I am glad that the issue has been resolved.

    Regards,
    Andre

    in reply to: PHP Warning #984871
    Andre Flores
    Moderator

    Hi, Ralf!

    Thank you for sharing your insights. It would be much appreciated if you specify what exactly you have changed, so other users who possibly come a
    cross this issue could use your solution. Thank you in advance!

    Regards,
    Andre

    in reply to: Facing an error: error (0) while importing Demo data #984306
    Andre Flores
    Moderator

    Hello, Arvind!

    There are no known issues with importing sample data, it is usually caused by server configuration. Kindly try a solution from this thread in order to resolve the issue.
    If it persists, feel free to submit your request to our Help Desk, providing a temporary access to WordPress dashboard, so we take a closer look at the issue.

    Regards,
    Andre

    in reply to: PHP Warning #984304
    Andre Flores
    Moderator

    Hi, Ralf!

    Kindly submit your request to our Help Desk, providing a temporary access to WordPress dashboard, so we take a closer look at the issue.

    Regards,
    Andre

    in reply to: amp error google #984302
    Andre Flores
    Moderator

    Hello, Ralf!

    You should make sure to include a script with the “amp-iframe” according to the following thread. Pay attention to the part under “Look into higher precise tutorial down below and observe some good examples” title.

    Regards,
    Andre

Viewing 15 posts - 1,621 through 1,635 (of 1,926 total)