Forum Replies Created

Viewing 15 posts - 691 through 705 (of 3,593 total)
  • Author
    Posts
  • in reply to: Product image in catalogus #11185

    Please increase the maximum file upload size to 64Mb to be able to upload the plugin

    in reply to: Product image in catalogus #11183

    Currently your hosting only allows you to upload max files = 2Mb, this is not enough for me to upload the ELementor Pro plugin and install the breadcrumb widget for you. Please increase max file upload to larger so I can upload to Elementor Pro plugin.

    in reply to: blog post featured image #11181

    I fixed this issue, please recheck your site.

    in reply to: Product image in catalogus #11178

    Breadcrumb is still working normally, please check again: https://prnt.sc/zjbH5Ha8YQ11

    in reply to: Product image in catalogus #11175

    I fixed this issue, please recheck your site.

    in reply to: Outdated copies of some WooCommerce template f #11174

    I do not have permission to edit files on your website, please check again or update the theme to the latest version

    in reply to: Product image in catalogus #11167

    Currently there is no config to turn off popup show cart, I have enabled the config to redirect to page cart after adding to cart.

    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

Viewing 15 posts - 691 through 705 (of 3,593 total)