Forum Replies Created

Viewing 15 posts - 1 through 15 (of 2,896 total)
  • Author
    Posts
  • in reply to: Product image in catalogus #11165

    Good job!

    Let me know if you need to help.

    in reply to: delete the search block on the home page #11164

    You are welcome!

    in reply to: I can’t custmise the design as i want #11160

    I can’t check your site, please recheck: https://prnt.sc/1cTq4fUv49wJ

    in reply to: Issues installtion #11157

    Your hosting blocks viewing this image, please upload it to https://prnt.sc/ and send me the link

    in reply to: delete the search block on the home page #11156

    I see the search button has been changed to a search form, please check again: https://prnt.sc/NGVUuVMJiGqT

    in reply to: social icons #11155

    Please copy this function and paste to the file functions.php ( child-them), then edit this code:

    function tritmix_social_share() {
            if (tritmix_get_theme_option('social_share')) {
                ?>
                <div class="tritmix-social-share">
                    <div class="social-share-title">
                        <i class="tritmix-icon-share"></i>
                        <span><?php esc_html_e('Share', 'tritmix'); ?></span>
                    </div>
                    <div class="social-wrap">
                    <?php if (tritmix_get_theme_option('social_share_facebook')): ?>
                        <a class="social-facebook"
                           href="http://www.facebook.com/sharer.php?u=<?php the_permalink(); ?>&display=page"
                           target="_blank" title="<?php esc_attr_e('Share on facebook', 'tritmix'); ?>">
                            <i class="tritmix-icon-facebook"></i>
                            <span><?php esc_html_e('Facebook', 'tritmix'); ?></span>
                        </a>
                    <?php endif; ?>
    
                    <?php if (tritmix_get_theme_option('social_share_twitter')): ?>
                        <a class="social-twitter"
                           href="http://twitter.com/home?status=<?php esc_attr(get_the_title()); ?> <?php the_permalink(); ?>"
                           target="_blank"
                           title="<?php esc_attr_e('Share on Twitter', 'tritmix'); ?>">
                            <i class="tritmix-icon-twitter"></i>
                            <span><?php esc_html_e('Twitter', 'tritmix'); ?></span>
                        </a>
                    <?php endif; ?>
    
                    <?php if (tritmix_get_theme_option('social_share_linkedin')): ?>
                        <a class="social-linkedin"
                           href="http://linkedin.com/shareArticle?mini=true&url=<?php the_permalink(); ?>&title=<?php the_title(); ?>"
                           target="_blank" title="<?php esc_attr_e('Share on LinkedIn', 'tritmix'); ?>">
                            <i class="tritmix-icon-linkedin"></i>
                            <span><?php esc_html_e('Linkedin', 'tritmix'); ?></span>
                        </a>
                    <?php endif; ?>
                    <?php if (tritmix_get_theme_option('social_share_pinterest')): ?>
                        <a class="social-pinterest"
                           href="http://pinterest.com/pin/create/button/?url=<?php echo esc_url(urlencode(get_permalink())); ?>&description=<?php echo esc_attr(urlencode(get_the_title())); ?>&; ?>"
                           target="_blank" title="<?php esc_attr_e('Share on Pinterest', 'tritmix'); ?>">
                            <i class="tritmix-icon-pinterest-p"></i>
                            <span><?php esc_html_e('Pinterest', 'tritmix'); ?></span>
                        </a>
                    <?php endif; ?>
    
                    <?php if (tritmix_get_theme_option('social_share_email')): ?>
                        <a class="social-envelope"
                           href="mailto:?subject=<?php the_title(); ?>&body=<?php the_permalink(); ?>"
                           title="<?php esc_attr_e('Email to a Friend', 'tritmix'); ?>">
                            <i class="tritmix-icon-envelope"></i>
                            <span><?php esc_html_e('Email', 'tritmix'); ?></span>
                        </a>
                    <?php endif; ?>
                    </div>
                </div>
                <?php
            }
        }
    in reply to: how to edit footer bar #11154
    in reply to: Issues installtion #11146

    I can’t check your image: https://prnt.sc/5afAIG_1WvPv

    in reply to: I can’t custmise the design as i want #11142

    I fixed this issue, please recheck your site.

    in reply to: Issues installtion #11141

    I don’t understand the problem you are referring to.
    If the issue is not resolved, please take a screenshot and explain the issue further

    in reply to: room description page #11136

    You are welcome!

    Let me know if you need to help and hope you will vote 5* for our theme.

    Thanks./

    in reply to: I can’t custmise the design as i want #11135

    1. That’s right, I see you changed a lot of headers and didn’t use the menu widget we provided.
    If you want to display the same as the demo, please reuse the header we provide and not the header you have customized.

    2. On tablet or mobile devices, mega menus are not supported, so you must use submenus instead: https://prnt.sc/sfVHcBbhuck9

    in reply to: Rooms Pages #11134

    1. Please clear the cache and check again, this button has been removed before: https://prnt.sc/sUgDbCwn5QT1

    2. I fixed this issue, please recheck.

    in reply to: I can’t custmise the design as i want #11128

    I resolved this issue, please recheck your site: https://prnt.sc/pLwyhKkhu5Ne

    in reply to: Rooms Pages #11127

    I removed this button, please recheck your page.

Viewing 15 posts - 1 through 15 (of 2,896 total)