Forum Replies Created

Viewing 30 posts - 52,981 through 53,010 (of 68,227 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2018 at 12:06

    Hello,

    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/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2018 at 12:05

    Hello,

    If you don’t want to crop images choose it in settings http://prntscr.com/inn6pf
    And regenerate thumbnails using Regenerate thumbnails plugin to apply changes.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2018 at 11:00

    Hello,

    Image size settings you can change via Appearance > Customize > WooCommerce > Product Images https://www.8theme.com/documentation/xstore/woocommerce/product-images/
    I recommend to use a graphics editor and prepare product and category images (make them the same size) before uploading it to your media gallery.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2018 at 09:28

    You’re welcome!
    You may copy etheme_search_form_modal function (woopress/framework/theme-functions.php) to functions.php of your child theme and edit there.
    If you want to change text of the form, it can be done via translation (Loco translate plugin http://prntscr.com/ktg0sj).

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2018 at 09:19

    Hello,

    You may use this custom css code (Theme Options > Styling > Custom css > Global custom css):

    .fixed-header .header-logo, .fixed-header .menu-wrapper {
        width: 100% !important;
        position: absolute;
    }
    .fixed-header .navbar-header {
        width:  auto;
    }
    .fixed-header .header-logo {
        left: 47.5%;
        top: 8px;
    }
    .fixed-header {
        padding-bottom: 90px;
    }
    .fixed-header .menu-wrapper {
        bottom: -200%;
    }
    @media only screen and (max-width: 1400px) and (min-width: 1200px){ 
        .fixed-header .header-logo {
            left: 46%;
        }
    }
    @media only screen and (max-width: 1201px) and (min-width: 992px){ 
        .fixed-header .header-logo {
            left: 45%;
        }
    }
    @media only screen and (max-width: 991px){
        .fixed-header .header-logo {
            left: 44%;
        }
        .fixed-header {
            padding-bottom: 65px;
        }
    }
    @media only screen and (max-width: 768px){
        .fixed-header .header-logo {
            left: 41%;
        }
    }
    @media only screen and (max-width: 480px){
        .fixed-header .header-logo {
            left: 35%;
        }
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2018 at 08:57

    Hello,

    Thanks for contacting us.
    Do you get the problem on a particular page or on all pages of the site? Make sure that you use not old version of the browser.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2018 at 08:54

    Hello,

    Make sure you have checked all the server requirements before the installation https://www.8theme.com/documentation/xstore/theme-installation/xstore-theme-requirements/
    Please provide us with temporary wp-admin and FTP access and we will help you with electronics demo installation.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2018 at 08:49

    Dear @Immograf,

    Please provide us with temporary wp-admin and FTP access to your site and we’ll do our best to help you.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2018 at 08:43

    Hello,

    Try to add this code in Theme Options > Custom css or in style.css of your child theme:

    .header-search .et-search-trigger:before {
        content: "Search";
        font-size: 16px;
        margin-right: 10px;
        font-family: 'Raleway', sans-serif;
        font-weight: bold;
    }
    .header-search {
        margin-top: 0px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2018 at 08:39

    Hello,

    Theme Options > Blog & Portfolio > Blog Layout > Display featured image on single post > Off.
    Try to change Large size in Settings > Media. Do not forget to regenerate thumbnails to apply changes for images https://wordpress.org/plugins/regenerate-thumbnails/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2018 at 08:31

    Hello,

    Please provide a screenshot for better understanding.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2018 at 08:29

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2018 at 08:28

    Hello,

    You can copy etheme_breadcrumbs function (lifestyle/framework/theme-functions.php) into functions.php of child theme and make changes there.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2018 at 08:11

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2018 at 08:06

    Hello,

    You need to use custom css code. Please provide us with temporary wp-admin access so we can take a closer look and provide an example of the code.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2018 at 08:00

    Hello,

    You may enable/disable the top panel via Theme Options > General > Header Settings.
    Please read more about widgets https://www.8theme.com/documentation/xstore/support/widgets-custom-widget-areas/
    There is no detailed description in the documentation for Theme Options, but you may ask here and our team will gladly assist you.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2018 at 07:32

    Hello,

    You need to remove this custom css code http://prntscr.com/kteojy

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2018 at 07:27

    Hello,

    I am glad that you sorted out.
    Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2018 at 07:27

    Hello,

    .header-type-3.slider-overlap {
        background-color: #c59b6b5c;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2018 at 07:22

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2018 at 07:21

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2018 at 07:21

    Hello,

    My pleasure.
    Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2018 at 07:14

    Hello,

    I’ve removed some demo custom css code.
    Is the button fine now or you want to change the styling of it?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 12, 2018 at 07:11

    Hello,

    Thanks for the reply.
    Please add this code in Theme Options > Styling > Custom css > Global custom css:

    .single_add_to_cart_button.button {
        border: 2px solid;
    }

    and Custom css for mobile:

    .single_add_to_cart_button.button {
        display:  block;
        margin-top: 20px;
    }

    Let me know the result.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 11, 2018 at 16:03

    I do not see the problem on my mobile.
    Have you cleared cache of browser on your mobile? Try to check from another device.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 11, 2018 at 15:52

    Hello,

    I’ve temporarily disabled MailChimp for WooCommerce plugin and this solves the problem.
    This problem appears in the console http://prntscr.com/kt67ar If you did not edit this js file, it would be better to contact the plugin author about this problem.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 11, 2018 at 14:19

    Hello,

    Please add this code in Theme Options > Custom css:

    .footer .widget-title span, .footer li a, .footer a {
        color:  white;
    }

    You may change Footer Background Color in Theme Options > Footer > Footer styling.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 11, 2018 at 13:47

    Hello,

    If you face the white screen or similar problem, try to enable WP debug mode to find out what error appears on your site, it will point you in the right direction what needs to be fixed.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 11, 2018 at 13:45

    Hello,

    1. Add this code in custom css:

    .fixed-header-area {
        background-color: rgba(0, 0, 0, 0.6);
        border-bottom: none;
    }

    and set Fixed header color scheme > Light in Theme Options.
    2. I do not see the problem with fonts.
    Please, clear cache then check one more time and provide screenshots.
    3. Try to use this custom css code:

    @media (min-width: 992px){
    .header-type-3 .tbs, .header-type-3 .header-logo {
        width: 100%;
        display: inline-block;
        position: absolute !important;
    }
    .header-type-3 .tbs {
        padding-top: 50px;
    }
    .header-type-3.slider-overlap .header {
        padding-bottom: 60px;
    }
    .header-type-3 .header-logo {
        left: 50%;
        transform: translateX(-50%);
    }
    .header-type-3 .tbs {
        left: 18%;
    }
    }

    4. Add this code in Custom css for Home page http://prntscr.com/kt4azk

    .page-content {
        margin-bottom: 0px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 11, 2018 at 13:09

    Hello,

    I do not see the problem.
    Have you changed access?

    Regards

  • 1 2 3 1,766 1,767 1,768 2,273 2,274 2,275
    Viewing 53,010 results - 52,981 through 53,010 (of 68,227 total)
Viewing 30 posts - 52,981 through 53,010 (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.