Forum Replies Created

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

    Please add this code in Global custom css:

    @media only screen and (max-width: 1290px) and (min-width: 992px){ 
        .header-logo img {
            max-width: 300px;
            margin-right: 25px;
        }
    }

    Regards

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

    Hello,

    Unfortunately, I can’t check the Plugins section in your Dashboard so make sure that you use the latest version of Ultimate Addons for Visual Composer (3.16.25v).
    Please describe the problem in more details https://gyazo.com/4b0c7fe46b60fac68dacae1cb22c17e9 https://gyazo.com/21d9815f384132f9cc6c1e541f4ea607

    Regards

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

    You’re welcome!
    Unfortunately, I can’t log in on your site. Please provide correct wp-admin access.
    Thanks in advance.

    Regards

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

    Please open theme-functions.php file in framework folder of lifestyle theme and find the required function (1779-1912 lines https://prnt.sc/kti8y4). Copy the content of the function into child theme/functions.php file and change
    echo $before . 'Archive by category "' . single_cat_title('', false) . '"' . $after;
    to
    echo $before . '"' . single_cat_title('', false) . '"' . $after;
    Read more about child theme https://www.8theme.com/demo/docs/lifestyle/#child_theme

    Regards

    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

  • 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,231 total)
Viewing 30 posts - 52,981 through 53,010 (of 68,231 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.