Forum Replies Created

Viewing 15 posts - 12,796 through 12,810 (of 13,042 total)
  • Author
    Posts
  • in reply to: various translations #2140

    Oh, sorry. Please try to translate again at: Translate Text

    I tested your page and it’s working now: https://prnt.sc/vuwhem

    in reply to: main menu and bottom menu (very important) #2137

    You don’t want to unblock me and I can’t check your site.
    Do you want to support still ???/

    in reply to: RSS feed #2135

    Hi there,

    About RSS feed, please follow guide at https://www.wpbeginner.com/showcase/best-wordpress-rss-feed-plugins/

    in reply to: various translations #2133

    Hi again.

    To translate text, please go to page: YITH Custom Thank You Page

    Search all text and translate.

    Hi again,

    Please check your hosting, maybe your hosting not enough memory.

    Or if you need to help, please send Admin web account for me, I will check and send a solution for you

    in reply to: main menu and bottom menu (very important) #2129

    Your site not working now, I can’t check it and don’t know where the problem comes from

    If you need to help, sure that I can check your site, and please send Admin web admin for us. We will check and help you.

    in reply to: Demo Import not Working Properly #2123
    This reply has been marked as private.
    in reply to: Login widget problem #2122

    Hi again,

    Ok, I will try to guide for you:

    All code, please add into child-theme.

    #Step 1: file functions.php
    Add code:

    global $poco_version;
    add_action('wp_enqueue_scripts', function () {
        wp_enqueue_script('poco-childtheme', get_stylesheet_directory_uri() . '/custom.js', array(), $poco_version, true);
    }, 9999);

    #Step 2: create file custom.js and add code:

    ( function( $ ) {
        'use strict';
    function account_side() {
            var $account_side = $('body .header-group-action .site-header-account a');
            var $account_active = $('body .header-group-action .site-header-account .account-dropdown');
            $(document).mouseup(function (e) {
                if ($account_side.has(e.target).length == 0 && !$account_active.is(e.target) && $account_active.has(e.target).length == 0) {
                    $account_active.removeClass('active');
                }
            });
            $account_side.on('click', function (e) {
                e.preventDefault();
                e.stopPropagation();
                $account_active.toggleClass('active');
            });
        }
        account_side();
    

    Step 3: add code into file style.css:

    header-group-action .site-header-account a .account-content {
      display: none; }
    
    .header-group-action .site-header-account .account-dropdown.active {
      pointer-events: auto;
      opacity: 1 !important;
      visibility: visible;
      z-index: 999; }
    
    .site-header-account:hover .account-dropdown, .site-header-account:active .account-dropdown {
    	opacity: 0 !important;
    }
    
    .header-group-action .site-header-account:hover .account-dropdown.active, .site-header-account:active .account-dropdown.active{
    	opacity: 1 !important;
    }
    in reply to: main menu and bottom menu (very important) #2118

    What???/
    Do you want to fix on our demo?/

    I can’t check your site: https://prnt.sc/vup6bx

    If you want to fix on your site, please send Admin web account for me and check link your site again. I will check and help you.

    in reply to: Remove title header #2117

    Dear mate,

    I can’t check your site, please send Admin web account for me, I will check and fix it for you.

    in reply to: Not able to upload theme zip file to WP #2116

    Hi there,

    Please try to unzip the package and upload file .zip theme via FTP account or Cpanel, then unzip it and go to theme, active your theme.

    If you need to help, please send Admin web account and FTP account for me, I will check and help you.

    in reply to: CSS Structure Problems #2115

    Hi again,

    Keep in contact with us when you need to help and don’t forget vote 5 stars for our team.

    Many thanks!

    in reply to: elementor pro issue #2100

    Hi @johny777bd

    Please check your site, I have just active Elementor Pro plugin for you.

    in reply to: CSS Structure Problems #2099

    Hi again,

    Please check you site, I have just imported data for you.

    in reply to: Demo Import #2097

    Hi again,

    #1. Case 1: To save Home page template, please go to edit page with Elementor -> Save as Template -> Save with our template name: https://prnt.sc/vu72h2

    When you want to restore template, you can insert template again.

    Case 2: Use Plugin Duplicator
    to backup all your website.

    #2. Case 1: add code into file functions.php ( child-theme)

    add_action('wp_head','my_analytics', 20);
    function my_analytics() {
        ?>
        your-code
        <?php
    }

    Case 2: Use Plugin Insert Headers and Footers, you installed it

Viewing 15 posts - 12,796 through 12,810 (of 13,042 total)