Forum Replies Created

Viewing 30 posts - 53,461 through 53,490 (of 68,227 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 30, 2018 at 15:55

    Have you removed this http://prntscr.com/kctjw2 ?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 30, 2018 at 15:54

    Please provide us with FTP access.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 30, 2018 at 15:44

    Hello,

    Please try to add this code in Global Custom css:

    @media only screen and (max-width: 1030px){
    .top-bar {
        display: block;
    }
    .top-bar .languages-area {
        display: block;
        max-width: 100%;
        text-align: center;
        width: 100%;
        float: none;
    }
    .top-bar .top-links .topbar-widget {
        display: inline-block;
    }
    .top-bar .top-links {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .top-links ul {
        float: none;
    }
    .top-bar .show-in-tb-right {
        margin: 0px;
        padding: 0px !important;
    }
    }
    .top-bar .top-bar .languages-area .widget_icl_lang_sel_widget {
        margin-right: 0px;
    }
    .top-bar .wpml-ls-sidebars-languages-sidebar.wpml-ls.wpml-ls-legacy-list-horizontal, .top-bar .wpml-ls-legacy-list-horizontal a {
        padding-right: 0px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 30, 2018 at 15:39

    Find function etheme_breadcrumbs() { in the file and copy content from 1779 line to 1912 line to the child theme.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 30, 2018 at 15:35

    Hello,

    1. Thanks for the notice. We will fix it in next theme update.
    As a temporary solution, you may edit woopress/woocommerce/single-product-reviews file and change this http://prntscr.com/kctp2t to
    $comment_form['comment_field'] .= '<div class="form-group"><label for="comment" class="control-label">'.__('Your Review', 'woopress').'</label><textarea id="comment" name="comment" cols="45" rows="12" aria-required="true" required></textarea></div>';
    + add this code in custom css:

    .tab-content-inner #commentform textarea {
        width: 100%;
        outline: none;
    }

    2. It works in the same way with default WC theme – Storefront.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 30, 2018 at 15:28

    Settings > Permalinks > remove this / http://prntscr.com/kctjw2 + copy etheme_breadcrumbs function (lifestyle/framework/theme-functions.php) into functions.php of child theme and change this http://prntscr.com/kctm06 to https://prnt.sc/kctk7f

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 30, 2018 at 15:25

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 30, 2018 at 15:09

    You’re welcome!
    The file can be changed in result of the theme update.
    If the problem occurs one more time, I would recommend you to check woo.php.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 30, 2018 at 15:06

    Hello,

    Please add this code in Theme Options > Styling > Custom css > Global custom css or in style.css of child theme:

    .top-bar .languages-area, .top-bar .wpml-ls-legacy-list-horizontal  {
        padding-left: 0px;
        padding-top: 0px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 30, 2018 at 14:59

    Hello,

    Please provide screenshot for better understanding.
    Thanks in advance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 30, 2018 at 14:56

    Fixed. Please check https://www.criticalenvironmentsolutions.co.uk/brands/dupont/
    We’ve changed https://prnt.sc/hjx174 to https://prnt.sc/hjx1uv in woopress/framework/woo.php and re-saved permalinks.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 30, 2018 at 14:39

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 30, 2018 at 14:25

    Please provide us with temporary wp-admin and FTP access so we can take a closer look.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 30, 2018 at 13:24

    Please change this code http://prntscr.com/kcrnt1 to:

    .main-header .badge-number {
        display:  block;
        top: 5px;
        right: -5px;
        font-size: 11px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 30, 2018 at 13:17

    Hello,

    We are glad that you sorted out.
    This topic will be closed because the issue is solved. Please kindly open up new tickets for additional questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 30, 2018 at 13:10

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 30, 2018 at 12:33

    You’re welcome!
    Select the specific post from All Posts and click Edit Post. Below the writing area, you’ll see a heading Discussion. If you cannot see this option, enable “Discussion” under “Screen Options”. In the Discussion box, uncheck “Allow comments” http://prntscr.com/kcqx38

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 30, 2018 at 12:28

    You need to find required strings and translate them – http://prntscr.com/kcquhd

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 30, 2018 at 12:10

    Hello,

    Please try to re-save Permalinks settings in WP Dashboard > Settings > Permalinks.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 30, 2018 at 11:19

    You can use this custom css code:

    .tax-product_cat .page-heading {
        display:  none;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 30, 2018 at 10:10

    Hello,

    It is a bit difficult to give a solid response without the ability to see the problem on your site.
    Please contact us once the problem appears next time and provide us with your site URL, Dashboard and FTP access to check and fix problem.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 30, 2018 at 09:56

    Hello,

    Please add this code in Theme Options > Styling > Custom css > Global custom css:

    @media only screen and (max-width: 768px){
        .posts-navigation {
            display:  none;
        }
        .page-heading.bc-type-left .title {
            line-height: 1;
            font-size: 3rem;
        }
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 30, 2018 at 09:45

    Hello,

    1. Please change this custom css code:

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

    to:

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

    2. You can add this code in Custom css for the page:

    .page-heading .a-center a, .page-heading.bc-size-large .title {
        font-size: 0px !important;
    }

    http://prntscr.com/kco6g3
    3. Theme Options > Styling > Custom css > Global custom css:

    @media only screen and (max-width: 768px){
        .page-heading {
            background-size:  contain;
            padding-bottom: 0px;
            margin-bottom: 3%;
        }
    }

    4. http://prntscr.com/kco99u
    5. Make sure that you set the correct settings in Infinite Scroll plugin settings https://www.8theme.com/documentation/xstore/plugins/woocommerce-infinite-scroll-and-ajax-pagination-settings/
    The text can be changed via settings or translation files of the plugin.
    6. Global custom css:

    .tabs .tab-content p {
        line-height: 1;
        margin-bottom: 18px;
    }

    7. Please note that negative padding is not valid http://prntscr.com/kcogat http://prntscr.com/kcogsp
    Styling on mobile is dependent on your static block content.
    You may add this code in Global custom css:

    @media only screen and (max-width: 768px){
       #etheme-popup .ulp-content {
            transform: translateX(15%) !important;
       }
       #etheme-popup .ulp-inline-window {
           margin:  0px !important;
       }
    }

    8.

    .back-top {
        border-radius: 30px;
    }

    I would recommend you to create separate topics for different questions to prevent misunderstanding.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 30, 2018 at 09:03

    Hello,

    This file was edited via your child theme http://prntscr.com/kcnvma so you need to compare https://text-compare.com/ 2 files and add the missing code to your child theme file.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 30, 2018 at 08:53

    Hello,

    Please check Theme Options > General > Header Settings > Breadcrumbs Style and [8theme] Layout options of Shop page > Breadcrumbs Style http://prntscr.com/kcntyd

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 30, 2018 at 08:36

    Hello,

    There is no such possibility by default.
    If you want to edit header type 9 you can customize the wp-content/themes/woopress/headers/header-structure-1.php file. Make changes using a child theme https://codex.wordpress.org/Child_Themes to prevent losing it after theme updated.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 30, 2018 at 08:32

    Hello,

    Theme Options > Header Settings > Top Bar > Tob bar color scheme > Dark.
    Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 30, 2018 at 08:15

    Hello,

    Thanks for contacting us.
    1. Please add this code in Theme Options > Custom css > Custom css for mobile:

    .header-wrapper .header-logo {
        margin-bottom: 10px;
    }

    2. Theme Options > Custom css > Custom css for mobile:

    .main-header .badge-number {
        display:  block;
        top: 5px;
        right: -5px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 30, 2018 at 08:09

    Hello,

    It is a bit strange problem that can’t be fixed via the child theme. I’ve sent the report to our developers and hope this will be fixed in next theme update.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 30, 2018 at 07:58

    Hello,

    1. Please add this code in custom css for page:

    .breadcrumbs-type-disable.et-header-not-overlap:not(.home) .header-wrapper {
        margin-bottom: 0px;
    }

    http://prntscr.com/kcn3zq
    2. You need to add z-index: 1; here http://prntscr.com/kcn4q4
    http://prntscr.com/kcn4zy

    Regards

  • 1 2 3 1,782 1,783 1,784 2,273 2,274 2,275
    Viewing 53,490 results - 53,461 through 53,490 (of 68,227 total)
Viewing 30 posts - 53,461 through 53,490 (of 68,227 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.