Forum Replies Created

Viewing 30 posts - 62,101 through 62,130 (of 68,221 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2017 at 13:31

    Hello,

    Please see screenshot http://prntscr.com/gqbf2k

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2017 at 13:29

    Hello,

    Lets go step by step:
    1. Open xstore/js/etheme.js file and find 1983 line:
    $this.find('>li').first().find('> .open-this').removeClass( 'fa-angle-down' ).addClass('fa-angle-down').parent().addClass('opened').find('> ul.children').show();
    you may delete this line or simply add // as on screenshots http://prntscr.com/gqb9wv > http://prntscr.com/gqba1b.
    2. Copy full content of etheme.js file and add the code in this area http://prntscr.com/gqbbml on https://jscompress.com/ site, click Compress JavaScript button.
    3. Copy result http://prntscr.com/gqbccf
    4. Open etheme.min.js file, delete old content and add this code http://prntscr.com/gqbccf.
    5. Save changes in etheme.min.js file.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2017 at 13:04

    You may use this code in Custom css https://prnt.sc/gqb1pd:

    #mega-menu-wrap-main-menu {
        width: 100%;
    }

    I would recommend you to update theme to the latest version http://prntscr.com/gkl0gf
    https://www.8theme.com/demo/docs/woopress/#!/installation_upgrade
    Before uploading theme files delete “woocommerce” folder, which is located in wp-content/themes/woopress/ to avoid problems with old files.
    Don’t forget to create backup of your files and database before starting update process!
    You need to enter your purchase code to activate our new theme version and skip Setup Wizard.

    Also, update all required plugins https://www.8theme.com/download-plugins/ http://prntscr.com/gi54g8

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2017 at 12:57

    1. You may use this code:

    .step-wrapper #billing_city_field {
        width: 50%;
        padding-right: 10px;
    }
    .step-wrapper #billing_postcode_field {
        width: 50%;
        padding-left: 10px;
    }
    .step-wrapper #billing_email_field {
        width: 100%;
        padding-left: 0;
    }

    2.

    .woocommerce-checkout .col-lg-5.col-md-5 {
        width: 100%;
    }
    #prev-step-payment {
        color: #fff;
        padding: 6px 18px;
        display: inline-block;
        background-color: #262626;
    }
    #order_payment_heading {
        border-bottom: 1px solid #e8d4d4;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    3.

    .woocommerce .addresses h4 {
        border-top: 1px solid #e8d4d4;
        margin-top: 20px;
        padding-top: 20px;
    }
    .woocommerce .addresses {border-bottom: 1px solid #e8d4d4;}
    .woocommerce-checkout .shop_table {
        background-color: white;
    }
    .woocommerce-checkout .shop_table td.product-name {
        width: 60%;
    }
    .woocommerce-checkout .wpf-umf-cart-upload-button.button {
        background-color: gainsboro;
        color: black !important;
    }
    .woocommerce-checkout .wpf-umf-cart-upload-button.button:hover {
        color: white !important;
    }
    #prev-step-order {
        color: #fff;
        padding: 6px 18px;
        display: inline-block;
        background-color: #262626;
    }
    .woocommerce-checkout .place-order.wc-gzd-place-order {
        float: right;
    }
    #order_review .legal {
        width: 100%;
    }

    4.

    .cart-item-details {
        text-align: left;
    }
    .wpf-umf-cart-upload-button-container a {
        background-color: gainsboro;
        color: black !important;
    }
    .wpf-umf-cart-upload-button-container a:hover {
        color: white !important;
    }
    .woocommerce-cart-form__cart-item.cart_item td {
        vertical-align: top !important;
    }
    .woocommerce-cart .do-x-col .col-md-6 {
        margin-top: 20px;
        margin-right: 50%;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2017 at 12:33

    It’s possible to implement only by additional customization. This service is not included in our support but you may contact WPKraken team to get help with this.
    You need to edit content-portfolio.php, portfolio-slide.php, portfolio.php files (http://prntscr.com/gqainf – add similar code but for tags), and edit functions (etheme_get_recent_portfolio, etheme_create_portfolio_slider, get_etheme_portfolio).

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2017 at 12:11

    Use this code in custom css:

    .categories-mask span:first-child, .back-history {
        display: none;
    }

    Could you provide temporary admin panel access?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2017 at 10:46

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2017 at 10:46

    You may add this code in Custom css:
    http://prntscr.com/gq9dg1

    .footer #media_image-2 {
        border-top: 1px solid rgba(125, 125, 125, 0.2);
        padding-top: 28px;
        margin-top: 42px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2017 at 10:35

    Hello,

    All available order ways you may find in element settings http://prntscr.com/gq98ng

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2017 at 10:27

    You’re welcome!
    I would recommend you to use this css code without making changes in the child theme files.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2017 at 10:24

    Could you provide me temporary admin panel access? http://prntscr.com/gq93wj

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2017 at 10:18

    Hello,

    Use Insert Footers and Headers plugin to add Google Analytics code.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2017 at 10:16

    Fixed. Please clear cache and check now.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2017 at 09:52

    Hello,

    In this case, we need full copy of your site, so please sent full archive of your site and DB, also please provide screenshots of your problem. You may add a download link of these files in Private content.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2017 at 09:21

    You need to add the code in Custom css for every post of news for all languages.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2017 at 09:18

    Hello,

    1, 3. Add this code in Theme Options > Styling > Custom css:

    .menu-wrapper .menu > li:hover .nav-sublist-dropdown {
        margin-top: 0;
        top: 65px !important;
    }

    2. Please check Theme Options > Typography > Navigation.
    Read more in doc https://www.8theme.com/documentation/docs/general-information/ https://www.8theme.com/documentation/xstore/menu-set-up/mega-menu/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2017 at 09:10

    Hello,

    Please delete previous code and provide wp-admin access in Private Content.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2017 at 09:05

    Hello,

    1. Please delete 3 files http://prntscr.com/gq85x5
    2. Please try edit the file wp-content/themes/legenda/contacts.php, find the line 171
    <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false"></script>, replace the code with this <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&sensor=false"></script>, add your API key instead of “YOUR_API_KEY” text in the link.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2017 at 09:01

    Hello,

    Please provide wp-admin and FTP access in Private Content.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2017 at 08:58

    Hello,

    Cart and checkout pages are default pages so can’t be edited using Visual Composer.
    Please provide me link to your site, so I could help you with css code.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2017 at 08:53

    Hello,

    Please read https://docs.woocommerce.com/document/change-a-currency-symbol/, use the code in function.php of your child theme.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2017 at 08:25

    Payment logo can be changed in Appearance > Widgets > Footer Links. Add your text using Text widget.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2017 at 08:23

    Hello,

    Please provide wp-admin access in Private Content and describe how can I recreate the problem.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2017 at 08:18

    Hello,

    Our theme doesn’t have such possibility. It’s possible to implement only by additional customization or using 3-rd party plugins. This service is not included in our support but you may contact WPKraken team to get help with this.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2017 at 08:12

    Hello,

    I’ve sent IP to your email. Please add the IP address to white list on your server, so I could check back-end of your site.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2017 at 08:04

    Hello,

    I’ve added code in Custom css for post page http://prntscr.com/gq7inq Please check.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2017 at 07:57

    Hello,

    By default in shop sidebar shows categories, but it is not a menu, the same result you will have if add the WooCommerce product categories widget in Appearance > Widgets > Shop Sidebar.
    So this is a normal look of menu http://prntscr.com/gq7fq3, but you may use css code to change style of menu elements.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2017 at 07:51

    Hello,

    Is your problem solved?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2017 at 07:50

    Hello,

    Please see screenshot http://prntscr.com/gq7dsn

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 27, 2017 at 07:47

    Hello,

    Please provide wp-admin and FTP access in Private Content.

    Regards

  • 1 2 3 2,070 2,071 2,072 2,273 2,274 2,275
    Viewing 62,130 results - 62,101 through 62,130 (of 68,221 total)
Viewing 30 posts - 62,101 through 62,130 (of 68,221 total)
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.